I'm currently using the Polyglot library, however I would to be able to break down words like writing
into write
and ing
. Polyglot is able to break down words like reading
successfully into read
and ing
, but it fails when the stem is word written differently, as in writing
or unbelievable
.
Are there any libraries out there that could accomplish what I need?