Module:siwa-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 35: | Line 35: | ||
end | end | ||
local function stressed( | local function stressed(s1, s2) | ||
local | local stressed_rules = {["h"] = "ʔ", ["ɡį"] = "jː", ["hh"] = "hː",} | ||
local | local s2 = gsub(s2, s2, stressed_rules[s2]) | ||
return s1 .. s2 | |||
return | |||
end | end | ||
| Line 94: | Line 87: | ||
}, | }, | ||
{ | { | ||
[ | [stpattern] = stressed(s1, s2), | ||
}, | }, | ||
} | } | ||