edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator
Class DefaultConjugator

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator.EnglishConjugator
      extended by edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator.DefaultConjugator
All Implemented Interfaces:
Conjugator

public class DefaultConjugator
extends EnglishConjugator
implements Conjugator

DefaultConjugator: The default MorphAdorner conjugator.

The English language conjugator is the default MorphAdorner conjugator.


Field Summary
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator.EnglishConjugator
doublingVerbs, doublingVerbsPath, irregularVerbs, irregularVerbsPath, presentParticiplePattern1, presentParticiplePattern2
 
Constructor Summary
DefaultConjugator()
          Create the default conjugator.
 
Method Summary
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator.EnglishConjugator
conjugate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.northwestern.at.utils.corpuslinguistics.inflector.conjugator.Conjugator
conjugate
 

Constructor Detail

DefaultConjugator

public DefaultConjugator()
Create the default conjugator.