alpheios-project / alpheios-core

Alpheios Core Javascript Packages and Libraries
15 stars 2 forks source link

display of chinese pronunciation #150

Open balmas opened 4 years ago

balmas commented 4 years ago

Currently we display 4 possible pronunciation fields:

pinyin (from CEDICT) mandarin (from Unihan -- which is almost always the same as pinyin but it seems not always) cantonese (from Unihan) tang (from Unihan)

For pinyin and mandarin, we convert the tone numbers to the corresponding diacritics

(tone 1 is a macron, tone 2 is an acute accent, tone 3 is a caron and tone 4 is a grave accent - per e.g. https://en.wikipedia.org/wiki/Pinyin#Tones)

We do not attempt any such conversion for the cantonese and tang pronunciations. Per the Unihan database ,the cantonese pronunciation is representated using the Juytping romanization (https://en.wikipedia.org/wiki/Jyutping) and the Tang pronunciation is per the T’ang Poetic Vocabulary by Hugh M. Stimson

Before doing further development, we need feedback on the following:

1) should we only display Pinyin or Mandarin but not both? 2) do we want to include the Cantonese and Tang pronunciations? 3) If yes, is the way the Cantonese and Tang pronunciations displayed acceptable? 4) Should we provide resource links to the user for any or all of the pronunciation romanizations? 5) Is there any other pronunciation information relevant to ancient chinese that we should consider including?

balmas commented 4 years ago

(@monzug I am assign this to you mainly so you can see what the outstanding questions are ... not expecting you to be able to answer this!)

abrasax commented 4 years ago

I would want to ask Christoph. I have no opinion at all here.