Published
Edited
May 31, 2021
Fork of Phoneme Trie
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
//A list of words that have not been vetted by CMU, based on my understanding of combinations of existing phonemes in this dictionary. For instance, portmanteau has a combination of subsets of the phonemes for portman and pantomime. Portmanteau is three syllables: stressed, unstressed, secondary stressed, so the vowel phonemes match that pattern.
additionalWords = [
{
word: "PORTMANTEAU",
phonemes: ["P", "AO1", "R", "T", "M", "AH0", "N", "T", "AH2"]
},
{ word: "CERULEAN", phonemes: ["S", "ER0", "UW1", "L", "IY0", "AH0", "N"] },
{
word: "MAXIMILIANO",
phonemes: [
"M",
"AE1",
"K",
"S",
"AH0",
"M",
"IH0",
"L",
"IY0",
"AA2",
"N",
"OW0"
]
},
{ word: "VILLARREAL", phonemes: ["V", "IY1", "AH0", "R", "IY0", "AE2", "L"] }
]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more