-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"When" has a wrong IPA #1
Comments
With this issue being opened, I wonder if there's other incorrect IPAs in the dictionary. |
I was aware of this quirk and I've been thinking of a possible solution. Let me break it down: I'm using the IPA dictionary to convert a word from English to its corresponding phonemes. Here's the entry for "when":
There are approximately 120,000 words in the dictionary, so it's futile to try to choose the "correct" pronunciation for all of them. Moreover, there is no correct pronunciation because everyone has a different dialect and accent. A simple example is the word "metabolism" - some pronounce the
A possible solutionThat said, I agree that some words like "when" are better off with a community agreed pronunciation. How about we update the IPA dictionary on the client side with a custom dictionary that maps a word to its desired phonetic translation? Or perhaps, a build step that inserts the desired phonetic translation directly into the IPA dictionary. |
It's unfortunate that the dictionary contains such mistakes (? I'm not a native English speaker, and I honestly have no idea where the That said, I can't suggest anything specific though. Can't think of a proper way to handle this situation with maintaining the IPA dictionary. In an ideal world, the dictionary wouldn't have errors in the first place, or there would be a clear pattern for its "filtration". |
Just to clarify, the IPA dictionary isn't technically wrong. In fact, it's great that they provide a list of possible pronunciations. But yes, they should have at least given us a way of choosing which dialect we prefer (American would've been best). |
It translates to
hwen
instead ofwhen
.I somehow didn't notice it when making this meme post and now it looks even more dumb lol. (I only noticed this because of the comment someone left)
The text was updated successfully, but these errors were encountered: