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 {@link edu.northwestern.at.utils.corpuslinguistics.inflector.Inflector} interface. The {@link edu.northwestern.at.utils.corpuslinguistics.inflector.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.