Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 75: Line 75:
local x, y = gsub(syll_count(word), pattern, "%1", 1)
local x, y = gsub(syll_count(word), pattern, "%1", 1)
return table.concat(syll_count(word), "·")
return syll_count(word)
end
end


return export
return export