public class NoopConjugator extends java.lang.Object implements Conjugator
| Constructor and Description |
|---|
NoopConjugator() |
public java.lang.String conjugate(java.lang.String infinitive,
VerbTense tense,
Person person)
conjugate in interface Conjugatorinfinitive - The infinitive of the verb to inflect.tense - The verb tense to generate.person - The person (1st, 2nd, 3rd) to generate.