I want to find the base-form for input words in python
something like
get_base_form({running, best, eyes, moody})
--> run, good, eye, mood
A solution, that just deals with regular forms would be fine. But an answer, that also deals with irregular would be perfect.
If there is no library that does this, a web-service would be fine, too.