Conjugator.

A conjugator conjugates verbs given an infinitive, person, and tense,

All MorphAdorner conjugators must implement the {@link edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator.Conjugator} interface. The {@link edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator.ConjugatorFactory} provides the mechanism for instantiating a default or specified instance of an conjugator implementation.

MorphAdorner provides two conjugators.

The English language conjugator is the default conjugator.

Conjugators may be used standalone or instantiated and invoked by an {@link edu.northwestern.at.utils.corpuslinguistics.inflector.Inflector}.