BulgarianAnalyzer

constructor()

Builds an analyzer with the default stop words: {@link #DEFAULT_STOPWORD_FILE}.


constructor(stopwords: CharArraySet)

Builds an analyzer with the given stop words.


constructor(stopwords: CharArraySet, stemExclusionSet: CharArraySet)

Builds an analyzer with the given stop words and a stem exclusion set. If a stem exclusion set is provided this analyzer will add a SetKeywordMarkerFilter before BulgarianStemFilter.