Versions in this module Expand all Collapse all v0 v0.2.0 Apr 8, 2016 v0.1.0 Apr 8, 2016 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