GreekAnalyzer

constructor()

Builds an analyzer with the default stop words.


constructor(stopwords: CharArraySet)

Builds an analyzer with the given stop words.

NOTE: The stopwords set should be pre-processed with the logic of GreekLowerCaseFilter for best results.

Parameters

stopwords

a stopword set