javanlpstanford-nlpwordnetjaws-wordnet

Java: Convert an English verb to a particular tense


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.


Solution

  • have a look at this library

    for more details refer this question