A lightweight Python package providing Azerbaijani stopwords for NLP tasks.
Project description
Azerbaijani Stopwords
azerbaijani_stopwords is a lightweight Python package that provides a curated list of Azerbaijani stopwords for natural language processing (NLP) tasks.
Why?
When processing Azerbaijani text for tasks like sentiment analysis, classification, or search, it's often necessary to remove common words that do not carry much meaning—like "və", "da", or "ilə". This package helps you do that easily.
Installation
bash
You can use the following command to install library
pip install azerbaijani_stopwords
How to use?
from azerbaijani_stopwords import AZERBAIJANI_STOPWORDS
text = "Bu gün hava çox gözəldir və mən parkda gəzirəm."
words = text.lower().split()
filtered_words = [word for word in words if word not in AZERBAIJANI_STOPWORDS]
print(filtered_words)
# Output: ['gün', 'hava', 'gözəldir', 'parkda', 'gəzirəm.']
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
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 azerbaijani_stopwords-0.1.0.tar.gz.
File metadata
- Download URL: azerbaijani_stopwords-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3dafaaa59f405c59dd61a3279bdbb3d2b85d384ceb5faa1f2d1b0c39c26d8c5
|
|
| MD5 |
856382cdda3b79e58850672ca3fe06e3
|
|
| BLAKE2b-256 |
f2fb8faf53f9ddb9670aed37ca8a56cefe2f3198d094bc68a33323a4f843769f
|
File details
Details for the file azerbaijani_stopwords-0.1.0-py3-none-any.whl.
File metadata
- Download URL: azerbaijani_stopwords-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a54131d375e9323617be72d3ee76489038ab6ac517b1dd03ab6dc74c90b6a08
|
|
| MD5 |
423ccd709a395fd92d9a4dada1638f76
|
|
| BLAKE2b-256 |
18a14831e5be901c1fb6564e52389851546b0ce15f0fa266ac736f83ec21d262
|