English-to-IPA icon indicating copy to clipboard operation
English-to-IPA copied to clipboard

Conversion "ʌ"

Open kenro310 opened this issue 3 years ago • 1 comments

The ARPABET "AH" (such as "love", "cut", "hut") should be converted to "ʌ". But seems mistakenly converted to "ə". Could you check that?

kenro310 avatar Aug 16 '22 07:08 kenro310

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().

kenro310 avatar Aug 16 '22 11:08 kenro310

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.

JeremyLegron avatar Jan 03 '23 21:01 JeremyLegron

This should be fixed.

"butter problem" now gives me "ˈbʌtər ˈprɑbləm" (note the ʌ and ə at the stressed/unstressed parts).

mphilli avatar May 19 '23 13:05 mphilli