Versions in this module Expand all Collapse all v0 v0.7.0 Feb 27, 2018 Changes in this version + const AnalyzerName + const SnowballStemmerName + const StopName + var FinnishStopWords = []byte(...) + func AnalyzerConstructor(config map[string]interface{}, cache *registry.Cache) (*analysis.Analyzer, error) + func FinnishStemmerFilterConstructor(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 FinnishStemmerFilter struct + func NewFinnishStemmerFilter() *FinnishStemmerFilter + func (s *FinnishStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream