Files
cours/language tool.md
T
2026-07-04 17:51:42 +02:00

18 lines
238 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
> ```