struct Diclionary::Ujc::SsjcDictionary
- Diclionary::Ujc::SsjcDictionary
- Diclionary::Dictionary
- Struct
- Value
- Object
Defined in:
ssjc.crConstant Summary
-
INSTANCE =
new
-
URL =
URI.new("https", "ssjc.ujc.cas.cz")
Constructors
Instance Method Summary
- #parse_entry_plain(nodeset : XML::NodeSet) : TextEntry
- #parse_entry_rich(nodeset : XML::NodeSet) : TextEntry
- #parse_entry_structured(nodeset : XML::NodeSet) : StructuredEntry
-
#search(word : String, format : Format) : SearchResult
Searches word in the dictionary and returns the result.
Instance methods inherited from struct Diclionary::Dictionary
name : String
name,
search(word : String, format : Format) : SearchResult
search,
search_languages : Array(Language)
search_languages,
title : String
title
Constructor methods inherited from struct Diclionary::Dictionary
new(name : String = "", title : String = "")
new
Constructor Detail
Instance Method Detail
Description copied from struct Diclionary::Dictionary
Searches word in the dictionary and returns the result.