182
edits
No edit summary |
No edit summary |
||
Line 116: | Line 116: | ||
-- look through word and replace the correct .'s with ˌ's | -- look through word and replace the correct .'s with ˌ's | ||
newWord = {} | newWord = {} | ||
index = | index = 0 | ||
for _,val in ipairs(result) do | for _,val in ipairs(result) do | ||
if mw.ustring.match(val, "[.ˈ]") then | if mw.ustring.match(val, "[.ˈ]") then |
edits