public class CatalanSynthesizer extends BaseSynthesizer
| Modifier and Type | Field and Description |
|---|---|
static CatalanSynthesizer |
INSTANCE_BAL |
static CatalanSynthesizer |
INSTANCE_CAT |
static CatalanSynthesizer |
INSTANCE_VAL |
static List<String> |
LemmasToIgnore |
language, possibleTags, SPELLNUMBER_FEMININE_TAG, SPELLNUMBER_ROMAN_TAG, SPELLNUMBER_TAG| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPossibleTags() |
String |
getTargetPosTag(List<String> posTags,
String targetPosTag) |
String[] |
synthesize(AnalyzedToken token,
String posTag) |
String[] |
synthesize(AnalyzedToken token,
String posTag,
boolean posTagRegExp) |
createStemmer, getDictionary, getPosTagCorrection, getRomanNumber, getSpelledNumber, getStemmer, initPossibleTags, isException, lookup, removeExceptions, synthesizeForPosTagspublic static final CatalanSynthesizer INSTANCE_CAT
public static final CatalanSynthesizer INSTANCE_VAL
public static final CatalanSynthesizer INSTANCE_BAL
public 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 BaseSynthesizerIOExceptionpublic String getTargetPosTag(List<String> posTags, String targetPosTag)
getTargetPosTag in interface SynthesizergetTargetPosTag in class BaseSynthesizerpublic List<String> getPossibleTags() throws IOException
IOException