LanguageToolPython 2.7.0
Version 2.7.0 includes two major improvements:
- Support client-server model via setting the host to
0.0.0.0
. This allows many LanguageTool clients to connect to a single LanguageTool server. Inspired by feature requests, including #40 - thanks! - Perhaps more importantly, finally adding support for the many options available in the HTTPServerConfig. This enables lots of things: caching (both example-based an pipeline-based), custom language models, interfacing with premium mode, warming up the server, and more. Thanks to those who posted relevant issues, especially #50.
See the README for information on configuring a client-server setup or passing configuration options to LanguageTool.