jxmorris12 / language_tool_python

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

Are there any plans to update the version of the langauge tool that is being used in this repo> #82

Closed jkyndir closed 5 months ago

jkyndir commented 10 months ago

The latest LT version is 6.3, no longer V 5.7.

jkyndir commented 10 months ago

i figured it out. you can just change the LATEST_VERSION = '5.7' to 6.3 in the download_lt.py

pidefrem commented 5 months ago

@jkyndir you can also use the environment variable LTP_PATH and download the latest version from here: https://languagetool.org/download/.

jxmorris12 commented 5 months ago

thanks @pidefrem :)