文件名称:MyanmarParser-Py:分解缅甸音节的python脚本
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-11 13:28:05
Python
缅甸Parser-Py 这是的python版本 用法 from myparser import MyParser m = MyParser () str = u'နေကောင်းရဲ့လား' offset = 0 while offset < len ( str ): breaktype , next_offset = m . get_next_syllable ( str , len ( str ), offset ) # parse print str [ offset : next_offset ] # extract syllable using start offset and end offset offset = next_offset # prints # နေ # ကောင်း # ရဲ့ # လား
【文件预览】:
MyanmarParser-Py-master
----LICENSE(26KB)
----myparser.py(17KB)
----README.md(507B)