UAX29URLEmailAnalyzer

constructor(stopWords: CharArraySet)

Builds an analyzer with the given stop words.

Parameters

stopWords

stop words


constructor()

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


constructor(stopwords: Reader)

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

Parameters

stopwords

Reader to read stop words from

See also

#getWordSet