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 NorwegianStopWords = []byte(...) + func AnalyzerConstructor(config map[string]interface{}, cache *registry.Cache) (*analysis.Analyzer, error) + func NorwegianStemmerFilterConstructor(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 NorwegianStemmerFilter struct + func NewNorwegianStemmerFilter() *NorwegianStemmerFilter + func (s *NorwegianStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream