1

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.

Buntu Linux
  • 492
  • 9
  • 19
  • Are you trying to create something from scratch? – abhati Dec 17 '14 at 04:36
  • This may have been answered already. See here: http://stackoverflow.com/questions/8575873/tense-of-a-verb – dogwin Dec 17 '14 at 04:37
  • 1
    Try this [answer](http://stackoverflow.com/questions/9520501/how-do-you-get-the-past-tense-of-a-verb). Solved using [SimpleNLG library](https://code.google.com/p/simplenlg/) – vsnyc Dec 17 '14 at 04:38

1 Answers1

1

have a look at this library

for more details refer this question

Community
  • 1
  • 1
Ankur Singhal
  • 26,012
  • 16
  • 82
  • 116