cemantix-cli/README.md

20 lines
847 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
python cemantix.py -m <model.bin>
> # input your guess
> # help() to get an hint
> # clear() to remove words that are not useful
```
# Models
Les modèles de base viennent du [site de Jean-Philippe Fauconnier](https://fauconnier.github.io/#data)
2024-10-14 13:36:40 +02:00
Le modèle recommandé est disponible [ici](https://gitea.augustin64.fr/augustin64/cemantix-cli/releases/download/v1.0.0/selected_word2vec_model.bin) et est une modification de `frWac_non_lem_no_postag_no_phrase_200_skip_cut100.bin`.
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)