Module:qay-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 45: Line 45:


local phonetic_rules = {
local phonetic_rules = {
{"ˈ·", "ˈ"}, {"·ˈ", "ˈ"}, {"´", ""}, {"ˌ·", "ˌ"}, {"·ˌ", "ˌ"}, {"ˈˌ", "ˌ"},
{"([ˈˌ])·", "%1"}, {"·([ˈˌ])", "%1"}, {"ˈˌ", "ˌ"},
{"h([" .. front .. "])", "ç%1"}, {"h([" .. back .. "])", "x%1"},
{"h([" .. front .. "])", "ç%1"}, {"h([" .. back .. "])", "x%1"},
Line 83: Line 83:
break
break
elseif match(syll, "´") then
elseif match(syll, "´") then
table.insert(syllables, i, "ˈ")
syll = syll:gsub("´","ˈ")
return table.concat(syllables, "·")
return table.concat(syllables, "·")
elseif match(syll, "ː") then
elseif match(syll, "ː") then

Navigation menu