I have a simple project that needs to achieve this kind of things.
Sports - > Sport
Walking -> Walk
and ideally also do things like:
good -> better
better -> good
person -> people
people -> person
Could someone point me to the most light-way library that can achieve this? (I know there is lib like Lucene, CoreNLP etc..) but these are quite HEAVY and I really just need a stemmer / lemmatiser
Thank you!