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