{"id":13609155,"url":"https://github.com/Alir3z4/python-stop-words","last_synced_at":"2025-04-12T19:33:13.353Z","repository":{"id":17403937,"uuid":"20176602","full_name":"Alir3z4/python-stop-words","owner":"Alir3z4","description":"Get list of common stop words in various languages in Python","archived":false,"fork":false,"pushed_at":"2024-03-12T10:32:40.000Z","size":53,"stargazers_count":156,"open_issues_count":7,"forks_count":29,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-04T06:02:06.774Z","etag":null,"topics":["python","text-classification"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/stop-words/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alir3z4.png","metadata":{"files":{"readme":"README.rst","changelog":"ChangeLog.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-26T06:44:03.000Z","updated_at":"2025-03-27T22:52:16.000Z","dependencies_parsed_at":"2024-06-18T15:19:49.070Z","dependency_job_id":null,"html_url":"https://github.com/Alir3z4/python-stop-words","commit_stats":{"total_commits":77,"total_committers":8,"mean_commits":9.625,"dds":"0.36363636363636365","last_synced_commit":"7b30f5b953ef02b62dfb4b8a158ea5f1218d11e7"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alir3z4%2Fpython-stop-words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alir3z4%2Fpython-stop-words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alir3z4%2Fpython-stop-words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alir3z4%2Fpython-stop-words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alir3z4","download_url":"https://codeload.github.com/Alir3z4/python-stop-words/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248621455,"owners_count":21134857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","text-classification"],"created_at":"2024-08-01T19:01:32.857Z","updated_at":"2025-04-12T19:33:13.085Z","avatar_url":"https://github.com/Alir3z4.png","language":"Python","funding_links":[],"categories":["Python","文本数据和NLP"],"sub_categories":[],"readme":"=================\nPython Stop Words\n=================\n\n.. contents:: Table of contents\n\nOverview\n--------\n\nGet list of common stop words in various languages in Python.\n\n.. image:: https://secure.travis-ci.org/Alir3z4/python-stop-words.png\n   :alt: Build Status\n   :target: http://travis-ci.org/Alir3z4/python-stop-words\n\n.. image:: https://coveralls.io/repos/Alir3z4/python-stop-words/badge.png\n   :alt: Coverage Status\n   :target: https://coveralls.io/r/Alir3z4/python-stop-words\n\n.. image:: http://badge.kloud51.com/pypi/v/stop-words.svg\n    :target: https://pypi.python.org/pypi/stop-words\n    :alt: PyPI Version\n\n.. image:: http://badge.kloud51.com/pypi/s/stop-words.svg\n    :target: https://pypi.python.org/pypi/stop-words\n    :alt: PyPI Status\n\n.. image:: http://badge.kloud51.com/pypi/l/stop-words.svg\n    :target: https://github.com/Alir3z4/python-stop-words/blob/master/LICENSE\n    :alt: License\n\n.. image:: http://badge.kloud51.com/pypi/p/stop-words.svg\n    :target: https://pypi.python.org/pypi/stop-words\n    :alt: PyPI Py_versions\n\n\nAvailable languages\n-------------------\n\n* Arabic\n* Bulgarian\n* Catalan\n* Czech\n* Danish\n* Dutch\n* English\n* Finnish\n* French\n* German\n* Hungarian\n* Indonesian\n* Italian\n* Norwegian\n* Polish\n* Portuguese\n* Romanian\n* Russian\n* Spanish\n* Swedish\n* Turkish\n* Ukrainian\n\n\nInstallation\n------------\n``stop-words`` is available on PyPI\n\nhttp://pypi.python.org/pypi/stop-words\n\nSo easily install it by ``pip``\n::\n\n    $ pip install stop-words\n\nAnother way is by cloning ``stop-words``'s `git repo \u003chttps://github.com/Alir3z4/python-stop-words\u003e`_ ::\n\n    $ git clone --recursive git://github.com/Alir3z4/python-stop-words.git\n\nThen install it by running:\n::\n\n    $ python setup.py install\n\n\nBasic usage\n-----------\n::\n\n    from stop_words import get_stop_words\n\n    stop_words = get_stop_words('en')\n    stop_words = get_stop_words('english')\n\n    from stop_words import safe_get_stop_words\n\n    stop_words = safe_get_stop_words('unsupported language')\n\nPython compatibility\n--------------------\n\nPython Stop Words is compatibe with:\n\n* Python 2.7\n* Python 3.4\n* Python 3.5\n* Python 3.6\n* Python 3.7\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlir3z4%2Fpython-stop-words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlir3z4%2Fpython-stop-words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlir3z4%2Fpython-stop-words/lists"}