Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arda/pron.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def is_vowel(ch):
return ch.lower() in "aeiouyäëïöüÿáéíóúý"
return ch.lower() in "aeiouyäëïöüÿáéíóúýâêîôûŷ"


def is_short_vowel(ch):
Expand Down
2 changes: 2 additions & 0 deletions pron_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
... "silivren",
... "andúne",
... "dûn",
... "Udûn",
... ]:
... print(word, display_word(syllabify(word)))
Isildur i.SIL.dur
Expand Down Expand Up @@ -55,3 +56,4 @@ Pelargir pe.LAR.gir
silivren si.LIV.ren
andúne an.DÚ.ne
dûn DÛN
Udûn U.dûn