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

Expand transcription support #3

Open
hugolpz opened this issue Mar 29, 2021 · 0 comments
Open

Expand transcription support #3

hugolpz opened this issue Mar 29, 2021 · 0 comments

Comments

@hugolpz
Copy link

hugolpz commented Mar 29, 2021

I wonder if this conversion table would be useful to this project https://zh.wikipedia.org/wiki/標準官話拼音對照表 .

Entry uses pinyin as the main ley but some easy js loop can change it. Few holes, I updated both wikipedia articles. The community will slowly review the holes and few ambiguous entries. Code and data in : https://jsfiddle.net/sxLgy643/7/ or latest. data format as follow:

var data = {
	"a":{"pinyin":"a","ipa":"a","zhuyin":"ㄚ","wadegiles":"a","mpsII":"a","yale":"a","tongyong":"a","gwoyeuromatzyh1":"a","gwoyeuromatzyh2":"ar","gwoyeuromatzyh3":"aa","gwoyeuromatzyh4":"ah","efeo":"a","lessingothmer":"a"},
      ...
@hugolpz hugolpz changed the title Fall back on per-syllab conversion table Expand transcription support Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant