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

Change prefix logic to check for following vowel #50

Merged
merged 2 commits into from
Apr 22, 2024
Merged

Conversation

dchiller
Copy link
Collaborator

This PR:

  • Adds co to the list of prefixes
  • Adds a test word coegerunt (co-e-ge-runt) that has this prefix
  • Changes the prefix logic so that a prefix only requires special handling if it is followed by a vowel. The reasons for this are outlined in the changes this PR introduces to the README. In short, if the prefix is not followed by a vowel, then the usual consonant-placement rules apply and no special handling is required.

Closes #46.

@dchiller dchiller requested a review from lucasmarchd01 April 20, 2024 17:17
volpiano_display_utilities/latin_word_syllabification.py Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
volpiano_display_utilities/latin_word_syllabification.py Outdated Show resolved Hide resolved
Co-authored-by: Lucas <71031342+lucasmarchd01@users.noreply.github.com>
@dchiller dchiller merged commit bd15fa5 into main Apr 22, 2024
1 check passed
@dchiller dchiller deleted the change-coe branch April 22, 2024 18:58
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.

Start of word coe should be co-e more often
2 participants