/codenames-with-embeddings

Playing Codenames and Little Alchemy using word embeddings :)

Primary LanguagePython

Codenames and The Little Alchemist via word embeddings

These are implementations of Codenames and Little Alchemy using static word embeddings in Spacy. It is designed to be as simple to use as possible to give a sense for the versatility of word embeddings, especially for applied mathematicians.

Installation

pip install -r requirements.txt
python -m spacy download en_core_web_lg