45,647
edits
No edit summary |
No edit summary |
||
Line 65: | Line 65: | ||
function export.antique_crux(term) | function export.antique_crux(term) | ||
local oldrules = { | local oldrules = { | ||
{"v([ou])", "w%1"}, {"v([ay])", "ɥ%1"}, {"(" .. vowels .. ")v(" .. consonants .. ")", " | {"v([ou])", "w%1"}, {"v([ay])", "ɥ%1"}, {"(" .. vowels .. ")v(ˈ?" .. consonants .. ")", "%1u%2"}, | ||
{"j([iy])", "ɟ%1"}, | {"j([iy])", "ɟ%1"}, | ||
} | } | ||
Line 75: | Line 75: | ||
end | end | ||
return | return term | ||
end | end | ||