Yoast / YoastSEO.js

Analyze content on a page and give SEO feedback as well as render a snippet preview.
GNU General Public License v3.0
403 stars 172 forks source link

Make the German stemmer treat the characters i and e in between vowels as consonants #2209

Closed agnieszkaszuba closed 5 years ago

agnieszkaszuba commented 5 years ago

Right now, the German stemmer treats u and y as consonants if they occur between two vowels. We should implement the same functionality for the letters e and i.

agnieszkaszuba commented 5 years ago

This issue has been moved to https://github.com/Yoast/javascript/issues/142