etcadinfinitum / GameLab

Android application with a few simple games
0 stars 1 forks source link

Use a different dictionary? #20

Closed etcadinfinitum closed 5 years ago

etcadinfinitum commented 5 years ago

Currently, Boggle uses this repo of ~470k words: https://github.com/dwyl/english-words However, the large corpus means a lot of hint results are highly suspect and wouldn't make sense in most contexts. Another good option is https://gist.github.com/h3xx/1976236; currently writing scripts to trim words that contain punctuation or non-ASCII characters. To do:

etcadinfinitum commented 5 years ago

Official Boggle rules use the Scrabble Dictionary, which is also derived from the Official Tournament and Club Word List (https://en.wikipedia.org/wiki/Official_Tournament_and_Club_Word_List); a 2014 version was located through another github project (https://gist.github.com/mrflip/1516fa9e28c421a2f71e) and the words are listed here: https://gist.githubusercontent.com/mrflip/1516fa9e28c421a2f71e/raw/word_list-2014.tsv.