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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -