public class FrenchPartialPosTagFilter extends PartialPosTagFilter
PartialPosTagFilter
for French that also runs the disambiguator. Note
that the disambiguator is called with a single token, so only rules
will apply that have a single <match>
element.Constructor and Description |
---|
FrenchPartialPosTagFilter() |
Modifier and Type | Method and Description |
---|---|
protected List<AnalyzedTokenReadings> |
tag(String token) |
acceptRuleMatch
getOptional, getRequired, matches
protected List<AnalyzedTokenReadings> tag(String token)
tag
in class PartialPosTagFilter