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

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

public class NoopConjugator
extends java.lang.Object
implements Conjugator

Noop conjugator which returns an infinitive uninflected.


Constructor Summary
NoopConjugator()
           
 
Method Summary
 java.lang.String conjugate(java.lang.String infinitive, VerbTense tense, Person person)
          Conjugate a verb from its infinitive, tense, and person.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopConjugator

public NoopConjugator()
Method Detail

conjugate

public java.lang.String conjugate(java.lang.String infinitive,
                                  VerbTense tense,
                                  Person person)
Conjugate a verb from its infinitive, tense, and person.

Specified by:
conjugate in interface Conjugator
Parameters:
infinitive - The infinitive of the verb to inflect.
tense - The verb tense to generate.
person - The person (1st, 2nd, 3rd) to generate.
Returns:
The verb unchanged.