StopAnalyzer

constructor(stopWords: CharArraySet)

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

Parameters

stopWords

Set of stop words


constructor(stopwordsFile: Path)

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

Parameters

stopwordsFile

File to load stop words from

See also


constructor(stopwords: Reader)

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

Parameters

stopwords

Reader to load stop words from

See also