Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dictionary ¶
type DictionarySearch ¶
type DictionarySearch struct {
Dictionary *Dictionary
// contains filtered or unexported fields
}
func NewDictionarySearch ¶
func NewDictionarySearch() *DictionarySearch
func (*DictionarySearch) AugmentedSearch ¶
func (ds *DictionarySearch) AugmentedSearch(orthography string) string
AugmentedSearch first looks in main dictionary to see if word is there. If not, it tries the main dictionary without suffixes, and if found, tacks on the appropriate ending.
func (*DictionarySearch) GetEntry ¶
func (ds *DictionarySearch) GetEntry(word string) string
GetEntry returns the
func (*DictionarySearch) Version ¶
func (ds *DictionarySearch) Version() string
Version returns the dictionary version
Click to show internal directories.
Click to hide internal directories.