in src/java/org/elasticsearch/analysis/hunspell/tg/TajikHunspellAnalyzer.java [63:67]
public TajikHunspellAnalyzer(Dictionary dictionary, CharArraySet stopwords, CharArraySet stemExclusionTable) {
super(stopwords);
this.dictionary = dictionary;
this.stemExclusionTable = stemExclusionTable;
}