DutchAnalyzer

constructor()

Builds an analyzer with the default stop words and a few default entries for the stem exclusion table.


constructor(stopwords: CharArraySet)
constructor(stopwords: CharArraySet, stemExclusionTable: CharArraySet)
constructor(stopwords: CharArraySet, stemExclusionTable: CharArraySet, stemOverrideDict: CharArrayMap<String>)