Package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased

Simple rule-based part of speech tagger.

See: Description

Package edu.northwestern.at.morphadorner.corpuslinguistics.postagger.simplerulebased Description

Simple rule-based part of speech tagger.

The simple rule-based part of speech tagger assigns the most commonly occurring part of speech to all words and then applies a small set of contextual rules to "fix up" the tagging. It's kind of a "Brill light."

This simple tagger is useful when fast but not very accurate tagging is desirable, e.g., in sentence splitting.