Versions in this module Expand all Collapse all v0 v0.6.0 Jan 5, 2018 Changes in this version + const AnalyzerName + const LightStemmerName + const StopName + var PortugueseStopWords = []byte(...) + func AnalyzerConstructor(config map[string]interface{}, cache *registry.Cache) (*analysis.Analyzer, error) + func PortugueseLightStemmerFilterConstructor(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 PortugueseLightStemmerFilter struct + func NewPortugueseLightStemmerFilter() *PortugueseLightStemmerFilter + func (s *PortugueseLightStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream