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

Conjugator.

See:
          Description

Interface Summary
Conjugator Defines an interface for conjugating a verb..
 

Class Summary
ConjugatorFactory Conjugator factory.
DefaultConjugator DefaultConjugator: The default MorphAdorner conjugator.
EnglishConjugator English language conjugator.
NoopConjugator Noop conjugator which returns an infinitive uninflected.
 

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

Conjugator.

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

All MorphAdorner conjugators must implement the Conjugator interface. The 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 Inflector.