25 lines
365 B
Markdown
25 lines
365 B
Markdown
---
|
|
up:
|
|
tags:
|
|
aliases:
|
|
---
|
|
|
|
# Installation
|
|
|
|
`brew install languagetool`
|
|
|
|
> [!info] Optionnel (mais très recommandé) : installer fasttext
|
|
> ```bash
|
|
> git clone https://github.com/facebookresearch/fastText.git
|
|
> cd fastText
|
|
> make
|
|
> ```
|
|
|
|
Démarrer le service :
|
|
`brew services start languagetool`
|
|
|
|
puis, installer le plugin/addin pour avoir l'interface graphique
|
|
|
|
|
|
|