Python 2.7 - grammar-check 1.3.1 library: HTTP Error 400: Bad Request
问题 I am trying to use the grammar-check 1.3.1 library for Python I have installed it using the pip commands $ pip install --upgrade 3to2 $ pip install --upgrade language-check I also unzipped the LanguageTool file from this link and moved it to C:\Users\me\AppData\Roaming\Python\Python27\site-packages\grammar_check Then I tried to run a test program import grammar_check tool = grammar_check.LanguageTool('en-GB') text = 'This are bad.' matches = tool.check(text) len(matches) But I got this error: