josephwilk/creative-machine

View on GitHub
data/phonemeicon.json

Summary

Maintainability
Test Coverage
{"AA": {"manner": "vowel", "stress": "none"},
"AA0": {"manner": "vowel", "stress": "none"},
"AA1": {"manner": "vowel", "stress": "primary"},
"AA2": {"manner": "vowel", "stress": "secondary"},
"AE":  {"manner": "vowel", "stress": "none"},
"AE0": {"manner": "vowel", "stress": "none"},
"AE1": {"manner": "vowel", "stress": "primary"},
"AE2": {"manner": "vowel", "stress": "secondary"},
"AH":  {"manner": "vowel", "stress": "none"},
"AH0": {"manner": "vowel", "stress": "none"},
"AH1": {"manner": "vowel", "stress": "primary"},
"AH2": {"manner": "vowel", "stress": "secondary"},
"AO":  {"manner": "vowel", "stress": "none"},
"AO0": {"manner": "vowel", "stress": "none"},
"AO1": {"manner": "vowel", "stress": "primary"},
"AO2": {"manner": "vowel", "stress": "secondary"},
"AW":  {"manner": "vowel", "stress": "none"},
"AW0": {"manner": "vowel", "stress": "none"},
"AW1": {"manner": "vowel", "stress": "primary"},
"AW2": {"manner": "vowel", "stress": "secondary"},
"AY":  {"manner": "vowel", "stress": "none"},
"AY0": {"manner": "vowel", "stress": "none"},
"AY1": {"manner": "vowel", "stress": "primary"},
"AY2": {"manner": "vowel", "stress": "secondary"},
"B":   {"manner": "stop", "stress": "none", "point": "bilabial"},
"CH":  {"manner": "affricate", "stress": "none", "voiceless": true},
"D":   {"manner": "stop", "stress": "stop", "point": "alveolar"},
"DH":  {"manner": "fricative", "stress": "none"},
"EH":  {"manner": "vowel", "stress": "none"},
"EH0": {"manner": "vowel", "stress": "none"},
"EH1": {"manner": "vowel", "stress": "primary"},
"EH2": {"manner": "vowel", "stress": "secondary"},
"ER":  {"manner": "vowel", "stress": "none"},
"ER0": {"manner": "vowel", "stress": "none"},
"ER1": {"manner": "vowel", "stress": "primary"},
"ER2": {"manner": "vowel", "stress": "secondary"},
"EY":  {"manner": "vowel", "stress": "none"},
"EY0": {"manner": "vowel", "stress": "none"},
"EY1": {"manner": "vowel", "stress": "primary"},
"EY2": {"manner": "vowel", "stress": "secondary"},
"F":   {"manner": "fricative", "stress": "none", "voiceless": true, "point": "labiodental"},
"G":   {"manner": "stop", "stress": "none", "point": "velar"},
"HH":  {"manner": "aspirate", "stress": "none", "point": "glottal"},
"IH":  {"manner": "vowel", "stress": "none"},
"IH0": {"manner": "vowel", "stress": "none"},
"IH1": {"manner": "vowel", "stress": "primary"},
"IH2": {"manner": "vowel", "stress": "secondary"},
"IY":  {"manner": "vowel", "stress": "none"},
"IY0": {"manner": "vowel", "stress": "none"},
"IY1": {"manner": "vowel", "stress": "primary"},
"IY2": {"manner": "vowel", "stress": "secondary"},
"JH":  {"manner": "affricate", "stress": "none", "point": "palatal"},
"K":   {"manner": "stop", "stress": "none", "voiceless": true, "point": "velar"},
"L":   {"manner": "liquid", "stress": "none", "point": "alveolar"},
"M":   {"manner": "nasal", "stress": "none", "point": "bilabial"},
"N":   {"manner": "nasal", "stress": "none", "point": "alveolar"},
"NG":  {"manner": "nasal", "stress": "none", "point": "velar"},
"OW":  {"manner": "vowel", "stress": "none"},
"OW0": {"manner": "vowel", "stress": "none"},
"OW1": {"manner": "vowel", "stress": "primary"},
"OW2": {"manner": "vowel", "stress": "secondary"},
"OY":  {"manner": "vowel", "stress": "none"},
"OY0": {"manner": "vowel", "stress": "none"},
"OY1": {"manner": "vowel", "stress": "primary"},
"OY2": {"manner": "vowel", "stress": "secondary"},
"P":   {"manner": "stop", "stress": "none", "voiceless": true},
"R":   {"manner": "liquid", "stress": "none", "point": "palatal"},
"S":   {"manner": "fricative", "stress": "none", "voiceless": true, "point": "alveolar"},
"SH":  {"manner": "fricative", "stress": "none", "voiceless": true},
"T":   {"manner": "stop", "stress": "none", "point": "alveolar"},
"TH":  {"manner": "fricative", "stress": "none", "point": "interdental"},
"UH":  {"manner": "vowel", "stress": "none"},
"UH0": {"manner": "vowel", "stress": "none"},
"UH1": {"manner": "vowel", "stress": "primary"},
"UH2": {"manner": "vowel", "stress": "secondary"},
"UW":  {"manner": "vowel", "stress": "none"},
"UW0": {"manner": "vowel", "stress": "none"},
"UW1": {"manner": "vowel", "stress": "primary"},
"UW2": {"manner": "vowel", "stress": "secondary"},
"V":   {"manner": "fricative", "stress": "none", "point": "labiodental"},
"W":   {"manner": "semivowel", "stress": "none", "point": "velar"},
"Y":   {"manner": "semivowel", "stress": "none", "point": "palatal"},
"Z":   {"manner": "fricative", "stress": "none", "point": "alveolar"},
"ZH":  {"manner": "fricative", "stress": "none", "point": "palatal" }
}