You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5

6
6
7
-
Current LanguageTool version: **6.5**
7
+
Current LanguageTool version: **6.7-SNAPSHOT**
8
8
9
9
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.
10
10
@@ -261,7 +261,7 @@ The default download path is `~/.cache/language_tool_python/`. The LanguageTool
261
261
## Prerequisites
262
262
263
263
-[Python 3.9+](https://www.python.org)
264
-
-[LanguageTool](https://www.languagetool.org) (Java 8.0 or higher)
264
+
-[LanguageTool](https://www.languagetool.org) (Java 8.0 or higher for version <= 6.5, Java 17.0 or higher for version >= 6.6)
265
265
266
266
The installation process should take care of downloading LanguageTool (it may
267
267
take a few minutes). Otherwise, you can manually download
0 commit comments