jupyterlab-contrib / spellchecker

Spellchecker for JupyterLab notebook markdown cells and file editor.
BSD 3-Clause "New" or "Revised" License
205 stars 20 forks source link

LanguageTool #100

Open teucer opened 2 years ago

teucer commented 2 years ago

I was wondering if LanguageTool could be used instead of spell checking. Users could setup a http server and spellchecker could send requests to the API.

The more general question is: could spellchecker have an option to call an API instead of local files and could it support different type of suggestions like the home page of LanguageTool?