182
edits
No edit summary |
No edit summary |
||
Line 163: | Line 163: | ||
elseif result[i+1] == "k" then | elseif result[i+1] == "k" then | ||
table.insert(newWord, "7") | table.insert(newWord, "7") | ||
elseif mw.ustring.match(result[i+1], "[%.ˌˈ]") then | |||
if mw.ustring.match(result[i+2], "[njt]") then | |||
table.insert(newWord, "6") | |||
elseif result[i+2] == "k" then | |||
table.insert(newWord, "7") | |||
else | |||
table.insert(newWord, "i") | |||
end | |||
else | else | ||
table.insert(newWord, "i") | table.insert(newWord, "i") |
edits