Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trhura/python-myanmar
Python library for Myanmar text processing
https://github.com/trhura/python-myanmar
myanmar python python3 unicode zawgyi
Last synced: 14 days ago
JSON representation
Python library for Myanmar text processing
- Host: GitHub
- URL: https://github.com/trhura/python-myanmar
- Owner: trhura
- License: mit
- Created: 2013-03-21T08:37:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:44:36.000Z (over 3 years ago)
- Last Synced: 2024-09-30T22:12:21.402Z (about 1 month ago)
- Topics: myanmar, python, python3, unicode, zawgyi
- Language: Python
- Homepage: http://python-myanmar.rtfd.io
- Size: 236 KB
- Stars: 69
- Watchers: 9
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- Awesome-Myanmar - Python-Myanmar
README
Introduction
============.. image:: https://travis-ci.org/trhura/python-myanmar.svg
:alt: Build Status
.. image:: https://api.codeclimate.com/v1/badges/51163159d264485328a5/test_coverage
:alt: Test Coverage
.. image:: https://badge.fury.io/py/python-myanmar.svg
:alt: Pypi VersionThis package contains a variety of python modules for Myanmar text proccesing, such as *syllabification*,
*romanization*, *encoding conversion*, *nrc validation* etc. Only python3 is currently supported at the moment.Installation
============The package is distributed on PyPI and can be installed with pip::
pip install python-myanmar
For more information, please read the full documentation
`here `__.