Textonyms: Difference between revisions

Content deleted Content added
Added Lua version
Line 1,061: Line 1,061:
end
end


-- Generate table of words grouped by keySequence
-- Generate table of words grouped by key sequence
function textonyms (dict)
function textonyms (dict)
local combTable, keySeq = {}
local combTable, keySeq = {}