【发布时间】:2018-09-27 12:46:27
【问题描述】:
我正在使用pythonanywhere 服务器,我想在我的代码中使用stanfordcorenlp 服务器“http://corenlp.run:80”,但我得到“<Response [401]>”
【问题讨论】:
-
401 表示未经授权。您可能需要登录。
-
我已经登录了 pythonanywhere 服务器.. stanford corenlp 需要登录吗?@Glenn
标签: python web-services python-requests stanford-nlp pythonanywhere