public class EnglishSynthesizer extends BaseSynthesizer
| Constructor and Description |
|---|
EnglishSynthesizer() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
synthesize(AnalyzedToken token,
String posTag)
Get a form of a given AnalyzedToken, where the form is defined by a
part-of-speech tag.
|
getPosTagCorrection, synthesizepublic String[] synthesize(AnalyzedToken token, String posTag) throws IOException
synthesize in interface Synthesizersynthesize in class BaseSynthesizertoken - AnalyzedToken to be inflected.posTag - A desired part-of-speech tag.IOExceptionCopyright © 2005-2011 Daniel Naber