Skip to content
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

Pronunciation guides #43

Open
hikari-no-yume opened this issue Mar 30, 2016 · 3 comments
Open

Pronunciation guides #43

hikari-no-yume opened this issue Mar 30, 2016 · 3 comments

Comments

@hikari-no-yume
Copy link

Since English's spelling is notoriously inconsistent, it might be helpful to give people a guide to pronunciation for some of these. This would be especially helpful for non-native English speakers, who are probably more likely to make a poor guess of pronunciation.

A given pronoun set might have multiple conceivable pronunciations. I don't think we could really say which is more correct, we can list whichever we're aware of. We'd have to crowdsource these much like we do pronoun sets themselves.

The guides could consist of, for example, International Phonetic Alphabet (e.g. a conceivable pronunciation of “zir” might be UK: /ˈzɜː(ɹ)/, US: /ˈzɝ/ using Wiktionary's English IPA key), re-spelled English (e.g. “zir” might be “zər” using Wikipedia's respelling key), and an intuitive guide (e.g. ‘”zir” is pronounced like “her” but with the “h” replaced with a “z”’).

Thoughts?

@morganastra
Copy link
Contributor

I agree this would be a great feature to have, but there's not an obvious way to implement this right now.

I just added my thoughts to the FAQ also https://github.com/witch-house/pronoun.is#can-we-add-pronunciation-guides

@malnormalulo
Copy link

malnormalulo commented Feb 28, 2019

Trying to support multiple pronunciation schemes (which is probably necessary) will make it hard to keep the defaults table simple and intuitive, but a starting point may be to add support via query parameters. Maybe something like pronoun.is/he/him?pronounced=HEE/HIMM&pronounced=IPA:ˈhiː/ˈhɪm

For the defaults, maybe the best solution is to add separate tables (getting a little bit SQL-y). The first column could identify the pronoun set using the same conventions as the resource paths:

he                   HEE     HIHM     HIHZ     HIHZ      HIHM-SEHLF
they/.../themself    THAY    THEHM    THEHR    THEHRS    THEHM-SEHLF

Separate files can be used to define whatever extra phonetic spelling schemes we'd want to support (ipa.tab, enpr.tab, etc.).

@b1f6c1c4
Copy link

A straightforward way for doing this is something like

https://pronoun.is/she%20%5B%CA%83i%5D/her%20%5Bh%C9%9D%5D/her%20%5Bh%C9%9D%5D/hers%20%5Bh%C9%9Dz%CC%A5%5D/herself%20%5Bh%C9%9D%CB%88s%C9%9B%C9%ABf%5D

And there may be a redirection from https://pronoun.is/she?p=IPA&d=GenAm to the link above.

Any idea on this issue? @untunt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants