文件名称:py-corenlp:斯坦福大学CoreNLP的Python包装器
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-04 04:51:21
Python
py-corenlp Stanford CoreNLP的Python包装器。 这只是封装了CoreNLP 3.6.0随附的服务器中的API。 有关详细信息,请参见CoreNLP服务器。 安装 pip install pycorenlp 用法 首先,请确保您正在运行Stanford CoreNLP服务器。 有关 ,请参见 的说明。 然后,安装程序只需要您传入服务器的URL: >>> from pycorenlp import StanfordCoreNLP >>> nlp = StanfordCoreNLP('http://localhost:9000') 支持注释: >>> text = ( 'Pusheen and Smitha walked along the beach. ' 'Pusheen wanted to surf, but fell off the surf
【文件预览】:
py-corenlp-master
----setup.py(439B)
----.gitignore(12B)
----pycorenlp()
--------corenlp.py(2KB)
--------__init__.py(46B)
----setup.cfg(40B)
----example.py(612B)
----README.md(2KB)
----MANIFEST(105B)