Versions in this module Expand all Collapse all v0 v0.9.0 Apr 3, 2020 v0.8.2 Mar 25, 2020 Changes in this version + const SnowballStemmerName + func GermanStemmerFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + type GermanStemmerFilter struct + func NewGermanStemmerFilter() *GermanStemmerFilter + func (s *GermanStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream v0.8.1 Sep 20, 2019 v0.8.0 Jul 29, 2019 v0.7.0 Feb 27, 2018 v0.6.0 Jan 5, 2018 Changes in this version + const AnalyzerName + const LightStemmerName + const N + const NormalizeName + const StopName + const U + const V + var GermanStopWords = []byte(...) + func AnalyzerConstructor(config map[string]interface{}, cache *registry.Cache) (*analysis.Analyzer, error) + func GermanLightStemmerFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + func NormalizerFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + func StopTokenFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + func TokenMapConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenMap, error) + type GermanLightStemmerFilter struct + func NewGermanLightStemmerFilter() *GermanLightStemmerFilter + func (s *GermanLightStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream + type GermanNormalizeFilter struct + func NewGermanNormalizeFilter() *GermanNormalizeFilter + func (s *GermanNormalizeFilter) Filter(input analysis.TokenStream) analysis.TokenStream