StandardAnalyzer

constructor(stopWords: CharArraySet)


constructor()

Builds an analyzer with no stop words.


constructor(stopwords: Reader)

Builds an analyzer with the stop words from the given reader.

Parameters

stopwords

Reader to read stop words from

See also

WordlistLoader.getWordSet