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
This can be used to download from a mirror or specify a custom repository.
291
303
292
304
And to choose the specific folder to download the server to:
293
305
@@ -300,7 +312,7 @@ The default download path is `~/.cache/language_tool_python/`. The LanguageTool
300
312
## Prerequisites
301
313
302
314
-[Python 3.9+](https://www.python.org)
303
-
-[LanguageTool](https://www.languagetool.org) (Java 8.0 or higher for version <= 6.5, Java 17.0 or higher for version >= 6.6)
315
+
-[LanguageTool](https://www.languagetool.org) (Java 9.0 or higher for version <= 6.5, Java 17.0 or higher for version >= 6.6)
304
316
305
317
The installation process should take care of downloading LanguageTool (it may
306
318
take a few minutes). Otherwise, you can manually download
@@ -309,7 +321,7 @@ into where the ``language_tool_python`` package resides.
309
321
310
322
### LanguageTool Version
311
323
312
-
LanguageTool versions under 6.0 are no longer downloadable from the LanguageTool website. If you need to use an older version, you can download it from the [LanguageTool GitHub tags page](https://github.com/languagetool-org/languagetool/tags) and build it yourself.
324
+
LanguageTool versions under 4.0 are not supported since it implies a lot of differences in the API.
0 commit comments