public BasqueHunspellAnalyzer()

in src/java/org/elasticsearch/analysis/hunspell/eu/BasqueHunspellAnalyzer.java [64:68]


  public BasqueHunspellAnalyzer(Dictionary dictionary, CharArraySet stopwords, CharArraySet stemExclusionTable) {
    super(stopwords);
    this.dictionary = dictionary;
    this.stemExclusionTable = stemExclusionTable;
  }