in src/java/org/elasticsearch/analysis/hunspell/pt_PT/PortugueseHunspellAnalyzer.java [65:69]
public PortugueseHunspellAnalyzer(Dictionary dictionary, CharArraySet stopwords, CharArraySet stemExclusionTable) {
super(stopwords);
this.dictionary = dictionary;
this.stemExclusionTable = stemExclusionTable;
}