in src/java/org/elasticsearch/analysis/hunspell/cs/CzechHunspellAnalyzer.java [64:68]
public CzechHunspellAnalyzer(Dictionary dictionary, CharArraySet stopwords, CharArraySet stemExclusionTable) {
super(stopwords);
this.dictionary = dictionary;
this.stemExclusionTable = stemExclusionTable;
}