Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conjugation of verbs with the ß in pattern.text.de appears to be broken #318

Open
whiskahs opened this issue Dec 5, 2020 · 0 comments
Open

Comments

@whiskahs
Copy link

whiskahs commented Dec 5, 2020

Attempting to conjugate verbs which contain the "ß" character results in a misspelling. Conjugating the same verb with "ss" in place of "ß" results in the correct spelling.

For example, "heißen" renders to "heeißen".

from pattern.text.de import conjugate

conjugate('heißt')
Out[3]: 'heeißen'

conjugate('heißen')
Out[4]: 'heeißen'

conjugate('heissen')
Out[5]: 'heissen'

conjugate('beißen')
Out[6]: 'beeißen'

conjugate('beissen')
Out[7]: 'beissen'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant