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
+12-4Lines changed: 12 additions & 4 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: **5.5**
7
+
Current LanguageTool version: **6.4**
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
@@ -151,7 +151,7 @@ You can run LanguageTool on one host and connect to it from another. This is us
151
151
152
152
## Configuration
153
153
154
-
LanguageTool offers lots of built-in configuration options.
154
+
LanguageTool offers lots of built-in configuration options.
155
155
156
156
### Example: Enabling caching
157
157
Here's an example of using the configuration options to enable caching. Some users have reported that this helps performance a lot.
@@ -222,13 +222,20 @@ Searching for a specific rule to enable or disable? Curious the breadth of rules
222
222
223
223
### Customizing Download URL or Path
224
224
225
+
If LanguageTool is already installed on your system, you can defined the following environment variable:
0 commit comments