Class RussianSynthesizer

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

public class RussianSynthesizer extends org.languagetool.synthesis.BaseSynthesizer
Russian word form synthesizer.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final String
     
    private static final String
     

    Fields inherited from class org.languagetool.synthesis.BaseSynthesizer

    possibleTags, SPELLNUMBER_TAG
  • Constructor Summary

    Constructors
    Constructor
    Description
    RussianSynthesizer(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
  • Field Details

  • Constructor Details

    • RussianSynthesizer

      public RussianSynthesizer(org.languagetool.Language lang)