Module:qlu-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 292: | Line 292: | ||
m, t = export.crux(word) | m, t = export.crux(word) | ||
if #phonemic == 0 then | if #phonemic == 0 or #phonetic == 0 then | ||
--phonemic, phonetic, dialects = {m}, {t}, d | --phonemic, phonetic, dialects = {m}, {t}, d | ||
phonemic, phonetic = {m}, {t} | phonemic, phonetic = {m}, {t} | ||
| Line 302: | Line 302: | ||
end | end | ||
return | return table.concat(phonemic, " "), table.concat(phonetic, " ") --, dialects | ||
end | end | ||