Uzbek Lemmatizer for Python. A Python package to lemmatize Uzbek words.
Project description
UzbekLemmatizer
Uzbek Lemmatizer for Python. A Python package to lemmatize Uzbek texts. https://github.com/MaksudSharipov/UzbekLemmatizer
Use: code1:
import UzbekLemmatizer as ltr print(ltr.Lemma('keladiganlarning',full=True))
result1: ['keladiganlarning', 'kel', ['adigan', 'lar', 'ning'], [5, 5, 3]]
code2:
import UzbekLemmatizer as ltr
print(ltr.Lemma('keladiganlarning'))
result2: kel
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
UzbekLemmatizer-0.0.1.tar.gz
(6.7 kB
view hashes)
Built Distribution
Close
Hashes for UzbekLemmatizer-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80fbee6bc9fc3d6d0eb7c88a27eb91b11f0f48840203f845242fe98f026d3302 |
|
MD5 | 52915e3cd7b688001749be35a2ba96a1 |
|
BLAKE2b-256 | ae0530b0b815393df13c0ffa9f15fc51c8163bd2797b34c745295f5657d4d174 |