{ "info": { "author": "Rafael Carrascosa, Javier Mansilla, Gonzalo Garc\u00eda Berrotar\u00e1n, Daniel Moisset, Franco M. Luque", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3 :: Only" ], "description": "IEPY\n====\n\nIEPY is an open source tool for\n`Information Extraction `_\nfocused on Relation Extraction.\n\nTo give an example of Relation Extraction, if we are trying to find a\nbirth date in:\n\n `\"John von Neumann (December 28, 1903 \u2013 February 8, 1957) was a Hungarian and\n American pure and applied mathematician, physicist, inventor and polymath.\"`\n\nthen IEPY's task is to identify \"``John von Neumann``\" and\n\"``December 28, 1903``\" as the subject and object entities of the \"``was born in``\"\nrelation.\n\nIt's aimed at:\n - `users `_\n needing to perform Information Extraction on a large dataset.\n - `scientists `_\n wanting to experiment with new IE algorithms.\n\nFeatures\n--------\n\n - `A corpus annotation tool `_\n with a `web-based UI `_\n - `An active learning relation extraction tool `_\n pre-configured with convenient defaults.\n - `A rule based relation extraction tool `_\n for cases where the documents are semi-structured or high precision is required.\n - A web-based user interface that:\n - Allows layman users to control some aspects of IEPY.\n - Allows decentralization of human input.\n - A shallow entity ontology with coreference resolution via `Stanford CoreNLP `_\n - `An easily hack-able active learning core `_,\n ideal for scientist wanting to experiment with new algorithms.\n\nInstallation\n------------\n\nInstall the required packages:\n\n.. code-block:: bash\n\n sudo apt-get install build-essential python3-dev liblapack-dev libatlas-dev gfortran openjdk-7-jre\n\nThen simply install with **pip**:\n\n.. code-block:: bash\n\n pip install iepy\n\nFull details about the installation is available on the\n`Read the Docs `__ page.\n\nRunning the tests\n-----------------\n\nIf you are contributing to the project and want to run the tests, all you have to do is:\n\n - Make sure your JAVAHOME is correctly set. `Read more about it here `_\n - In the root of the project run `nosetests`\n\nLearn more\n----------\n\nThe full documentation is available on `Read the Docs `__.\n\n\nAuthors\n-------\n\nIEPY is \u00a9 2014 `Machinalis `_ in collaboration\nwith the `NLP Group at UNC-FaMAF `_. Its primary\nauthors are:\n\n * Rafael Carrascosa (rafacarrascosa at github)\n * Javier Mansilla (jmansilla at github)\n * Gonzalo Garc\u00eda Berrotar\u00e1n (j0hn at github)\n * Franco M. Luque (francolq at github)\n * Daniel Moisset (dmoisset at github)\n\nYou can follow the development of this project and report issues at\nhttp://github.com/machinalis/iepy\n\nYou can join the mailing list `here `__", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/machinalis/iepy", "keywords": "information extraction relation detection", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "iepy", "package_url": "https://pypi.org/project/iepy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iepy/", "project_urls": { "Homepage": "https://github.com/machinalis/iepy" }, "release_url": "https://pypi.org/project/iepy/0.9.6/", "requires_dist": null, "requires_python": "", "summary": "Information Extraction framework in Python", "version": "0.9.6" }, "last_serial": 2398059, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "f4da0f30e76017337b97253bb2853ef0", "sha256": "aa60bfd66fd006a6bf6768b4e45774ff265aa8981ae64f88c91e8ff37c522feb" }, "downloads": -1, "filename": "iepy-0.9.tar.gz", "has_sig": false, "md5_digest": "f4da0f30e76017337b97253bb2853ef0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 522566, "upload_time": "2014-10-30T13:44:57", "url": "https://files.pythonhosted.org/packages/83/70/fcf61afff98511ddccaf363073d526fbfee7d4729db11fbf21da5bf1dfb9/iepy-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "c169749c2d93379b4d9b39aef9869430", "sha256": "61d5b7f8a789c93218e441674dd78902b0db18e6ec731478e1e09ace5b81053c" }, "downloads": -1, "filename": "iepy-0.9.1.tar.gz", "has_sig": false, "md5_digest": "c169749c2d93379b4d9b39aef9869430", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 524191, "upload_time": "2014-11-05T15:50:47", "url": "https://files.pythonhosted.org/packages/1f/b5/8c834c200da2dad14ae26c26944bae6f2466d8cf612af38a84a7b4219997/iepy-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "7ef9f5f5814f08dcc6f108ebd66a84ad", "sha256": "31a2688cfdbbd6a77a3c5e64b247e4d8b7867638055ecd63571482975df1840f" }, "downloads": -1, "filename": "iepy-0.9.2.tar.gz", "has_sig": false, "md5_digest": "7ef9f5f5814f08dcc6f108ebd66a84ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 530847, "upload_time": "2014-11-18T15:38:18", "url": "https://files.pythonhosted.org/packages/67/b0/fbec9a3a990e76e58f26c4306bd52dfb76e4621ae13732ec5171951de54d/iepy-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "be98d74445e8bdfb1514a0eebb7162d5", "sha256": "762eccd1d05d37eab5eb5f72e97a5ddb73fbad32cacd0be69bc6768bc8447af7" }, "downloads": -1, "filename": "iepy-0.9.3.tar.gz", "has_sig": false, "md5_digest": "be98d74445e8bdfb1514a0eebb7162d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 555077, "upload_time": "2015-03-03T17:31:47", "url": "https://files.pythonhosted.org/packages/7b/4d/522e69e9f2fd7c2a426fff745a1a0857ebe4e94fcc8e13380db8b9b957d1/iepy-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "7b39bf4c40db02a63fb8f7bbb89e0ebe", "sha256": "29cea1944c999e613fbc71568d6eaacdb18251bdf27856b2b6892f6bc6646b7b" }, "downloads": -1, "filename": "iepy-0.9.4.tar.gz", "has_sig": false, "md5_digest": "7b39bf4c40db02a63fb8f7bbb89e0ebe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 556865, "upload_time": "2015-05-11T18:00:45", "url": "https://files.pythonhosted.org/packages/55/8b/fef7cd997242df3bbba03e328ce0ec974e8188d5fdfca9f594752c0cf2ce/iepy-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "ed35b45a73b723da6adea777cedce16a", "sha256": "532e56c44ed8a36aff0ed73d68434d28b0284e8900fe72c6ca6b148d7019eb8f" }, "downloads": -1, "filename": "iepy-0.9.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ed35b45a73b723da6adea777cedce16a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 607142, "upload_time": "2016-03-20T23:58:32", "url": "https://files.pythonhosted.org/packages/03/ba/51f9ed4082bfa538cc581f011a16c729c55ad75b1feec7b1314cbc15903d/iepy-0.9.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e0ce1bd8783bc60e4b190294603b9f53", "sha256": "cf26d9260515ba15fe0c035eb5309356baa05618a3dce45c83f7eb0adcb1d9b0" }, "downloads": -1, "filename": "iepy-0.9.5.tar.gz", "has_sig": false, "md5_digest": "e0ce1bd8783bc60e4b190294603b9f53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 551744, "upload_time": "2016-03-20T23:58:45", "url": "https://files.pythonhosted.org/packages/13/23/db9efdda5af48ab8ea096e89e93a5c70bc6e4a572cf3ade76ffbc49a7c11/iepy-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "2c996e4601dc9907512a27e7ace83bd7", "sha256": "2fb5ce4da5ed6e222ae8794663b83b6fe0c47d741d49bc264c2cf3eed5f05c6e" }, "downloads": -1, "filename": "iepy-0.9.6.tar.gz", "has_sig": false, "md5_digest": "2c996e4601dc9907512a27e7ace83bd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 553977, "upload_time": "2016-10-13T19:26:53", "url": "https://files.pythonhosted.org/packages/7c/25/b0d83c79908d4a74f4456b65b898972f41d71cacddffe47ca7c63d63c9ff/iepy-0.9.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c996e4601dc9907512a27e7ace83bd7", "sha256": "2fb5ce4da5ed6e222ae8794663b83b6fe0c47d741d49bc264c2cf3eed5f05c6e" }, "downloads": -1, "filename": "iepy-0.9.6.tar.gz", "has_sig": false, "md5_digest": "2c996e4601dc9907512a27e7ace83bd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 553977, "upload_time": "2016-10-13T19:26:53", "url": "https://files.pythonhosted.org/packages/7c/25/b0d83c79908d4a74f4456b65b898972f41d71cacddffe47ca7c63d63c9ff/iepy-0.9.6.tar.gz" } ] }