php - find the root word of a word -
I need to create a php dictionary, which will get the root word of a word. East. Search "car", it will say "plural of cars" or "taken", this is "the problem of the past"
I'm thinking of using wordnet, but it seems complicated.
Any suggestions?
Regards;
OK, since the suggestion is that stammer is not working properly
There is also a few interesting libraries:
Stack overflow also has links to similar questions:
Update:
Wordnet Lematizer:
Comments
Post a Comment