public class IrishPartialPosTagFilter extends PartialPosTagFilter
PartialPosTagFilter for Irish 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.
Warning: Do not use this in disambiguation.xml, it would cause an endless loop,
use NoDisambiguationIrishPartialPosTagFilter instead.NoDisambiguationIrishPartialPosTagFilter| Constructor and Description |
|---|
IrishPartialPosTagFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnalyzedTokenReadings> |
tag(String token) |
acceptRuleMatchgetOptional, getRequired, matchesprotected List<AnalyzedTokenReadings> tag(String token)
tag in class PartialPosTagFilter