48,355
edits
No edit summary |
No edit summary |
||
| Line 82: | Line 82: | ||
end | end | ||
return table.concat(words, " ") | return term --table.concat(words, " ") | ||
end | end | ||
function export.crux(term) | function export.crux(term) | ||
term = export.syllabify_from_spelling(term) | term = export.syllabify_from_spelling(term) | ||
local debug_syllables = true | |||
if debug_syllables then | |||
return term | |||
end | |||
-- default to short lax vowels | -- default to short lax vowels | ||