September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue