bjascob / LemmInflect

A python module for English lemmatization and inflection.
MIT License
260 stars 25 forks source link

inflection tool for other languages #20

Closed evvahu closed 5 months ago

evvahu commented 1 year ago

Hi,

Thanks for providing this library. Have you ever thought of implementing other languages? If not, I'm currently looking for a tool that does Russian word inflection and I was wondering whether you know of any such tools?

Best, Eva

bjascob commented 1 year ago

LemmInflect is based on a corpus of English (only) word inflections and I don't have this for other languages so it's not possible to implement other languages with this tool. I think NLTK and Spacy only do lemmatization. I'm not sure if Stanza/CoreNLP has a way to do inflections or if it's just lemmatization but you might want to look at that tool.