Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllowedLanguages = []SpellCheckLanguage{
"en",
"bg",
"de",
"es",
"fr",
"pt_BR",
"pt_PT",
}
Functions ¶
This section is empty.
Types ¶
type Misspelling ¶
type Options ¶
type Options struct {
LRUSize int `json:"lru_size"`
}
func (*Options) FillFromEnv ¶
func (o *Options) FillFromEnv()
type SpellCheckLanguage ¶
type SpellCheckLanguage string
func (SpellCheckLanguage) Validate ¶
func (l SpellCheckLanguage) Validate() error
Click to show internal directories.
Click to hide internal directories.