Stopwordz
Stopwordz is a Python library designed to efficiently remove stopwords from text data. It comes with a pre-defined set of stopwords ideal for various text preprocessing tasks, especially in natural language processing applications.
Installation
You can easily install Stopwordz from PyPI:
pip install stopwordz
Usage
Using Stopwordz is straightforward. Import the clean_text function from the package and pass your text data to it:
from stopwordz import clean_text
# Example text
text = "This is a sample sentence, showing off the stop words filtration."
cleaned_text = clean_text(text)
print(cleaned_text)
Features
- Pre-defined comprehensive list of stopwords.
- Easy to integrate into text preprocessing pipelines.
- Lightweight and fast.
Contributing
Contributions are welcome! Please fork the repository and open a pull request with your additions. For major changes, please open an issue first to discuss what you would like to change.
License
Release files for stopwordz 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| stopwordz-0.2.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| stopwordz-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.0 kB
Release files / stopwordz-0.2.tar.gz
| Download URL | stopwordz-0.2.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bce78a1b7cc794d2cd39dd522517b1982df9d8978213c96ac7de142154f55b6a
|
|
BLAKE2b-256 checksum How to use checksums |
b782380587c9e92bf5e6288ead0353bd3c401521b7ad42ff97b1c462aae203ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / stopwordz-0.2-py3-none-any.whl
| Download URL | stopwordz-0.2-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d705b0e35fa76ce0e359601167d1ae0881b0276eee943a9501eaaa9e8bb80f43
|
|
BLAKE2b-256 checksum How to use checksums |
851b84b90a876b255fe1db8188fd0f20c98714fbc4cb02c85c8d63c4453934e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|