Skip to content

tobycmurray/wordle-fun

Repository files navigation

wordle-fun

Some fun with Wordle. By Toby Murray.

How to Build

Run make. However outputs are already archived in the out/ directory so make is only useful to re-build the outputs.

Outputs

Outputs are placed in the out/ subdirectory. They include:

  • 1w-5-freq-histogram.csv: frequency histogram data for 5-letter English words
  • 1w-5-freq.csv: list of 5-letter English words with frequency rank
  • 1w-5.txt: list of 5-letter English words
  • 1w.txt: list of 1/3 million most common English words
  • en-5.txt: list of 5-letter objectionable words
  • guesses-removed-by-nyt.txt: words removed from the guesslist by NYT
  • report-nyt.txt: report including dates on which objectionable words will arise, from NYT wordlist
  • report-orig.txt: report including dates on which objectionable words will arise, from original wordlist
  • wordle-freq-histogram-nyt.csv: frequency histogram data for NYT Wordle wordlist
  • wordle-freq-nyt.csv: Wordle NYT wordlist with frequency rank
  • wordle-freq-sorted-nyt.txt: Wordle NYT wordlist sorted by frequency rank
  • wordle-guesses-nyt-bad.txt: Objectionable words in the NYT guesslist
  • wordle-guesses-orig-bad.txt: Objectionable words in the original wordlist
  • wordle-words-nyt-bad.txt: Objectionable words in the NYT wordlist
  • wordle-words-orig-bad.txt: Objectionable words in the original wordlist
  • words-removed-by-nyt.txt: words removed from the wordlist by NYT

Source Material Obtained from Elsewhere

All four of the latter were sourced by manually copying the strings of comma-separated, double-quote delimited words from the JavaScript source files and trivially tokenising them via a tiny Python script (details omitted)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published