You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently scraping and converting IPA characters in the wild into X-SAMPA and back.
According to https://en.wikipedia.org/wiki/X-SAMPA (citing wikipedia. I'm sorry :), there are a few other symbols in common use for two of the IPA characters: ᵿ (= ʊ̈ or ʉ̞) and ᵻ (= ɪ̈ or ɨ̞) . I added them to a piece of my code (which I had based on the tables in conv.js) to make the parsing more robust.
In case you want to do the same, here's something pastable (python format, sorry)
Thanks for this, I hadn't seen these before! Since it seems like they're a part of X-SAMPA I'll go ahead and add them to conv.js to make it more complete. Let me know if you come across any other missing symbols!
I'm currently scraping and converting IPA characters in the wild into X-SAMPA and back.
According to https://en.wikipedia.org/wiki/X-SAMPA (citing wikipedia. I'm sorry :), there are a few other symbols in common use for two of the IPA characters: ᵿ (= ʊ̈ or ʉ̞) and ᵻ (= ɪ̈ or ɨ̞) . I added them to a piece of my code (which I had based on the tables in
conv.js
) to make the parsing more robust.In case you want to do the same, here's something pastable (python format, sorry)
The text was updated successfully, but these errors were encountered: