English-to-IPA
English-to-IPA copied to clipboard
Conversion "ʌ"
The ARPABET "AH" (such as "love", "cut", "hut") should be converted to "ʌ". But seems mistakenly converted to "ə". Could you check that?
The ARPABETs should be converted as follows: ah0 -> ə ah1 -> ʌ But when find_stress() is applied, they both become "ah". So, both of them are coverted to "ə" when applied the rule "ah : ə"in cmu_to_ipa().
I would also appreciate a fix for this as it affects many common words and can lead to confusions. It seems that pull request #26 was related to this issue, but it has been closed.
This should be fixed.
"butter problem" now gives me "ˈbʌtər ˈprɑbləm" (note the ʌ and ə at the stressed/unstressed parts).