Versions in this module Expand all Collapse all v0 v0.7.0 Feb 27, 2018 v0.6.0 Jan 5, 2018 Changes in this version + const AnalyzerName + const ArticlesName + const ElisionName + const LightStemmerName + const StopName + var ItalianArticles = []byte(...) + var ItalianStopWords = []byte(...) + func AnalyzerConstructor(config map[string]interface{}, cache *registry.Cache) (*analysis.Analyzer, error) + func ArticlesTokenMapConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenMap, error) + func ElisionFilterConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenFilter, error) + func ItalianLightStemmerFilterConstructor(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 ItalianLightStemmerFilter struct + func NewItalianLightStemmerFilterFilter() *ItalianLightStemmerFilter + func (s *ItalianLightStemmerFilter) Filter(input analysis.TokenStream) analysis.TokenStream