FrenchAnalyzer

constructor()

Builds an analyzer with the default stop words.


constructor(stopwords: CharArraySet)

Builds an analyzer with the given stop words.

Parameters

stopwords

a stopword set


constructor(stopwords: CharArraySet, stemExclusionSet: CharArraySet)

Builds an analyzer with the given stop words.

Parameters

stopwords

a stopword set

stemExclusionSet

a stemming exclusion set