chdzq / ARPAbetAndIPAConvertor

Apache License 2.0
64 stars 14 forks source link

No phoneme for "SH" #1

Closed reflashed closed 5 years ago

reflashed commented 5 years ago

init.py doesn't have a phoneme for "SH". It's a quick fix, but isn't there!

Need to add something like this:

Phoneme(arpabet='SH', american='?', english='?', ipa='ʃ', is_vowel=False)

chdzq commented 5 years ago

yeah. thanks. i will fix.