Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 681 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 681 Bytes

Data Source

Name list data source from https://github.com/ye-kyaw-thu/myRoman/blob/main/person-name/person-name.ver1.0.txt

Syllable code from https://github.com/ye-kyaw-thu/sylbreak/blob/master/Javascript/resegment.js

Dirty Code

The code is so dirty and just try to prove , what is the eaiest way for myanmar name to english and english to myanmar. Only support Burmese name.

Test

Test with node.js

node name.js

Test with website javascript

open index.html

Result

input: အောင်ကောင်းစံ , output: aung kaung san

input: lin naing aung , output: လင်း နိုင် အောင်

Screenshot