Wrong stressed syllable for words ending in y with stress in last syllable
jdevera opened this issue · 0 comments
jdevera commented
In [1]: import pylabeador
In [2]: pylabeador.syllabify_with_details("Paraguay").stressed
Out[2]: 1
The stressed syllable is the last one, so the result should be 2 (0-based).
It also wrongly reports that in the word estoy the stress in the first syllable.