stanfordnlp / python-stanford-corenlp

Python interface to CoreNLP using a bidirectional server-client interface.
MIT License
516 stars 105 forks source link

Fix error while using /tokensregex #15

Closed ttthy closed 6 years ago

ttthy commented 6 years ago

Fix HTTPError: 500 Server Error while using /tokensregex, change request method from get to post for TokensRegex Add param properties as required by CoreNLP Server