public FrenchHunspellAnalyzer()

in src/java/org/elasticsearch/analysis/hunspell/fr/FrenchHunspellAnalyzer.java [66:70]


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