paytan

所属分类:collect
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2018-03-15 10:25:33
上 传 者sh-1993
说明:  no intro
(Collections of algorithms for Myanmar language processing,)

文件列表:
converter/ (0, 2018-03-15)
converter/LICENSE (7632, 2018-03-15)
converter/generator.py (3192, 2018-03-15)
converter/is_zawgyi.rules (891, 2018-03-15)
converter/java/ (0, 2018-03-15)
converter/java/Converter.java.template (3612, 2018-03-15)
converter/java/argparse4j-0.4.3.jar (81722, 2018-03-15)
converter/javascript/ (0, 2018-03-15)
converter/javascript/converter.js.template (1419, 2018-03-15)
converter/php/ (0, 2018-03-15)
converter/php/converter.php.template (1320, 2018-03-15)
converter/python2/ (0, 2018-03-15)
converter/python2/converter.py.template (1604, 2018-03-15)
converter/python3/ (0, 2018-03-15)
converter/python3/converter.py.template (2166, 2018-03-15)
converter/ruby/ (0, 2018-03-15)
converter/ruby/converter.rb.template (1417, 2018-03-15)
converter/scala/ (0, 2018-03-15)
converter/scala/Converter.scala.template (7727, 2018-03-15)
converter/uni512zg1.rules (6654, 2018-03-15)
converter/unicode_characters.py (3713, 2018-03-15)
converter/zawgyi_characters.py (2725, 2018-03-15)
converter/zg12uni51.rules (3931, 2018-03-15)
language/ (0, 2018-03-15)
language/characters.py (1744, 2018-03-15)
language/generator.py (4158, 2018-03-15)
language/known-syllables.txt (40456, 2018-03-15)
language/python/ (0, 2018-03-15)
language/python/language.py.template (2005, 2018-03-15)
language/syllable.rules (343, 2018-03-15)
phone/ (0, 2018-03-15)
phone/context.py (231, 2018-03-15)
phone/generator.py (703, 2018-03-15)
phone/javascript/ (0, 2018-03-15)
phone/javascript/MMPhoneNumber.js.template (1603, 2018-03-15)
phone/python/ (0, 2018-03-15)
... ...

## About ## Collections of algorithms commonly used in myanmar language processing. Currently, the following algorithms are available. + [Encoding Conversion](https://github.com/trhura/paytan/blob/master/#encoding-conversion) + [Syllable Break](https://github.com/trhura/paytan/blob/master/#syllable-break) + [Phone Number Validation](https://github.com/trhura/paytan/blob/master/#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/trhura/paytan/blob/master/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](https://github.com/trhura/paytan/blob/master/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`.

近期下载者

相关文件


收藏者