use a better wordlist source

This commit is contained in:
2022-01-27 19:14:29 +00:00
parent 6f4b1291b0
commit 26647ad351
7 changed files with 794789 additions and 15 deletions

View File

@@ -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