contexto
1.0.0
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
python -m contexto.prepare_embeddings
The first word is on you, others are generated by the algorithm.
python -m contexto.guess
Average number of guesses is 30.