25 lines
994 B
Markdown
25 lines
994 B
Markdown
# [Cemantix](https://cemantix.certitudes.org/) CLI (fully local)
|
|
|
|
# Basic use
|
|
|
|
```bash
|
|
python src/cemantix.py -m <model.bin>
|
|
> # input your guess
|
|
> # help() to get an hint
|
|
> # clear() to remove words that are not useful
|
|
```
|
|
|
|
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
|
|
|
|
# Models
|
|
|
|
Les modèles de base viennent du [site de Jean-Philippe Fauconnier](https://fauconnier.github.io/#data)
|
|
|
|
Les modèles recommandés sont disponibles [ici](https://gitea.augustin64.fr/augustin64/cemantix-cli/releases/tag/v1.0.0/).
|
|
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)
|