```python from pythainlp.romanization import romanization b=romanization("ณัฐชนน") print(b) #ṇạṭ̄h chnn b=romanization("นัด") + romanization("ชะ") + romanization("โนน") #ใช้สระโอะ ไม่ได้ ToT print(b) #nạdchanon ดีขึ้นถ้าแยกทีละพยางค์ b="natchanon" #ที่ถูกคือ print(b) ``` เป็นไปได้ไหมที่เราจะนำ [http://pioneer.chula.ac.th/~awirote/resources/thai-romanization.html](http://pioneer.chula.ac.th/~awirote/resources/thai-romanization.html) port มา