Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

German umlauts are being converted #30

Open
fbrix opened this issue Sep 7, 2018 · 1 comment
Open

German umlauts are being converted #30

fbrix opened this issue Sep 7, 2018 · 1 comment

Comments

@fbrix
Copy link

fbrix commented Sep 7, 2018

Lingua.stemmer('grüner', language: :de)

Results in:

"grun"

Should be:

"grün"
@fbrix fbrix changed the title German umlauts are being stripped German umlauts are being converted Sep 7, 2018
@bettysteger
Copy link

Does the german stemmer even work correctly?

Lingua.stemmer('gelaufen', language: :de)
=> "gelauf"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants