A stemmer for the Arabic language
Project description
cooc_ar_stemmer
A stemmer for the Arabic language
Based on the work: @ARTICLE {iskanderakhmetovalexandrpakirinaualiyevaalexandergelbukh2020, author = "Iskander Akhmetov, Alexandr Pak, Irina Ualiyeva, Alexander Gelbukh", title = "Highly Language-Independent Word Lemmatization Using a Machine-Learning Classifier", journal = "Computacion y Sistemas", year = "2020", volume = "24", number = "3", pages = "1353-1364", month = "sep" }
Usage:
import cooc_ar_stemmer.ar_stem as cas
cas.stem_it('شطط')
# Output: 'شط'
# You can also provide a list of words:
cas.stem_it(['شطط', 'ضحي'])
# Output: ['شط', 'ضحى']
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 cooc_ar_stemmer-0.1.0.tar.gz.
File metadata
- Download URL: cooc_ar_stemmer-0.1.0.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a2a14b2f55b84722f684d30a9c93486d3f44ade9ce82ea609a132a32b52f09b
|
|
| MD5 |
f139822a39e80f88415ee60e5d6bf742
|
|
| BLAKE2b-256 |
1cf6ed6fd1de448c0946ad6d95cf41e17dc07f1efc46e01eb95c99d157dd46ee
|
File details
Details for the file cooc_ar_stemmer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cooc_ar_stemmer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ba5f8f4199927348e5206a48187c0d389806277278f6cef98aac050e9400008
|
|
| MD5 |
457a4b321658498fa99a87e3273a2a8c
|
|
| BLAKE2b-256 |
95ec89c40eb4aeb65c245cfdcfdb500e742c8f48e7652a50f11290acc3fa530a
|