doc/音标的处理.txt

8 lines
482 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

一、客户端传过来的音标是phonetic表中字段 aispeech 有效。
二、如果是 dr 、 dz 、tr 、ts 中的,有效
三、如果是下面内容的,转成对应的
{'aɪ':'ay','uː':'uw','ɪə':'ia','ɑː':'aa','ɪ':'ih','ə':'ax','ʌ':'ah','tʃ':'ch','ɔː':'ao','eɪ':'ey','ŋ':'ng','iː':'iy','æ':'ae','h':'hh', 'dʒ':'jh','aʊ':'aw','ð':'dh','j':'y','θ':'th','e':'eh','eə':'ea','ʃ':'sh','əʊ':'ow'}
四、如果是其它的音标,直接舍弃掉