BrazilianAnalyzer

constructor()

Builds an analyzer with the default stop words (getDefaultStopSet).


constructor(stopwords: CharArraySet)

Builds an analyzer with the given stop words

Parameters

stopwords

a stopword set


constructor(stopwords: CharArraySet, stemExclusionSet: CharArraySet)

Builds an analyzer with the given stop words and stemming exclusion words

Parameters

stopwords

a stopword set