Class EnglishPartialPosTagFilter


public class EnglishPartialPosTagFilter extends PartialPosTagFilter
A PartialPosTagFilter for English 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 NoDisambiguationEnglishPartialPosTagFilter instead.
Since:
2.8
See Also: