47,697
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
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 | ||
syll = syll:gsub("´","ˈ") | |||
return table.concat(syllables, "·") | return table.concat(syllables, "·") | ||
elseif match(syll, "ː") then | elseif match(syll, "ː") then |