45,646
edits
No edit summary |
No edit summary |
||
Line 103: | Line 103: | ||
local ipa = export.crux(term) | local ipa = export.crux(term) | ||
local ret = { | local ret = { | ||
["roundness"] = ipa:match("[yuøo]") and "r" or ipa:match("[ie]") and "u" or | ["roundness"] = ipa:match("[yuøo]") and "r" or ipa:match("[ie]") and "u" or "a", | ||
["backness"] = ipa:match("ɜ") and "f" or ipa:match("ɔ") and "b" or | ["backness"] = ipa:match("ɜ") and "f" or ipa:match("ɔ") and "b" or "a", | ||
} | } | ||
return ret | return ret |