TheRensselaerIDEA / WordleR

WordleR: An R-based WORDLE Helper
3 stars 0 forks source link

WordkeR

WordleR: An R-based WORDLE Helper

Live app: https://olyerickson.shinyapps.io/wordler/

a. Based on the list of 2315 Wordle 'Magic Words'. See also here.

b. WordleR arranges the remaining possible words based on the frequencies of the letters of thoses words in the English language. Words with reoccurring letters are de-emphasized.

c. WordleR's recommended 'starter' words are the top four-vowel words in Knuth's list:
https://www-cs-faculty.stanford.edu/~knuth/sgb-words.txt

d. WordleR's list of 'possible' guesses is only a subset of 50 matching words.

e. This page contains some useful insights on letter and word frequency.

f. WordleR is powered by R, the world's greatest data analytics language!

g. WordleR source code and a related R Notebook are available at: https://github.com/TheRensselaerIDEA/WordleR