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