hdegroot / zwordle

ZWORDLE
MIT License
2 stars 1 forks source link

Word Score #6

Open mbtools opened 2 years ago

mbtools commented 2 years ago

The scores are based on "all" English words. However, we know they must have 5 letters. That changes the frequencies a lot.

Better to determine the frequencies based on the actual word list you use.

This way you can actually calculate a frequency for each position.

hdegroot commented 2 years ago

Good point.