Module:siwa-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 75: | Line 75: | ||
} | } | ||
function export.syllables( | function export.syllables(word) | ||
local morpheme = {} | local morpheme = {} | ||
--local syll = {} | --local syll = {} | ||
--table.insert(morpheme, syll) | --table.insert(morpheme, syll) | ||
if gmatch(word,"·") then | if gmatch(word,"·") then | ||
morpheme = split(word,"·") | morpheme = split(word,"·") | ||