{ "info": { "author": "Dat Hoang", "author_email": "dat.hoang@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# PyNER \n\nThe Python interface to the [Stanford Named Entity Recognizer](https://github.com/dat/stanford-ner).\n\n## Project Homepage\n\n* [Stanford Named Entity Recognizer](http://nlp.stanford.edu/software/CRF-NER.shtml)\n\n## Installation\n\n $ python setup.py install\n\n## Basic Usage\n\n >>> import ner\n >>> tagger = ner.HttpNER(host='localhost', port=8080)\n >>> tagger.get_entities(\"University of California is located in California, United States\")\n {'LOCATION': ['California', 'United States'],\n 'ORGANIZATION': ['University of California']}\n >>> tagger.json_entities(\"Alice went to the Museum of Natural History.\")\n '{\"ORGANIZATION\": [\"Museum of Natural History\"], \"PERSON\": [\"Alice\"]}'\n\n## Online Demo\n\n* [Graphical demo of several models](http://nlp.stanford.edu:8080/ner/)\n\n## License\n\nBSD License\n\n## Author\n\nPyNER is developed by maintained by Dat Hoang.\nIt can be found here: http://github.com/dat/pyner", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dat/pyner", "keywords": "ner,stanford named entity recognizer,stanford named entity tagger", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "ner", "package_url": "https://pypi.org/project/ner/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ner/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/dat/pyner" }, "release_url": "https://pypi.org/project/ner/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python client for the Stanford Named Entity Recognizer", "version": "0.1" }, "last_serial": 904604, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eb30855e39df36014462dc6a49f0ef6e", "sha256": "33589cb79b61f72437e08c007271b93c9a4f5502130162aefb4d0547d8855887" }, "downloads": -1, "filename": "ner-0.1.macosx-10.8-x86_64.exe", "has_sig": false, "md5_digest": "eb30855e39df36014462dc6a49f0ef6e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 67336, "upload_time": "2013-10-27T22:32:54", "url": "https://files.pythonhosted.org/packages/7b/57/01ee193ac366b9bad5923fd9117604ba3728ae8320b2f6ad0dadf12e0c23/ner-0.1.macosx-10.8-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "d4fa19d0d2496e8aedc5354a34281e04", "sha256": "0a7ceb5c3a4fcf75ac8d8e6b9b52d230e1e169534b47784daaa155e7aab4490e" }, "downloads": -1, "filename": "ner-0.1.tar.gz", "has_sig": false, "md5_digest": "d4fa19d0d2496e8aedc5354a34281e04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4690, "upload_time": "2013-10-27T22:32:51", "url": "https://files.pythonhosted.org/packages/9a/5a/6aaa7bef798504cafe5ecd06cf4d274c492f387c5e1e58e57dc53f672f61/ner-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eb30855e39df36014462dc6a49f0ef6e", "sha256": "33589cb79b61f72437e08c007271b93c9a4f5502130162aefb4d0547d8855887" }, "downloads": -1, "filename": "ner-0.1.macosx-10.8-x86_64.exe", "has_sig": false, "md5_digest": "eb30855e39df36014462dc6a49f0ef6e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 67336, "upload_time": "2013-10-27T22:32:54", "url": "https://files.pythonhosted.org/packages/7b/57/01ee193ac366b9bad5923fd9117604ba3728ae8320b2f6ad0dadf12e0c23/ner-0.1.macosx-10.8-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "d4fa19d0d2496e8aedc5354a34281e04", "sha256": "0a7ceb5c3a4fcf75ac8d8e6b9b52d230e1e169534b47784daaa155e7aab4490e" }, "downloads": -1, "filename": "ner-0.1.tar.gz", "has_sig": false, "md5_digest": "d4fa19d0d2496e8aedc5354a34281e04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4690, "upload_time": "2013-10-27T22:32:51", "url": "https://files.pythonhosted.org/packages/9a/5a/6aaa7bef798504cafe5ecd06cf4d274c492f387c5e1e58e57dc53f672f61/ner-0.1.tar.gz" } ] }