Skip to content

Commit 65881e5

Browse files
committed
Update LTP to 6.4
1 parent 17f1351 commit 65881e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![Test with PyTest](https://github.com/jxmorris12/language_tool_python/workflows/Test%20with%20PyTest/badge.svg)
66

7-
Current LanguageTool version: **6.2**
7+
Current LanguageTool version: **6.4**
88

99
This is a Python wrapper for [LanguageTool](https://languagetool.org). LanguageTool is open-source grammar tool, also known as the spellchecker for OpenOffice. This library allows you to make to detect grammar errors and spelling mistakes through a Python script or through a command-line interface.
1010

language_tool_python/download_lt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
BASE_URL = os.environ.get('LTP_DOWNLOAD_HOST', 'https://www.languagetool.org/download/')
3232
FILENAME = 'LanguageTool-{version}.zip'
3333

34-
LTP_DOWNLOAD_VERSION = '6.2'
34+
LTP_DOWNLOAD_VERSION = '6.4'
3535

3636
JAVA_VERSION_REGEX = re.compile(
3737
r'^(?:java|openjdk) version "(?P<major1>\d+)(|\.(?P<major2>\d+)\.[^"]+)"',

0 commit comments

Comments
 (0)