-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error with "--langguagemodel" option #34
Comments
@puth7, I think Documentation states that Setting it to Adding --languagemodel option to the languagetool command line tool works for me, so the correct syntax should be possible to find. |
Hi @heikkil, |
hi, was this problem solved? I was having the same issue, and I think I resolved it, using the following settings: '(langtool-default-language "en-US") and not sure if all are actually necessary... |
Experimenting, it seems that it's undocumented that each space-separated string on the CLI must also be separate spaces in the |
Hi, I was trying to add the --languagemodel option with the english n-gram data, but it does not work as expected (it was fine without the --langguagemodel).
The init.el file is as follow:
When I run
M-x langtool-check
,it gave error message
LanguageTool exited abnormally with code 1 (Unrecognized option: --languagemodel /opt/program/nux/LanguageTool-4.1/ngrams)
Did I made a mistake?
Thanks!
The text was updated successfully, but these errors were encountered: