Contexto.me is a linguistic game that takes the popular word game Wordle to the next level.
This repository contains a solution to the game using vector search.
-
Clone the repository
-
Install the requirements
pip install poetry
poetry install
- Prepare embeddings and vocabulary
python -m contexto.prepare_embeddings
- Start guessing
The first word is on you, others are generated by the algorithm.
python -m contexto.guess
Average number of guesses is 30.