Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 735 Bytes

DESCRIPTION.md

File metadata and controls

46 lines (28 loc) · 735 Bytes

Имло лойиҳасининг асосий қисми Python кутубхонаси

Муҳит

  • Python>=3.7

Кутубхоналар

  • NLTK
  • Gensim
  • Spacy
  • HunSpell

Пакетни ўрнатиш

$ pip install imlo

Намуна

from imlo.transliteration import lat2cyr, cyr2lat
...
text = lat2cyr('salom dunyo')
print(text)

Тест қилиш тартиби

$ python -m unittest

Ҳисса қўшиш

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Лицензия

GPL-3.0