struct Diclionary::Ujc::SsjcDictionary

Defined in:

ssjc.cr

Constant Summary

INSTANCE = new
URL = URI.new("https", "ssjc.ujc.cas.cz")

Constructors

Instance Method Summary

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

def self.new(*args) #

[View source]

Instance Method Detail

def parse_entry_plain(nodeset : XML::NodeSet) : TextEntry #

[View source]
def parse_entry_rich(nodeset : XML::NodeSet) : TextEntry #

[View source]
def parse_entry_structured(nodeset : XML::NodeSet) : StructuredEntry #

[View source]
def search(word : String, format : Format) : SearchResult #
Description copied from struct Diclionary::Dictionary

Searches word in the dictionary and returns the result.


[View source]