Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "stemmer_snowball"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SnowballStemmer ¶
type SnowballStemmer struct {
// contains filtered or unexported fields
}
func NewSnowballStemmer ¶
func NewSnowballStemmer(language string) *SnowballStemmer
func (*SnowballStemmer) Filter ¶
func (s *SnowballStemmer) Filter(input analysis.TokenStream) analysis.TokenStream
Click to show internal directories.
Click to hide internal directories.