womogenes / semantle-bot

8 stars 2 forks source link

Semantle bot

Complete search bot to assist in playing the word-guessing game Semantle.

Instructions

To download the datasets, run ./setup.py. Note that it will download ~1.6 GB of data and could take several minutes depending on your internet speed. This will create the files word2vec.model, word2vec.model.vectors.npy, and english-words.txt.

To run the bot, run ./main.py and follow the prompts. Note that the initial complete search will probably take around 10 minutes to retrieve word vectors from the file. Subsequent complete searches will be quicker.

Dependencies

References