Class SpanishSynthesizer

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

public class SpanishSynthesizer extends org.languagetool.synthesis.BaseSynthesizer
Spanish word form synthesizer. Based on Dutch word from synthesizer
Author:
Juan Martorell
  • Field Summary

    Fields inherited from class org.languagetool.synthesis.BaseSynthesizer

    possibleTags, SPELLNUMBER_TAG
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpanishSynthesizer(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 Object

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

    • SpanishSynthesizer

      public SpanishSynthesizer(org.languagetool.Language lang)