Skip to content

LanguageToolPython 2.7.0

Compare
Choose a tag to compare
@jxmorris12 jxmorris12 released this 12 Jan 15:39
· 22 commits to master since this release

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.