MacBookPro.lan 2026-7-4:17:51:42

This commit is contained in:
oskar
2026-07-04 17:51:42 +02:00
parent 95802325a3
commit 5aa6397c89
5 changed files with 20 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
---
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
> ```