public class PolishSynthesizer extends BaseSynthesizer implements Synthesizer
| Constructor and Description |
|---|
PolishSynthesizer() |
| 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, getStemmer, initPossibleTags, lookuppublic 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