/wordle-but-statistics

Optimally solve wordle puzzle via statistics, information theory(3b1b)

Primary LanguageJupyter Notebook

Wordle but statistics

  • finding some insight behind 5-letter(or n-letter) English words.
  • Is there any optimal way to guess the word.

Corpus

  • ENG: Python NLTK Brown: common n-letter words.csv
  • TH: pythainlp TTC - select frequently used words freq > 50

References