language_tool_python
language_tool_python copied to clipboard
Is it possible to use n-gram data
Hi,
Thanks for this amazing wrapper.
I came across this documentation (https://dev.languagetool.org/finding-errors-using-n-gram-data) from LanguageTool and was curious if it is possible to use in the python wrapper?
I have not used this package – so far. But you should be able to set the path to the n-gram data in the config dictionary, see here.
Hi! Could you add the n-gram data?
This is indeed possible by adjusting the languageModel value in the config dictionary passed to LanguageTool.
I am therefore closing the issue.