public class RussianPartialPosTagFilter extends PartialPosTagFilter
PartialPosTagFilter for Russian 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 |
|---|
RussianPartialPosTagFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnalyzedTokenReadings> |
tag(String token) |
acceptRuleMatchmatchesprotected List<AnalyzedTokenReadings> tag(String token)
tag in class PartialPosTagFilter