Package edu.northwestern.at.utils.corpuslinguistics.inflector

Inflector.

See:
          Description

Interface Summary
Inflector Defines an interface for inflecting a word.
 

Class Summary
DefaultInflector DefaultInflector: The default MorphAdorner inflector.
EnglishInflector English inflector which returns a lemma uninflected.
InflectorFactory Inflector factory.
NoopInflector Noop inflector which returns a lemma uninflected.
 

Enum Summary
Person Grammatical persons.
VerbTense Grammatical verb tenses.
 

Package edu.northwestern.at.utils.corpuslinguistics.inflector Description

Inflector.

An inflector finds inflected forms of words. Currently methods are provided to find the plurals of nouns and pronouns, and the tenses of verbs.

All MorphAdorner inflectors must implement the Inflector interface. The InflectorFactory provides the mechanism for instantiating a default or specified instance of an inflector implementation.

MorphAdorner provides two inflectors.

The English language inflector is the default inflector.