{ "info": { "author": "Aaron Hosford", "author_email": "hosford42@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "Pyramids\n========\n\n*English Language Semantic Extraction*\n\nCopyright (c) Aaron Hosford 2011-2015\n\nAvailable under the `MIT License `__\n\nPyramids gets its name from the way it constructs parse trees, working\nupwards from the leaves towards the root, building up layers of\nprogressively smaller size but greater scope. It is a rule-based natural\nlanguage parser, tailored specifically for English, which builds\nmultiple competing parses for a sentence from the bottom up using\nprinciples of dynamic programming. The parses are then scored for\nquality and presented in order of descending rank. The parser is also\ncapable of accepting feedback as to which parses are or are not\nacceptable, adaptively adjusting its scoring measures to improve future\nparse quality and ranking. Parses are returned as trees but can also be\nused to generate graphs representing the semantic relationships between\nwords. The syntactic rules of the parser can also be run in reverse to\ngenerate sentences from semantic graphs resembling those it produces.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hosford42/pyramids", "keywords": "pyramids parser English natural language semantic", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyramids", "package_url": "https://pypi.org/project/pyramids/", "platform": "any", "project_url": "https://pypi.org/project/pyramids/", "project_urls": { "Homepage": "https://github.com/hosford42/pyramids" }, "release_url": "https://pypi.org/project/pyramids/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Pyramids Parser: English Language Semantic Extraction", "version": "0.0.1" }, "last_serial": 1708741, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a7102d322ae4d155907a1c4a1c0b62fa", "sha256": "fb6178539af808c8e4cc234c514b3569831254000d949002d9089f3cb6bc366e" }, "downloads": -1, "filename": "pyramids-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a7102d322ae4d155907a1c4a1c0b62fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 423038, "upload_time": "2015-09-04T21:44:06", "url": "https://files.pythonhosted.org/packages/25/25/07f24630ec69c48effafc17181bf1c7752dd3d810259ff06efba8613b606/pyramids-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e3fc7b7a633726aa305121584b710de", "sha256": "b8e65219959867c5d53fa89bdb893444a7dfc9afd35a0374d6239d1b5b2c07a0" }, "downloads": -1, "filename": "pyramids-0.0.1.zip", "has_sig": false, "md5_digest": "8e3fc7b7a633726aa305121584b710de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 378824, "upload_time": "2015-09-04T21:44:16", "url": "https://files.pythonhosted.org/packages/f1/4e/cd3481c600cd58eea5e5dd54e297920f484164ac0aca4807d086e1f46986/pyramids-0.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a7102d322ae4d155907a1c4a1c0b62fa", "sha256": "fb6178539af808c8e4cc234c514b3569831254000d949002d9089f3cb6bc366e" }, "downloads": -1, "filename": "pyramids-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a7102d322ae4d155907a1c4a1c0b62fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 423038, "upload_time": "2015-09-04T21:44:06", "url": "https://files.pythonhosted.org/packages/25/25/07f24630ec69c48effafc17181bf1c7752dd3d810259ff06efba8613b606/pyramids-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e3fc7b7a633726aa305121584b710de", "sha256": "b8e65219959867c5d53fa89bdb893444a7dfc9afd35a0374d6239d1b5b2c07a0" }, "downloads": -1, "filename": "pyramids-0.0.1.zip", "has_sig": false, "md5_digest": "8e3fc7b7a633726aa305121584b710de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 378824, "upload_time": "2015-09-04T21:44:16", "url": "https://files.pythonhosted.org/packages/f1/4e/cd3481c600cd58eea5e5dd54e297920f484164ac0aca4807d086e1f46986/pyramids-0.0.1.zip" } ] }