45,641
edits
No edit summary |
No edit summary |
||
Line 62: | Line 62: | ||
local function syllabify(term) | local function syllabify(term) | ||
local first = term == " | local first = term == "áxepːi" | ||
local last = (term == "kolán" or term == "türá") | local last = (term == "kolán" or term == "türá") | ||
local syllable = "(" .. consonants .. "*)(" .. vowels .. "ː?)(" .. consonants .. "-)" | local syllable = "(" .. consonants .. "*)(" .. vowels .. "ː?)(" .. consonants .. "-)" |