Stopwords for 20+ languages + modern slang + social media tokens.
Project description
stopwords-plus
Stopwords for 20+ languages, including:
- Modern slang (
lol,bruh,idk,imo,ngl, etc.) - Social media tokens (
rt,@,#,http,https, etc.)
Install
pip install stopwords-plus
from stopwords_plus import get_stopwords, is_stopword, languages
print(languages())
sw = get_stopwords("en", categories=["base","slang","social"])
print("lol" in sw)
exit()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stopwords_plus-0.1.0.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stopwords_plus-0.1.0.tar.gz.
File metadata
- Download URL: stopwords_plus-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51c51322afc8ba7a8ce89189bbeb6631c6ae5bc1ed4430a035c112d3aa441bbc
|
|
| MD5 |
5699b3efdd8c6cdbc4750f2f2f4a93f5
|
|
| BLAKE2b-256 |
24a88dc767f86debf8a7c87cd292be4ee97953f27a5341fafe5cd00162e4daab
|
File details
Details for the file stopwords_plus-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stopwords_plus-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20acefd715ee1d56b1f509ce0f0bec54801d55804e509707539376f74502c85c
|
|
| MD5 |
e6401019c0dceffba28930426d8b6834
|
|
| BLAKE2b-256 |
31b5fc9b03d21a7526c0d485d8702783a1b717e2e51d9c868142f35dff5b7e5f
|