Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DictionaryEntry ¶
type DictionaryEntry struct { Type EntryType Word string `json:"word,omitempty"` Words []string `json:"words,omitempty"` Decomposition []string `json:"decomposition,omitempty"` ObjectID string Language string State string }
DictionaryEntry can be plural, compound or stopword entry.
type DictionaryType ¶
type DictionaryType int
Click to show internal directories.
Click to hide internal directories.