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 best solutions below

4
On BEST ANSWER

have a look at this library

for more details refer this question