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

Simple rule-based part of speech tagger.

See:
          Description

Class Summary
SimpleRuleBasedTagger Simple Rule-Based Part of Speech tagger.
 

Package edu.northwestern.at.utils.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.