September Morn Update

This commit is contained in:
Ingy döt Net 2019-09-12 10:33:56 -07:00
parent 4e2d22a71d
commit aac6731f2c
6856 changed files with 141342 additions and 21127 deletions

View file

@ -17,7 +17,7 @@ def plausibility_check(comment, x, y):
% (x, y, x / y))
return x > PLAUSIBILITY_RATIO * y
def simple_stats(url='http://www.puzzlers.org/pub/wordlists/unixdict.txt'):
def simple_stats(url='http://wiki.puzzlers.org/pub/wordlists/unixdict.txt'):
words = urllib.request.urlopen(url).read().decode().lower().split()
cie = len({word for word in words if 'cie' in word})
cei = len({word for word in words if 'cei' in word})