I am working on a project and I need to get the root of a given word (stemming). As you know, the stemming algorithms that don't use a dictionary are not accurate. Also I tried the WordNet but it is not good for my project. I found phpmorphy project but it doesn't include API in Java.
At this time I am looking for a database or a text file of english words with their different forms. for example:
run running ran ... include including included ... ...
Thank you for your help or advise.
orthography[orthography/NN,B-NP-singular|E-NP-singular]'['/POS]s[s/POS,]`. Is that correct? – Thalis K. Nov 06 '17 at 09:54