Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trhura/paytan
Collections of algorithms for Myanmar language processing
https://github.com/trhura/paytan
Last synced: 19 days ago
JSON representation
Collections of algorithms for Myanmar language processing
- Host: GitHub
- URL: https://github.com/trhura/paytan
- Owner: trhura
- Created: 2014-05-17T12:04:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T10:25:33.000Z (over 6 years ago)
- Last Synced: 2024-07-31T20:42:10.537Z (4 months ago)
- Language: Python
- Homepage:
- Size: 166 KB
- Stars: 30
- Watchers: 9
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-myanmar-unicode - Paytan - Collections of algorithms commonly used in myanmar language processing. (Libraries)
README
## About ##
Collections of algorithms commonly used in myanmar language processing. Currently, the following algorithms are available.
+ [Encoding Conversion](#encoding-conversion)
+ [Syllable Break](#syllable-break)
+ [Phone Number Validation](#myanmar-phonenumber)## Encoding Conversion ##
Not yet another zawgyi<>unicode converter! Using a set of normalized regular expression rules – adapted from Solveware's [parabeik](https://github.com/ngwestar/parabaik) converter – zawgyi<>unicode conversion routines can be generated for a variety of programming languages.
Currently, the following languages are supported – `python`, `javascript`, `go`, `java` and `ruby`. See its [README](converter/README.md) for more details.
## Syllable Break ##
Break text string into syllables. Only `python` version available for now.
## Myanmar Phonenumber ##
This module support Myanmar phone number validation & normalization. For example, it will normalize the phonenumbers, 942xxx, 0942xxx, +95942xxx into 95942xxx.
Currently support `python` & `javascript`.