public class GermanSynthesizer extends BaseSynthesizer
| Modifier and Type | Field and Description |
|---|---|
static GermanSynthesizer |
INSTANCE |
possibleTags, SPELLNUMBER_FEMININE_TAG, SPELLNUMBER_ROMAN_TAG, SPELLNUMBER_TAG| Constructor and Description |
|---|
GermanSynthesizer(Language lang)
Deprecated.
use
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
lookup(String lemma,
String posTag) |
String[] |
synthesize(AnalyzedToken token,
String posTag) |
String[] |
synthesize(AnalyzedToken token,
String posTag,
boolean posTagRegExp) |
createStemmer, getDictionary, getPosTagCorrection, getRomanNumber, getSpelledNumber, getStemmer, getTargetPosTag, initPossibleTags, isException, removeExceptions, synthesizeForPosTagspublic static final GermanSynthesizer INSTANCE
protected List<String> lookup(String lemma, String posTag)
lookup in class BaseSynthesizerpublic String[] synthesize(AnalyzedToken token, String posTag) throws IOException
synthesize in interface Synthesizersynthesize in class BaseSynthesizerIOExceptionpublic String[] synthesize(AnalyzedToken token, String posTag, boolean posTagRegExp) throws IOException
synthesize in interface Synthesizersynthesize in class BaseSynthesizerIOException