DutchAnalyzer
Analyzer for Dutch language.
Constructors
Link copied to clipboard
constructor()
Builds an analyzer with the default stop words and a few default entries for the stem exclusion table.
constructor(stopwords: CharArraySet, stemExclusionTable: CharArraySet, stemOverrideDict: CharArrayMap<String>)