public BasqueHunspellAnalyzer()

in src/java/org/elasticsearch/analysis/hunspell/eu/BasqueHunspellAnalyzer.java [52:54]


  public BasqueHunspellAnalyzer(Dictionary dictionary) {
    this(dictionary, getDefaultStopSet(), CharArraySet.EMPTY_SET);
  }