top of page

Convert from Zawgyi to Myanmar Unicode (Myanmar-Tools)




Today I would like to introduce one of the useful tool for Myanmar language named "Myanmar Tools".


It uses a machine learning model to give very accurate results when detecting Zawgyi versus Unicode. Please read the detail information of this tools in following link.



Features:

  • Detect whether a string is Zawgyi or Unicode. (Supported in C++, Java, JavaScript (both Node.js and browser), PHP, and Ruby).

  • Convert a string from Zawgyi to Unicode or from Unicode to Zawgyi. (Supported in Java and JavaScript)


Download


I used jar file for the example. Just download from above link and make build path in Java project. After build path is done, we can start to use the functions of Myanmar-Tools.


In example, firstly detect the text or string is written in Zawgyi or Unicode by using ZawgyiDetector. If it is return as nearly 1, it is written in Zawgyi. And then convert to Unicode text by using "TransliterateZ2U.convert()".




Single post: Blog_Single_Post_Widget
bottom of page