language_tool

LanguageTool through server mode
Download

language_tool Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Price:
  • FREE
  • Publisher Name:
  • spirit
  • Publisher web site:
  • https://bitbucket.org/spirit/

language_tool Tags


language_tool Description

language_tool is a LanguageTool through server mode (for Python 3).Example usage>>> from language_tool import LanguageTool>>> lang_tool = LanguageTool("en")>>> text = "but it’s suppose to be all yellowy.">>> matches = lang_tool.check(text)>>> len(matches)2>>> matches.ruleId, matches.replacements('UPPERCASE_SENTENCE_START', )>>> matches.ruleId, matches.replacements('SUPPOSE_TO', )Download the LanguageTool-stable.oxt file, rename it so it ends with “.zip”, then unzip it into a subdirectory where the language_tool package resides.LanguageTool requires Java 6 or later.Product's homepage


language_tool Related Software