Stem a French word

Report a typo

You have a French word in the input, and your task is to stem it with the Snowball Stemmer.

Sample Input 1:

pommes

Sample Output 1:

pomm
Write a program in Python 3
# code here
___

Create a free account to access the full topic