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

Hyphenation error on german word "einen" #26

Open
mikebarkmin opened this issue Nov 28, 2019 · 0 comments
Open

Hyphenation error on german word "einen" #26

mikebarkmin opened this issue Nov 28, 2019 · 0 comments

Comments

@mikebarkmin
Copy link

"einen" should return "ei-nen". I have also tried to manually add it to the dictionary by inserting a line
"ei1nen"
after the pattern for
"ei1ne" Line 11739
But the pattern is not used.

Here is the test code:

import pyphen
dic = pyphen(filename="my.dic")
dic.inserted("einen")

P.S.: "eine" is correctly inserted and results in "ei-ne".

@mikebarkmin mikebarkmin changed the title Hypehnation error on german word "einen" Hyphenation error on german word "einen" Nov 28, 2019
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