Undo temporary filename change

Forgot to undo temporary filename change
This commit is contained in:
Tim Head 2014-11-21 09:32:23 +01:00
parent e89bbe2399
commit 0bc618049e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def get_words(fname):
return words return words
# These read like alien races from a sci-fi book # These read like alien races from a sci-fi book
GOOGLE_WORDLIST = get_words("words/google-ngram-list2") GOOGLE_WORDLIST = get_words("words/google-ngram-list")
# current best list for the three word hash # current best list for the three word hash
WORDNET_LEMMAS = get_words("words/wordnet-list") WORDNET_LEMMAS = get_words("words/wordnet-list")