45,660
edits
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
["[yů]▫[yů]"] = "ỷ", | ["[yů]▫[yů]"] = "ỷ", | ||
["([ae])▫ů"] = "%1y", ["([iou])▫ę"] = "%1a", | ["([ae])▫ů"] = "%1y", ["([iou])▫ę"] = "%1a", | ||
["[yů] | ["[yů]▫[aę]"] = "ůa", ["[yů]▫[ei]"] = "ůi", -- to screen out stressed vs. unstressed | ||
} | } | ||
Line 53: | Line 53: | ||
if stress then | if stress then | ||
word = gsub(word, "[ůy] | word = gsub(word, "[ůy][aęei]", "ỷ") | ||
end | end | ||