Is it possible to hava a Java alternative to NLTK in order to 'verbify' words as can be seen in this question?
Convert words between verb/noun/adjective forms
For example I would like to convert born to birth, since when using Wordnet Similarity, the algorithm does not show that born and birth are very similar.
I would like to therefore convert either born to birth or vice versa. In order to have much more similar words.
What do you suggest? I found some tools but I'm not sure if they can do this: - NTLK (only python I guess) - OpenNlp - Stanford-Nlp - Simple NLG
Thank you