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

Handle case of overlapping consonant clusters #36

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

dchiller
Copy link
Collaborator

@dchiller dchiller commented Jan 12, 2024

Fixes #33.

In latin syllabification, where vowels are separated by 3 or more consonants and those consonants form multiple (potentially overlapping) consonant clusters, we prioritize a consonant cluster in the final two letters over a consonant cluster in the first two letters.

Adds relevant test words.

@dchiller dchiller merged commit 6bc6303 into main Jan 16, 2024
1 check passed
@dchiller dchiller deleted the i-33-competing-consonant-clusters branch January 16, 2024 14:22
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 this pull request may close these issues.

Latin syllabification: three consonant sequence combining two consonant clusters
2 participants