public class PolishSynthesizer extends Object 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) |
public final String[] synthesize(AnalyzedToken token, String posTag) throws IOException
synthesize in interface SynthesizerIOExceptionpublic final String[] synthesize(AnalyzedToken token, String pos, boolean posTagRegExp) throws IOException
synthesize in interface SynthesizerIOExceptionpublic final String getPosTagCorrection(String posTag)
getPosTagCorrection in interface Synthesizer