Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EtymDebugWriter io.Writer = io.Discard
Functions ¶
Types ¶
type Entry ¶
type Entry struct {
Title string `json:"title"`
Syll string `json:"syllable"`
NumSyll int `json:"num_syllable"`
IPA string `json:"ipa"`
SG string `json:"meaning"`
Phr string `json:"phrases"`
Phv string `json:"phrasal_verbs"`
Drv string `json:"derivatives"`
Etym Etymology `json:"etymolgy"`
Note string `json:"note"`
FFWords []string `json:"ff_words"`
}
func ParseEntry ¶
Click to show internal directories.
Click to hide internal directories.