Closed lebaudantoine closed 5 months ago
Inspired by CodeMirror Spell-Checker, powered by LanguageTool, an open source proofreading software. They offer an HTTP server out of the box.
The two first commits explain properly my work.
You will need to add a new env variable to the docker compose:
SPELL_CHECKER_ENDPOINT=https://api.languagetool.org/v2/check
ASAP, we will deploy our own LanguageTool server.
https://github.com/betagouv/pad.numerique.gouv.fr/assets/45729124/a4f42728-0a19-4ed2-b07a-9910aa91ebe7
Todo:
I noticed some weird behavior when passing some latin text.
Inspired by CodeMirror Spell-Checker, powered by LanguageTool, an open source proofreading software. They offer an HTTP server out of the box.
The two first commits explain properly my work.
You will need to add a new env variable to the docker compose:
ASAP, we will deploy our own LanguageTool server.
https://github.com/betagouv/pad.numerique.gouv.fr/assets/45729124/a4f42728-0a19-4ed2-b07a-9910aa91ebe7
Todo: