• Stars
    star
    155
  • Rank 233,054 (Top 5 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created almost 10 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Get list of common stop words in various languages in Python

Python Stop Words

Overview

Get list of common stop words in various languages in Python.

Build Status Coverage Status PyPI Version PyPI Status License PyPI Py_versions

Available languages

  • Arabic
  • Bulgarian
  • Catalan
  • Czech
  • Danish
  • Dutch
  • English
  • Finnish
  • French
  • German
  • Hungarian
  • Indonesian
  • Italian
  • Norwegian
  • Polish
  • Portuguese
  • Romanian
  • Russian
  • Spanish
  • Swedish
  • Turkish
  • Ukrainian

Installation

stop-words is available on PyPI

http://pypi.python.org/pypi/stop-words

So easily install it by pip

$ pip install stop-words

Another way is by cloning stop-words's git repo

$ git clone --recursive git://github.com/Alir3z4/python-stop-words.git

Then install it by running:

$ python setup.py install

Basic usage

from stop_words import get_stop_words

stop_words = get_stop_words('en')
stop_words = get_stop_words('english')

from stop_words import safe_get_stop_words

stop_words = safe_get_stop_words('unsupported language')

Python compatibility

Python Stop Words is compatibe with:

  • Python 2.7
  • Python 3.4
  • Python 3.5
  • Python 3.6
  • Python 3.7

More Repositories

1

html2text

Convert HTML to Markdown-formatted text.
Python
1,678
star
2

stop-words

List of common stop words in various languages.
309
star
3

python-short_url

Python implementation for generating Tiny URL- and bit.ly-like URLs.
Python
178
star
4

python-currencies

Display money format and its filthy currencies, for all money lovers out there.
Python
72
star
5

django-crequest

django-crequest - Taking care of current request in silent way.
Python
60
star
6

oss-wall-of-shame

Companies that use open source and never bother to contribute back - Open Source Software Wall of Shame
44
star
7

django-databrowse

Databrowse is a Django application that lets you browse your data.
Python
42
star
8

django-markwhat

A collection of template filters that implement common markup languages.
Python
20
star
9

ansible-suricata

An Ansible playbook for deploying the Suricata intrusion detection system and fetching Snort rules with Oinkmaster.
Jinja
14
star
10

yoDownet

yoDownet, The previous generation graphical download manager, built on Qt.
C++
10
star
11

django-base64field

A motherfucking django model field to bring base64 encoded key to models.
Python
8
star
12

cmsplugin-simple-markdown

A plugin for django-cms that provides just a markdown plugin and nothing more.
Python
6
star
13

django-mongodb-cash-backend

django-mongodb-cash-backend
Python
6
star
14

python-gignore

Get .gitignore files from github.com/github/gitignore
Python
4
star
15

flask-microblog-sqlalchemy

based on Miguel Grinberg flask tutorial at http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
Python
3
star
16

negar-cli

Negar Command Line Interface
Python
3
star
17

php-solusvm

SolusVM API PHP LIbrary
PHP
3
star
18

django-kewl

Django Kewl - Set of Django kewl utilities & helpers & highly used/needed stuff.
Python
3
star
19

nevis

Nevis is only a simple fast text editor, implemented in Qt/C++. -- Currently under development.
C++
2
star
20

python-cpanel

Python cPanel - The snake ate cPanel API.
Python
2
star
21

django-blog-book

Developing A Blog Application In Django Python Web Framework.
2
star
22

markwhat

Markwhat is a desktop cross-platform markup text editor with live preview feature. Written in pure python.
Python
2
star
23

node-money-currencies

Display money format and its filthy currencies, for all money lovers out there.
JavaScript
2
star
24

markwhat-online

Is an online tool/api to parse markup data. It's available through a web interface and a delicious API which speaks JSON.
Python
1
star
25

.dotfiles

@Alir3z4's ~/.dotfiles all over the place!
Shell
1
star
26

aur-pkgs

Alireza's ArchLinux User Repository PKGBUILDs, made with absolute rage!!!
Shell
1
star
27

WHMCS

PHP
1
star
28

python-simplerelevance

SimpleRelevance API Python Wrapper
Python
1
star