No description
Find a file
2026-02-04 09:38:08 +01:00
cemantle.py fixed fixed display issue 2026-02-04 08:41:17 +01:00
cemantle_api.py fixed fixed display issue 2026-02-04 08:41:17 +01:00
compose.yml dockerisation 2026-02-02 17:39:54 +01:00
Dockerfile fixed some issues, but the pass button will eventually be removed 2026-02-02 19:09:09 +01:00
english_words.txt Actualiser english_words.txt 2026-02-04 07:53:35 +01:00
google_news_reduced.kv restriction à des mots valides 2026-02-04 08:55:36 +01:00
google_news_reduced.kv.vectors.npy restriction à des mots valides 2026-02-04 08:55:36 +01:00
index.html translate in english 2026-02-04 09:38:08 +01:00
README.md added readme 2026-02-04 09:35:47 +01:00
selenium_cemantle_wordcheck.py the main code 2026-02-02 09:53:18 +01:00
test_valid_english_words.py the main code 2026-02-02 09:53:18 +01:00

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