jonadsimon / wonder-words-generator

Generates WonderWords puzzles
Apache License 2.0
2 stars 0 forks source link

Use ground-truth word frequency table to discard rare/archaic words #55

Open jonadsimon opened 2 years ago

jonadsimon commented 2 years ago

Many rare/archaic words (side word "weekend": "triduan", "yester") that are taking the pace of more common words, and sometimes causing them to get removed altogether due to substring logic

Load in a common-words-list (can use same Trillion-words corpus as original Wordle project)