Class RomanianSynthesizer

  • All Implemented Interfaces:
    org.languagetool.synthesis.Synthesizer

    public class RomanianSynthesizer
    extends org.languagetool.synthesis.BaseSynthesizer
    Romanian word form synthesizer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String RESOURCE_FILENAME  
      private static java.lang.String TAGS_FILE_NAME  
      • Fields inherited from class org.languagetool.synthesis.BaseSynthesizer

        possibleTags, SPELLNUMBER_TAG
    • Constructor Summary

      Constructors 
      Constructor Description
      RomanianSynthesizer​(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 Detail

      • RomanianSynthesizer

        public RomanianSynthesizer​(org.languagetool.Language lang)