{ "info": { "author": "Idin", "author_email": "py@idin.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Linguistics\nLinguistics is a Python library for natural language processing.\n\n## Installation\nYou can use pip to install linguistics.\n```bash\npip install linguistics\n```\n\n## Dependencies\nLinguistics uses Vineyard and Graphviz to visualize graphs of the document.\n\n## Usage\n\n### Creating a Document\n```python\nfrom linguistics import Document\n\n# create document\ndocument = Document(\"He also begat and brought up five pairs of male children.\")\n```\n\n### Entity Graph\n```python\ndisplay(document.entity_graph.render())\n```\n![](https://github.com/idin/linguistics/blob/master/pictures/entity_graph.png?raw=true)\n\n### Document Graph\n```python\ndisplay(document.graph.render())\n```\n![](https://github.com/idin/linguistics/blob/master/pictures/document_graph.png?raw=true)\n\n### Masking\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/idin/linguistics", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "linguistics", "package_url": "https://pypi.org/project/linguistics/", "platform": "", "project_url": "https://pypi.org/project/linguistics/", "project_urls": { "Homepage": "https://github.com/idin/linguistics" }, "release_url": "https://pypi.org/project/linguistics/1.6/", "requires_dist": [ "vineyard", "spacy" ], "requires_python": "~=3.6", "summary": "Python library for natural language processing", "version": "1.6" }, "last_serial": 4841192, "releases": { "1.6": [ { "comment_text": "", "digests": { "md5": "818d1138415350e0f7b382144ba1373e", "sha256": "f59a8ecfb2570f75167e8c744c7d27019b28f3b156f65343749523750704e9ac" }, "downloads": -1, "filename": "linguistics-1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "818d1138415350e0f7b382144ba1373e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.6", "size": 11074, "upload_time": "2019-02-19T18:41:34", "url": "https://files.pythonhosted.org/packages/3a/79/ab8cd0941963201b5d86ef3fd62d20a2884922884cfb0c610133626001a4/linguistics-1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf18511496ec4b281a307e0410ef3022", "sha256": "abcfbc5c340c21308043135aa67aefa2a87e4f228d8d17501b2902432ac600cf" }, "downloads": -1, "filename": "linguistics-1.6.tar.gz", "has_sig": false, "md5_digest": "cf18511496ec4b281a307e0410ef3022", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 6767, "upload_time": "2019-02-19T18:41:36", "url": "https://files.pythonhosted.org/packages/7d/e6/1a673195fd82690578b1d6e7d97628ab1a838c75c3bdcfdd3731b66c2082/linguistics-1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "818d1138415350e0f7b382144ba1373e", "sha256": "f59a8ecfb2570f75167e8c744c7d27019b28f3b156f65343749523750704e9ac" }, "downloads": -1, "filename": "linguistics-1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "818d1138415350e0f7b382144ba1373e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.6", "size": 11074, "upload_time": "2019-02-19T18:41:34", "url": "https://files.pythonhosted.org/packages/3a/79/ab8cd0941963201b5d86ef3fd62d20a2884922884cfb0c610133626001a4/linguistics-1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf18511496ec4b281a307e0410ef3022", "sha256": "abcfbc5c340c21308043135aa67aefa2a87e4f228d8d17501b2902432ac600cf" }, "downloads": -1, "filename": "linguistics-1.6.tar.gz", "has_sig": false, "md5_digest": "cf18511496ec4b281a307e0410ef3022", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 6767, "upload_time": "2019-02-19T18:41:36", "url": "https://files.pythonhosted.org/packages/7d/e6/1a673195fd82690578b1d6e7d97628ab1a838c75c3bdcfdd3731b66c2082/linguistics-1.6.tar.gz" } ] }