-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wish] Add LanguageTool for text files to support grammar check in 30+ languages. #1516
Comments
For example:
LanguageTool could find 9 errors in the above text while text-lint can find only 4 of them. |
I should have worked on my thesis tbh, but anyway PR is coming ;) |
Nice tool, tried @wahrwolf's PR with the text above, working fine. |
_By the way_ the tool is available in Arch community repo, which is from where I grabbed. |
Hmm, actually no, I'm getting location list all wrong. |
This is weird, #worksforme ;) |
@wahrwolf let's go to the pull request issue. |
LanguageTool is the most powerful open-source language static checking tool. It supports more than 30+ languages (Dutch, English, French, German, Chinese and Japanese, ...). Even for English, You can choose: American, British, South Africa, Canada, Australia and New Zealand English.
it can be download from:
https://www.languagetool.org/download/LanguageTool-4.1.zip
and could be simply started by:
Then you will see the error output. LanguageTool can detect more writing errors than any existent text linters in ale like alex, textlint and write-good. Every one can benefit from it no matter they are writing letters or using/studying a second language.
It is very easy to setup and very easy to use. If ale supports LanguageTool, other spell checking or text linting tools can be uninstalled immediately.
The text was updated successfully, but these errors were encountered: