I'm looking for a stemmer/lemmatizer for Polish language, preferably in Python. What would you recommend?
I have a list of ingredients in a recipe. Plural forms are inflected differently, depending on the counter, e.g.: for tomatoes
5 pomidorów
2 pomidory
1 pomidor
I want my parser to recognize all those ingredients as for one product, hence the need for stemming.