public class PolishSynthesizer extends BaseSynthesizer implements Synthesizer
| Modifier and Type | Field and Description |
|---|---|
static PolishSynthesizer |
INSTANCE |
SPELLNUMBER_FEMININE_TAG, SPELLNUMBER_ROMAN_TAG, SPELLNUMBER_TAG| Constructor and Description |
|---|
PolishSynthesizer(Language lang)
Deprecated.
use
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getPosTagCorrection(String posTag) |
String[] |
synthesize(AnalyzedToken token,
String posTag) |
String[] |
synthesize(AnalyzedToken token,
String pos,
boolean posTagRegExp) |
createStemmer, getDictionary, getRomanNumber, getSpelledNumber, getStemmer, getTargetPosTag, initPossibleTags, isException, lookup, removeExceptions, synthesizeForPosTagsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSpelledNumber, getTargetPosTagpublic static final PolishSynthesizer INSTANCE
public final String[] synthesize(AnalyzedToken token, String posTag) throws IOException
synthesize in interface Synthesizersynthesize in class BaseSynthesizerIOExceptionpublic final String[] synthesize(AnalyzedToken token, String pos, boolean posTagRegExp) throws IOException
synthesize in interface Synthesizersynthesize in class BaseSynthesizerIOExceptionpublic final String getPosTagCorrection(String posTag)
getPosTagCorrection in interface SynthesizergetPosTagCorrection in class BaseSynthesizer