{ "info": { "author": "Arthit Suriyawongkul", "author_email": "arthit@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Topic :: Text Processing :: Linguistic" ], "description": "stopwordsiso\n=======\n\nCollection of stopwords for multiple languages, using ISO 639-1 language code.\n\nThis Python package is based on [Stopwords ISO](https://github.com/stopwords-iso) project by Gene Diaz. You can see the full list of stopwords in every languages available there. Contribution to the word lists should also happen there.\n\nComparable packages also published on [npm](https://www.npmjs.com/stopwords-iso) and [bower](https://bower.io).\n\n## Installation\n\n```sh\n$ pip install stopwordsiso\n```\n\n## Usage\n\n```python\nimport stopwordsiso as stopwords\n\nstopwords.has_lang(\"th\") # check if there is a stopwords for the language\nstopwords.langs() # return a set of all the supported languages\nstopwords.stopwords(\"en\") # English stopwords\nstopwords.stopwords([\"de\", \"id\", \"zh\"]) # German, Indonesian, and Chinese stopwords\nstopwords.stopwords(\"xxx\") # an empty set will be returned for unknown language\n```\n\n## Stopwords Data\n\nThe entire collection is in JSON format and can be found at [`stopwords-iso.json`](https://raw.githubusercontent.com/stopwords-iso/stopwords-iso/master/stopwords-iso.json) in your `stopwordsiso/` Python package directory. You are free to use this collection any way you like.\n\nStopwords for each language is a list value with a key of respective language in ISO 639-1 language code, like this:\n\n```json\n{\n \"af\": [ \"aan\", \"af\", \"al\", \"as\", ],\n \"ar\": [ \"\u0622\u0636\", \"\u0622\u0645\u064a\u0646\u064e\", \"\u0622\u0647\", \"\u0622\u0647\u0627\u064b\", ],\n}\n```\n\nIf you wish to add, remove, or update some of the stopwords, please go to **Stopwords ISO** project at https://github.com/stopwords-iso. \n\n\n## Credits\n\n- All stopwords sources are [listed here](https://github.com/stopwords-iso/stopwords-iso/blob/master/CREDITS.md)\n- Gene Diaz, stopwords compilation, npm and bower packages\n- Arthit Suriyawongkul, Python utility and pip package\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thothmedia/stopwords-iso", "keywords": "stopwords language", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "stopwordsiso", "package_url": "https://pypi.org/project/stopwordsiso/", "platform": "", "project_url": "https://pypi.org/project/stopwordsiso/", "project_urls": { "Homepage": "https://github.com/thothmedia/stopwords-iso" }, "release_url": "https://pypi.org/project/stopwordsiso/0.5.1/", "requires_dist": null, "requires_python": "", "summary": "Collection of stopwords for multiple languages. Using ISO 639-1 language code.", "version": "0.5.1" }, "last_serial": 4728912, "releases": { "0.5.1": [ { "comment_text": "", "digests": { "md5": "559923e3bcad788372106c0c66272f52", "sha256": "b08cc6167b66d0b86d4039726f5c4aae86c0f5eaf4839c9939af4443dd251c3d" }, "downloads": -1, "filename": "stopwordsiso-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "559923e3bcad788372106c0c66272f52", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 69258, "upload_time": "2019-01-23T04:00:18", "url": "https://files.pythonhosted.org/packages/81/b5/8a2544801cf6ea94b3d3bfad95c72821bbff8373277746881af93103d72d/stopwordsiso-0.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27c33de8ecb46453f66a3b758c685d9a", "sha256": "fe5261ed4be0c761cc33214170df8ee01d363143962f24bd05ae073568f8215a" }, "downloads": -1, "filename": "stopwordsiso-0.5.1.tar.gz", "has_sig": false, "md5_digest": "27c33de8ecb46453f66a3b758c685d9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144357, "upload_time": "2019-01-23T04:00:20", "url": "https://files.pythonhosted.org/packages/7d/ff/e93b9a8e3f5377da6df46303b3eb0730ae864f535258bfd9c31f3ea8bcb8/stopwordsiso-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "559923e3bcad788372106c0c66272f52", "sha256": "b08cc6167b66d0b86d4039726f5c4aae86c0f5eaf4839c9939af4443dd251c3d" }, "downloads": -1, "filename": "stopwordsiso-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "559923e3bcad788372106c0c66272f52", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 69258, "upload_time": "2019-01-23T04:00:18", "url": "https://files.pythonhosted.org/packages/81/b5/8a2544801cf6ea94b3d3bfad95c72821bbff8373277746881af93103d72d/stopwordsiso-0.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27c33de8ecb46453f66a3b758c685d9a", "sha256": "fe5261ed4be0c761cc33214170df8ee01d363143962f24bd05ae073568f8215a" }, "downloads": -1, "filename": "stopwordsiso-0.5.1.tar.gz", "has_sig": false, "md5_digest": "27c33de8ecb46453f66a3b758c685d9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144357, "upload_time": "2019-01-23T04:00:20", "url": "https://files.pythonhosted.org/packages/7d/ff/e93b9a8e3f5377da6df46303b3eb0730ae864f535258bfd9c31f3ea8bcb8/stopwordsiso-0.5.1.tar.gz" } ] }