No description
| cemantle.py | ||
| cemantle_api.py | ||
| compose.yml | ||
| Dockerfile | ||
| english_words.txt | ||
| google_news_reduced.kv | ||
| google_news_reduced.kv.vectors.npy | ||
| index.html | ||
| README.md | ||
| selenium_cemantle_wordcheck.py | ||
| test_valid_english_words.py | ||
Cemantle Solver
An intelligent word-guessing assistant that uses Word2Vec embeddings to solve the Cemantle game efficiently.
Overview
Cemantle is a word association game where you need to guess a target word based on semantic similarity scores. This solver uses Google News Word2Vec embeddings to find words at specific semantic distances from a given starting word.
Features
- Web Interface: Access the solver at csolver.cosmoris.fr
- Local CLI: Run directly with
python cemantle.py <word> <score> - Docker Support: Fully containerized for easy deployment
Docker Deployment
docker compose up -d
The service will be available at http://localhost:8018