languagetool-rust

LanguageTool API client library and CLI tool written in Rust

brewmacoslinux
Try with needOr install directly
Source

About

LanguageTool API in Rust

Commands

languagetool-rust

Examples

Check text for grammar and spelling errors$ languagetool-rust check --text 'This are wrong grammar'
Analyze text in a specific language (e.g., German)$ languagetool-rust check --text 'Der text' --language de
Get corrections for a file or piped input$ cat document.txt | languagetool-rust check