{ "info": { "author": "Stanford NLP Group", "author_email": "chaganty@cs.stanford.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Object Brokering" ], "description": "Stanford CoreNLP Python Bindings\n================================\n\n.. image:: https://travis-ci.org/stanfordnlp/python-corenlp-protobuf.svg?branch=master\n :target: https://travis-ci.org/stanfordnlp/python-corenlp-protobuf\n\nThis package contains python bindings for `Stanford\nCoreNLP `_'s protobuf\nspecifications, as generated by `protoc`. These bindings can used to\nparse binary data produced by, e.g., the `Stanford CoreNLP\nserver `_.\n\n----\n\nUsage:\n\n.. code-block:: python\n \n from corenlp_protobuf import Document, parseFromDelimitedString\n\n # document.dat contains a serialized Document.\n with open('document.dat', 'r') as f:\n buf = f.read()\n doc = Document()\n parseFromDelimitedString(doc, buf)\n\n # You can access the sentences from doc.sentence.\n sentence = doc.sentence[0]\n\n # You can access any property within a sentence.\n print(sentence.text)\n\n # Likewise for tokens\n token = sentence.token[0]\n print(token.lemma)\n\nSee `test_read.py` for more examples.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stanfordnlp/python-corenlp-protobuf", "keywords": "protobuf corenlp natural-language-processing nlp", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "corenlp-protobuf", "package_url": "https://pypi.org/project/corenlp-protobuf/", "platform": "", "project_url": "https://pypi.org/project/corenlp-protobuf/", "project_urls": { "Homepage": "https://github.com/stanfordnlp/python-corenlp-protobuf" }, "release_url": "https://pypi.org/project/corenlp-protobuf/3.8.0/", "requires_dist": null, "requires_python": "", "summary": "Python bindings for Stanford CoreNLP protobufs", "version": "3.8.0" }, "last_serial": 3344737, "releases": { "3.7.0": [ { "comment_text": "", "digests": { "md5": "39d8e39ded00ed4500d8ef38753accec", "sha256": "a77fae4cb54fa6644f709e847853b356eb6db12f74d42b768d56976b5dbdf201" }, "downloads": -1, "filename": "corenlp-protobuf-3.7.0.tar.gz", "has_sig": false, "md5_digest": "39d8e39ded00ed4500d8ef38753accec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20464, "upload_time": "2017-04-28T08:30:53", "url": "https://files.pythonhosted.org/packages/34/dd/641b4f7b8c3326b757a5004383e18b104c3cdbdd84020b854a4b0f3384e4/corenlp-protobuf-3.7.0.tar.gz" } ], "3.7.1": [ { "comment_text": "", "digests": { "md5": "67df9b6ab058a54edec3f4667478ec5e", "sha256": "2dad7c4accae8898499c33f6a9e8e24a903724a2f3586629a9e318bb0bf43a91" }, "downloads": -1, "filename": "corenlp-protobuf-3.7.1.tar.gz", "has_sig": false, "md5_digest": "67df9b6ab058a54edec3f4667478ec5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20559, "upload_time": "2017-06-10T02:27:26", "url": "https://files.pythonhosted.org/packages/54/08/7bec6a83e3b93a0096720dbdd31890ff83a79f97a6ecf6f058aa3759ff15/corenlp-protobuf-3.7.1.tar.gz" } ], "3.7.2": [ { "comment_text": "", "digests": { "md5": "471e73a1245cc9fcfc441b3ba8305392", "sha256": "513fbf627c7036409ba2a82c96c426a4ef5895b1eb0ec06d74757527eb9112d0" }, "downloads": -1, "filename": "corenlp_protobuf-3.7.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "471e73a1245cc9fcfc441b3ba8305392", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15200, "upload_time": "2017-11-18T21:54:14", "url": "https://files.pythonhosted.org/packages/90/98/ed479c91e9676ee7f06bbfd30f66c3b697ccdd8934df0842d3efd11647a7/corenlp_protobuf-3.7.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd0c1c5eac3e6539b8a72ee5405ff5fe", "sha256": "1ba9082ce0bfd332ef2b1e14044c6395f0161ff5c7b7a2e802c66469366c1549" }, "downloads": -1, "filename": "corenlp-protobuf-3.7.2.tar.gz", "has_sig": false, "md5_digest": "bd0c1c5eac3e6539b8a72ee5405ff5fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19361, "upload_time": "2017-11-18T21:54:12", "url": "https://files.pythonhosted.org/packages/20/cb/9e660f71a94d21d566ed560770c122de00be5d5a8195b1b0be2cdb6d645e/corenlp-protobuf-3.7.2.tar.gz" } ], "3.8.0": [ { "comment_text": "", "digests": { "md5": "673124abcd9b3c88d979c1c2c14c82a5", "sha256": "fac9341b41b92c1413dc8847721c0b7d62600f06768b965880390d4a7d455e53" }, "downloads": -1, "filename": "corenlp_protobuf-3.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "673124abcd9b3c88d979c1c2c14c82a5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15201, "upload_time": "2017-11-18T21:54:32", "url": "https://files.pythonhosted.org/packages/78/93/cc40d521cf6635fffa400b62799ddc761159302643d400cee72bd910efa9/corenlp_protobuf-3.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dec4f750f0a28a9333b26b0a93c23668", "sha256": "0fb0eff902e2a4cd175d75b4fe4e3ea366a7e5b5646bfe7b799dc6a7072717fb" }, "downloads": -1, "filename": "corenlp-protobuf-3.8.0.tar.gz", "has_sig": false, "md5_digest": "dec4f750f0a28a9333b26b0a93c23668", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19359, "upload_time": "2017-11-18T21:54:27", "url": "https://files.pythonhosted.org/packages/f4/2a/7eda92896cc518aabad31393b02bb27ef774fad729db76165f71969e5bb0/corenlp-protobuf-3.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "673124abcd9b3c88d979c1c2c14c82a5", "sha256": "fac9341b41b92c1413dc8847721c0b7d62600f06768b965880390d4a7d455e53" }, "downloads": -1, "filename": "corenlp_protobuf-3.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "673124abcd9b3c88d979c1c2c14c82a5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15201, "upload_time": "2017-11-18T21:54:32", "url": "https://files.pythonhosted.org/packages/78/93/cc40d521cf6635fffa400b62799ddc761159302643d400cee72bd910efa9/corenlp_protobuf-3.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dec4f750f0a28a9333b26b0a93c23668", "sha256": "0fb0eff902e2a4cd175d75b4fe4e3ea366a7e5b5646bfe7b799dc6a7072717fb" }, "downloads": -1, "filename": "corenlp-protobuf-3.8.0.tar.gz", "has_sig": false, "md5_digest": "dec4f750f0a28a9333b26b0a93c23668", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19359, "upload_time": "2017-11-18T21:54:27", "url": "https://files.pythonhosted.org/packages/f4/2a/7eda92896cc518aabad31393b02bb27ef774fad729db76165f71969e5bb0/corenlp-protobuf-3.8.0.tar.gz" } ] }