Last active
May 5, 2022 12:51
-
-
Save mizoru/866018cba0b0fca3281e7680c553435c to your computer and use it in GitHub Desktop.
IPA correspondences to the TIMIT sequences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CORR = {'h#': "", | |
'sh': "ʃ", | |
'iy': "i", | |
'hv': "ɦ", | |
'ae': "æ", | |
'dcl': "d̚", | |
'd': "d", | |
'y': "j", | |
'er': "ɝ", | |
'aa': "ɑ", | |
'r': "r", | |
'kcl': "k̚", | |
'k': "k", | |
's': "s", | |
'uw': "u", | |
'dx': "ɾ", | |
'ih': "ɪ", | |
'ng': "ŋ", | |
'gcl': "ɡ̚", | |
'g': "g", | |
'w': "w", | |
'epi': "", | |
'q': "ʔ", | |
'ao': "ɔ", | |
'l': "l", | |
'axr': "ɚ", | |
'ow': "oʊ", | |
'n': "n", | |
'm': "m", | |
'tcl': "t̚", | |
't': "t", | |
'ix': "ɨ̞", | |
'eh': "ɛ", | |
'oy': "ɔɪ", | |
'ay': "aɪ", | |
'dh': "ð", | |
'hh': "h", | |
'z': "z", | |
'pcl': "p̚", | |
'ax': "ə", | |
'th': "θ", | |
'bcl': "b̚", | |
'b': "b", | |
'ux': "ʉ", | |
'f': "f", | |
'el': "l̩", | |
'v': "v", | |
'aw': "aʊ", | |
'p': "p", | |
'ah': "ʌ", | |
'ey': "eɪ", | |
'en': "n̩", | |
'ch': "tʃ", | |
'uh': "ʊ", | |
'pau': "", | |
'jh': "dʒ", | |
'nx': "ɾ̃", | |
'ax-h': "ə̥", | |
'zh': "ʒ", | |
'em': "m̩", | |
'eng': "ŋ̩"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment