Change e letters to i in words: Difference between revisions

m
Line 341:
-- Dictionary of possible words and their sources
set dict to dictFromZip(eWordspossibles, possibleseWords)
-- Listing of candidate words which are found in the dictionary
Line 389:
 
-- dictFromZip :: NSArray -> NSArray -> NSDictionary
on dictFromZip(xsks, ysvs)
tell current application
its (NSDictionary's ¬
dictionaryWithObjects:xsvs forKeys:ysks)
end tell
end dictFromZip
9,655

edits