I before E except after C: Difference between revisions

Content deleted Content added
m added related tasks.
Hout (talk | contribs)
Line 452:
if doesFileExist(fpWordList) then
set patterns to {"[^c]ie", "[^c]ei", "cei", "cie"}
set counts to ap(map(matchCount, patterns), ¬
{readFile(fpWordList)})
Line 690:
end zipWith</lang>
{{Out}}
<pre>[^c]ie > [^c]ei -> 490466 / 230217 = 2.1315 :: plausible
cei > cie -> 13 / 24 = 0.54 :: unsupported</pre>