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

meter.grm: compound words #24

Open
jillianchang opened this issue Aug 4, 2021 · 4 comments
Open

meter.grm: compound words #24

jillianchang opened this issue Aug 4, 2021 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@jillianchang
Copy link
Collaborator

In compound words with prepositions such as ad, ab, sub, dē, in, etc., I think the preposition should be treated as one syllable (but not always). As it is now, the meter grammar attaches the last consonant of the preposition as the onset of the next syllable. The issue would be to know in which cases the prefix in the compound word (if the subsequent syllable begins with a vowel) should be treated as one syllable, or whether the prefix should cause a split.

Example:
"ex numerō subit; ac magnō tellūris amōre"
subit is [su.bit] (i.e. the "b" is the onset)

"Ūnus abest, mediō in flūctū quem vīdimus ipsī"
abest is [ab.estː] (i.e. the "b" is the coda)

@jillianchang jillianchang added the help wanted Extra attention is needed label Aug 4, 2021
@kylebgorman
Copy link
Contributor

I remember reading this somewhere---is this mentioned in Allen?

Why do you say it's [ab.est] here? I just scanned it and came to the opposite conclusion: first foot is a dactyl.

Knowing where a preposition like this is difficult without adding a full-blown morphological analyzer to the system since there are going to be so many false positives (like subit).

@jillianchang
Copy link
Collaborator Author

Sorry, you are right about [a.best].

I didn't get it from Allen, actually. I saw a picture of "The Beginners Latin Boo" by William C. Collar posted online that takes about it.

You are probably correct that the prefixes are split, I guess we can come back to it if we find otherwise?

@kylebgorman
Copy link
Contributor

I wonder if this is a case where it's varaible and we can treat it in optional.grm down the line.

@kylebgorman
Copy link
Contributor

This relates to our discussion elsewhere of intervocalic i that fails to geminate in compounds like biiugo and vowel-initial words prefixed with prae-.

@kylebgorman kylebgorman changed the title Meter.grm: Compound Words meter.grm: compound words Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants