45,647
edits
No edit summary |
No edit summary |
||
Line 142: | Line 142: | ||
-- other stem- and/or word-initial configurations | -- other stem- and/or word-initial configurations | ||
{"đi", "ʨi"}, {"ꝺi", "ʥi"}, {"ɣi", "ɉi"}, {"ɣj", "jː"}, {"ɣjː", "ɟː"}, | {"đi", "ʨi"}, {"ꝺi", "ʥi"}, {"ɣi", "ɉi"}, {"ɣj", "jː"}, {"ɣjː", "ɟː"}, | ||
{"^(ˈ?)ƀ", "%1p"}, {"^(ˈ?)đ", "%1t"}, {"^(ˈ?)ꬶ", "%1k"}, {"^(ˈ?)ꝺ", "%1d | {"^(ˈ?)ƀ", "%1p"}, {"^(ˈ?)đ", "%1t"}, {"^(ˈ?)ꬶ", "%1k"}, {"^(ˈ?)ꝺ", "%1d"}, {"^(ˈ?)ɣ", "%1ɡ"} | ||
} | } | ||
Line 201: | Line 201: | ||
if w then | if w then | ||
term = gsub(term, "ꬶl", "ʔł") | term = gsub(term, "ꬶl", "ʔł") | ||
term = gsub(term, "ƛ", "łʼ") | |||
for _, anap in ipairs(anaptyctic) do | for _, anap in ipairs(anaptyctic) do | ||
term = gsub(term, anap[1], anap[2]) | term = gsub(term, anap[1], anap[2]) |