question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latin syllabifier gives wrong results for clusters of three consonants

See original GitHub issue

The Latin syllabifier (in version 0.1.121) sometimes gives incorrect results for words with long consonant clusters. It doesn’t seem to detect correctly which clusters are allowed in onsets and which aren’t:

>>> s.syllabify('pulchra')
['pulch', 'ra']
>>> s.syllabify('sumptus')
['sum', 'ptus']

The correct syllabifications, as far as I can tell, would be pul-chra and sump-tus (since stop+liquid is a valid onset and stop+stop is not).

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dstelzercommented, Aug 14, 2020

Hopefully fixed by #994

0reactions
todd-cookcommented, Aug 30, 2020

I believe this was resolved, we’ll reopen if not. Thank you @dstelzer for your contribution!

Read more comments on GitHub >

github_iconTop Results From Across the Web

English Consonant Clusters Practice - Record & Listen
Practice consonant clusters. Consonant blend examples with audio, video exercises for ESL speakers to pronounce English clusters clearly. Improve today.
Read more >
Data-Driven Syllabification for Middle Dutch - Digital Medievalist
The order of consonants in both clusters is determined by the Sonority Ranking Hierarchy (Figure 2). The sonority of consonants has to decrease ......
Read more >
On the Syllabification of Phonemes. - ResearchGate
According to this principle a syllable will begin or end with a consonant cluster that is found at the beginning or end of...
Read more >
(PDF) A Rule-Based Syllabifier for Serbian | Aniko Kovač
We focus on three important principles of phonological rule application: ... The initial member of a consonant cluster in the rule descriptions presented ......
Read more >
Syllabifier - marello.org
In addition to these rules, Wheelock's Latin provides this sound exception: Also counted as single consonants are qu and the aspirates ch, ph,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found