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

Incorrect syllabification of words containing vowels with circumflex #3

Open
Valiec opened this issue Jun 25, 2023 · 0 comments · May be fixed by #4
Open

Incorrect syllabification of words containing vowels with circumflex #3

Valiec opened this issue Jun 25, 2023 · 0 comments · May be fixed by #4

Comments

@Valiec
Copy link

Valiec commented Jun 25, 2023

Basically what the title says. It doesn't recognize vowels with a circumflex (e.g. "û") as vowels.

Example:

Udûn is syllabified as UDÛN, even though it's clearly 2 syllables.

This can easily be fixed by adding âêîôûŷ to the list of vowels in is_vowel(), I'll probably just make a PR with this change if I get around to it.

With that fix in place, Udûn is syllabified correctly as U.dûn

@Valiec Valiec linked a pull request Jun 25, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant