```python 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.