use a better wordlist source
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,5 +1,9 @@
|
||||
WORD_LENGTH=5
|
||||
MIN_FREQUENCY=9
|
||||
SOURCE_WORDLIST=1_1_all_fullalpha.txt
|
||||
|
||||
wordlist.js: english-words
|
||||
scripts/gen_wordlist.py english-words/words.txt 5 > wordlist.js
|
||||
./scripts/gen_wordlist.py ${SOURCE_WORDLIST} ${WORD_LENGTH} ${MIN_FREQUENCY} > wordlist.js
|
||||
|
||||
english-words: .SUBMODULES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user