Metadata-Version: 2.4
Name: vachana-g2p
Version: 0.0.1
Summary: Vachana G2P: ระบบแปลงข้อความภาษาไทยเป็นเสียงอ่านสากล (Thai to IPA)
Description-Content-Type: text/markdown
Requires-Dist: pythainlp
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# Vachana G2P

เครื่องมือแปลงข้อความภาษาไทยเป็น IPA 

เครดิต
- https://github.com/nozomiyamada/thaig2p
- https://github.com/attapol/tltk
- https://github.com/PyThaiNLP/pythainlp

### ติดตั้ง

```
pip install vachana-g2p
```

 ### การใช้งาน

```
from vachana_g2p import th2ipa

text = "สวัสดีครับ นี่คือเสียงพูดภาษาไทย"
ipa = th2ipa(text)
print(ipa)
# example : sawàtdiː kʰráp, nîː kʰɯː sǐəŋpʰûːt pʰaːsǎːtʰaj
```
