45,647
edits
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, "[ | 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 |