Class FrenchSynthesizer

java.lang.Object
org.languagetool.synthesis.BaseSynthesizer
org.languagetool.synthesis.FrenchSynthesizer
All Implemented Interfaces:
org.languagetool.synthesis.Synthesizer

public class FrenchSynthesizer extends org.languagetool.synthesis.BaseSynthesizer
French word form synthesizer.
  • Field Summary

    Fields inherited from class org.languagetool.synthesis.BaseSynthesizer

    possibleTags, SPELLNUMBER_TAG
  • Constructor Summary

    Constructors
    Constructor
    Description
    FrenchSynthesizer(org.languagetool.Language lang)
     
  • Method Summary

    Methods inherited from class org.languagetool.synthesis.BaseSynthesizer

    createStemmer, getDictionary, getPosTagCorrection, getSpelledNumber, getStemmer, initPossibleTags, lookup, synthesize, synthesize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FrenchSynthesizer

      public FrenchSynthesizer(org.languagetool.Language lang)