cemantix-cli/README.md

25 lines
994 B
Markdown
Raw Normal View History

2024-10-11 15:28:27 +02:00
# [Cemantix](https://cemantix.certitudes.org/) CLI (fully local)
2024-10-14 13:33:01 +02:00
# Basic use
```bash
2024-10-16 10:27:39 +02:00
python src/cemantix.py -m <model.bin>
2024-10-14 13:33:01 +02:00
> # input your guess
> # help() to get an hint
> # clear() to remove words that are not useful
```
2024-12-11 15:01:37 +01:00
Additional arguments:
- `-w` `--word` specify an objective word (local only)
- `-r` `--remote` use [cemantix.certitudes.org](https://cemantix.certitudes.org) instead of local server
- `-s` `--solver` solve automatically instead of asking user to do it
2024-10-14 13:33:01 +02:00
# Models
Les modèles de base viennent du [site de Jean-Philippe Fauconnier](https://fauconnier.github.io/#data)
2024-12-11 15:01:37 +01:00
Les modèles recommandés sont disponibles [ici](https://gitea.augustin64.fr/augustin64/cemantix-cli/releases/tag/v1.0.0/).
2024-10-14 13:33:01 +02:00
Les mots qui ne sont pas dans le dictionnaire, les verbes conjugués et autres ont été supprimés.
Il est possible de recréer ce modèle avec `src/generate_wordlist.py` et `src/restrict_model.py` et [ce dictionnaire français](https://github.com/hbenbel/French-Dictionary)