diff --git a/index.html b/index.html index 4e0ae72..9e7894d 100644 --- a/index.html +++ b/index.html @@ -223,14 +223,13 @@ generated by Javascript in your browser), I would encourage you to download the I used to use the original wordlist, but it contained a lot of symbols, punctuation, numbers, and 2 and 3 letter words. I wanted to try a different -wordlist with longer words, no non-alphabetic characters, and words more commonly used. So I got -the 10,000 most commonly used words in the -English language from Google's Trillion Word Corpus. +wordlist with longer words, no non-alphabetic characters, and words more commonly used. So I got +Peter Norvig's list of the 1/3rd million most frequently used words and selected the 7,776 most common words between 5 and 8 +characters in length.

-I am always considering what words I use in the wordlist. With the current wordlist, I noticed that -some words are really long, and this could also be an issue. I may investigate using a wordlist of -shorter words in the future. +I am always considering what words I use in the wordlist. I may opt to use shorter words in the future.

Who built this? / Contact