{
"info": {
"author": "Janneke van der Zwaan",
"author_email": "j.vanderzwaan@esciencecenter.nl",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"
],
"description": "NLP Pipeline\n============\n\n|codacy_grade| |travis| |documentation| |pypi_version| |pypi_supported| |zenodo|\n\nnlppln is a python package for creating NLP pipelines using `Common Workflow Language `_ (CWL).\nIt provides steps for (generic) NLP functionality, such as tokenization,\nlemmatization, and part of speech tagging, and helps users to construct workflows\nfrom these steps.\n\nA text processing step consist of a (Python) command line tool and a CWL\nspecification to use this tool.\nMost tools provided by nppln wrap existing NLP functionality.\nThe command line tools are made with `Click `_, a Python\npackage for creating command line interfaces.\n\nTo create a workflow, you have to write a Python script:\n::\n\n from nlppln import WorkflowGenerator\n\n with WorkflowGenerator() as wf:\n txt_dir = wf.add_input(txt_dir='Directory')\n\n frogout = wf.frog_dir(in_dir=txt_dir)\n saf = wf.frog_to_saf(in_files=frogout)\n ner_stats = wf.save_ner_data(in_files=saf)\n new_saf = wf.replace_ner(metadata=ner_stats, in_files=saf)\n txt = wf.saf_to_txt(in_files=new_saf)\n\n wf.add_outputs(ner_stats=ner_stats, txt=txt)\n\n wf.save('anonymize.cwl')\n\nThe resulting workflow can be run using a CWL runner, such as `cwltool `_:\n\n.. code-block:: sh\n\n cwltool anonymize.cwl --txt_dir /path/to/directory/with/txt/files/\n\nFor creating new (e.g., project specific) NLP functionality, you can use `nlppln-gen `_\nto generate boilerplate (i.e., empty) command line tools and CWL specifications.\n\nThe full documentation can be found on `Read the Docs `_.\n\nInstallation\n############\n\nInstall nlppln using pip:\n\n.. code-block:: sh\n\n pip install nlppln\n\nPlease check the `installation guidelines `_ for additional required software.\n\nLicense\n#######\n\nCopyright (c) 2016-2018, Netherlands eScience Center, University of Twente\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n.. |codacy_grade| image:: https://api.codacy.com/project/badge/Grade/24cd15fe1d9e4a51ab4be8c247e95c47\n :target: https://www.codacy.com/app/jvdzwaan/nlppln?utm_source=github.com&utm_medium=referral&utm_content=nlppln/nlppln&utm_campaign=Badge_Grade\n :alt: Codacy Badge\n\n.. |travis| image:: https://travis-ci.org/nlppln/nlppln.svg?branch=master\n :target: https://travis-ci.org/nlppln/nlppln\n :alt: Build Status\n\n.. |documentation| image:: https://readthedocs.org/projects/nlppln/badge/?version=latest\n :target: http://nlppln.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. |pypi_version| image:: https://badge.fury.io/py/nlppln.svg\n :target: https://badge.fury.io/py/nlppln\n :alt: PyPI version\n\n.. |pypi_supported| image:: https://img.shields.io/pypi/pyversions/nlppln.svg\n :target: https://pypi.python.org/pypi/nlppln\n :alt: PyPI\n\n.. |zenodo| image:: https://zenodo.org/badge/65198876.svg\n :target: https://zenodo.org/badge/latestdoi/65198876\n :alt: DOI",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/nlppln/nlppln",
"keywords": "text-mining,nlp,pipeline",
"license": "Apache",
"maintainer": "",
"maintainer_email": "",
"name": "nlppln",
"package_url": "https://pypi.org/project/nlppln/",
"platform": "",
"project_url": "https://pypi.org/project/nlppln/",
"project_urls": {
"Homepage": "https://github.com/nlppln/nlppln"
},
"release_url": "https://pypi.org/project/nlppln/0.3.3/",
"requires_dist": null,
"requires_python": "",
"summary": "NLP pipeline software using common workflow language",
"version": "0.3.3"
},
"last_serial": 4672324,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "e6b8ae5a80f35715f7d7cfa423ed39e8",
"sha256": "8e9230bb7d20959ca36a94e3c2850a4b2ca75e8c091b1de487777aab0732c6dd"
},
"downloads": -1,
"filename": "nlppln-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e6b8ae5a80f35715f7d7cfa423ed39e8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17050,
"upload_time": "2017-02-27T15:57:03",
"url": "https://files.pythonhosted.org/packages/61/16/62f15255fa3e7459b1078f3d0cc7835957289de4fd532d705f2bd8b25c8d/nlppln-0.1.0.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "7d52cd43e52480a10c25f59c61911da0",
"sha256": "14ef6f96b3ae8bd8e73c09a06746691c964e22b7741d0614ef384bb321f084d4"
},
"downloads": -1,
"filename": "nlppln-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "7d52cd43e52480a10c25f59c61911da0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18897,
"upload_time": "2017-12-14T16:21:46",
"url": "https://files.pythonhosted.org/packages/46/75/525fa8a63f7c251fe24df403cc4dafa2e43611049698955503214df724fd/nlppln-0.3.0.tar.gz"
}
],
"0.3.1": [
{
"comment_text": "",
"digests": {
"md5": "baea6b682fb7f982dbc9a026eba37b53",
"sha256": "56c4970a39e2f6e3c82fb7d2946002e3651e7648fb05c35a64ffeac3a377e442"
},
"downloads": -1,
"filename": "nlppln-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "baea6b682fb7f982dbc9a026eba37b53",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19314,
"upload_time": "2018-02-27T14:59:23",
"url": "https://files.pythonhosted.org/packages/3e/c1/41d76b58de81ab39a3d26f52bc54c9c13bfb982d1b63ef0949b0f4cde96e/nlppln-0.3.1.tar.gz"
}
],
"0.3.2": [
{
"comment_text": "",
"digests": {
"md5": "9b1d90e98c79ef4a2531487ec64c2d5a",
"sha256": "94c9e81354d1922b17188397a44837c55538b033c948c8972f63b6a000c384ba"
},
"downloads": -1,
"filename": "nlppln-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "9b1d90e98c79ef4a2531487ec64c2d5a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22976,
"upload_time": "2018-08-23T17:27:28",
"url": "https://files.pythonhosted.org/packages/51/10/52463d61d0f97f41ed4cd8b2001f1207374da91fbe1ac71b78cfb817dcf8/nlppln-0.3.2.tar.gz"
}
],
"0.3.3": [
{
"comment_text": "",
"digests": {
"md5": "fd4f55fc85ce0b4898f16b7ab6068dbf",
"sha256": "3b86fd016d17ce356af213f318f34becb543e6fc601fadf124f2448afb04b3af"
},
"downloads": -1,
"filename": "nlppln-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "fd4f55fc85ce0b4898f16b7ab6068dbf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23992,
"upload_time": "2019-01-08T10:21:27",
"url": "https://files.pythonhosted.org/packages/c1/b9/f188385aee2cacfb7f5e6010fee01465b784b9f391a4ea15c9a0bb4e47e0/nlppln-0.3.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "fd4f55fc85ce0b4898f16b7ab6068dbf",
"sha256": "3b86fd016d17ce356af213f318f34becb543e6fc601fadf124f2448afb04b3af"
},
"downloads": -1,
"filename": "nlppln-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "fd4f55fc85ce0b4898f16b7ab6068dbf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23992,
"upload_time": "2019-01-08T10:21:27",
"url": "https://files.pythonhosted.org/packages/c1/b9/f188385aee2cacfb7f5e6010fee01465b784b9f391a4ea15c9a0bb4e47e0/nlppln-0.3.3.tar.gz"
}
]
}