{ "info": { "author": "Stella Zevio", "author_email": "stella.zevio@lipn.univ-paris13.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Natural Language :: French", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Build Tools" ], "description": "# pcu_nlp\n\nNLP pipeline component (spacy.io) for PCU project\n\nBased on [spacy.io][spacy].\n\n[Check PCU project][pcu].\n\n[spacy]: https://spacy.io\n[pcu]: https://github.com/zevio/pcu_core\n\n----\n\n## Installation\n\nTo install requirements, go to pcu_nlp/ directory and execute the Makefile with the following command line :\n\n`make init`\n\n## Usage in another project\n\nIf you wish to import this module in another Python project, please install it :\n\n`pip install pcu-nlp`\n\nThen, add this import line at the beginning of your Python file :\n\n`from pcu_nlp import pcu_nlp`\n\nYou can now use pcu_nlp's functions, for example :\n\n`pcu_nlp.spacyPipeline(text)`\n\n## Test\n\nTo test your installation, go to pcu_nlp/ directory and execute the Makefile with the following command line : \n\n`make test`\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zevio/pcu_nlp", "keywords": "", "license": "GNU General Public License v3 or later (GPLv3+)", "maintainer": "Stella Zevio", "maintainer_email": "stella.zevio@lipn.univ-paris13.fr", "name": "pcu-nlp", "package_url": "https://pypi.org/project/pcu-nlp/", "platform": "Any", "project_url": "https://pypi.org/project/pcu-nlp/", "project_urls": { "Homepage": "https://github.com/zevio/pcu_nlp" }, "release_url": "https://pypi.org/project/pcu-nlp/1.2/", "requires_dist": null, "requires_python": ">=3", "summary": "NLP pipeline component (spacy.io) for PCU project", "version": "1.2" }, "last_serial": 4260865, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "c658a5610778e4cb577a229f61df8be8", "sha256": "0005a873281046f0ed5039e59a1d6837ff6f994bdb6e6ec4e32558f2a079746b" }, "downloads": -1, "filename": "pcu_nlp-1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c658a5610778e4cb577a229f61df8be8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17865, "upload_time": "2018-09-11T11:17:36", "url": "https://files.pythonhosted.org/packages/f7/7c/01955f32fd11cd173f51f6b640f2ace44b2f31da5ada42719b685bc3ad60/pcu_nlp-1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11a8e4e64495be9953a9a4a9a38a1190", "sha256": "527e982cf0c0b8724b4970d8a132623028d7f6564a3c2c3cbe42c0607754c060" }, "downloads": -1, "filename": "pcu_nlp-1.2.tar.gz", "has_sig": false, "md5_digest": "11a8e4e64495be9953a9a4a9a38a1190", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3565, "upload_time": "2018-09-11T11:17:38", "url": "https://files.pythonhosted.org/packages/5e/11/cafd4f19030d0207dce36c7482f1d35749c4bba48f6240602a930d1717ff/pcu_nlp-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c658a5610778e4cb577a229f61df8be8", "sha256": "0005a873281046f0ed5039e59a1d6837ff6f994bdb6e6ec4e32558f2a079746b" }, "downloads": -1, "filename": "pcu_nlp-1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c658a5610778e4cb577a229f61df8be8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 17865, "upload_time": "2018-09-11T11:17:36", "url": "https://files.pythonhosted.org/packages/f7/7c/01955f32fd11cd173f51f6b640f2ace44b2f31da5ada42719b685bc3ad60/pcu_nlp-1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11a8e4e64495be9953a9a4a9a38a1190", "sha256": "527e982cf0c0b8724b4970d8a132623028d7f6564a3c2c3cbe42c0607754c060" }, "downloads": -1, "filename": "pcu_nlp-1.2.tar.gz", "has_sig": false, "md5_digest": "11a8e4e64495be9953a9a4a9a38a1190", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3565, "upload_time": "2018-09-11T11:17:38", "url": "https://files.pythonhosted.org/packages/5e/11/cafd4f19030d0207dce36c7482f1d35749c4bba48f6240602a930d1717ff/pcu_nlp-1.2.tar.gz" } ] }