Versions in this module Expand all Collapse all v4 v4.0.1 Apr 5, 2020 v4.0.0 Apr 5, 2020 Changes in this version + type LanguagePack interface + GetLocale func() string + GetResource func() ([]byte, error) + type Lemmatizer struct + func New(pack LanguagePack) (*Lemmatizer, error) + func (l *Lemmatizer) InDict(word string) bool + func (l *Lemmatizer) Lemma(word string) string + func (l *Lemmatizer) LemmaLower(word string) string + func (l *Lemmatizer) Lemmas(word string) (out []string)