polltery / wordle-word-finder

A word finder for wordle (https://www.powerlanguage.co.uk/wordle/) that uses regular expressions to search for close words.
https://polltery.github.io/wordle-word-finder/
0 stars 0 forks source link

add ranking to the results #1

Open polltery opened 2 years ago

polltery commented 2 years ago

could be based on https://en.wikipedia.org/wiki/Letter_frequency

polltery commented 2 years ago

The results should be indexed and stored in the data file, so best to implement this in java and output the rank along with the word.

Edit: Tried to implement in js but it is too slow.