CUNY-CL / latin_scansion

Apache License 2.0
0 stars 2 forks source link

Notes from Cser #55

Closed kylebgorman closed 3 years ago

kylebgorman commented 3 years ago

I'm reading Cser's The Phonology of Classical Latin and here are some things he claims we might want to support (or enforce)

  1. s followed by a voiceless obstruent is always heterosyllabic: i.e., they must be split, there are no sC onsets word-internally.
  2. s can resyllabify leftward, making a word ending in a short monophthong heavy, to fit the meter
kylebgorman commented 3 years ago

@jillianchang have you seen any examples of the second thing here? I just quickly looked over some of the unparseable lines in scansion_test.py to see if I could find any instances there but I'm not seeing anything of relevance.

jillianchang commented 3 years ago

I don't think there are, since we mapped all s_clusters to onsets and I don't think there were any issues with that aspect.

kylebgorman commented 3 years ago

Okay, I'll close for now.