Java: Convert an English verb to a particular tense

3.1k views Asked by At

Is there a way to convert an English verb to a particular tense with java?

for example:

convertToPast("go"); //will give went
convertToCtn("go"); //will give going

I have used Stanford nlp and WordNet with JAWS.

1

There are 1 answers

4
Ankur Singhal On BEST ANSWER

have a look at this library

for more details refer this question