bpkroth / wordle-solver

MIT License
0 stars 0 forks source link

Use the dictionary for letter frequency analysis #1

Closed bpkroth closed 2 years ago

bpkroth commented 2 years ago

Currently we're using a static letter frequency analysis done over all words in the English language. However, we could use the dictionary(ies) being searched to limit the corpus to words of the target length and generate a letter frequency ranking for that subset on the fly to improve the filter.

bpkroth commented 2 years ago

Did this in 52327eb57337aafdf12ba23e6a6271fc2229812f