Package org.languagetool.synthesis
Class GermanSynthesizer
java.lang.Object
org.languagetool.synthesis.BaseSynthesizer
org.languagetool.synthesis.GermanSynthesizer
- All Implemented Interfaces:
Synthesizer
German word form synthesizer. Also supports compounds.
- Since:
- 2.4
-
Field Summary
FieldsFields inherited from class org.languagetool.synthesis.BaseSynthesizer
language, possibleTags, SPELLNUMBER_FEMININE_TAG, SPELLNUMBER_ROMAN_TAG, SPELLNUMBER_TAG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]synthesize(AnalyzedToken token, String posTag) String[]synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp) Methods inherited from class org.languagetool.synthesis.BaseSynthesizer
createStemmer, getDictionary, getPosTagCorrection, getRomanNumber, getSpelledNumber, getStemmer, getTargetPosTag, initPossibleTags, isException, removeExceptions, synthesizeForPosTags
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
GermanSynthesizer
Deprecated.useINSTANCE
-
-
Method Details
-
lookup
- Overrides:
lookupin classBaseSynthesizer
-
synthesize
- Specified by:
synthesizein interfaceSynthesizer- Overrides:
synthesizein classBaseSynthesizer- Throws:
IOException
-
synthesize
public String[] synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp) throws IOException - Specified by:
synthesizein interfaceSynthesizer- Overrides:
synthesizein classBaseSynthesizer- Throws:
IOException
-
INSTANCE