Skip to content

Instantly share code, notes, and snippets.

@jimregan
Last active October 25, 2020 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimregan/d8ffb4d8d0874af51114318469a3ed19 to your computer and use it in GitHub Desktop.
Save jimregan/d8ffb4d8d0874af51114318469a3ed19 to your computer and use it in GitHub Desktop.
Based on
https://www.dyslexia-reading-well.com/44-phonemes-in-english.html
adapted for US English, and with additions
Lexicon based on wiktionary (but normalised)
# Based on
# https://www.dyslexia-reading-well.com/44-phonemes-in-english.html
# adapted for US English, and with additions
input_label_type: UNICODE
output_label_type: SYMBOL
output_symbol { key: "θ" value: 1 }
output_symbol { key: "ʒ" value: 2 }
output_symbol { key: "ʍ" value: 3 }
output_symbol { key: "ʌ" value: 4 }
output_symbol { key: "ʊ" value: 5 }
output_symbol { key: "ʃ" value: 6 }
output_symbol { key: "ɹ" value: 7 }
output_symbol { key: "ɪ" value: 8 }
output_symbol { key: "ɡ" value: 9 }
output_symbol { key: "ɝ" value: 10 }
output_symbol { key: "ɛ" value: 11 }
output_symbol { key: "ɚ" value: 12 }
output_symbol { key: "ə" value: 13 }
output_symbol { key: "ɔɪ" value: 14 }
output_symbol { key: "ɔ" value: 15 }
output_symbol { key: "ɑ" value: 17 }
output_symbol { key: "ŋ" value: 18 }
output_symbol { key: "ð" value: 19 }
output_symbol { key: "æ" value: 20 }
output_symbol { key: "z" value: 21 }
output_symbol { key: "w" value: 22 }
output_symbol { key: "v" value: 23 }
output_symbol { key: "u" value: 24 }
output_symbol { key: "tʃ" value: 26 }
output_symbol { key: "t" value: 27 }
output_symbol { key: "s" value: 28 }
output_symbol { key: "p" value: 29 }
output_symbol { key: "oʊ" value: 30 }
output_symbol { key: "n" value: 31 }
output_symbol { key: "m" value: 32 }
output_symbol { key: "l" value: 33 }
output_symbol { key: "k" value: 34 }
output_symbol { key: "j" value: 35 }
output_symbol { key: "i" value: 36 }
output_symbol { key: "h" value: 37 }
output_symbol { key: "f" value: 38 }
output_symbol { key: "eɪ" value: 39 }
output_symbol { key: "dʒ" value: 40 }
output_symbol { key: "d" value: 41 }
output_symbol { key: "b" value: 42 }
output_symbol { key: "aʊ" value: 43 }
output_symbol { key: "aɪ" value: 44 }
output_symbol { key: "" value: 45 }
alignable { input: "b" output: "b" } # bug
alignable { input: "bb" output: "b" } # bubble
alignable { input: "d" output: "d" } # dad
alignable { input: "dd" output: "d" } # add
alignable { input: "ld" output: "d" } # would
alignable { input: "ed" output: "d" } # milled
alignable { input: "f" output: "f" } # fat
alignable { input: "ff" output: "f" } # cliff
alignable { input: "ph" output: "f" } # phone
alignable { input: "gh" output: "f" } # enough
alignable { input: "lf" output: "f" } # half
alignable { input: "ft" output: "f" } # often
alignable { input: "g" output: "ɡ" } # gun
alignable { input: "gg" output: "ɡ" } # egg
alignable { input: "gh" output: "ɡ" } # ghost
#alignable { input: "gu" output: "ɡ" } # guest
alignable { input: "gue" output: "ɡ" } # prologue
alignable { input: "h" output: "h" } # hop
alignable { input: "wh" output: "h" } # who
alignable { input: "j" output: "dʒ" } # jam
alignable { input: "g" output: "dʒ" } # giraffe
alignable { input: "dg" output: "dʒ" } # edge
alignable { input: "di" output: "dʒ" } # soldier
alignable { input: "gg" output: "dʒ" } # exaggerate
alignable { input: "k" output: "k" } # kit
alignable { input: "c" output: "k" } # cat
#alignable { input: "c" output: "k j" } # cure
#alignable { input: "cc" output: "k j" } # accuse
alignable { input: "ch" output: "k" } # chris
alignable { input: "cc" output: "k" } # accent
alignable { input: "lk" output: "k" } # folk
alignable { input: "qu" output: "k" } # bouquet
alignable { input: "q" output: "k" } # queen
alignable { input: "ck" output: "k" } # rack
alignable { input: "x" output: "k s" } # box
alignable { input: "x" output: "ɡ z" } # exam
alignable { input: "l" output: "l" } # live
alignable { input: "ll" output: "l" } # well
#alignable { input: "l" output: "l j" } # lure
alignable { input: "sl" output: "l" } # aisle
alignable { input: "le" output: "ə l" } # bubble
alignable { input: "m" output: "m" } # man
alignable { input: "mm" output: "m" } # summer
alignable { input: "mb" output: "m" } # comb
alignable { input: "mn" output: "m" } # column
alignable { input: "mn" output: "n" } # mnemonic
alignable { input: "lm" output: "m" } # palm
alignable { input: "n" output: "n" } # net
alignable { input: "nn" output: "n" } # funny
alignable { input: "kn" output: "n" } # know
alignable { input: "gn" output: "n" } # gnat
alignable { input: "pn" output: "n" } # pneumonic
alignable { input: "p" output: "p" } # pin
alignable { input: "pp" output: "p" } # dippy
alignable { input: "r" output: "ɹ" } # run
alignable { input: "rr" output: "ɹ" } # carrot
alignable { input: "wr" output: "ɹ" } # wrench
alignable { input: "rh" output: "ɹ" } # rhyme
alignable { input: "s" output: "s" } # sit
alignable { input: "ss" output: "s" } # less
alignable { input: "c" output: "s" } # circle
alignable { input: "sc" output: "s" } # scene
alignable { input: "sc" output: "ʃ" } # conscience
alignable { input: "ps" output: "s" } # psycho
alignable { input: "st" output: "s" } # listen
#alignable { input: "ce" output: "s" } # pace
#alignable { input: "se" output: "s" } # course
alignable { input: "t" output: "t" } # tip
alignable { input: "tt" output: "t" } # matter
alignable { input: "th" output: "t" } # thomas
alignable { input: "ed" output: "t" } # ripped
alignable { input: "v" output: "v" } # vine
alignable { input: "f" output: "v" } # of
alignable { input: "ph" output: "v" } # stephen
#alignable { input: "ve" output: "v" } # five
alignable { input: "w" output: "w" } # wit
alignable { input: "wh" output: "w" } # why
alignable { input: "wh" output: "ʍ" } # why
alignable { input: "u" output: "w" } # quick
alignable { input: "o" output: "w" } # choir
alignable { input: "z" output: "z" } # zed
alignable { input: "zz" output: "z" } # buzz
alignable { input: "s" output: "z" } # his
alignable { input: "ss" output: "z" } # scissors
alignable { input: "x" output: "z" } # xylophone
alignable { input: "s" output: "ʒ" } # treasure
alignable { input: "si" output: "ʒ" } # division
alignable { input: "z" output: "ʒ" } # azure
alignable { input: "ch" output: "tʃ" } # chip
alignable { input: "t" output: "tʃ" } # treasure
alignable { input: "tch" output: "tʃ" } # watch
#alignable { input: "tu" output: "tʃ" } # future
alignable { input: "ti" output: "tʃ" } # action
#alignable { input: "te" output: "tʃ" } # righteous
alignable { input: "sh" output: "ʃ" } # sham
alignable { input: "ce" output: "ʃ" } # ocean
alignable { input: "s" output: "ʃ" } # sure
alignable { input: "ci" output: "ʃ" } # special
alignable { input: "si" output: "ʃ" } # pension
alignable { input: "ch" output: "ʃ" } # machine
#alignable { input: "sci" output: "ʃ" } # conscience
alignable { input: "ti" output: "ʃ" } # station
alignable { input: "th" output: "θ" } # thongs
alignable { input: "th" output: "ð" } # leather
alignable { input: "ng" output: "ŋ" } # ring
alignable { input: "n" output: "ŋ" } # pink
alignable { input: "ngue" output: "ŋ" } # tongue
alignable { input: "y" output: "j" } # you
alignable { input: "i" output: "j" } # onion
alignable { input: "j" output: "j" } # hallelujah
alignable { input: "a" output: "æ" } # cat
alignable { input: "ai" output: "æ" } # plaid
alignable { input: "au" output: "æ" } # laugh
alignable { input: "a" output: "eɪ" } # bay
alignable { input: "ai" output: "eɪ" } # maid
alignable { input: "eigh" output: "eɪ" } # weigh
alignable { input: "aigh" output: "eɪ" } # straight
alignable { input: "ay" output: "eɪ" } # pay
alignable { input: "er" output: "eɪ" } # foyer
alignable { input: "et" output: "eɪ" } # filet
alignable { input: "ei" output: "eɪ" } # eight
alignable { input: "au" output: "eɪ" } # gauge
alignable { input: "ea" output: "eɪ" } # break
alignable { input: "ey" output: "eɪ" } # they
alignable { input: "e" output: "ɛ" } # end
alignable { input: "ea" output: "ɛ" } # bread
alignable { input: "u" output: "ɛ" } # bury
alignable { input: "ie" output: "ɛ" } # friend
alignable { input: "ie" output: "ə" } # conscience
alignable { input: "e" output: "ə" } # conscience
alignable { input: "ai" output: "ɛ" } # said
alignable { input: "a" output: "ɛ" } # many
alignable { input: "eo" output: "ɛ" } # leopard
alignable { input: "ei" output: "ɛ" } # heifer
alignable { input: "ae" output: "ɛ" } # aesthetic
alignable { input: "e" output: "i" } # be
alignable { input: "ee" output: "i" } # bee
alignable { input: "ea" output: "i" } # meat
alignable { input: "y" output: "i" } # lady
alignable { input: "ey" output: "i" } # key
alignable { input: "oe" output: "i" } # phoenix
alignable { input: "ie" output: "i" } # grief
alignable { input: "i" output: "i" } # ski
alignable { input: "ei" output: "i" } # deceive
alignable { input: "eo" output: "i" } # people
alignable { input: "ay" output: "i" } # quay
alignable { input: "i" output: "ɪ" } # it
alignable { input: "e" output: "ɪ" } # england
alignable { input: "o" output: "ɪ" } # women
alignable { input: "u" output: "ɪ" } # busy
alignable { input: "ui" output: "ɪ" } # guild
alignable { input: "y" output: "ɪ" } # gym
alignable { input: "ie" output: "ɪ" } # sieve
alignable { input: "i" output: "aɪ" } # spider
alignable { input: "y" output: "aɪ" } # sky
alignable { input: "igh" output: "aɪ" } # night
alignable { input: "ie" output: "aɪ" } # pie
alignable { input: "uy" output: "aɪ" } # guy
#alignable { input: "ye" output: "aɪ" } # stye
alignable { input: "ai" output: "aɪ" } # aisle
#alignable { input: "is" output: "aɪ" } # island
alignable { input: "eigh" output: "aɪ" } # height
alignable { input: "a" output: "ɑ" } # swan
alignable { input: "ho" output: "ɑ" } # honest
alignable { input: "au" output: "ɔ" } # maul
alignable { input: "au" output: "ɑ" } # sauce
alignable { input: "aw" output: "ɔ" } # slaw
alignable { input: "ough" output: "ɔ" } # fought
alignable { input: "o" output: "oʊ" } # open, bone
alignable { input: "oa" output: "oʊ" } # moat
alignable { input: "oe" output: "oʊ" } # toe
alignable { input: "ow" output: "oʊ" } # sow
alignable { input: "ough" output: "oʊ" } # dough
alignable { input: "eau" output: "oʊ" } # beau
alignable { input: "oo" output: "oʊ" } # brooch
alignable { input: "ew" output: "oʊ" } # sew
alignable { input: "o" output: "ʊ" } # wolf
alignable { input: "oo" output: "ʊ" } # look
alignable { input: "u" output: "ʊ" } # bush
alignable { input: "ou" output: "ʊ" } # would
alignable { input: "u" output: "ʌ" } # lug
alignable { input: "o" output: "ʌ" } # monkey
alignable { input: "o" output: "ɑ" } # on
alignable { input: "oo" output: "ʌ" } # blood
alignable { input: "ou" output: "ʌ" } # double
alignable { input: "o" output: "u" } # who
alignable { input: "oo" output: "u" } # loon
alignable { input: "ew" output: "u" } # dew
alignable { input: "ue" output: "u" } # blue
alignable { input: "u" output: "u" } # flute
alignable { input: "u" output: "j u" } # use
alignable { input: "oe" output: "u" } # shoe
alignable { input: "ough" output: "u" } # through
alignable { input: "ui" output: "u" } # fruit
alignable { input: "oeu" output: "u" } # manoeuvre
alignable { input: "eu" output: "u" } # maneuver
alignable { input: "eu" output: "j u" } # Europe
alignable { input: "ou" output: "u" } # group
alignable { input: "oi" output: "ɔɪ" } # join
alignable { input: "oy" output: "ɔɪ" } # boy
alignable { input: "uoy" output: "ɔɪ" } # buoy
alignable { input: "ow" output: "aʊ" } # now
alignable { input: "ou" output: "aʊ" } # shout
alignable { input: "ough" output: "aʊ" } # bough
alignable { input: "a" output: "ə" } # about
alignable { input: "i" output: "ə" } # pencil
alignable { input: "er" output: "ɚ" } # ladder
alignable { input: "ar" output: "ɚ" } # dollar
alignable { input: "our" output: "ɚ" } # honour
alignable { input: "re" output: "ɚ" } # future
alignable { input: "ur" output: "ɚ" } # augur
alignable { input: "air" output: "ɛ ɚ" } # chair
#alignable { input: "are" output: "ɛ ɚ" } # dare
#alignable { input: "ear" output: "ɛ ɚ" } # pear
#alignable { input: "ere" output: "ɛ ɚ" } # where
alignable { input: "eir" output: "ɛ ɚ" } # their
alignable { input: "ayer" output: "ɛ ɚ" } # prayer
alignable { input: "ir" output: "ɝ" } # bird
alignable { input: "er" output: "ɝ" } # term
alignable { input: "ur" output: "ɝ" } # burn
alignable { input: "ear" output: "ɝ" } # pearl
alignable { input: "or" output: "ɝ" } # word
alignable { input: "ir" output: "aɪ ɚ" } # choir
alignable { input: "our" output: "ɝ" } # journey
alignable { input: "yr" output: "ɝ" } # myrtle
alignable { input: "a" output: "ɔ" } # ball
#alignable { input: "or" output: "ɔ ɹ" } # fork
alignable { input: "or" output: "ɚ" } # scissors
#alignable { input: "oor" output: "ʊ ɹ" } # poor
#alignable { input: "ore" output: "ɔ ɹ" } # fore
alignable { input: "oar" output: "ɔ ɹ" } # board
#alignable { input: "our" output: "ɔ ɹ" } # four
alignable { input: "ou" output: "ɔ" } # four
alignable { input: "augh" output: "ɔ" } # taught
#alignable { input: "ar" output: "ɔ ɹ" } # war
alignable { input: "ear" output: "ɪ ɹ" } # ear
alignable { input: "eer" output: "ɪ ɹ" } # steer
#alignable { input: "ere" output: "ɪ ɹ" } # here
#alignable { input: "ier" output: "ɪ ɚ" } # tier
#alignable { input: "ure" output: "ʊ ɹ" } # lure
#alignable { input: "ure" output: "ɚ" } # lure
alignable { input: "ure" output: "j ʊ ɹ" } # cure
alignable { input: "ure" output: "j ɚ" } # cure
alignable { input: "ure" output: "j ɝ" } # cure
#alignable { input: "our" output: "ʊ ɹ" } # tourist
alignable { input: "e" output: "" } # save, give, etc.
alignable { input: "ou" output: "ə" } # would
alignable { input: "wou" output: "ə" } # would
alignable { input: "of" output: "ə" } # of
alignable { input: "o" output: "ə" } # carrot
alignable { input: "o" output: "ɔ" } # often
alignable { input: "oo" output: "ɔ" } # poor
alignable { input: "u" output: "ɔ" } # column
alignable { input: "eu" output: "ə" } # pneumonic
alignable { input: "ou" output: "oʊ" } # bouquet
alignable { input: "uo" output: "u" } # buoy
alignable { input: "ah" output: "ə" } # hallelujah
alignable { input: "u" output: "ə" } # column
alignable { input: "-" output: "" }
alignable { input: "'" output: "" }
# ee -> ɪ
forbidden {
alignable { input: "e" output: "ɪ" }
alignable { input: "e" output: "" }
}
forbidden {
alignable { input: "e" output: "" }
alignable { input: "e" output: "ɪ" }
}
# ee -> i
forbidden {
alignable { input: "e" output: "i" }
alignable { input: "e" output: "" }
}
forbidden {
alignable { input: "e" output: "" }
alignable { input: "e" output: "i" }
}
# ie -> i
forbidden {
alignable { input: "i" output: "i" }
alignable { input: "e" output: "" }
}
# ea -> eɪ
forbidden {
alignable { input: "e" output: "" }
alignable { input: "a" output: "eɪ" }
}
# ea -> ɛ
forbidden {
alignable { input: "e" output: "" }
alignable { input: "a" output: "ɛ" }
}
# ae -> ɛ
forbidden {
alignable { input: "a" output: "ɛ" }
alignable { input: "e" output: "" }
}
# oe -> oʊ
forbidden {
alignable { input: "o" output: "oʊ" }
alignable { input: "e" output: "" }
}
# oe -> u
forbidden {
alignable { input: "o" output: "u" }
alignable { input: "e" output: "" }
}
# t/t ho/ɑ :: 'Thomas' is more understandable as th -> t, not 'ho' as in 'honest'
forbidden {
alignable { input: "t" output: "t" }
alignable { input: "ho" output: "ɑ" }
}
# gue like prologue
#forbidden {
# alignable { input: "gu" output: "ɡ" }
# alignable { input: "e" output: "" }
#}
# eu -> ə
forbidden {
alignable { input: "e" output: "" }
alignable { input: "u" output: "ə" }
}
# eu -> u
forbidden {
alignable { input: "e" output: "" }
alignable { input: "u" output: "u" }
}
# ue -> u
forbidden {
alignable { input: "u" output: "u" }
alignable { input: "e" output: "" }
}
# ey -> i
forbidden {
alignable { input: "e" output: "" }
alignable { input: "y" output: "i" }
}
# ed -> d
forbidden {
alignable { input: "e" output: "" }
alignable { input: "d" output: "d" }
}
# ie -> ɪ
forbidden {
alignable { input: "i" output: "ɪ" }
alignable { input: "e" output: "" }
}
# ie -> ə
forbidden {
alignable { input: "i" output: "ə" }
alignable { input: "e" output: "" }
}
# ie -> aɪ
forbidden {
alignable { input: "i" output: "aɪ" }
alignable { input: "e" output: "" }
}
# ei -> i
forbidden {
alignable { input: "e" output: "" }
alignable { input: "i" output: "i" }
}
# eigh -> aɪ
forbidden {
alignable { input: "e" output: "" }
alignable { input: "igh" output: "aɪ" }
}
# guy :: g/ɡ uy/aɪ
#forbidden {
# alignable { input: "gu" output: "ɡ" }
# alignable { input: "y" output: "aɪ" }
#}
about ə b aʊ t a/ə b/b ou/aʊ t/t
accent æ k s ə n t a/æ c/k c/s e/ə n/n t/t
accuse ə k j u z a/ə cc/k u/j__u s/z e/
action æ k ʃ ə n a/æ c/k ti/ʃ o/ə n/n
add æ d a/æ dd/d
aesthetic ɛ s θ ɛ t ɪ k ae/ɛ s/s th/θ e/ɛ t/t i/ɪ c/k
aisle aɪ l ai/aɪ sl/l e/
aisle aɪ l ai/aɪ sl/l e/
arm ɑ ɹ m a/ɑ r/ɹ m/m
augur ɑ ɡ ɚ au/ɑ g/ɡ ur/ɚ
augur ɔ ɡ ɚ au/ɔ g/ɡ ur/ɚ
azure æ ʒ ɚ a/æ z/ʒ ur/ɚ e/
azure ə ʒ ʊ ɹ a/ə z/ʒ u/ʊ r/ɹ e/
ball b ɑ l b/b a/ɑ ll/l
bay b eɪ b/b ay/eɪ
be b i b/b e/i
beau b oʊ b/b eau/oʊ
bee b i b/b ee/i
bird b ɝ d b/b ir/ɝ d/d
blood b l ʌ d b/b l/l oo/ʌ d/d
blue b l u b/b l/l ue/u
board b ɔ ɹ d b/b oar/ɔ__ɹ d/d
bone b oʊ n b/b o/oʊ n/n e/
bough b aʊ b/b ough/aʊ
bought b ɔ t b/b ough/ɔ t/t
bouquet b oʊ k eɪ b/b ou/oʊ qu/k et/eɪ
bouquet b u k eɪ b/b ou/u qu/k et/eɪ
box b ɑ k s b/b o/ɑ x/k__s
boy b ɔɪ b/b oy/ɔɪ
bread b ɹ ɛ d b/b r/ɹ ea/ɛ d/d
break b ɹ eɪ k b/b r/ɹ ea/eɪ k/k
brooch b ɹ oʊ tʃ b/b r/ɹ oo/oʊ ch/tʃ
brooch b ɹ u tʃ b/b r/ɹ oo/u ch/tʃ
bubble b ʌ b ə l b/b u/ʌ bb/b le/ə__l
bug b ʌ ɡ b/b u/ʌ g/ɡ
buoy b u i b/b uo/u y/i
buoy b ɔɪ b/b uoy/ɔɪ
burn b ɝ n b/b ur/ɝ n/n
bury b ɛ ɹ i b/b u/ɛ r/ɹ y/i
bush b ʊ ʃ b/b u/ʊ sh/ʃ
busy b ɪ z i b/b u/ɪ s/z y/i
buzz b ʌ z b/b u/ʌ zz/z
carrot k æ ɹ ə t c/k a/æ rr/ɹ o/ə t/t
carrot k ɛ ɹ ə t c/k a/ɛ rr/ɹ o/ə t/t
cat k æ t c/k a/æ t/t
cat k æ t c/k a/æ t/t
chair tʃ ɛ ə ɹ ch/tʃ a/ɛ i/ə r/ɹ
chip tʃ ɪ p ch/tʃ i/ɪ p/p
choir k w aɪ ɚ ch/k o/w ir/aɪ__ɚ
chris k ɹ ɪ s ch/k r/ɹ i/ɪ s/s
circle s ɝ k ə l c/s ir/ɝ c/k le/ə__l
cliff k l ɪ f c/k l/l i/ɪ ff/f
column k ɑ l ə m c/k o/ɑ l/l u/ə mn/m
comb k oʊ m c/k o/oʊ mb/m
conscience k ɑ n ʃ ə n s c/k o/ɑ n/n sc/ʃ ie/ə n/n c/s e/
course k ɔ ɹ s c/k ou/ɔ r/ɹ s/s e/
craze k ɹ eɪ z c/k r/ɹ a/eɪ z/z e/
cure k j ɚ c/k ure/j__ɚ
cure k j ɝ c/k ure/j__ɝ
cure k j ʊ ɹ c/k ure/j__ʊ__ɹ
cure k j ʊ ɹ c/k ure/j__ʊ__ɹ
dad d æ d d/d a/æ d/d
dare d ɛ ɚ d/d a/ɛ re/ɚ
dare d ɛ ɹ d/d a/ɛ r/ɹ e/
deceive d ɪ s i v d/d e/ɪ c/s ei/i v/v e/
dew d u d/d ew/u
dippy d ɪ p i d/d i/ɪ pp/p y/i
division d ɪ v ɪ ʒ ə n d/d i/ɪ v/v i/ɪ si/ʒ o/ə n/n
dollar d ɑ l ɚ d/d o/ɑ ll/l ar/ɚ
double d ʌ b ə l d/d ou/ʌ b/b le/ə__l
dough d oʊ d/d ough/oʊ
ear i ɹ ea/i r/ɹ
ear ɪ ɹ ear/ɪ__ɹ
edge ɛ dʒ e/ɛ dg/dʒ e/
egg ɛ ɡ e/ɛ gg/ɡ
eight eɪ t eigh/eɪ t/t
end ɛ n d e/ɛ n/n d/d
england ɪ ŋ l ə n d e/ɪ ng/ŋ l/l a/ə n/n d/d
england ɪ ŋ ɡ l ə n d e/ɪ n/ŋ g/ɡ l/l a/ə n/n d/d
enough i n ʌ f e/i n/n ou/ʌ gh/f
enough ə n ʌ f e/ə n/n ou/ʌ gh/f
enough ɪ n ʌ f e/ɪ n/n ou/ʌ gh/f
exaggerate ɛ ɡ z æ dʒ ə ɹ eɪ t e/ɛ x/ɡ__z a/æ gg/dʒ e/ə r/ɹ a/eɪ t/t e/
exaggerate ɪ ɡ z æ dʒ ə ɹ eɪ t e/ɪ x/ɡ__z a/æ gg/dʒ e/ə r/ɹ a/eɪ t/t e/
exam ɛ ɡ z æ m e/ɛ x/ɡ__z a/æ m/m
exam ɪ ɡ z æ m e/ɪ x/ɡ__z a/æ m/m
fat f æ t f/f a/æ t/t
filet f ɪ l eɪ f/f i/ɪ l/l et/eɪ
five f aɪ v f/f i/aɪ v/v e/
flute f l u t f/f l/l u/u t/t e/
folk f oʊ k f/f o/oʊ lk/k
fore f ɔ ɹ f/f o/ɔ r/ɹ e/
fork f ɔ ɹ k f/f o/ɔ r/ɹ k/k
fought f ɔ t f/f ough/ɔ t/t
four f ɔ ɹ f/f ou/ɔ r/ɹ
foyer f ɔɪ eɪ f/f oy/ɔɪ er/eɪ
foyer f ɔɪ ɝ f/f oy/ɔɪ er/ɝ
friend f ɹ ɛ n d f/f r/ɹ ie/ɛ n/n d/d
fruit f ɹ u t f/f r/ɹ ui/u t/t
funny f ʌ n i f/f u/ʌ nn/n y/i
future f j u tʃ ɚ f/f u/j__u t/tʃ ur/ɚ e/
future f j u tʃ ɚ f/f u/j__u t/tʃ ur/ɚ e/
gauge ɡ eɪ dʒ g/ɡ au/eɪ g/dʒ e/
ghost ɡ oʊ s t gh/ɡ o/oʊ s/s t/t
giraffe dʒ ə ɹ æ f g/dʒ i/ə r/ɹ a/æ ff/f e/
give ɡ ɪ v g/ɡ i/ɪ v/v e/
gnat n æ t gn/n a/æ t/t
grief ɡ ɹ i f g/ɡ r/ɹ ie/i f/f
group ɡ ɹ u p g/ɡ r/ɹ ou/u p/p
guest ɡ ɛ s t g/ɡ u/ɛ e/ s/s t/t
guild ɡ ɪ l d g/ɡ ui/ɪ l/l d/d
gun ɡ ʌ n g/ɡ u/ʌ n/n
guy ɡ aɪ g/ɡ uy/aɪ
gym dʒ ɪ m g/dʒ y/ɪ m/m
half h æ f h/h a/æ lf/f
hallelujah h æ l ɪ l j u j ə h/h a/æ ll/l e/ɪ l/l u/j__u j/j ah/ə
hallelujah h æ l ɪ l u j ə h/h a/æ ll/l e/ɪ l/l u/u j/j ah/ə
heifer h ɛ f ɚ h/h ei/ɛ f/f er/ɚ
height h aɪ t h/h eigh/aɪ t/t
here h ɪ ɹ h/h e/ɪ r/ɹ e/
his h ɪ z h/h i/ɪ s/z
honest ɑ n ɪ s t ho/ɑ n/n e/ɪ s/s t/t
honour ɑ n ɚ ho/ɑ n/n our/ɚ
hop h ɑ p h/h o/ɑ p/p
island aɪ l ə n d i/aɪ sl/l a/ə n/n d/d
it ə t i/ə t/t
it ɪ t i/ɪ t/t
jam dʒ æ m j/dʒ a/æ m/m
join dʒ ɔɪ n j/dʒ oi/ɔɪ n/n
journey dʒ ɝ n i j/dʒ our/ɝ n/n ey/i
key k i k/k ey/i
kit k ɪ t k/k i/ɪ t/t
kite k aɪ t k/k i/aɪ t/t e/
know n oʊ kn/n ow/oʊ
ladder l æ d ɚ l/l a/æ dd/d er/ɚ
lady l eɪ d i l/l a/eɪ d/d y/i
laugh l æ f l/l au/æ gh/f
leather l ɛ ð ɚ l/l ea/ɛ th/ð er/ɚ
leopard l ɛ p ɚ d l/l eo/ɛ p/p ar/ɚ d/d
less l ɛ s l/l e/ɛ ss/s
listen l ɪ s ə n l/l i/ɪ st/s e/ə n/n
live l ɪ v l/l i/ɪ v/v e/
look l ʊ k l/l oo/ʊ k/k
loon l u n l/l oo/u n/n
lug l ʌ ɡ l/l u/ʌ g/ɡ
machine m ə ʃ i n m/m a/ə ch/ʃ i/i n/n e/
maid m eɪ d m/m ai/eɪ d/d
man m æ n m/m a/æ n/n
maneuver m ə n u v ɚ m/m a/ə n/n eu/u v/v er/ɚ
manoeuvre m ə n u v ɚ m/m a/ə n/n oeu/u v/v re/ɚ
many m ɛ n i m/m a/ɛ n/n y/i
mate m eɪ t m/m a/eɪ t/t e/
matter m æ t ɚ m/m a/æ tt/t er/ɚ
maul m ɔ l m/m au/ɔ l/l
meat m i t m/m ea/i t/t
milled m ɪ l d m/m i/ɪ ll/l ed/d
mnemonic n i m ɑ n ɪ k mn/n e/i m/m o/ɑ n/n i/ɪ c/k
mnemonic n ə m ɑ n ɪ k mn/n e/ə m/m o/ɑ n/n i/ɪ c/k
moat m oʊ t m/m oa/oʊ t/t
monkey m ʌ ŋ k i m/m o/ʌ n/ŋ k/k ey/i
myrtle m ɝ t ə l m/m yr/ɝ t/t le/ə__l
net n ɛ t n/n e/ɛ t/t
night n aɪ t n/n igh/aɪ t/t
now n aʊ n/n ow/aʊ
ocean oʊ ʃ ə n o/oʊ ce/ʃ a/ə n/n
of ə of/ə
of ə v o/ə f/v
of ʌ v o/ʌ f/v
often ɑ f t ə n o/ɑ f/f t/t e/ə n/n
often ɑ f ə n o/ɑ ft/f e/ə n/n
often ɔ f t ə n o/ɔ f/f t/t e/ə n/n
often ɔ f ə n o/ɔ ft/f e/ə n/n
onion ʌ n j ə n o/ʌ n/n i/j o/ə n/n
open oʊ p ə n o/oʊ p/p e/ə n/n
pace p eɪ s p/p a/eɪ c/s e/
palm p ɑ l m p/p a/ɑ l/l m/m
palm p ɑ m p/p a/ɑ lm/m
palm p ɔ l m p/p a/ɔ l/l m/m
palm p ɔ m p/p a/ɔ lm/m
paw p ɔ p/p aw/ɔ
pay p eɪ p/p ay/eɪ
pear p ɛ ɚ p/p e/ɛ ar/ɚ
pearl p ɝ l p/p ear/ɝ l/l
pencil p ɛ n s ə l p/p e/ɛ n/n c/s i/ə l/l
pension p ɛ n ʃ ə n p/p e/ɛ n/n si/ʃ o/ə n/n
people p i p ə l p/p eo/i p/p le/ə__l
phase f eɪ z ph/f a/eɪ s/z e/
phoenix f i n ɪ k s ph/f oe/i n/n i/ɪ x/k__s
phone f oʊ n ph/f o/oʊ n/n e/
pie p aɪ p/p ie/aɪ
pin p ɪ n p/p i/ɪ n/n
pink p i ŋ k p/p i/i n/ŋ k/k
pink p ɪ ŋ k p/p i/ɪ n/ŋ k/k
plaid p l æ d p/p l/l ai/æ d/d
pneumonia n u m oʊ n i ə pn/n eu/u m/m o/oʊ n/n i/i a/ə
pneumonia n ə m oʊ n i ə pn/n eu/ə m/m o/oʊ n/n i/i a/ə
pneumonic n u m ɑ n ɪ k pn/n eu/u m/m o/ɑ n/n i/ɪ c/k
pneumonic n ə m ɑ n ɪ k pn/n eu/ə m/m o/ɑ n/n i/ɪ c/k
poor p ɔ ɹ p/p oo/ɔ r/ɹ
poor p ʊ ɹ p/p oo/ʊ r/ɹ
prayer p ɹ eɪ ɚ p/p r/ɹ ay/eɪ er/ɚ
prayer p ɹ ɛ ɚ p/p r/ɹ ayer/ɛ__ɚ
prologue p ɹ oʊ l ɑ ɡ p/p r/ɹ o/oʊ l/l o/ɑ gue/ɡ
prologue p ɹ oʊ l ɔ ɡ p/p r/ɹ o/oʊ l/l o/ɔ gue/ɡ
psycho s aɪ k oʊ ps/s y/aɪ ch/k o/oʊ
quay k eɪ qu/k ay/eɪ
quay k i qu/k ay/i
quay k w eɪ q/k u/w ay/eɪ
queen k w i n q/k u/w ee/i n/n
quick k w ɪ k q/k u/w i/ɪ ck/k
rack ɹ æ k r/ɹ a/æ ck/k
rhyme ɹ aɪ m rh/ɹ y/aɪ m/m e/
righteous ɹ aɪ tʃ ə s r/ɹ igh/aɪ t/tʃ e/ ou/ə s/s
ring ɹ ɪ ŋ r/ɹ i/ɪ ng/ŋ
ripped ɹ ɪ p t r/ɹ i/ɪ pp/p ed/t
run ɹ ʌ n r/ɹ u/ʌ n/n
said s ɛ d s/s ai/ɛ d/d
sauce s ɑ s s/s au/ɑ c/s e/
sauce s ɔ s s/s au/ɔ c/s e/
save s eɪ v s/s a/eɪ v/v e/
scene s i n sc/s e/i n/n e/
scissors s ɪ z ɚ z sc/s i/ɪ ss/z or/ɚ s/z
sew s oʊ s/s ew/oʊ
sham ʃ æ m sh/ʃ a/æ m/m
shoe ʃ u sh/ʃ oe/u
shout ʃ aʊ t sh/ʃ ou/aʊ t/t
sieve s ɪ v s/s ie/ɪ v/v e/
sit s ɪ t s/s i/ɪ t/t
ski s k i s/s k/k i/i
sky s k aɪ s/s k/k y/aɪ
slaw s l ɔ s/s l/l aw/ɔ
soldier s oʊ l dʒ ɚ s/s o/oʊ l/l di/dʒ er/ɚ
sow s aʊ s/s ow/aʊ
sow s oʊ s/s ow/oʊ
special s p ɛ ʃ ə l s/s p/p e/ɛ ci/ʃ a/ə l/l
spider s p aɪ d ɚ s/s p/p i/aɪ d/d er/ɚ
station s t eɪ ʃ ə n s/s t/t a/eɪ ti/ʃ o/ə n/n
steer s t i ɹ s/s t/t ee/i r/ɹ
steer s t ɪ ɹ s/s t/t eer/ɪ__ɹ
stephen s t i v ə n s/s t/t e/i ph/v e/ə n/n
stephen s t ɛ f ə n s/s t/t e/ɛ ph/f e/ə n/n
straight s t ɹ eɪ t s/s t/t r/ɹ aigh/eɪ t/t
stye s t aɪ s/s t/t y/aɪ e/
summer s ʌ m ɚ s/s u/ʌ mm/m er/ɚ
sure ʃ ɔ ɹ s/ʃ u/ɔ r/ɹ e/
sure ʃ ɝ s/ʃ ur/ɝ e/
sure ʃ ʊ ɹ s/ʃ u/ʊ r/ɹ e/
swan s w ɑ n s/s w/w a/ɑ n/n
taught t ɔ t t/t augh/ɔ t/t
term t ɝ m t/t er/ɝ m/m
their ð ɛ ɚ th/ð eir/ɛ__ɚ
they ð eɪ th/ð ey/eɪ
thomas t ɑ m ə s th/t o/ɑ m/m a/ə s/s
thongs θ ɑ ŋ z th/θ o/ɑ ng/ŋ s/z
through θ ɹ u th/θ r/ɹ ough/u
tier t aɪ ɚ t/t i/aɪ er/ɚ
tier t ɪ ɚ t/t i/ɪ er/ɚ
tip t ɪ p t/t i/ɪ p/p
toe t oʊ t/t oe/oʊ
tongue t ʌ ŋ t/t o/ʌ ngue/ŋ
tourist t ɔ ɹ ɪ s t t/t ou/ɔ r/ɹ i/ɪ s/s t/t
tourist t ɝ ɪ s t t/t our/ɝ i/ɪ s/s t/t
tourist t ʊ ɹ ɪ s t t/t ou/ʊ r/ɹ i/ɪ s/s t/t
treasure t ɹ ɛ ʒ ɚ t/t r/ɹ ea/ɛ s/ʒ ur/ɚ e/
treasure tʃ ɹ ɛ ʒ ɚ t/tʃ r/ɹ ea/ɛ s/ʒ ur/ɚ e/
use j u s u/j__u s/s e/
use j u z u/j__u s/z e/
vine v aɪ n v/v i/aɪ n/n e/
wage w eɪ dʒ w/w a/eɪ g/dʒ e/
war w ɔ ɹ w/w a/ɔ r/ɹ
watch w ɑ tʃ w/w a/ɑ tch/tʃ
watch w ɔ tʃ w/w a/ɔ tch/tʃ
weigh w eɪ w/w eigh/eɪ
well w ɛ l w/w e/ɛ ll/l
where w ɛ ɚ wh/w e/ɛ re/ɚ
where ʍ ɛ ɚ wh/ʍ e/ɛ re/ɚ
who h u wh/h o/u
who h u wh/h o/u
why w aɪ wh/w y/aɪ
why ʍ aɪ wh/ʍ y/aɪ
wit w ɪ t w/w i/ɪ t/t
wolf w ʊ l f w/w o/ʊ l/l f/f
women w ɪ m ə n w/w o/ɪ m/m e/ə n/n
women w ɪ m ɪ n w/w o/ɪ m/m e/ɪ n/n
word w ɝ d w/w or/ɝ d/d
would w ə d w/w ou/ə ld/d
would w ʊ d w/w ou/ʊ ld/d
would ə d wou/ə ld/d
wrench ɹ ɛ n tʃ wr/ɹ e/ɛ n/n ch/tʃ
xylophone z aɪ l ə f oʊ n x/z y/aɪ l/l o/ə ph/f o/oʊ n/n e/
you j u y/j ou/u
zed z ɛ d z/z e/ɛ d/d
<epsilon> 0
b/b 1
bb/b 2
d/d 3
dd/d 4
ld/d 5
ed/d 6
f/f 7
ff/f 8
ph/f 9
gh/f 10
lf/f 11
ft/f 12
g/ɡ 13
gg/ɡ 14
gh/ɡ 15
gue/ɡ 16
h/h 17
wh/h 18
j/dʒ 19
g/dʒ 20
dg/dʒ 21
di/dʒ 22
gg/dʒ 23
k/k 24
c/k 25
ch/k 26
cc/k 27
lk/k 28
qu/k 29
q/k 30
ck/k 31
x/k__s 32
x/ɡ__z 33
l/l 34
ll/l 35
sl/l 36
le/ə__l 37
m/m 38
mm/m 39
mb/m 40
mn/m 41
mn/n 42
lm/m 43
n/n 44
nn/n 45
kn/n 46
gn/n 47
pn/n 48
p/p 49
pp/p 50
r/ɹ 51
rr/ɹ 52
wr/ɹ 53
rh/ɹ 54
s/s 55
ss/s 56
c/s 57
sc/s 58
sc/ʃ 59
ps/s 60
st/s 61
t/t 62
tt/t 63
th/t 64
ed/t 65
v/v 66
f/v 67
ph/v 68
w/w 69
wh/w 70
wh/ʍ 71
u/w 72
o/w 73
z/z 74
zz/z 75
s/z 76
ss/z 77
x/z 78
s/ʒ 79
si/ʒ 80
z/ʒ 81
ch/tʃ 82
t/tʃ 83
tch/tʃ 84
ti/tʃ 85
sh/ʃ 86
ce/ʃ 87
s/ʃ 88
ci/ʃ 89
si/ʃ 90
ch/ʃ 91
ti/ʃ 92
th/θ 93
th/ð 94
ng/ŋ 95
n/ŋ 96
ngue/ŋ 97
y/j 98
i/j 99
j/j 100
a/æ 101
ai/æ 102
au/æ 103
a/eɪ 104
ai/eɪ 105
eigh/eɪ 106
aigh/eɪ 107
ay/eɪ 108
er/eɪ 109
et/eɪ 110
ei/eɪ 111
au/eɪ 112
ea/eɪ 113
ey/eɪ 114
e/ɛ 115
ea/ɛ 116
u/ɛ 117
ie/ɛ 118
ie/ə 119
e/ə 120
ai/ɛ 121
a/ɛ 122
eo/ɛ 123
ei/ɛ 124
ae/ɛ 125
e/i 126
ee/i 127
ea/i 128
y/i 129
ey/i 130
oe/i 131
ie/i 132
i/i 133
ei/i 134
eo/i 135
ay/i 136
i/ɪ 137
e/ɪ 138
o/ɪ 139
u/ɪ 140
ui/ɪ 141
y/ɪ 142
ie/ɪ 143
i/aɪ 144
y/aɪ 145
igh/aɪ 146
ie/aɪ 147
uy/aɪ 148
ai/aɪ 149
eigh/aɪ 150
a/ɑ 151
ho/ɑ 152
au/ɔ 153
au/ɑ 154
aw/ɔ 155
ough/ɔ 156
o/oʊ 157
oa/oʊ 158
oe/oʊ 159
ow/oʊ 160
ough/oʊ 161
eau/oʊ 162
oo/oʊ 163
ew/oʊ 164
o/ʊ 165
oo/ʊ 166
u/ʊ 167
ou/ʊ 168
u/ʌ 169
o/ʌ 170
o/ɑ 171
oo/ʌ 172
ou/ʌ 173
o/u 174
oo/u 175
ew/u 176
ue/u 177
u/u 178
u/j__u 179
oe/u 180
ough/u 181
ui/u 182
oeu/u 183
eu/u 184
eu/j__u 185
ou/u 186
oi/ɔɪ 187
oy/ɔɪ 188
uoy/ɔɪ 189
ow/aʊ 190
ou/aʊ 191
ough/aʊ 192
a/ə 193
i/ə 194
er/ɚ 195
ar/ɚ 196
our/ɚ 197
re/ɚ 198
ur/ɚ 199
air/ɛ__ɚ 200
eir/ɛ__ɚ 201
ayer/ɛ__ɚ 202
ir/ɝ 203
er/ɝ 204
ur/ɝ 205
ear/ɝ 206
or/ɝ 207
ir/aɪ__ɚ 208
our/ɝ 209
yr/ɝ 210
a/ɔ 211
or/ɚ 212
oar/ɔ__ɹ 213
ou/ɔ 214
augh/ɔ 215
ear/ɪ__ɹ 216
eer/ɪ__ɹ 217
ure/j__ʊ__ɹ 218
ure/j__ɚ 219
ure/j__ɝ 220
e/ 221
ou/ə 222
wou/ə 223
of/ə 224
o/ə 225
o/ɔ 226
oo/ɔ 227
u/ɔ 228
eu/ə 229
ou/oʊ 230
uo/u 231
ah/ə 232
u/ə 233
-/ 234
'/ 235
bug b ʌ ɡ
bubble b ʌ b ə l
dad d æ d
add æ d
would w ʊ d
would w ə d
would ə d
milled m ɪ l d m ɪ ɫ d
fat f æ t
cliff k l ɪ f k l̥ʰ ɪ f
phone f oʊ n f oʊ̯ n
enough ə n ʌ f
enough ɪ n ʌ f
enough i n ʌ f
half h æ f
often ɔ f t ə n
often ɔ f ə n
often ɑ f t ə n
often ɑ f ə n
gun ɡ ʌ n
egg ɛ ɡ
ghost ɡ oʊ s t
guest ɡ ɛ s t
prologue p ɹ oʊ l ɔ ɡ
prologue p ɹ oʊ l ɑ ɡ
hop h ɑ p
who h u
jam dʒ æ m
wage w eɪ dʒ
giraffe dʒ ə ɹ æ f
edge ɛ dʒ
soldier s oʊ l dʒ ɚ
exaggerate ɛ ɡ z æ dʒ ə ɹ eɪ t
exaggerate ɪ ɡ z æ dʒ ə ɹ eɪ t
kit k ɪ t
cat k æ t kʰ æ t̚
cure k j ʊ ɹ
cure k j ɚ
accuse ə k j u z
chris k ɹ ɪ s
accent æ k s ə n t
folk f oʊ k
bouquet b oʊ k eɪ
bouquet b u k eɪ
queen k w i n kʷ w i n
rack ɹ æ k
box b ɑ k s
exam ɪ ɡ z æ m
exam ɛ ɡ z æ m
live l ɪ v
well w ɛ l
aisle aɪ l
man m æ n
summer s ʌ m ɚ
comb k oʊ m
column k ɑ l ə m
palm p ɑ m
palm p ɑ l m
palm p ɔ m
palm p ɔ l m
net n ɛ t
funny f ʌ n i
know n oʊ
gnat n æ t
mnemonic n ə m ɑ n ɪ k
mnemonic n i m ɑ n ɪ k
pneumonic n ə m ɑ n ɪ k
pneumonic n u m ɑ n ɪ k
pneumonia n u m oʊ n i ə
pneumonia n ə m oʊ n i ə
pin p ɪ n pʰ ɪ n
dippy d ɪ p i
run ɹ ʌ n
carrot k æ ɹ ə t
carrot k ɛ ɹ ə t
wrench ɹ ɛ n tʃ
rhyme ɹ aɪ m
sit s ɪ t
less l ɛ s
circle s ɝ k ə l
scene s i n
psycho s aɪ k oʊ
listen l ɪ s ə n l ɪ s n̩
pace p eɪ s
course k ɔ ɹ s
tip t ɪ p
matter m æ t ɚ m æ ɾ ɚ
thomas t ɑ m ə s
ripped ɹ ɪ p t
vine v aɪ n
of ʌ v
of ə v
of ə
stephen s t i v ə n
stephen s t ɛ f ə n
five f aɪ v
wit w ɪ t
why w aɪ
why ʍ aɪ
quick k w ɪ k k w̥ ɪ k
choir k w aɪ ɚ
zed z ɛ d
buzz b ʌ z
his h ɪ z
scissors s ɪ z ɚ z
xylophone z aɪ l ə f oʊ n
craze k ɹ eɪ z
phase f eɪ z
treasure t ɹ ɛ ʒ ɚ
treasure tʃ ɹ ɛ ʒ ɚ
division d ɪ v ɪ ʒ ə n
azure æ ʒ ɚ
azure ə ʒ ʊ ɹ
chip tʃ ɪ p
watch w ɔ tʃ
watch w ɑ tʃ
future f j u tʃ ɚ
action æ k ʃ ə n
righteous ɹ aɪ tʃ ə s
sham ʃ æ m
ocean oʊ ʃ ə n
sure ʃ ʊ ɹ
sure ʃ ɔ ɹ
sure ʃ ɝ
special s p ɛ ʃ ə l
pension p ɛ n ʃ ə n
machine m ə ʃ i n
conscience k ɑ n ʃ ə n s
station s t eɪ ʃ ə n
thongs θ ɑ ŋ z
leather l ɛ ð ɚ
ring ɹ ɪ ŋ
pink p ɪ ŋ k
pink p i ŋ k
tongue t ʌ ŋ
you j u
onion ʌ n j ə n
hallelujah h æ l ɪ l u j ə
hallelujah h æ l ɪ l j u j ə
cat k æ t kʰ æ t kʰ æ t̚
plaid p l æ d
laugh l æ f
bay b eɪ
maid m eɪ d
weigh w eɪ
straight s t ɹ eɪ t
pay p eɪ pʰeɪ
foyer f ɔɪ ɝ
foyer f ɔɪ eɪ
filet f ɪ l eɪ
eight eɪ t
gauge ɡ eɪ dʒ
mate m eɪ t
break b ɹ eɪ k b ɹʷ eɪ̯ k
they ð eɪ
end ɛ n d
bread b ɹ ɛ d
bury b ɛ ɹ i
friend f ɹ ɛ n d
said s ɛ d
many m ɛ n i
leopard l ɛ p ɚ d
heifer h ɛ f ɚ
aesthetic ɛ s θ ɛ t ɪ k
be b i
bee b i
meat m i t
lady l eɪ d i
key k i
phoenix f i n ɪ k s
grief ɡ ɹ i f
ski s k i
deceive d ɪ s i v
people p i p ə l pʰ i p ɫ̩
quay k i
quay k eɪ
quay k w eɪ
it ɪ t
it ə t
england ɪ ŋ ɡ l ə n d
england ɪ ŋ l ə n d
women w ɪ m ɪ n
women w ɪ m ə n
busy b ɪ z i
guild ɡ ɪ l d
gym dʒ ɪ m
sieve s ɪ v
spider s p aɪ d ɚ
sky s k aɪ
night n aɪ t
pie p aɪ
guy ɡ aɪ
stye s t aɪ
aisle aɪ l aɪ̯ l
island aɪ l ə n d
height h aɪ t
kite k aɪ t
swan s w ɑ n
honest ɑ n ɪ s t
maul m ɔ l
slaw s l ɔ
fought f ɔ t
open oʊ p ə n
bone b oʊ n
moat m oʊ t
toe t oʊ
sow s aʊ
sow s oʊ
dough d oʊ
beau b oʊ
brooch b ɹ oʊ tʃ
brooch b ɹ u tʃ
sew s oʊ
wolf w ʊ l f w ʊ̠ ɫ f w ɫ̩ f
look l ʊ k
bush b ʊ ʃ
lug l ʌ ɡ
monkey m ʌ ŋ k i
blood b l ʌ d
double d ʌ b ə l d ʌ b ɫ
who h u
loon l u n
dew d u
blue b l u
flute f l u t
shoe ʃ u
through θ ɹ u θ ɾ̪̊ ʊu
fruit f ɹ u t
manoeuvre m ə n u v ɚ
maneuver m ə n u v ɚ
group ɡ ɹ u p
join dʒ ɔɪ n
boy b ɔɪ
buoy b ɔɪ
buoy b u i
now n aʊ
shout ʃ aʊ t
bough b aʊ
about ə b aʊ t
pencil p ɛ n s ə l
ladder l æ d ɚ l æ ɾ ɚ
dollar d ɑ l ɚ
honour ɑ n ɚ
future f j u tʃ ɚ
augur ɔ ɡ ɚ
augur ɑ ɡ ɚ
chair tʃ ɛ ə ɹ
dare d ɛ ɚ
dare d ɛ ɹ
pear p ɛ ɚ
prayer p ɹ ɛ ɚ
prayer p ɹ eɪ ɚ
arm ɑ ɹ m
bird b ɝ d
term t ɝ m
burn b ɝ n
pearl p ɝ l pʰ ɝ ɫ
word w ɝ d
journey dʒ ɝ n i
myrtle m ɝ t ə l m ɝ tᵊ ɫ m ɝ ɾᵊ ɫ
paw p ɔ
ball b ɑ l
fork f ɔ ɹ k
poor p ʊ ɹ
poor p ɔ ɹ
fore f ɔ ɹ
board b ɔ ɹ d
four f ɔ ɹ
taught t ɔ t
war w ɔ ɹ
bought b ɔ t
sauce s ɔ s
sauce s ɑ s
ear ɪ ɹ
ear i ɹ
steer s t ɪ ɹ
steer s t i ɹ
here h ɪ ɹ
tier t ɪ ɚ
tier t aɪ ɚ
cure k j ʊ ɹ
cure k j ɝ
tourist t ʊ ɹ ɪ s t
tourist t ɝ ɪ s t
tourist t ɔ ɹ ɪ s t
save s eɪ v
give ɡ ɪ v
their ð ɛ ɚ
where w ɛ ɚ
where ʍ ɛ ɚ
use j u s
use j u z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment