Skip to content

การ romanization ใช้กับชื่อผมไม่ได้ #11

@ninyawee

Description

@ninyawee
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 port มา

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions