Module:qay-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 74: Line 74:
end
end
if match(syll, "ː") then weight[i] = "sh"
if match(syll, "ː") then weight[i] = "sh"
elseif match(syll, "ŋ$") or match(syll, "[aeiouɛɪɔʊ][aeiouɛɪɔʊ]") then weight[i] = "h"
elseif match(syll, "ŋ$") or match(syll, "[aɛɪɔʊ][ɪʊ]") then weight[i] = "h"
else weight[i] = "l"
else weight[i] = "l"
end
end
Line 100: Line 100:
end
end
term = syllabify(term)
--term = syllabify(term)
for _, micrule in ipairs(phonemic_rules) do
for _, micrule in ipairs(phonemic_rules) do
Line 118: Line 118:
end
end
term = syllabify(term)
--term = syllabify(term)
for _, ticrule in ipairs(phonetic_rules) do
for _, ticrule in ipairs(phonetic_rules) do

Navigation menu