Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Alidar40/lezgi-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lezgi-text

A toolkit for working with text in Lezgian language

Open source Python suite to process text data in Lezgian language.

Designed to scrap and parse periodicals in Lezgian language (newspapers, magazines, etc.).

Installation

python3 -m pip install --index-url https://test.pypi.org/simple/ lezgi-text

or build from source

git clone https://github.com/Alidar40/lezgi-text.git
cd lezgi-text
pip install .

Usage

CLI app

lezgi_text scrap lezgi_gazet
lezgi_text parse lezgi_gazet

Python library

from lezgi_text import canonize_lez
canonize_lez("лезги ч1ал")
>>> 'лезги чӀал'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published