Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 441 Bytes

LanguageTool API REST wrapper - 0.1

Simple python wrapper to the api, useful if you need some spell check. The JSON data returned by the api are managed by classes.

Library Usage

  • check(text, lang_code) will return a list of Error objects
  • get_languages() will get the languages supported by LanguageTool

Interfaces

There is a simple Tkinter GUI implementation in the pylanggui folder