Module:qlu-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 288: | Line 288: | ||
local phonemic, phonetic = {}, {} | local phonemic, phonetic = {}, {} | ||
if match( | if match(term, " ") then | ||
for word in gsplit(term, " ") do | for word in gsplit(term, " ") do | ||
--m, t, d = export.crux(word) | --m, t, d = export.crux(word) | ||
| Line 305: | Line 305: | ||
end | end | ||
else | else | ||
return export.crux( | return export.crux(term) | ||
end | end | ||