|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.utils.corpuslinguistics.inflector.conjugator.NoopConjugator
public class NoopConjugator
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 |
|---|
public NoopConjugator()
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||