Skip to content

Hyphenation error on german word "einen" #26

@mikebarkmin

Description

@mikebarkmin

"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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions