snowballstem / snowball

Snowball compiler and stemming algorithms
https://snowballstem.org/
BSD 3-Clause "New" or "Revised" License
757 stars 173 forks source link

swedish: Remove -et or -en when stem ends in et #154

Open ojwb opened 3 years ago

ojwb commented 3 years ago

Removing -et and -en in general is problematic, as many words end in -et or -en where this isn't a suffix, but very few end in -etet or -eten where the last two letters aren't a suffix (and those that do don't seem to suffer if we make the stem not have the -et).

Fixes #47