{ "info": { "author": "Brent Payne", "author_email": "brent.payne@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Text Processing", "Topic :: Text Processing :: General" ], "description": "Phrase\n======\n\nA library that builds on nltk and gensim to automatically generate phrases.\n\n\nInstallation\n============\n\nAdd the package to your python path using pip:\n\n```bash\npip install phrase\n```\n\nUsage\n=====\n\nTo create a phrase dictionary and print out the top 25 phrases:\n\n```bash\ncreate_phrase_dictionary \n```\n\nThis is not a light process, it can take a lot of memory and time, so be warned.\n\nTests\n=====\n\nTo run all the tests, you need to run py.test to pick up the unit tests. Lettuce is currently being used for BDD tests\nand needs to be run from the tests folder or with tests/ added to the PYTHONPATH (the tests utilize the units.helpers modules)\n```bash\npy.test\nPYTHONPATH=tests lettuce tests/features\ncd tests\nlettuce features/\n```", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/brentpayne/phrase", "keywords": "phrase,noun phrase,verb phrase,nlp,natural language processing,language,language processing,phrases,nltk", "license": null, "maintainer": null, "maintainer_email": null, "name": "phrase", "package_url": "https://pypi.org/project/phrase/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/phrase/", "project_urls": { "Homepage": "http://www.github.com/brentpayne/phrase" }, "release_url": "https://pypi.org/project/phrase/0.0.10/", "requires_dist": null, "requires_python": null, "summary": "Phrase: generates phrases given a corpus", "version": "0.0.10" }, "last_serial": 1246149, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "a5390e8cd902e2f4d6172f146ede2e56", "sha256": "bd2900e3ce1aabf1d409782831f4c6cf55a41f1da65a95f8e599a558584c28ae" }, "downloads": -1, "filename": "phrase-0.0.10.macosx-10.5-x86_64.tar.gz", "has_sig": false, "md5_digest": "a5390e8cd902e2f4d6172f146ede2e56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14469, "upload_time": "2014-10-02T19:18:40", "url": "https://files.pythonhosted.org/packages/05/1c/78546e8fc1c3c6e6eeb77a2d6779f2e9a3afbe92804fb16b6ce5059ba5d5/phrase-0.0.10.macosx-10.5-x86_64.tar.gz" } ], "0.0.9": [ { "comment_text": "built for Darwin-13.3.0", "digests": { "md5": "1b98218977e9605ae7397fed2d40ab15", "sha256": "5fee5ca92554299a37f91994d26497df222d9f3381ab876852ef0b1d2cd45a67" }, "downloads": -1, "filename": "phrase-0.0.9.macosx-10.5-x86_64.tar.gz", "has_sig": false, "md5_digest": "1b98218977e9605ae7397fed2d40ab15", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 15130, "upload_time": "2014-08-26T16:45:18", "url": "https://files.pythonhosted.org/packages/cd/31/a3e2828b35df3fe292d9010e25813198f12fd6c5ae9749edfaa5b149b9d1/phrase-0.0.9.macosx-10.5-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "b78610cd812b9d51d5934355ba145f6c", "sha256": "4e412fbdc0891cf91cc4e9d45031fe23f5c222e9968e1c06f3dc85701a0ef692" }, "downloads": -1, "filename": "phrase-0.0.9.tar.gz", "has_sig": false, "md5_digest": "b78610cd812b9d51d5934355ba145f6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10045, "upload_time": "2014-08-26T16:45:16", "url": "https://files.pythonhosted.org/packages/f0/95/34d05cd442e834f3ce93b7fe80943176277c45ca18f27b8ec8fddfe25312/phrase-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5390e8cd902e2f4d6172f146ede2e56", "sha256": "bd2900e3ce1aabf1d409782831f4c6cf55a41f1da65a95f8e599a558584c28ae" }, "downloads": -1, "filename": "phrase-0.0.10.macosx-10.5-x86_64.tar.gz", "has_sig": false, "md5_digest": "a5390e8cd902e2f4d6172f146ede2e56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14469, "upload_time": "2014-10-02T19:18:40", "url": "https://files.pythonhosted.org/packages/05/1c/78546e8fc1c3c6e6eeb77a2d6779f2e9a3afbe92804fb16b6ce5059ba5d5/phrase-0.0.10.macosx-10.5-x86_64.tar.gz" } ] }