SwedishAnalyzer

constructor()

Builds an analyzer with the default stop words.


constructor(stopwords: CharArraySet)

Builds an analyzer with the given stop words.


constructor(stopwords: CharArraySet, stemExclusionSet: CharArraySet)

Builds an analyzer with the given stop words. If a non-empty stem exclusion set is provided this analyzer will add a SetKeywordMarkerFilter before stemming.