jxmorris12 / language_tool_python

a free python grammar checker 📝✅
GNU General Public License v3.0
434 stars 64 forks source link

Is it possible to use n-gram data #72

Open srikarad07 opened 1 year ago

srikarad07 commented 1 year ago

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?

torik42 commented 1 year ago

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.

enzoferrari1 commented 1 year ago

Hi! Could you add the n-gram data?