texlive[73672] Master: pronunciation (1feb25)
commits+karl at tug.org
commits+karl at tug.org
Sat Feb 1 21:42:39 CET 2025
Revision: 73672
https://tug.org/svn/texlive?view=revision&revision=73672
Author: karl
Date: 2025-02-01 21:42:38 +0100 (Sat, 01 Feb 2025)
Log Message:
-----------
pronunciation (1feb25)
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/pronunciation/
trunk/Master/texmf-dist/doc/latex/pronunciation/README.txt
trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.pdf
trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.tex
trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.pdf
trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.tex
trunk/Master/texmf-dist/tex/latex/pronunciation/
trunk/Master/texmf-dist/tex/latex/pronunciation/pronunciation.sty
trunk/Master/tlpkg/tlpsrc/pronunciation.tlpsrc
Added: trunk/Master/texmf-dist/doc/latex/pronunciation/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pronunciation/README.txt (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/pronunciation/README.txt 2025-02-01 20:42:38 UTC (rev 73672)
@@ -0,0 +1,29 @@
+Pronunciation - American English Pronunciation=======================================================
+version 1.0.1
+
+Licence----------------------------------------------------------------------------------------------
+lppl1.3c
+Copyright (c) 2025- Hugh
+This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) any later version.
+The latest version of this license is in
+
+http://www.latex-project.org/lppl.txt
+
+and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later.
+
+Description------------------------------------------------------------------------------------------
+This style file is designed for automatically typing phonetic symbols in American English. The system supports as many as 21,066 English words all told.
+
+Contents---------------------------------------------------------------------------------------------
+pronunciation.sty the main file
+pronunciation-en.pdf a user guide attempt in English
+pronunciation-en.tex tex file of pronunciation-en.pdf
+pronunciation-jp.pdf a user guide attempt in Japanese
+pronunciation-jp.tex tex file of pronunciation-jp.pdf
+README.txt this file
+
+Feedback---------------------------------------------------------------------------------------------
+ishiguro0426 at gmail.com
+(Mail here, please.)
+
+ Thank you for reading!
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/doc/latex/pronunciation/README.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.pdf
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.pdf 2025-02-01 20:41:32 UTC (rev 73671)
+++ trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.pdf 2025-02-01 20:42:38 UTC (rev 73672)
Property changes on: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.tex 2025-02-01 20:42:38 UTC (rev 73672)
@@ -0,0 +1,60 @@
+\documentclass[b5,10pt]{article}%
+
+\usepackage{mypackage,pronunciation}%
+
+\title{pronunciation.sty}%
+\author{Hugh}%
+
+\begin{document}%
+
+\maketitle%
+
+\section{Introduction}
+
+This package is a \LaTeX package for outputting phonetic symbols for English words.
+
+By declaring the following in the preamble, all features of this package can be used.
+
+\br{.5}\begin{itembox}[c]{\texttt{pronunciation.sty}}
+\begin{verbatim}
+\usepackage{pronunciation}
+\end{verbatim}
+\end{itembox}
+
+\notebox%
+ {%
+ \begin{enumerate}[・]
+ \item The package contains a total of 21,066 words, covering a wide range from basic to advanced vocabulary.
+ \item Both arguments and phonetic transcriptions assume American English notation.
+ \item The phonetic symbols adopted in this package are based on the Wisdom English-Japanese Dictionary. Therefore, different dictionaries may provide different phonetic transcriptions.
+ \item Optionally omitted sounds are uniformly not displayed.
+ \item Stress marks are not provided for the vowel part of monosyllabic words.
+ \item The package displays both primary and secondary stress.
+ \end{enumerate}
+ }
+
+\section{Basic Usage}
+
+All registered phonetic transcriptions can be retrieved using \verb|\pronunciation|.
+
+\br{.5}\begin{Definition}{\texttt{\textbackslash pronunciation}}
+\begin{verbatim}
+\pronunciation{pronunciation}
+/\pronunciation{rectangular shape}/
+[\pronunciation{TeX and LaTeX}]
+\end{verbatim}
+\end{Definition}\begin{Result}
+\pronunciation{pronunciation}\\
+/\pronunciation{rectangular shape}/\par%
+[\pronunciation{TeX and LaTeX}]
+\end{Result}
+
+\warningbox%
+ {%
+ \begin{enumerate}[・]
+ \item Words that start with uppercase letters, as well as those containing commas or periods, cannot be used.
+ \item Plural forms of nouns and inflected verb forms are not registered in principle. However, exceptions are made for nouns with distinct singular and plural forms and frequently used verb inflections.
+ \end{enumerate}
+ }
+
+\end{document}%
Property changes on: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-en.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.pdf
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.pdf 2025-02-01 20:41:32 UTC (rev 73671)
+++ trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.pdf 2025-02-01 20:42:38 UTC (rev 73672)
Property changes on: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.tex 2025-02-01 20:42:38 UTC (rev 73672)
@@ -0,0 +1,60 @@
+\documentclass[dvipdfmx,b5j,10pt]{jsarticle}
+
+\usepackage{mypackage,pronunciation}%
+
+\title{pronunciation.sty}%
+\author{Hugh}%
+
+\begin{document}%
+
+\maketitle%
+
+\section{概要}
+
+このパッケージは,\LaTeX で英単語の発音記号を出力するためのパッケージです。
+
+プリアンブルで以下のように宣言することで,すべての機能が使用できます。
+
+\br{.5}\begin{itembox}[c]{\texttt{pronunciation.sty}}
+\begin{verbatim}
+\usepackage{pronunciation}
+\end{verbatim}
+\end{itembox}
+
+\notebox%
+ {%
+ \begin{enumerate}[・]
+ \item 収録単語数は全21066語であり,基本単語から上級単語までを幅広く網羅しています。
+ \item 引数も発音記号も,ともにアメリカ英語表記を想定しています。
+ \item 本パッケージで採用している発音記号は,ウィズダム英和辞典をベースに組んでいます。したがって辞書によっては,異なる発音記号が記載されていることがあります。
+ \item 省略されうる音声は,一律で表示していません。
+ \item 単音節の単語の母音部分には,強勢記号を付与していません。
+ \item 強勢は第一強勢及び第二強勢までを表示しています。
+ \end{enumerate}
+ }
+
+\section{基本的な使い方}
+
+登録されているすべての発音記号は,\verb|\pronunciation|によって引き出すことができます。
+
+\br{.5}\begin{定義}{\texttt{\textbackslash pronunciation}}
+\begin{verbatim}
+\pronunciation{pronunciation}
+/\pronunciation{rectangular shape}/
+[\pronunciation{TeX and LaTeX}]
+\end{verbatim}
+\end{定義}\begin{結果}
+\pronunciation{pronunciation}\\
+/\pronunciation{rectangular shape}/\par%
+[\pronunciation{TeX and LaTeX}]
+\end{結果}
+
+\warningbox%
+ {%
+ \begin{enumerate}[・]
+ \item 大文字から始まる単語や,カンマやピリオドなどを含めることはできません。
+ \item 名詞の複数形や動詞の活用形などは,原則登録していません。ただし,単複で形の異なる名詞,及び利用頻度の高い動詞の活用形についてはその限りではありません。
+ \end{enumerate}
+ }
+
+\end{document}%
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/doc/latex/pronunciation/pronunciation-jp.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/pronunciation/pronunciation.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pronunciation/pronunciation.sty (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/pronunciation/pronunciation.sty 2025-02-01 20:42:38 UTC (rev 73672)
@@ -0,0 +1,21092 @@
+\NeedsTeXFormat{LaTeX2e}%
+\ProvidesPackage{pronunciation}[2025/2/1,Ver1.0.1]%
+
+\RequirePackage{ifthen,xparse}
+\usepackage[safe,T1]{tipa}%
+
+\def\@for{\begingroup\@testopt\ex at for@ini,}\long\def\ex at for@ini[#1]#2:=#3\do{%
+\endgroup
+\long\def\ex at forloop##1#1##2\@@##3##4{%
+\def##3{##1}%
+\ifx##3\@nnil\ex at for@break\fi
+##4%
+\ex at forloop##2\@@##3{##4}}%
+\expandafter\def\expandafter\@fortmp\expandafter{#3}%
+\ifx\@fortmp\@empty\ex at for@break\fi
+\expandafter\ex at forloop#3#1\@nil#1\@@#2}
+\long\def\ex at for@break#1\@@#2#3{\fi}
+
+\newcommand{\pronunciation}[1]%
+ {%
+ \@for[ ]\word:=#1\do%
+ {%
+ \ifthenelse{\equal{\word}{aardvark}}{\textipa{\'A:rdv\`A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{aback}}{\textipa{@b\'\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{abacus}}{\textipa{\'\ae b at k@s}\ }{}%
+ \ifthenelse{\equal{\word}{abalone}}{\textipa{\`\ae b at l\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{abandon}}{\textipa{@b\'\ae ndn}\ }{}%
+ \ifthenelse{\equal{\word}{abandoned}}{\textipa{@b\'\ae ndnd}\ }{}%
+ \ifthenelse{\equal{\word}{abase}}{\textipa{@b\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{abashed}}{\textipa{@b\'\ae St}\ }{}%
+ \ifthenelse{\equal{\word}{abate}}{\textipa{@b\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{abattoir}}{\textipa{\'\ae b at tw\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{abbess}}{\textipa{\'\ae b at s}\ }{}%
+ \ifthenelse{\equal{\word}{abbey}}{\textipa{\'\ae bi}\ }{}%
+ \ifthenelse{\equal{\word}{abbot}}{\textipa{\'\ae b at t}\ }{}%
+ \ifthenelse{\equal{\word}{abbreviate}}{\textipa{@br\'\i:vi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{abbreviation}}{\textipa{@br\`\i:vi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{abdicate}}{\textipa{\'\ae bdIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{abdomen}}{\textipa{\'\ae bd at m@n}\ }{}%
+ \ifthenelse{\equal{\word}{abdominal}}{\textipa{\ae bd\'AmInl}\ }{}%
+ \ifthenelse{\equal{\word}{abduct}}{\textipa{\ae bd\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{abed}}{\textipa{@b\'ed}\ }{}%
+ \ifthenelse{\equal{\word}{aberrant}}{\textipa{\ae b\'ernt}\ }{}%
+ \ifthenelse{\equal{\word}{aberration}}{\textipa{\`\ae b at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{abet}}{\textipa{@b\'et}\ }{}%
+ \ifthenelse{\equal{\word}{abeyance}}{\textipa{@b\'eI at ns}\ }{}%
+ \ifthenelse{\equal{\word}{abhor}}{\textipa{\ae bh\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{abhorrence}}{\textipa{\ae bh\'O:rns}\ }{}%
+ \ifthenelse{\equal{\word}{abhorrent}}{\textipa{\ae bh\'O:rnt}\ }{}%
+ \ifthenelse{\equal{\word}{abide}}{\textipa{@b\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{ability}}{\textipa{@b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{abject}}{\textipa{\'\ae bdZekt}\ }{}%
+ \ifthenelse{\equal{\word}{abjure}}{\textipa{\ae bdZ\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{ablative}}{\textipa{\'\ae bl at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{ablaze}}{\textipa{@bl\'eIz}\ }{}%
+ \ifthenelse{\equal{\word}{able}}{\textipa{\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{ablution}}{\textipa{@bl\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{ably}}{\textipa{\'eIbli}\ }{}%
+ \ifthenelse{\equal{\word}{abnegate}}{\textipa{\`\ae bnIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{abnormal}}{\textipa{\ae bn\'O:rml}\ }{}%
+ \ifthenelse{\equal{\word}{abnormality}}{\textipa{\`\ae bnO:rm\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{aboard}}{\textipa{@b\'O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{abode}}{\textipa{@b\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{abolish}}{\textipa{@b\'AlIS}\ }{}%
+ \ifthenelse{\equal{\word}{abolition}}{\textipa{\`\ae b at l\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{abominable}}{\textipa{@b\'AmIn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{abominate}}{\textipa{@b\'AmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{aboriginal}}{\textipa{\`\ae b at r\'IdZnl}\ }{}%
+ \ifthenelse{\equal{\word}{aborigine}}{\textipa{\`\ae b at r\'IdZni}\ }{}%
+ \ifthenelse{\equal{\word}{abort}}{\textipa{@b\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{abortion}}{\textipa{@b\'O:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{abortive}}{\textipa{@b\'O:rtIv}\ }{}%
+ \ifthenelse{\equal{\word}{abound}}{\textipa{@b\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{about}}{\textipa{@b\'aUt}\ }{}%
+ \ifthenelse{\equal{\word}{above}}{\textipa{@b\'2v}\ }{}%
+ \ifthenelse{\equal{\word}{aboveboard}}{\textipa{@b\'2vb\`Ord}\ }{}%
+ \ifthenelse{\equal{\word}{abracadabra}}{\textipa{\`\ae br at k@d\'\ae br@}\ }{}%
+ \ifthenelse{\equal{\word}{abrade}}{\textipa{@br\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{abrasion}}{\textipa{@br\'eIZn}\ }{}%
+ \ifthenelse{\equal{\word}{abrasive}}{\textipa{@br\'eIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{abreast}}{\textipa{@br\'est}\ }{}%
+ \ifthenelse{\equal{\word}{abridge}}{\textipa{@br\'IdZ}\ }{}%
+ \ifthenelse{\equal{\word}{abroad}}{\textipa{@br\'O:d}\ }{}%
+ \ifthenelse{\equal{\word}{abrogate}}{\textipa{\'\ae br at g\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{abrupt}}{\textipa{@br\'2pt}\ }{}%
+ \ifthenelse{\equal{\word}{abruptly}}{\textipa{@br\'2ptli}\ }{}%
+ \ifthenelse{\equal{\word}{abscess}}{\textipa{\'\ae bses}\ }{}%
+ \ifthenelse{\equal{\word}{abscissa}}{\textipa{\ae bs\'Is@}\ }{}%
+ \ifthenelse{\equal{\word}{abscond}}{\textipa{@bsk\'And}\ }{}%
+ \ifthenelse{\equal{\word}{absence}}{\textipa{\'\ae bsns}\ }{}%
+ \ifthenelse{\equal{\word}{absent}}{\textipa{\'\ae bsnt}\ }{}%
+ \ifthenelse{\equal{\word}{absentee}}{\textipa{\`\ae bsnt\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{absenteeism}}{\textipa{\`\ae bsnt\'\i:\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{absinth}}{\textipa{\'\ae bsInT}\ }{}%
+ \ifthenelse{\equal{\word}{absolute}}{\textipa{\'\ae bs at l\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{absolutely}}{\textipa{\'\ae bs at l\`u:tli}\ }{}%
+ \ifthenelse{\equal{\word}{absolution}}{\textipa{\`\ae bs at l\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{absolutism}}{\textipa{\'\ae bs at l\`u:tIzm}\ }{}%
+ \ifthenelse{\equal{\word}{absolve}}{\textipa{@bz\'Alv}\ }{}%
+ \ifthenelse{\equal{\word}{absorb}}{\textipa{@bz\'O:rb}\ }{}%
+ \ifthenelse{\equal{\word}{absorbed}}{\textipa{@bz\'O:rbd}\ }{}%
+ \ifthenelse{\equal{\word}{absorbency}}{\textipa{@bz\'O:rbnsi}\ }{}%
+ \ifthenelse{\equal{\word}{absorbent}}{\textipa{@bz\'O:rbnt}\ }{}%
+ \ifthenelse{\equal{\word}{absorption}}{\textipa{@bz\'O:rpSn}\ }{}%
+ \ifthenelse{\equal{\word}{abstain}}{\textipa{@bst\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{abstemious}}{\textipa{@bst\'\i:mi at s}\ }{}%
+ \ifthenelse{\equal{\word}{abstention}}{\textipa{@bst\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{abstinent}}{\textipa{\'\ae bstIn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{abstract}}{\textipa{\'\ae bstr\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{abstruse}}{\textipa{\ae bstr\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{absurd}}{\textipa{@bs\'@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{absurdity}}{\textipa{@bs\'@:rd at ti}\ }{}%
+ \ifthenelse{\equal{\word}{abundance}}{\textipa{@b\'2ndns}\ }{}%
+ \ifthenelse{\equal{\word}{abundant}}{\textipa{@b\'2ndnt}\ }{}%
+ \ifthenelse{\equal{\word}{abuse}}{\textipa{@bj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{abused}}{\textipa{@bj\'u:zd}\ }{}%
+ \ifthenelse{\equal{\word}{abusive}}{\textipa{@bj\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{abut}}{\textipa{@b\'2t}\ }{}%
+ \ifthenelse{\equal{\word}{abysmal}}{\textipa{@b\'Izml}\ }{}%
+ \ifthenelse{\equal{\word}{abyss}}{\textipa{@b\'Is}\ }{}%
+ \ifthenelse{\equal{\word}{acacia}}{\textipa{@k\'eIS@}\ }{}%
+ \ifthenelse{\equal{\word}{academia}}{\textipa{\`\ae k at d\'\i:mi@}\ }{}%
+ \ifthenelse{\equal{\word}{academic}}{\textipa{\`\ae k at d\'emIk}\ }{}%
+ \ifthenelse{\equal{\word}{academician}}{\textipa{@k\`\ae d at m\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{academy}}{\textipa{@k\'\ae d at mi}\ }{}%
+ \ifthenelse{\equal{\word}{acanthus}}{\textipa{@k\'\ae nT at s}\ }{}%
+ \ifthenelse{\equal{\word}{accede}}{\textipa{@ks\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{accelerate}}{\textipa{@ks\'el at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{acceleration}}{\textipa{@ks\`el at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{accelerator}}{\textipa{@ks\'el at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{accent}}{\textipa{\'\ae ksent}\ }{}%
+ \ifthenelse{\equal{\word}{accentuate}}{\textipa{@ks\'enSu\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{accept}}{\textipa{@ks\'ept}\ }{}%
+ \ifthenelse{\equal{\word}{acceptable}}{\textipa{@ks\'ept at bl}\ }{}%
+ \ifthenelse{\equal{\word}{acceptance}}{\textipa{@ks\'eptns}\ }{}%
+ \ifthenelse{\equal{\word}{accepted}}{\textipa{@ks\'eptId}\ }{}%
+ \ifthenelse{\equal{\word}{access}}{\textipa{\'\ae kses}\ }{}%
+ \ifthenelse{\equal{\word}{accessible}}{\textipa{@ks\'es at bl}\ }{}%
+ \ifthenelse{\equal{\word}{accession}}{\textipa{@ks\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{accessory}}{\textipa{@ks\'esri}\ }{}%
+ \ifthenelse{\equal{\word}{accident}}{\textipa{\'\ae ksIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{accidental}}{\textipa{\`\ae ksId\'enl}\ }{}%
+ \ifthenelse{\equal{\word}{accidentally}}{\textipa{\`\ae ksId\'enli}\ }{}%
+ \ifthenelse{\equal{\word}{acclaim}}{\textipa{@kl\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{acclamation}}{\textipa{\`\ae kl at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{acclimate}}{\textipa{\'\ae klIm\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{acclimatize}}{\textipa{@kl\'aIm at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{accolade}}{\textipa{\'\ae k at l\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{accommodate}}{\textipa{@k\'Am at d\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{accommodation}}{\textipa{@k\`Am at d\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{accompaniment}}{\textipa{@k\'2mpnim at nt}\ }{}%
+ \ifthenelse{\equal{\word}{accompanist}}{\textipa{@k\'2mpnIst}\ }{}%
+ \ifthenelse{\equal{\word}{accompany}}{\textipa{@k\'2mpni}\ }{}%
+ \ifthenelse{\equal{\word}{accomplice}}{\textipa{@k\'Ampl at s}\ }{}%
+ \ifthenelse{\equal{\word}{accomplish}}{\textipa{@k\'AmplIS}\ }{}%
+ \ifthenelse{\equal{\word}{accomplished}}{\textipa{@k\'AmplISt}\ }{}%
+ \ifthenelse{\equal{\word}{accomplishment}}{\textipa{@k\'AmplISm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{accord}}{\textipa{@k\'O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{accordance}}{\textipa{@k\'O:rdns}\ }{}%
+ \ifthenelse{\equal{\word}{according}}{\textipa{@k\'O:rdIN}\ }{}%
+ \ifthenelse{\equal{\word}{accordingly}}{\textipa{@k\'O:rdINli}\ }{}%
+ \ifthenelse{\equal{\word}{accordion}}{\textipa{@k\'O:rdi at n}\ }{}%
+ \ifthenelse{\equal{\word}{accost}}{\textipa{@k\'O:st}\ }{}%
+ \ifthenelse{\equal{\word}{account}}{\textipa{@k\'aUnt}\ }{}%
+ \ifthenelse{\equal{\word}{accountancy}}{\textipa{@k\'aUntnsi}\ }{}%
+ \ifthenelse{\equal{\word}{accountant}}{\textipa{@k\'aUntnt}\ }{}%
+ \ifthenelse{\equal{\word}{accouterments}}{\textipa{@k\'u:t at rm@nts}\ }{}%
+ \ifthenelse{\equal{\word}{accredit}}{\textipa{@kr\'ed at t}\ }{}%
+ \ifthenelse{\equal{\word}{accretion}}{\textipa{@kr\'\i:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{accrual}}{\textipa{@kr\'u at l}\ }{}%
+ \ifthenelse{\equal{\word}{accrue}}{\textipa{@kr\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{accumulate}}{\textipa{@kj\'u:mj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{accumulative}}{\textipa{@kj\'u:mj at l\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{accumulator}}{\textipa{@kj\'u:mj at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{accuracy}}{\textipa{\'\ae kj at r@si}\ }{}%
+ \ifthenelse{\equal{\word}{accurate}}{\textipa{\'\ae kj at r@t}\ }{}%
+ \ifthenelse{\equal{\word}{accurately}}{\textipa{\'\ae kj at r@tli}\ }{}%
+ \ifthenelse{\equal{\word}{accursed}}{\textipa{@k\'@:rst}\ }{}%
+ \ifthenelse{\equal{\word}{accusation}}{\textipa{\`\ae kjuz\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{accusative}}{\textipa{@kj\'u:z at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{accusatory}}{\textipa{@kj\'u:z at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{accuse}}{\textipa{@kj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{accused}}{\textipa{@kj\'u:zd}\ }{}%
+ \ifthenelse{\equal{\word}{accustom}}{\textipa{@k\'2st at m}\ }{}%
+ \ifthenelse{\equal{\word}{accustomed}}{\textipa{@k\'2st at md}\ }{}%
+ \ifthenelse{\equal{\word}{ace}}{\textipa{eIs}\ }{}%
+ \ifthenelse{\equal{\word}{acerbic}}{\textipa{@s\'@:rb}\ }{}%
+ \ifthenelse{\equal{\word}{acetaminophen}}{\textipa{@s\`\i:t at m\'In at fen}\ }{}%
+ \ifthenelse{\equal{\word}{acetate}}{\textipa{\'\ae s at t\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{acetic}}{\textipa{@s\'\i:tIk}\ }{}%
+ \ifthenelse{\equal{\word}{acetone}}{\textipa{\'\ae s at t\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{acetylene}}{\textipa{@s\'etl\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{ache}}{\textipa{eIk}\ }{}%
+ \ifthenelse{\equal{\word}{achieve}}{\textipa{@tS\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{achievement}}{\textipa{@tS\'\i:vm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{achoo}}{\textipa{@tS\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{achromatic}}{\textipa{\`\ae kr at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{achy}}{\textipa{\'eIki}\ }{}%
+ \ifthenelse{\equal{\word}{acid}}{\textipa{\'\ae sId}\ }{}%
+ \ifthenelse{\equal{\word}{acidic}}{\textipa{@s\'IdIk}\ }{}%
+ \ifthenelse{\equal{\word}{acidify}}{\textipa{@s\'IdIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{acidity}}{\textipa{@s\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{acidulous}}{\textipa{@s\'IdZl at s}\ }{}%
+ \ifthenelse{\equal{\word}{acknowledge}}{\textipa{@kn\'AlIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{acknowledgment}}{\textipa{@kn\'AlIdZm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{acme}}{\textipa{\'\ae kmi}\ }{}%
+ \ifthenelse{\equal{\word}{acne}}{\textipa{\'\ae kni}\ }{}%
+ \ifthenelse{\equal{\word}{acolyte}}{\textipa{\'\ae k at l\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{aconite}}{\textipa{\'\ae k at n\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{acorn}}{\textipa{\'eIkO:rn}\ }{}%
+ \ifthenelse{\equal{\word}{acoustic}}{\textipa{@k\'u:stIk}\ }{}%
+ \ifthenelse{\equal{\word}{acquaint}}{\textipa{@kw\'eInt}\ }{}%
+ \ifthenelse{\equal{\word}{acquaintance}}{\textipa{@kw\'eIntns}\ }{}%
+ \ifthenelse{\equal{\word}{acquainted}}{\textipa{@kw\'eIntId}\ }{}%
+ \ifthenelse{\equal{\word}{acquiesce}}{\textipa{\`\ae kwi\'es}\ }{}%
+ \ifthenelse{\equal{\word}{acquiescence}}{\textipa{\`\ae kwi\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{acquiescent}}{\textipa{\`\ae kwi\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{acquire}}{\textipa{@kw\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{acquisition}}{\textipa{\`\ae kwIz\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{acquisitive}}{\textipa{@kw\'Iz at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{acquit}}{\textipa{@kw\'It}\ }{}%
+ \ifthenelse{\equal{\word}{acquittal}}{\textipa{@kw\'Itl}\ }{}%
+ \ifthenelse{\equal{\word}{acer}}{\textipa{\'eIk at r}\ }{}%
+ \ifthenelse{\equal{\word}{acreage}}{\textipa{\'eIkrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{acrid}}{\textipa{\'\ae krId}\ }{}%
+ \ifthenelse{\equal{\word}{acrimonious}}{\textipa{\`\ae krIm\'oUni at s}\ }{}%
+ \ifthenelse{\equal{\word}{acrimony}}{\textipa{\'\ae kr at m\`oUni}\ }{}%
+ \ifthenelse{\equal{\word}{acrobat}}{\textipa{\'\ae kr at b\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{acrobatic}}{\textipa{\`\ae kr at b\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{acronym}}{\textipa{\'\ae kr at n\`Im}\ }{}%
+ \ifthenelse{\equal{\word}{across}}{\textipa{@kr\'O:s}\ }{}%
+ \ifthenelse{\equal{\word}{acrostic}}{\textipa{@kr\'O:stIk}\ }{}%
+ \ifthenelse{\equal{\word}{acrylic}}{\textipa{@kr\'IlIk}\ }{}%
+ \ifthenelse{\equal{\word}{act}}{\textipa{\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{acting}}{\textipa{\'\ae ktIN}\ }{}%
+ \ifthenelse{\equal{\word}{actinium}}{\textipa{\ae kt\'Ini at m}\ }{}%
+ \ifthenelse{\equal{\word}{action}}{\textipa{\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{activate}}{\textipa{\'\ae ktIv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{active}}{\textipa{\'\ae ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{actively}}{\textipa{\'\ae ktIvli}\ }{}%
+ \ifthenelse{\equal{\word}{activism}}{\textipa{\'\ae ktIv\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{activist}}{\textipa{\'\ae ktIvIst}\ }{}%
+ \ifthenelse{\equal{\word}{activity}}{\textipa{\ae kt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{actor}}{\textipa{\'\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{actress}}{\textipa{\'\ae ktr at s}\ }{}%
+ \ifthenelse{\equal{\word}{actual}}{\textipa{\'\ae ktSul}\ }{}%
+ \ifthenelse{\equal{\word}{actuality}}{\textipa{\`\ae ktSu\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{actually}}{\textipa{\'\ae ktSuli}\ }{}%
+ \ifthenelse{\equal{\word}{actuary}}{\textipa{\'\ae ktSu\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{actuate}}{\textipa{\'\ae ktSu\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{acuity}}{\textipa{@kj\'u at ti}\ }{}%
+ \ifthenelse{\equal{\word}{acumen}}{\textipa{@kj\'u:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{acupuncture}}{\textipa{\'\ae kj at p\`2NtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{acute}}{\textipa{@kj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{adage}}{\textipa{\'\ae dIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{adagio}}{\textipa{@d\'A:dZoU}\ }{}%
+ \ifthenelse{\equal{\word}{adamant}}{\textipa{\'\ae d at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{adapt}}{\textipa{@d\'\ae pt}\ }{}%
+ \ifthenelse{\equal{\word}{adaptation}}{\textipa{\`\ae d\ae pt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{adapter}}{\textipa{@d\'\ae pt at r}\ }{}%
+ \ifthenelse{\equal{\word}{adaptive}}{\textipa{@d\'\ae ptIv}\ }{}%
+ \ifthenelse{\equal{\word}{add}}{\textipa{\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{added}}{\textipa{\'\ae dId}\ }{}%
+ \ifthenelse{\equal{\word}{addenda}}{\textipa{@d\'end at m}\ }{}%
+ \ifthenelse{\equal{\word}{adder}}{\textipa{\'\ae d at r}\ }{}%
+ \ifthenelse{\equal{\word}{addict}}{\textipa{\'\ae dIkt}\ }{}%
+ \ifthenelse{\equal{\word}{addicting}}{\textipa{@d\'IktIv}\ }{}%
+ \ifthenelse{\equal{\word}{addiction}}{\textipa{@d\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{addition}}{\textipa{@d\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{additional}}{\textipa{@d\'ISnl}\ }{}%
+ \ifthenelse{\equal{\word}{additive}}{\textipa{\'\ae d at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{addle}}{\textipa{\'\ae dl}\ }{}%
+ \ifthenelse{\equal{\word}{address}}{\textipa{@dr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{addressee}}{\textipa{\`\ae dres\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{adduce}}{\textipa{@dj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{adenoids}}{\textipa{\'\ae dn\`OIdz}\ }{}%
+ \ifthenelse{\equal{\word}{adept}}{\textipa{@d\'ept}\ }{}%
+ \ifthenelse{\equal{\word}{adequacy}}{\textipa{\'\ae dIkw at si}\ }{}%
+ \ifthenelse{\equal{\word}{adequate}}{\textipa{\'\ae dIkw at t}\ }{}%
+ \ifthenelse{\equal{\word}{adhere}}{\textipa{@dh\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{adherent}}{\textipa{@dh\'\i at rnt}\ }{}%
+ \ifthenelse{\equal{\word}{adhesion}}{\textipa{@dh\'\i:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{adhesive}}{\textipa{@dh\'\i:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{adiabatic}}{\textipa{\`\ae di at b\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{adieu}}{\textipa{@dj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{adipose}}{\textipa{\'\ae dIp\`oUs}\ }{}%
+ \ifthenelse{\equal{\word}{adjacent}}{\textipa{@dZ\'eIsnt}\ }{}%
+ \ifthenelse{\equal{\word}{adjectival}}{\textipa{\`\ae dZIkt\'aIvl}\ }{}%
+ \ifthenelse{\equal{\word}{adjective}}{\textipa{\'\ae dZIktIv}\ }{}%
+ \ifthenelse{\equal{\word}{adjoin}}{\textipa{@dZ\'OIn}\ }{}%
+ \ifthenelse{\equal{\word}{adjourn}}{\textipa{@dZ\'@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{adjudge}}{\textipa{@dZ\'2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{adjudicate}}{\textipa{@dZ\'u:dIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{adjunct}}{\textipa{\'\ae dZ2Nt}\ }{}%
+ \ifthenelse{\equal{\word}{adjure}}{\textipa{@dZ\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{adjust}}{\textipa{@dZ\'2st}\ }{}%
+ \ifthenelse{\equal{\word}{adjuster}}{\textipa{@dZ\'2st at r}\ }{}%
+ \ifthenelse{\equal{\word}{adjustment}}{\textipa{@dZ\'2sm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{adjutant}}{\textipa{\'\ae dZUtnt}\ }{}%
+ \ifthenelse{\equal{\word}{adman}}{\textipa{\'\ae dm\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{administer}}{\textipa{@dm\'InIst at r}\ }{}%
+ \ifthenelse{\equal{\word}{administrate}}{\textipa{@dm\'InIstr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{administration}}{\textipa{@dm\`InIstr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{administrative}}{\textipa{@dm\'In at str\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{administrator}}{\textipa{@dm\'InIstr\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{admirable}}{\textipa{\'\ae dmr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{admirably}}{\textipa{\'\ae dmr at bli}\ }{}%
+ \ifthenelse{\equal{\word}{admiral}}{\textipa{\'\ae dmrl}\ }{}%
+ \ifthenelse{\equal{\word}{admiralty}}{\textipa{\'\ae dmrlti}\ }{}%
+ \ifthenelse{\equal{\word}{admiration}}{\textipa{\`\ae dm at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{admire}}{\textipa{@dm\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{admirer}}{\textipa{@dm\'aIr at r}\ }{}%
+ \ifthenelse{\equal{\word}{admiring}}{\textipa{@dm\'aIrIN}\ }{}%
+ \ifthenelse{\equal{\word}{admissible}}{\textipa{@dm\'Is at bl}\ }{}%
+ \ifthenelse{\equal{\word}{admission}}{\textipa{@dm\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{admit}}{\textipa{@dm\'It}\ }{}%
+ \ifthenelse{\equal{\word}{admittance}}{\textipa{@dm\'Itns}\ }{}%
+ \ifthenelse{\equal{\word}{admixture}}{\textipa{@dm\'IkstS at r}\ }{}%
+ \ifthenelse{\equal{\word}{admonish}}{\textipa{@dm\'AnIS}\ }{}%
+ \ifthenelse{\equal{\word}{admonition}}{\textipa{\`\ae dm at n\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{admonitory}}{\textipa{@dm\'An at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{ado}}{\textipa{@d\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{adobe}}{\textipa{@d\'oUbi}\ }{}%
+ \ifthenelse{\equal{\word}{adolescence}}{\textipa{\`\ae d at l\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{adolescent}}{\textipa{\`\ae d at l\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{adopt}}{\textipa{@d\'Apt}\ }{}%
+ \ifthenelse{\equal{\word}{adoptive}}{\textipa{@d\'AptIv}\ }{}%
+ \ifthenelse{\equal{\word}{adorable}}{\textipa{@d\'O:r at bl}\ }{}%
+ \ifthenelse{\equal{\word}{adoration}}{\textipa{\`\ae d at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{adore}}{\textipa{@d\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{adoring}}{\textipa{@d\'O:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{adorn}}{\textipa{@d\'O:rn}\ }{}%
+ \ifthenelse{\equal{\word}{adrenal}}{\textipa{@dr\'\i:nl}\ }{}%
+ \ifthenelse{\equal{\word}{adrenaline}}{\textipa{@dr\'enlIn}\ }{}%
+ \ifthenelse{\equal{\word}{adrift}}{\textipa{@dr\'Ift}\ }{}%
+ \ifthenelse{\equal{\word}{adroit}}{\textipa{@dr\'OIt}\ }{}%
+ \ifthenelse{\equal{\word}{adulate}}{\textipa{\'\ae dZ at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{adult}}{\textipa{@d\'2lt}\ }{}%
+ \ifthenelse{\equal{\word}{adulterant}}{\textipa{@d\'2ltrnt}\ }{}%
+ \ifthenelse{\equal{\word}{adulterate}}{\textipa{@d\'2lt at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{adulterer}}{\textipa{@d\'2ltr at r}\ }{}%
+ \ifthenelse{\equal{\word}{adulteress}}{\textipa{@d\'2ltr at s}\ }{}%
+ \ifthenelse{\equal{\word}{adultery}}{\textipa{@d\'2ltri}\ }{}%
+ \ifthenelse{\equal{\word}{adulthood}}{\textipa{@d\'2lth\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{adumbrate}}{\textipa{\'\ae d2mbr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{adumbration}}{\textipa{\`\ae d2mbr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{advance}}{\textipa{@dv\'\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{advanced}}{\textipa{@dv\'\ae nst}\ }{}%
+ \ifthenelse{\equal{\word}{advantage}}{\textipa{@dv\'\ae ntIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{advantageous}}{\textipa{\`\ae dvnt\'eIdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{advent}}{\textipa{\'\ae dvent}\ }{}%
+ \ifthenelse{\equal{\word}{adventitious}}{\textipa{\`\ae dvnt\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{adventure}}{\textipa{@dv\'enS at r}\ }{}%
+ \ifthenelse{\equal{\word}{adventuresome}}{\textipa{@dv\'enS at rsm}\ }{}%
+ \ifthenelse{\equal{\word}{adventuress}}{\textipa{@dv\'enSr at s}\ }{}%
+ \ifthenelse{\equal{\word}{adverb}}{\textipa{\'\ae dv@:rb}\ }{}%
+ \ifthenelse{\equal{\word}{adverbial}}{\textipa{@dv\'@:rbi at l}\ }{}%
+ \ifthenelse{\equal{\word}{adversary}}{\textipa{\'\ae dv at rs\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{adverse}}{\textipa{\ae dv\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{adversity}}{\textipa{\ae dv\'@:rs at ti}\ }{}%
+ \ifthenelse{\equal{\word}{advert}}{\textipa{\'\ae dv@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{advertise}}{\textipa{\'\ae dv at rt\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{advertisement}}{\textipa{\`\ae dv at rt\'aIzm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{advertising}}{\textipa{\'\ae dv at rt\`aIzIN}\ }{}%
+ \ifthenelse{\equal{\word}{advice}}{\textipa{@dv\'aIs}\ }{}%
+ \ifthenelse{\equal{\word}{advise}}{\textipa{@dv\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{adviser}}{\textipa{@dv\'aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{advisory}}{\textipa{@dv\'aIzri}\ }{}%
+ \ifthenelse{\equal{\word}{advocacy}}{\textipa{\'\ae dv at k@si}\ }{}%
+ \ifthenelse{\equal{\word}{advocate}}{\textipa{\'\ae dv at k@t}\ }{}%
+ \ifthenelse{\equal{\word}{adz}}{\textipa{\ae dz}\ }{}%
+ \ifthenelse{\equal{\word}{aegis}}{\textipa{\'\i:dZIs}\ }{}%
+ \ifthenelse{\equal{\word}{aerate}}{\textipa{\'e at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{aerial}}{\textipa{\'e at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{aerialist}}{\textipa{\'e at ri@lIst}\ }{}%
+ \ifthenelse{\equal{\word}{aerobic}}{\textipa{e at r\'oUbIk}\ }{}%
+ \ifthenelse{\equal{\word}{aerodynamic}}{\textipa{\`e at roUdaIn\'\ae mIk}\ }{}%
+ \ifthenelse{\equal{\word}{aeronautical}}{\textipa{\`e at r@n\'O:tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{aerosol}}{\textipa{\'e at r@s\`Al}\ }{}%
+ \ifthenelse{\equal{\word}{aerospace}}{\textipa{\'e at roUsp\`eIs}\ }{}%
+ \ifthenelse{\equal{\word}{aery}}{\textipa{\'eri}\ }{}%
+ \ifthenelse{\equal{\word}{aesthete}}{\textipa{\'esTi:t}\ }{}%
+ \ifthenelse{\equal{\word}{afar}}{\textipa{@f\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{affable}}{\textipa{\'\ae f at bl}\ }{}%
+ \ifthenelse{\equal{\word}{affair}}{\textipa{@f\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{affect}}{\textipa{@f\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{affectation}}{\textipa{\`\ae fekt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{affection}}{\textipa{@f\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{affectionate}}{\textipa{@f\'ekSn at t}\ }{}%
+ \ifthenelse{\equal{\word}{affidavit}}{\textipa{\`\ae fId\'eIvIt}\ }{}%
+ \ifthenelse{\equal{\word}{affiliate}}{\textipa{@f\'Ili\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{affinity}}{\textipa{@f\'In at ti}\ }{}%
+ \ifthenelse{\equal{\word}{affirm}}{\textipa{@f\'@:rm}\ }{}%
+ \ifthenelse{\equal{\word}{affirmation}}{\textipa{\`\ae f at rm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{affirmative}}{\textipa{@f\'@:rm at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{affix}}{\textipa{@f\'Iks}\ }{}%
+ \ifthenelse{\equal{\word}{afflict}}{\textipa{@fl\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{affliction}}{\textipa{@fl\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{affluence}}{\textipa{\'\ae flu at ns}\ }{}%
+ \ifthenelse{\equal{\word}{affluent}}{\textipa{\'\ae flu at nt}\ }{}%
+ \ifthenelse{\equal{\word}{afford}}{\textipa{@f\'O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{afforest}}{\textipa{@f\'O:r at st}\ }{}%
+ \ifthenelse{\equal{\word}{afforestation}}{\textipa{@f\`O:r at st\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{affray}}{\textipa{@fr\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{affront}}{\textipa{@fr\'2nt}\ }{}%
+ \ifthenelse{\equal{\word}{afghan}}{\textipa{\'\ae fg\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{aficionado}}{\textipa{@f\`ISi at n\'A:doU}\ }{}%
+ \ifthenelse{\equal{\word}{afield}}{\textipa{@f\'\i:ld}\ }{}%
+ \ifthenelse{\equal{\word}{afire}}{\textipa{@f\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{aflame}}{\textipa{@fl\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{afloat}}{\textipa{@fl\'oUt}\ }{}%
+ \ifthenelse{\equal{\word}{aflutter}}{\textipa{@fl\'2t at r}\ }{}%
+ \ifthenelse{\equal{\word}{afoot}}{\textipa{@f\'Ut}\ }{}%
+ \ifthenelse{\equal{\word}{afoul}}{\textipa{@f\'aUl}\ }{}%
+ \ifthenelse{\equal{\word}{afraid}}{\textipa{@fr\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{afresh}}{\textipa{@fr\'eS}\ }{}%
+ \ifthenelse{\equal{\word}{aft}}{\textipa{\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{after}}{\textipa{\'\ae ft at r}\ }{}%
+ \ifthenelse{\equal{\word}{afternoon}}{\textipa{\`\ae ft at rn\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{afterward}}{\textipa{\'\ae ft at rw@rd}\ }{}%
+ \ifthenelse{\equal{\word}{again}}{\textipa{@g\'en}\ }{}%
+ \ifthenelse{\equal{\word}{against}}{\textipa{@g\'enst}\ }{}%
+ \ifthenelse{\equal{\word}{agape}}{\textipa{@g\'eIp}\ }{}%
+ \ifthenelse{\equal{\word}{agar}}{\textipa{\'A:g at r}\ }{}%
+ \ifthenelse{\equal{\word}{agate}}{\textipa{\'\ae g at t}\ }{}%
+ \ifthenelse{\equal{\word}{agave}}{\textipa{@g\'A:vi}\ }{}%
+ \ifthenelse{\equal{\word}{age}}{\textipa{eIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{aged}}{\textipa{eIdZd}\ }{}%
+ \ifthenelse{\equal{\word}{ageism}}{\textipa{\'eIdZIzm}\ }{}%
+ \ifthenelse{\equal{\word}{agency}}{\textipa{\'eIdZnsi}\ }{}%
+ \ifthenelse{\equal{\word}{agenda}}{\textipa{@dZ\'end@}\ }{}%
+ \ifthenelse{\equal{\word}{agent}}{\textipa{\'eIdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{agglomerate}}{\textipa{@gl\'Am at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{agglomeration}}{\textipa{@gl\`Am at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{agglutination}}{\textipa{@gl\`u:tn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{aggrandize}}{\textipa{@gr\'\ae ndaIz}\ }{}%
+ \ifthenelse{\equal{\word}{aggravate}}{\textipa{\'\ae gr at v\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{aggregate}}{\textipa{\'\ae grIg at t}\ }{}%
+ \ifthenelse{\equal{\word}{aggregation}}{\textipa{\`\ae grIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{aggression}}{\textipa{@gr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{aggressive}}{\textipa{@gr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{aggressor}}{\textipa{@gr\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{aggrieved}}{\textipa{@gr\'\i:vd}\ }{}%
+ \ifthenelse{\equal{\word}{aghast}}{\textipa{@g\'\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{agile}}{\textipa{\'\ae dZl}\ }{}%
+ \ifthenelse{\equal{\word}{agility}}{\textipa{@dZ\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{aging}}{\textipa{\'eIdZIN}\ }{}%
+ \ifthenelse{\equal{\word}{agitate}}{\textipa{\'\ae dZIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{agitator}}{\textipa{\'\ae dZIt\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{agleam}}{\textipa{@gl\'\i:m}\ }{}%
+ \ifthenelse{\equal{\word}{aglitter}}{\textipa{@gl\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{aglow}}{\textipa{@gl\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{agnostic}}{\textipa{\ae gn\'AstIk}\ }{}%
+ \ifthenelse{\equal{\word}{agnosticism}}{\textipa{\ae gn\'AstIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{ago}}{\textipa{@g\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{agog}}{\textipa{@g\'Ag}\ }{}%
+ \ifthenelse{\equal{\word}{agonize}}{\textipa{\'\ae g at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{agony}}{\textipa{\'\ae gni}\ }{}%
+ \ifthenelse{\equal{\word}{agrarian}}{\textipa{@gr\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{agree}}{\textipa{@gr\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{agreeable}}{\textipa{@gr\'\i at bl}\ }{}%
+ \ifthenelse{\equal{\word}{agreed}}{\textipa{@gr\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{agreement}}{\textipa{@gr\'\i:m at nt}\ }{}%
+ \ifthenelse{\equal{\word}{agribusiness}}{\textipa{\'\ae grIb\`Izn at s}\ }{}%
+ \ifthenelse{\equal{\word}{agricultural}}{\textipa{\`\ae grIk\'2ltSrl}\ }{}%
+ \ifthenelse{\equal{\word}{agriculture}}{\textipa{\'\ae grIk\`2ltS at r}\ }{}%
+ \ifthenelse{\equal{\word}{agronomist}}{\textipa{@gr\'An at mIst}\ }{}%
+ \ifthenelse{\equal{\word}{agronomy}}{\textipa{@gr\'An at mi}\ }{}%
+ \ifthenelse{\equal{\word}{aground}}{\textipa{@gr\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{ague}}{\textipa{\'eIgju:}\ }{}%
+ \ifthenelse{\equal{\word}{aha}}{\textipa{A:h\'A:}\ }{}%
+ \ifthenelse{\equal{\word}{ahead}}{\textipa{@h\'ed}\ }{}%
+ \ifthenelse{\equal{\word}{ahem}}{\textipa{mhm}\ }{}%
+ \ifthenelse{\equal{\word}{ahoy}}{\textipa{@h\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{aid}}{\textipa{eId}\ }{}%
+ \ifthenelse{\equal{\word}{aids}}{\textipa{eIdz}\ }{}%
+ \ifthenelse{\equal{\word}{ail}}{\textipa{eIl}\ }{}%
+ \ifthenelse{\equal{\word}{aileron}}{\textipa{\'eIl at r\`An}\ }{}%
+ \ifthenelse{\equal{\word}{aim}}{\textipa{eIm}\ }{}%
+ \ifthenelse{\equal{\word}{air}}{\textipa{e at r}\ }{}%
+ \ifthenelse{\equal{\word}{aircraft}}{\textipa{\'e at rkr\`\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{airily}}{\textipa{\'e at rli}\ }{}%
+ \ifthenelse{\equal{\word}{airing}}{\textipa{\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{airline}}{\textipa{\'e at rl\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{airmail}}{\textipa{\'e at rm\`eIl}\ }{}%
+ \ifthenelse{\equal{\word}{airplane}}{\textipa{\'e at rpl\`eIn}\ }{}%
+ \ifthenelse{\equal{\word}{airport}}{\textipa{\'e at rp\`O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{airway}}{\textipa{\'e at rw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{airy}}{\textipa{\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{ajar}}{\textipa{@dZ\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{akimbo}}{\textipa{@k\'ImboU}\ }{}%
+ \ifthenelse{\equal{\word}{akin}}{\textipa{@k\'In}\ }{}%
+ \ifthenelse{\equal{\word}{alabaster}}{\textipa{\'\ae l at b\`\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{alacrity}}{\textipa{@l\'\ae kr at ti}\ }{}%
+ \ifthenelse{\equal{\word}{alarm}}{\textipa{@l\'A:rm}\ }{}%
+ \ifthenelse{\equal{\word}{alarmist}}{\textipa{@l\'A:rmIst}\ }{}%
+ \ifthenelse{\equal{\word}{alas}}{\textipa{@l\'\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{albatross}}{\textipa{\'\ae lb at tr\`As}\ }{}%
+ \ifthenelse{\equal{\word}{albeit}}{\textipa{O:lb\'\iIt}\ }{}%
+ \ifthenelse{\equal{\word}{albino}}{\textipa{\ae lb\'aInoU}\ }{}%
+ \ifthenelse{\equal{\word}{album}}{\textipa{\'\ae lb at m}\ }{}%
+ \ifthenelse{\equal{\word}{albumen}}{\textipa{\ae lbj\'u:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{alchemy}}{\textipa{\'\ae lk at mi}\ }{}%
+ \ifthenelse{\equal{\word}{alcohol}}{\textipa{\'\ae lk at h\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{alcoholic}}{\textipa{\`\ae lk at h\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{alcoholism}}{\textipa{\'\ae lk at hAl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{alcove}}{\textipa{\'\ae lkoUv}\ }{}%
+ \ifthenelse{\equal{\word}{alder}}{\textipa{\'O:ld at r}\ }{}%
+ \ifthenelse{\equal{\word}{alderman}}{\textipa{\'O:ld at rm@n}\ }{}%
+ \ifthenelse{\equal{\word}{alert}}{\textipa{@l\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{alfalfa}}{\textipa{\ae lf\'\ae lf@}\ }{}%
+ \ifthenelse{\equal{\word}{alfresco}}{\textipa{\ae lfr\'eskoU}\ }{}%
+ \ifthenelse{\equal{\word}{algae}}{\textipa{\'\ae ldZi:}\ }{}%
+ \ifthenelse{\equal{\word}{algebra}}{\textipa{\'\ae ldZIbr@}\ }{}%
+ \ifthenelse{\equal{\word}{algorithm}}{\textipa{\'\ae lg at r\`IDm}\ }{}%
+ \ifthenelse{\equal{\word}{alias}}{\textipa{\'eIli at s}\ }{}%
+ \ifthenelse{\equal{\word}{alibi}}{\textipa{\'\ae l at b\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{alien}}{\textipa{\'eIli at n}\ }{}%
+ \ifthenelse{\equal{\word}{alienable}}{\textipa{\'eIli at n@bl}\ }{}%
+ \ifthenelse{\equal{\word}{alienate}}{\textipa{\'eIli at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{alight}}{\textipa{@l\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{align}}{\textipa{@l\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{alike}}{\textipa{@l\'aIk}\ }{}%
+ \ifthenelse{\equal{\word}{alimentary}}{\textipa{\`\ae lIm\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{alimony}}{\textipa{\'\ae lIm\`oUni}\ }{}%
+ \ifthenelse{\equal{\word}{aliquot}}{\textipa{\'\ae lIkwAt}\ }{}%
+ \ifthenelse{\equal{\word}{alive}}{\textipa{@l\'aIv}\ }{}%
+ \ifthenelse{\equal{\word}{alkali}}{\textipa{\'\ae lk at l\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{alkaline}}{\textipa{\'\ae lk at l\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{alkaloid}}{\textipa{\'\ae lk at l\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{alkanes}}{\textipa{\'\ae lkeIn}\ }{}%
+ \ifthenelse{\equal{\word}{all}}{\textipa{O:l}\ }{}%
+ \ifthenelse{\equal{\word}{allay}}{\textipa{@l\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{allegation}}{\textipa{\`\ae l at g\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{allege}}{\textipa{@l\'edZ}\ }{}%
+ \ifthenelse{\equal{\word}{alleged}}{\textipa{@l\'edZd}\ }{}%
+ \ifthenelse{\equal{\word}{allegedly}}{\textipa{@l\'edZIdli}\ }{}%
+ \ifthenelse{\equal{\word}{allegiance}}{\textipa{@l\'\i:dZns}\ }{}%
+ \ifthenelse{\equal{\word}{allegorical}}{\textipa{\`\ae l at g\'O:rIk}\ }{}%
+ \ifthenelse{\equal{\word}{allegory}}{\textipa{\'\ae l at g\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{allegro}}{\textipa{@l\'egroU}\ }{}%
+ \ifthenelse{\equal{\word}{allele}}{\textipa{@l\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{allergen}}{\textipa{\'\ae l at rdZ\`en}\ }{}%
+ \ifthenelse{\equal{\word}{allergic}}{\textipa{@l\'@:rdZIk}\ }{}%
+ \ifthenelse{\equal{\word}{allergy}}{\textipa{\'\ae l at rdZi}\ }{}%
+ \ifthenelse{\equal{\word}{alleviate}}{\textipa{@l\'\i:vi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{alley}}{\textipa{\'\ae li}\ }{}%
+ \ifthenelse{\equal{\word}{alliance}}{\textipa{@l\'a at ns}\ }{}%
+ \ifthenelse{\equal{\word}{allied}}{\textipa{\'\ae laId}\ }{}%
+ \ifthenelse{\equal{\word}{alligator}}{\textipa{\'\ae lIg\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{alliteration}}{\textipa{@l\`It at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{allocate}}{\textipa{\'\ae l at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{allophones}}{\textipa{\'\ae l at foUn}\ }{}%
+ \ifthenelse{\equal{\word}{allot}}{\textipa{@l\'At}\ }{}%
+ \ifthenelse{\equal{\word}{allotrope}}{\textipa{\'\ae l at tr\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{allow}}{\textipa{@l\'aU}\ }{}%
+ \ifthenelse{\equal{\word}{alloy}}{\textipa{\'\ae lOI}\ }{}%
+ \ifthenelse{\equal{\word}{allude}}{\textipa{@l\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{allure}}{\textipa{@l\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{alluring}}{\textipa{@l\'u at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{allusion}}{\textipa{@l\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{allusive}}{\textipa{@l\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{alluvial}}{\textipa{@l\'u:vi at l}\ }{}%
+ \ifthenelse{\equal{\word}{alluvium}}{\textipa{@l\'u:vi at m}\ }{}%
+ \ifthenelse{\equal{\word}{ally}}{\textipa{\'\ae laI}\ }{}%
+ \ifthenelse{\equal{\word}{almanac}}{\textipa{\'O:lm at n\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{almighty}}{\textipa{O:lm\'aIti}\ }{}%
+ \ifthenelse{\equal{\word}{almond}}{\textipa{\'A:m at nd}\ }{}%
+ \ifthenelse{\equal{\word}{almost}}{\textipa{\'O:lmoUst}\ }{}%
+ \ifthenelse{\equal{\word}{alms}}{\textipa{A:mz}\ }{}%
+ \ifthenelse{\equal{\word}{aloe}}{\textipa{\'\ae loU}\ }{}%
+ \ifthenelse{\equal{\word}{aloft}}{\textipa{@l\'Aft}\ }{}%
+ \ifthenelse{\equal{\word}{aloha}}{\textipa{@l\'oUhA:}\ }{}%
+ \ifthenelse{\equal{\word}{alone}}{\textipa{@l\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{along}}{\textipa{@l\'O:N}\ }{}%
+ \ifthenelse{\equal{\word}{alongside}}{\textipa{@l\'O:Ns\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{aloof}}{\textipa{@l\'u:f}\ }{}%
+ \ifthenelse{\equal{\word}{aloud}}{\textipa{@l\'aUd}\ }{}%
+ \ifthenelse{\equal{\word}{alp}}{\textipa{\ae lp}\ }{}%
+ \ifthenelse{\equal{\word}{alpaca}}{\textipa{\ae lp\'\ae k@}\ }{}%
+ \ifthenelse{\equal{\word}{alpha}}{\textipa{\'\ae lf@}\ }{}%
+ \ifthenelse{\equal{\word}{alphabet}}{\textipa{\'\ae lf at b\`et}\ }{}%
+ \ifthenelse{\equal{\word}{alphabetic}}{\textipa{\`\ae lf at b\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{alphabetical}}{\textipa{\`\ae lf at b\'etIkl}\ }{}%
+ \ifthenelse{\equal{\word}{alphanumeric}}{\textipa{\`\ae lf at nju:m\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{alpine}}{\textipa{\'\ae lpaIn}\ }{}%
+ \ifthenelse{\equal{\word}{alps}}{\textipa{\ae lps}\ }{}%
+ \ifthenelse{\equal{\word}{already}}{\textipa{O:lr\'edi}\ }{}%
+ \ifthenelse{\equal{\word}{alright}}{\textipa{\`O:lr\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{also}}{\textipa{\'O:lsoU}\ }{}%
+ \ifthenelse{\equal{\word}{altar}}{\textipa{\'O:lt at r}\ }{}%
+ \ifthenelse{\equal{\word}{alteration}}{\textipa{\`O:lt at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{altercate}}{\textipa{\'O:lt at rk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{altercation}}{\textipa{\`O:lt at rk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{alternate}}{\textipa{\'O:lt at rn@t}\ }{}%
+ \ifthenelse{\equal{\word}{alternately}}{\textipa{\'O:lt at rn@tli}\ }{}%
+ \ifthenelse{\equal{\word}{alternating}}{\textipa{\'O:lt at rn\`eItIN}\ }{}%
+ \ifthenelse{\equal{\word}{alternation}}{\textipa{\`O:lt at rn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{alternative}}{\textipa{O:lt\'@:rn at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{alternator}}{\textipa{\'O:lt at rn\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{although}}{\textipa{O:lD\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{altimeter}}{\textipa{\ae lt\'Im at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{altitude}}{\textipa{\'\ae ltItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{alto}}{\textipa{\'\ae ltoU}\ }{}%
+ \ifthenelse{\equal{\word}{altogether}}{\textipa{\`O:lt at g\'eD at r}\ }{}%
+ \ifthenelse{\equal{\word}{altruism}}{\textipa{\'\ae ltru\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{alum}}{\textipa{\'\ae l at m}\ }{}%
+ \ifthenelse{\equal{\word}{aluminum}}{\textipa{\`\ae l at m\'Ini at m}\ }{}%
+ \ifthenelse{\equal{\word}{aluminum}}{\textipa{@l\'u:mIn at m}\ }{}%
+ \ifthenelse{\equal{\word}{alumni}}{\textipa{@l\'2mnaI}\ }{}%
+ \ifthenelse{\equal{\word}{alumnus}}{\textipa{@l\'2mn at s}\ }{}%
+ \ifthenelse{\equal{\word}{alveolar}}{\textipa{\ae lv\'\i:@l at r}\ }{}%
+ \ifthenelse{\equal{\word}{alveoli}}{\textipa{\ae lv\'\i:@l at s}\ }{}%
+ \ifthenelse{\equal{\word}{always}}{\textipa{\'O:weIz}\ }{}%
+ \ifthenelse{\equal{\word}{am}}{\textipa{\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{amalgam}}{\textipa{@m\'\ae lg at m}\ }{}%
+ \ifthenelse{\equal{\word}{amalgamate}}{\textipa{@m\'\ae lg at m\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{amanuensis}}{\textipa{@m\`\ae nju\'ensIs}\ }{}%
+ \ifthenelse{\equal{\word}{amass}}{\textipa{@m\'\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{amateur}}{\textipa{\'\ae m at tSU@r}\ }{}%
+ \ifthenelse{\equal{\word}{amateurish}}{\textipa{\`\ae m at t\'UrIS}\ }{}%
+ \ifthenelse{\equal{\word}{amateurism}}{\textipa{\'\ae m at tSUr\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{amatory}}{\textipa{\'\ae m at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{amaze}}{\textipa{@m\'eIz}\ }{}%
+ \ifthenelse{\equal{\word}{amazed}}{\textipa{@m\'eIzd}\ }{}%
+ \ifthenelse{\equal{\word}{amazement}}{\textipa{@m\'eIzm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{amazing}}{\textipa{@m\'eIzIN}\ }{}%
+ \ifthenelse{\equal{\word}{amazon}}{\textipa{\'\ae m at z\`An}\ }{}%
+ \ifthenelse{\equal{\word}{ambassador}}{\textipa{\ae mb\'\ae s at d@r}\ }{}%
+ \ifthenelse{\equal{\word}{ambassadorial}}{\textipa{\ae mb\`\ae s at d\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{amber}}{\textipa{\'\ae mb at r}\ }{}%
+ \ifthenelse{\equal{\word}{ambergris}}{\textipa{\'\ae mb at rgrIs}\ }{}%
+ \ifthenelse{\equal{\word}{ambiance}}{\textipa{\'\ae mbi at ns}\ }{}%
+ \ifthenelse{\equal{\word}{ambidextrous}}{\textipa{\`\ae mbid\'ekstr at s}\ }{}%
+ \ifthenelse{\equal{\word}{ambient}}{\textipa{\'\ae mbi at nt}\ }{}%
+ \ifthenelse{\equal{\word}{ambiguity}}{\textipa{\`\ae mbIgj\'u at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ambiguous}}{\textipa{\ae mb\'Igju at s}\ }{}%
+ \ifthenelse{\equal{\word}{ambit}}{\textipa{\'\ae mbIt}\ }{}%
+ \ifthenelse{\equal{\word}{ambition}}{\textipa{\ae mb\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{ambitious}}{\textipa{\ae mb\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{ambivalence}}{\textipa{\ae mb\'Ivl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{ambivalent}}{\textipa{\ae mb\'Ivl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{amble}}{\textipa{\'\ae mbl}\ }{}%
+ \ifthenelse{\equal{\word}{ambrosia}}{\textipa{\ae mbr\'oUZ@}\ }{}%
+ \ifthenelse{\equal{\word}{ambulance}}{\textipa{\'\ae mbj at l@ns}\ }{}%
+ \ifthenelse{\equal{\word}{ambulatory}}{\textipa{\'\ae mbj at l@t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{ambush}}{\textipa{\'\ae mbUS}\ }{}%
+ \ifthenelse{\equal{\word}{ameliorate}}{\textipa{@m\'\i:li at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{amen}}{\textipa{\`A:m\'en}\ }{}%
+ \ifthenelse{\equal{\word}{amenable}}{\textipa{@m\'\i:n at bl}\ }{}%
+ \ifthenelse{\equal{\word}{amend}}{\textipa{@m\'end}\ }{}%
+ \ifthenelse{\equal{\word}{amendment}}{\textipa{@m\'enm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{amends}}{\textipa{@m\'endz}\ }{}%
+ \ifthenelse{\equal{\word}{amenity}}{\textipa{@m\'\i:n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{amenorrhea}}{\textipa{eIm\`en at r\'\i@}\ }{}%
+ \ifthenelse{\equal{\word}{america}}{\textipa{@m\'erIk@}\ }{}%
+ \ifthenelse{\equal{\word}{american}}{\textipa{@m\'erIkn}\ }{}%
+ \ifthenelse{\equal{\word}{americium}}{\textipa{\`\ae m at r\'Isi at m}\ }{}%
+ \ifthenelse{\equal{\word}{amethyst}}{\textipa{\'\ae m at TIst}\ }{}%
+ \ifthenelse{\equal{\word}{amiable}}{\textipa{\'eImi at bl}\ }{}%
+ \ifthenelse{\equal{\word}{amicable}}{\textipa{\'\ae mIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{amid}}{\textipa{@m\'Id}\ }{}%
+ \ifthenelse{\equal{\word}{amidst}}{\textipa{@m\'Idst}\ }{}%
+ \ifthenelse{\equal{\word}{amigo}}{\textipa{@m\'\i:goU}\ }{}%
+ \ifthenelse{\equal{\word}{amir}}{\textipa{@m\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{amiss}}{\textipa{@m\'Is}\ }{}%
+ \ifthenelse{\equal{\word}{amity}}{\textipa{\'\ae m at ti}\ }{}%
+ \ifthenelse{\equal{\word}{amman}}{\textipa{@m\'A:n}\ }{}%
+ \ifthenelse{\equal{\word}{ammeter}}{\textipa{\'\ae m\`\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{ammo}}{\textipa{\'\ae moU}\ }{}%
+ \ifthenelse{\equal{\word}{ammonia}}{\textipa{@m\'oUni@}\ }{}%
+ \ifthenelse{\equal{\word}{ammonites}}{\textipa{\'\ae m at n\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{ammonium}}{\textipa{@m\'oUni at m}\ }{}%
+ \ifthenelse{\equal{\word}{ammunition}}{\textipa{\`\ae mj at n\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{amnesia}}{\textipa{\ae mn\'\i:Z@}\ }{}%
+ \ifthenelse{\equal{\word}{amnesiac}}{\textipa{\ae mn\'\i zi\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{amnesty}}{\textipa{\'\ae mn at sti}\ }{}%
+ \ifthenelse{\equal{\word}{amniotic}}{\textipa{\`\ae mni\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{amoeba}}{\textipa{@m\'\i:b@}\ }{}%
+ \ifthenelse{\equal{\word}{amoebic}}{\textipa{@m\'\i:bIk}\ }{}%
+ \ifthenelse{\equal{\word}{amok}}{\textipa{@m\'2k}\ }{}%
+ \ifthenelse{\equal{\word}{among}}{\textipa{@m\'2N}\ }{}%
+ \ifthenelse{\equal{\word}{amongst}}{\textipa{@m\'2Nst}\ }{}%
+ \ifthenelse{\equal{\word}{amoral}}{\textipa{\`eIm\'O:rl}\ }{}%
+ \ifthenelse{\equal{\word}{amorous}}{\textipa{\'\ae mr at s}\ }{}%
+ \ifthenelse{\equal{\word}{amorphous}}{\textipa{@m\'O:rf at s}\ }{}%
+ \ifthenelse{\equal{\word}{amortize}}{\textipa{\'\ae m at rt\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{amount}}{\textipa{@m\'aUnt}\ }{}%
+ \ifthenelse{\equal{\word}{amour}}{\textipa{@m\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{amp}}{\textipa{\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{ampere}}{\textipa{\'\ae mpI at r}\ }{}%
+ \ifthenelse{\equal{\word}{ampersand}}{\textipa{\'\ae mp at rs\`\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{amphetamine}}{\textipa{\ae mf\'et at m\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{amphibian}}{\textipa{\ae mf\'Ibi at n}\ }{}%
+ \ifthenelse{\equal{\word}{amphibious}}{\textipa{\ae mf\'Ibi at s}\ }{}%
+ \ifthenelse{\equal{\word}{amphitheater}}{\textipa{\'\ae mp at T\`\i:@t at r}\ }{}%
+ \ifthenelse{\equal{\word}{amphora}}{\textipa{\'\ae mfr@}\ }{}%
+ \ifthenelse{\equal{\word}{ample}}{\textipa{\'\ae mpl}\ }{}%
+ \ifthenelse{\equal{\word}{amplification}}{\textipa{\`\ae mplIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{amplifier}}{\textipa{\'\ae mplIf\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{amplify}}{\textipa{\'\ae mplIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{amplitude}}{\textipa{\'\ae mplItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{amply}}{\textipa{\'\ae mpli}\ }{}%
+ \ifthenelse{\equal{\word}{ampule}}{\textipa{\'\ae mpu:l}\ }{}%
+ \ifthenelse{\equal{\word}{amputee}}{\textipa{\'\ae mpj at t\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{amulet}}{\textipa{\'\ae mj at l@t}\ }{}%
+ \ifthenelse{\equal{\word}{amuse}}{\textipa{@mj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{amusement}}{\textipa{@mj\'u:zm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{amusing}}{\textipa{@mj\'u:zIN}\ }{}%
+ \ifthenelse{\equal{\word}{an}}{\textipa{n}\ }{}%
+ \ifthenelse{\equal{\word}{ana}}{\textipa{\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{anachronism}}{\textipa{@n\'\ae kr at n\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{anachronistic}}{\textipa{@n\`\ae kr at n\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{anaconda}}{\textipa{\`\ae n at k\'And@}\ }{}%
+ \ifthenelse{\equal{\word}{anaerobic}}{\textipa{\`\ae n at r\'oUbIk}\ }{}%
+ \ifthenelse{\equal{\word}{anesthesia}}{\textipa{\`\ae n at sT\'\i:Z@}\ }{}%
+ \ifthenelse{\equal{\word}{anesthetic}}{\textipa{\`\ae n at sT\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{anesthetize}}{\textipa{@n\'esT at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{anesthetist}}{\textipa{@n\'esT at t@st}\ }{}%
+ \ifthenelse{\equal{\word}{anagram}}{\textipa{\'\ae n at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{anal}}{\textipa{\'eInl}\ }{}%
+ \ifthenelse{\equal{\word}{analgesia}}{\textipa{\`\ae nldZ\'\i:zi@}\ }{}%
+ \ifthenelse{\equal{\word}{analgesic}}{\textipa{\`\ae nldZ\'\i:zIk}\ }{}%
+ \ifthenelse{\equal{\word}{analogize}}{\textipa{@n\'\ae l at dZ\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{analogous}}{\textipa{@n\'\ae l at g@s}\ }{}%
+ \ifthenelse{\equal{\word}{analogue}}{\textipa{\'\ae nl\`O:g}\ }{}%
+ \ifthenelse{\equal{\word}{analogy}}{\textipa{@n\'\ae l at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{analyze}}{\textipa{\'\ae n at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{analyzes}}{\textipa{@n\'\ae l at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{analyst}}{\textipa{\'\ae nlIst}\ }{}%
+ \ifthenelse{\equal{\word}{analytic}}{\textipa{\`\ae n at l\'ItIkl}\ }{}%
+ \ifthenelse{\equal{\word}{anaphora}}{\textipa{@n\'\ae fr@}\ }{}%
+ \ifthenelse{\equal{\word}{anarchic}}{\textipa{\ae n\'A:rkIk}\ }{}%
+ \ifthenelse{\equal{\word}{anarchism}}{\textipa{\'\ae n at rk\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{anarchist}}{\textipa{\'\ae n at rkIst}\ }{}%
+ \ifthenelse{\equal{\word}{anarchistic}}{\textipa{\`\ae n at rk\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{anarchy}}{\textipa{\'\ae n at rki}\ }{}%
+ \ifthenelse{\equal{\word}{anathema}}{\textipa{@n\'\ae T at m@}\ }{}%
+ \ifthenelse{\equal{\word}{anatomic}}{\textipa{\`\ae n at t\'AmIkl}\ }{}%
+ \ifthenelse{\equal{\word}{anatomist}}{\textipa{@n\'\ae t at mIst}\ }{}%
+ \ifthenelse{\equal{\word}{anatomy}}{\textipa{@n\'\ae t at mi}\ }{}%
+ \ifthenelse{\equal{\word}{ancestor}}{\textipa{\'\ae nsest at r}\ }{}%
+ \ifthenelse{\equal{\word}{ancestral}}{\textipa{\ae ns\'estrl}\ }{}%
+ \ifthenelse{\equal{\word}{ancestry}}{\textipa{\'\ae nsestri}\ }{}%
+ \ifthenelse{\equal{\word}{anchor}}{\textipa{\'\ae Nk at r}\ }{}%
+ \ifthenelse{\equal{\word}{anchorage}}{\textipa{\'\ae NkrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{anchorite}}{\textipa{\'\ae Nk at r\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{anchovy}}{\textipa{\'\ae ntSoUvi}\ }{}%
+ \ifthenelse{\equal{\word}{ancient}}{\textipa{\'eInSnt}\ }{}%
+ \ifthenelse{\equal{\word}{ancillary}}{\textipa{\'\ae ns at l\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{and}}{\textipa{@n}\ }{}%
+ \ifthenelse{\equal{\word}{andante}}{\textipa{A:nd\'A:nteI}\ }{}%
+ \ifthenelse{\equal{\word}{andes}}{\textipa{\'\ae ndi:z}\ }{}%
+ \ifthenelse{\equal{\word}{andrew}}{\textipa{\'\ae ndru:}\ }{}%
+ \ifthenelse{\equal{\word}{androgynous}}{\textipa{\ae ndr\'AdZn at s}\ }{}%
+ \ifthenelse{\equal{\word}{android}}{\textipa{\'\ae ndrOId}\ }{}%
+ \ifthenelse{\equal{\word}{anecdotal}}{\textipa{\`\ae nIkd\'oUtl}\ }{}%
+ \ifthenelse{\equal{\word}{anecdote}}{\textipa{\'\ae nIkd\`oUt}\ }{}%
+ \ifthenelse{\equal{\word}{anemia}}{\textipa{@n\'\i:mi@}\ }{}%
+ \ifthenelse{\equal{\word}{anemic}}{\textipa{@n\'\i:mIk}\ }{}%
+ \ifthenelse{\equal{\word}{anemone}}{\textipa{@n\'em at ni}\ }{}%
+ \ifthenelse{\equal{\word}{aneroid}}{\textipa{\'\ae n at rOId}\ }{}%
+ \ifthenelse{\equal{\word}{aneurysm}}{\textipa{\'\ae nj at r\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{anew}}{\textipa{@nj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{angel}}{\textipa{\'eInZl}\ }{}%
+ \ifthenelse{\equal{\word}{angelic}}{\textipa{\ae ndZ\'elIk}\ }{}%
+ \ifthenelse{\equal{\word}{angelica}}{\textipa{\ae ndZ\'elIk@}\ }{}%
+ \ifthenelse{\equal{\word}{angelus}}{\textipa{\'\ae nZl at s}\ }{}%
+ \ifthenelse{\equal{\word}{anger}}{\textipa{\'\ae Ng at r}\ }{}%
+ \ifthenelse{\equal{\word}{angina}}{\textipa{\ae ndZ\'aIn@}\ }{}%
+ \ifthenelse{\equal{\word}{angioplasty}}{\textipa{\'\ae nZi at pl\`\ae sti}\ }{}%
+ \ifthenelse{\equal{\word}{angle}}{\textipa{\'\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{angler}}{\textipa{\'\ae Ngl at r}\ }{}%
+ \ifthenelse{\equal{\word}{angles}}{\textipa{\'\ae Nglz}\ }{}%
+ \ifthenelse{\equal{\word}{anglican}}{\textipa{\'\ae NglIkn}\ }{}%
+ \ifthenelse{\equal{\word}{angling}}{\textipa{\'\ae NglIN}\ }{}%
+ \ifthenelse{\equal{\word}{angola}}{\textipa{\ae Ng\'oUl@}\ }{}%
+ \ifthenelse{\equal{\word}{angora}}{\textipa{\ae Ng\'O:r@}\ }{}%
+ \ifthenelse{\equal{\word}{angrily}}{\textipa{\'\ae Ngrli}\ }{}%
+ \ifthenelse{\equal{\word}{angry}}{\textipa{\'\ae Ngri}\ }{}%
+ \ifthenelse{\equal{\word}{angst}}{\textipa{A:Nst}\ }{}%
+ \ifthenelse{\equal{\word}{angstroms}}{\textipa{\'\ae Nstr at m}\ }{}%
+ \ifthenelse{\equal{\word}{anguish}}{\textipa{\'\ae NgwIS}\ }{}%
+ \ifthenelse{\equal{\word}{angular}}{\textipa{\'\ae Ngj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{angularity}}{\textipa{\`\ae Ngj at l\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{anhydrous}}{\textipa{\ae nh\'aIdr at s}\ }{}%
+ \ifthenelse{\equal{\word}{aniline}}{\textipa{\'\ae nlIn}\ }{}%
+ \ifthenelse{\equal{\word}{animal}}{\textipa{\'\ae nIml}\ }{}%
+ \ifthenelse{\equal{\word}{animate}}{\textipa{\'\ae nIm\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{animation}}{\textipa{\`\ae nIm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{animator}}{\textipa{\'\ae nIm\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{animism}}{\textipa{\'\ae nIm\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{animosity}}{\textipa{\`\ae nIm\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{animus}}{\textipa{\'\ae nIm at s}\ }{}%
+ \ifthenelse{\equal{\word}{anion}}{\textipa{\'\ae n\`a at n}\ }{}%
+ \ifthenelse{\equal{\word}{anise}}{\textipa{\'\ae nIs}\ }{}%
+ \ifthenelse{\equal{\word}{aniseed}}{\textipa{\'\ae nIs\`\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{ankara}}{\textipa{\'\ae Nkr@}\ }{}%
+ \ifthenelse{\equal{\word}{ankle}}{\textipa{\'\ae Nkl}\ }{}%
+ \ifthenelse{\equal{\word}{anklet}}{\textipa{\'\ae Nkl at t}\ }{}%
+ \ifthenelse{\equal{\word}{annals}}{\textipa{\'\ae nlz}\ }{}%
+ \ifthenelse{\equal{\word}{anneal}}{\textipa{@n\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{annex}}{\textipa{@n\'eks}\ }{}%
+ \ifthenelse{\equal{\word}{annexation}}{\textipa{\`\ae neks\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{annexe}}{\textipa{\'\ae neks}\ }{}%
+ \ifthenelse{\equal{\word}{annihilate}}{\textipa{@n\'a at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{anniversary}}{\textipa{\`\ae nIv\'@:rsri}\ }{}%
+ \ifthenelse{\equal{\word}{annotate}}{\textipa{\'\ae n at t\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{announce}}{\textipa{@n\'aUns}\ }{}%
+ \ifthenelse{\equal{\word}{announcement}}{\textipa{@n\'aUnsm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{announcer}}{\textipa{@n\'aUns at r}\ }{}%
+ \ifthenelse{\equal{\word}{annoy}}{\textipa{@n\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{annoyance}}{\textipa{@n\'OI at ns}\ }{}%
+ \ifthenelse{\equal{\word}{annual}}{\textipa{\'\ae njul}\ }{}%
+ \ifthenelse{\equal{\word}{annually}}{\textipa{\'\ae njuli}\ }{}%
+ \ifthenelse{\equal{\word}{annuity}}{\textipa{@nj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{annul}}{\textipa{@n\'2l}\ }{}%
+ \ifthenelse{\equal{\word}{annular}}{\textipa{\'\ae nj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{annunciation}}{\textipa{@n\`2nsi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{anode}}{\textipa{\'\ae noUd}\ }{}%
+ \ifthenelse{\equal{\word}{anodized}}{\textipa{\'\ae n at d\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{anodyne}}{\textipa{\'\ae n at d\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{anoint}}{\textipa{@n\'OInt}\ }{}%
+ \ifthenelse{\equal{\word}{anomalous}}{\textipa{@n\'Aml at s}\ }{}%
+ \ifthenelse{\equal{\word}{anomaly}}{\textipa{@n\'Amli}\ }{}%
+ \ifthenelse{\equal{\word}{anon}}{\textipa{@n\'An}\ }{}%
+ \ifthenelse{\equal{\word}{anonymity}}{\textipa{\`\ae n at n\'Im at ti}\ }{}%
+ \ifthenelse{\equal{\word}{anonymous}}{\textipa{@n\'AnIm at s}\ }{}%
+ \ifthenelse{\equal{\word}{anorak}}{\textipa{\'\ae n at r\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{anorexia}}{\textipa{\`\ae n at r\'eksi@}\ }{}%
+ \ifthenelse{\equal{\word}{anorexic}}{\textipa{\`\ae n at r\'eksIk}\ }{}%
+ \ifthenelse{\equal{\word}{another}}{\textipa{@n\'2D at r}\ }{}%
+ \ifthenelse{\equal{\word}{answer}}{\textipa{\'\ae ns at r}\ }{}%
+ \ifthenelse{\equal{\word}{answerable}}{\textipa{\'\ae nsr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{ant}}{\textipa{\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{antacid}}{\textipa{\`\ae nt\'\ae sId}\ }{}%
+ \ifthenelse{\equal{\word}{antagonize}}{\textipa{\ae nt\'\ae g at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{antagonism}}{\textipa{\ae nt\'\ae g at n\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{antagonist}}{\textipa{\ae nt\'\ae gnIst}\ }{}%
+ \ifthenelse{\equal{\word}{antagonistic}}{\textipa{\ae nt\`\ae g at n\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{ante}}{\textipa{\'\ae nti}\ }{}%
+ \ifthenelse{\equal{\word}{antecedent}}{\textipa{\`\ae nt at s\'\i:dnt}\ }{}%
+ \ifthenelse{\equal{\word}{antedate}}{\textipa{\'\ae ntid\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{antediluvian}}{\textipa{\`\ae ntidIl\'u:vi at n}\ }{}%
+ \ifthenelse{\equal{\word}{antelope}}{\textipa{\'\ae nt at l\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{antenna}}{\textipa{\ae nt\'en@}\ }{}%
+ \ifthenelse{\equal{\word}{anterior}}{\textipa{\ae nt\'I at ri@r}\ }{}%
+ \ifthenelse{\equal{\word}{anthem}}{\textipa{\'\ae nT at m}\ }{}%
+ \ifthenelse{\equal{\word}{anther}}{\textipa{\'\ae nT at r}\ }{}%
+ \ifthenelse{\equal{\word}{anthology}}{\textipa{\ae nT\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{anthracite}}{\textipa{\'\ae nTr at s\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{anthrax}}{\textipa{\'\ae nTr\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{anthropocentric}}{\textipa{\`\ae nTr at p@s\'entrIk}\ }{}%
+ \ifthenelse{\equal{\word}{anthropoid}}{\textipa{\'\ae nTr at p\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{anthropology}}{\textipa{\`\ae nTr at p\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{anthropomorphic}}{\textipa{\`\ae nTr at p@m\'O:rfIk}\ }{}%
+ \ifthenelse{\equal{\word}{antibiotic}}{\textipa{\`\ae ntibaI\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{antic}}{\textipa{\'\ae ntIk}\ }{}%
+ \ifthenelse{\equal{\word}{anticipate}}{\textipa{\ae nt\'IsIp\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{anticipation}}{\textipa{\ae nt\`IsIp\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{anticipatory}}{\textipa{\ae nt\'Is at p@t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{antidote}}{\textipa{\'\ae ntid\`oUt}\ }{}%
+ \ifthenelse{\equal{\word}{antigen}}{\textipa{\'\ae ntIdZn}\ }{}%
+ \ifthenelse{\equal{\word}{antimony}}{\textipa{\'\ae nt at m\`oUni}\ }{}%
+ \ifthenelse{\equal{\word}{antipathy}}{\textipa{\ae nt\'Ip at Ti}\ }{}%
+ \ifthenelse{\equal{\word}{antipodes}}{\textipa{\ae nt\'Ip at d\`\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{antiquarian}}{\textipa{\`\ae nt at kw\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{antiquary}}{\textipa{\'\ae nt at kw\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{antiquated}}{\textipa{\'\ae nt at kw\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{antique}}{\textipa{\ae nt\'\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{antiquity}}{\textipa{\ae nt\'Ikw at ti}\ }{}%
+ \ifthenelse{\equal{\word}{antitheses}}{\textipa{\ae nt\'IT at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{antithetic}}{\textipa{\`\ae ntIT\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{antler}}{\textipa{\'\ae ntl at r}\ }{}%
+ \ifthenelse{\equal{\word}{antonym}}{\textipa{\'\ae ntn\`Im}\ }{}%
+ \ifthenelse{\equal{\word}{anus}}{\textipa{\'eIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{anvil}}{\textipa{\'\ae nvIl}\ }{}%
+ \ifthenelse{\equal{\word}{anxiety}}{\textipa{\ae Nz\'a at ti}\ }{}%
+ \ifthenelse{\equal{\word}{anxious}}{\textipa{\'\ae NS at s}\ }{}%
+ \ifthenelse{\equal{\word}{any}}{\textipa{@ni}\ }{}%
+ \ifthenelse{\equal{\word}{anybody}}{\textipa{\'enib\`Adi}\ }{}%
+ \ifthenelse{\equal{\word}{anyhow}}{\textipa{\'enih\`aU}\ }{}%
+ \ifthenelse{\equal{\word}{anyone}}{\textipa{\'eniw\`2n}\ }{}%
+ \ifthenelse{\equal{\word}{anything}}{\textipa{\'eniT\`IN}\ }{}%
+ \ifthenelse{\equal{\word}{anyway}}{\textipa{\'eniw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{anywhere}}{\textipa{\'eniw\`e at r}\ }{}%
+ \ifthenelse{\equal{\word}{aorta}}{\textipa{eI\'O:rt@}\ }{}%
+ \ifthenelse{\equal{\word}{apace}}{\textipa{@p\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{apache}}{\textipa{@p\'\ae tSi}\ }{}%
+ \ifthenelse{\equal{\word}{apart}}{\textipa{@p\'A:rt}\ }{}%
+ \ifthenelse{\equal{\word}{apartment}}{\textipa{@p\'A:rtm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{apathetic}}{\textipa{\`\ae p at T\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{apathy}}{\textipa{\'\ae p at Ti}\ }{}%
+ \ifthenelse{\equal{\word}{ape}}{\textipa{eIp}\ }{}%
+ \ifthenelse{\equal{\word}{aperitif}}{\textipa{@p\`er at t\'\i:f}\ }{}%
+ \ifthenelse{\equal{\word}{aperture}}{\textipa{\'\ae p at rtS\`U at r}\ }{}%
+ \ifthenelse{\equal{\word}{apex}}{\textipa{\'eIpeks}\ }{}%
+ \ifthenelse{\equal{\word}{aphasia}}{\textipa{@f\'eIZ@}\ }{}%
+ \ifthenelse{\equal{\word}{aphid}}{\textipa{\'eIfId}\ }{}%
+ \ifthenelse{\equal{\word}{aphorism}}{\textipa{\'\ae f at r\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{aphrodisiac}}{\textipa{\`\ae fr at d\'Izi\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{apiarist}}{\textipa{\'eIpi at rIst}\ }{}%
+ \ifthenelse{\equal{\word}{apiary}}{\textipa{\'eIpi\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{apiece}}{\textipa{@p\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{aplenty}}{\textipa{@pl\'enti}\ }{}%
+ \ifthenelse{\equal{\word}{aplomb}}{\textipa{@pl\'Am}\ }{}%
+ \ifthenelse{\equal{\word}{apnea}}{\textipa{\ae pn\'\i@}\ }{}%
+ \ifthenelse{\equal{\word}{apocalypse}}{\textipa{@p\'Ak at l\`Ips}\ }{}%
+ \ifthenelse{\equal{\word}{apocalyptic}}{\textipa{@p\`Ak at l\'IptIk}\ }{}%
+ \ifthenelse{\equal{\word}{apocryphal}}{\textipa{@p\'Akr at fl}\ }{}%
+ \ifthenelse{\equal{\word}{apogee}}{\textipa{\'\ae p at dZ\`\i:}\ }{}%
+ \ifthenelse{\equal{\word}{apolitical}}{\textipa{\`eIp at l\'ItIkl}\ }{}%
+ \ifthenelse{\equal{\word}{apollo}}{\textipa{@p\'AloU}\ }{}%
+ \ifthenelse{\equal{\word}{apologetic}}{\textipa{@p\`Al at dZ\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{apologia}}{\textipa{\`\ae p at l\'oUdZi@}\ }{}%
+ \ifthenelse{\equal{\word}{apologize}}{\textipa{@p\'Al at dZ\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{apologist}}{\textipa{@p\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{apology}}{\textipa{@p\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{apoplectic}}{\textipa{\`\ae p at pl\'ektIk}\ }{}%
+ \ifthenelse{\equal{\word}{apoplexy}}{\textipa{\'\ae p at pl\`eksi}\ }{}%
+ \ifthenelse{\equal{\word}{apostasy}}{\textipa{@p\'Ast at si}\ }{}%
+ \ifthenelse{\equal{\word}{apostate}}{\textipa{@p\'Ast at It}\ }{}%
+ \ifthenelse{\equal{\word}{apostle}}{\textipa{@p\'Asl}\ }{}%
+ \ifthenelse{\equal{\word}{apostolic}}{\textipa{\`\ae p at st\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{apostrophe}}{\textipa{@p\'Astr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{apostrophized}}{\textipa{@p\'Astr at f\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{apothecary}}{\textipa{@p\'AT at k\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{apotheosis}}{\textipa{@p\`ATi\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{appall}}{\textipa{@p\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{apparatchik}}{\textipa{\`A:p at r\'A:tSIk}\ }{}%
+ \ifthenelse{\equal{\word}{apparatus}}{\textipa{\`\ae p at r\'\ae t at s}\ }{}%
+ \ifthenelse{\equal{\word}{apparel}}{\textipa{@p\'\ae rl}\ }{}%
+ \ifthenelse{\equal{\word}{apparent}}{\textipa{@p\'\ae rnt}\ }{}%
+ \ifthenelse{\equal{\word}{apparently}}{\textipa{@p\'\ae rntli}\ }{}%
+ \ifthenelse{\equal{\word}{apparition}}{\textipa{\`\ae p at r\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{appeal}}{\textipa{@p\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{appear}}{\textipa{@p\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{appearance}}{\textipa{@p\'I at rns}\ }{}%
+ \ifthenelse{\equal{\word}{appease}}{\textipa{@p\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{appellant}}{\textipa{@p\'el at nt}\ }{}%
+ \ifthenelse{\equal{\word}{appellate}}{\textipa{@p\'el at t}\ }{}%
+ \ifthenelse{\equal{\word}{appellation}}{\textipa{\`\ae p at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{append}}{\textipa{@p\'end}\ }{}%
+ \ifthenelse{\equal{\word}{appendage}}{\textipa{@p\'endIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{appendices}}{\textipa{@p\'endIs\`\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{appendicitis}}{\textipa{@p\`end at s\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{appendix}}{\textipa{@p\'endIks}\ }{}%
+ \ifthenelse{\equal{\word}{appertain}}{\textipa{\`\ae p at rt\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{appetizer}}{\textipa{\'\ae pIt\`aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{appetizing}}{\textipa{\'\ae pIt\`aIzIN}\ }{}%
+ \ifthenelse{\equal{\word}{appetite}}{\textipa{\'\ae pIt\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{applaud}}{\textipa{@pl\'O:d}\ }{}%
+ \ifthenelse{\equal{\word}{applause}}{\textipa{@pl\'O:z}\ }{}%
+ \ifthenelse{\equal{\word}{apple}}{\textipa{\'\ae pl}\ }{}%
+ \ifthenelse{\equal{\word}{applet}}{\textipa{\'\ae pl at t}\ }{}%
+ \ifthenelse{\equal{\word}{appliance}}{\textipa{@pl\'a at ns}\ }{}%
+ \ifthenelse{\equal{\word}{applicable}}{\textipa{\'\ae plIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{applicant}}{\textipa{\'\ae plIknt}\ }{}%
+ \ifthenelse{\equal{\word}{application}}{\textipa{\`\ae plIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{applicator}}{\textipa{\'\ae plIk\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{applied}}{\textipa{@pl\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{applique}}{\textipa{\`\ae pl at k\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{apply}}{\textipa{@pl\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{appoint}}{\textipa{@p\'OInt}\ }{}%
+ \ifthenelse{\equal{\word}{appointee}}{\textipa{@p\`OInt\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{appointment}}{\textipa{@p\'OIntm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{apportion}}{\textipa{@p\'O:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{apposite}}{\textipa{\'\ae p at zIt}\ }{}%
+ \ifthenelse{\equal{\word}{apposition}}{\textipa{\`\ae p at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{appraisal}}{\textipa{@pr\'eIzl}\ }{}%
+ \ifthenelse{\equal{\word}{appraise}}{\textipa{@pr\'eIz}\ }{}%
+ \ifthenelse{\equal{\word}{appreciable}}{\textipa{@pr\'\i:S at bl}\ }{}%
+ \ifthenelse{\equal{\word}{appreciably}}{\textipa{@pr\'\i:S at bli}\ }{}%
+ \ifthenelse{\equal{\word}{appreciate}}{\textipa{@pr\'\i:Si\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{appreciation}}{\textipa{@pr\`\i:Si\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{appreciative}}{\textipa{@pr\'\i:S at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{apprehend}}{\textipa{\`\ae prIh\'end}\ }{}%
+ \ifthenelse{\equal{\word}{apprehension}}{\textipa{\`\ae prIh\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{apprehensive}}{\textipa{\`\ae prIh\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{apprentice}}{\textipa{@pr\'entIs}\ }{}%
+ \ifthenelse{\equal{\word}{apprenticeship}}{\textipa{@pr\'ent at sS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{apprise}}{\textipa{@pr\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{approach}}{\textipa{@pr\'oUtS}\ }{}%
+ \ifthenelse{\equal{\word}{approbation}}{\textipa{\`\ae pr at b\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{appropriate}}{\textipa{@pr\'oUpri at t}\ }{}%
+ \ifthenelse{\equal{\word}{appropriately}}{\textipa{@pr\'oUpri at tli}\ }{}%
+ \ifthenelse{\equal{\word}{appropriation}}{\textipa{@pr\`oUpri\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{approval}}{\textipa{@pr\'u:vl}\ }{}%
+ \ifthenelse{\equal{\word}{approve}}{\textipa{@pr\'u:v}\ }{}%
+ \ifthenelse{\equal{\word}{approximate}}{\textipa{@pr\'AksIm at t}\ }{}%
+ \ifthenelse{\equal{\word}{approximately}}{\textipa{@pr\'AksIm at tli}\ }{}%
+ \ifthenelse{\equal{\word}{approximation}}{\textipa{@pr\`AksIm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{apricot}}{\textipa{\'eIprIk\`At}\ }{}%
+ \ifthenelse{\equal{\word}{april}}{\textipa{\'eIprl}\ }{}%
+ \ifthenelse{\equal{\word}{apriori}}{\textipa{\`A:pri\'O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{apron}}{\textipa{\'eIprn}\ }{}%
+ \ifthenelse{\equal{\word}{apropos}}{\textipa{\`\ae pr at p\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{apse}}{\textipa{\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{apt}}{\textipa{\ae pt}\ }{}%
+ \ifthenelse{\equal{\word}{aptitude}}{\textipa{\'\ae ptItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{aqua}}{\textipa{\'A:kw@}\ }{}%
+ \ifthenelse{\equal{\word}{aqualung}}{\textipa{\'A:kw at l\`2N}\ }{}%
+ \ifthenelse{\equal{\word}{aquamarine}}{\textipa{\`A:kw at m@r\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{aquaria}}{\textipa{@kw\'e at ri@m}\ }{}%
+ \ifthenelse{\equal{\word}{aquatic}}{\textipa{@kw\'A:tIk}\ }{}%
+ \ifthenelse{\equal{\word}{aqueduct}}{\textipa{\'\ae kwId\`2kt}\ }{}%
+ \ifthenelse{\equal{\word}{aqueous}}{\textipa{\'eIkwi at s}\ }{}%
+ \ifthenelse{\equal{\word}{aquifer}}{\textipa{\'\ae kwIf at r}\ }{}%
+ \ifthenelse{\equal{\word}{aquiline}}{\textipa{\'\ae kwIl\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{arab}}{\textipa{\'\ae r at b}\ }{}%
+ \ifthenelse{\equal{\word}{arabesque}}{\textipa{\`\ae r at b\'esk}\ }{}%
+ \ifthenelse{\equal{\word}{arabia}}{\textipa{@r\'eIbi@}\ }{}%
+ \ifthenelse{\equal{\word}{arabian}}{\textipa{@r\'eIbi at n}\ }{}%
+ \ifthenelse{\equal{\word}{arabic}}{\textipa{\'\ae r at bIk}\ }{}%
+ \ifthenelse{\equal{\word}{arable}}{\textipa{\'\ae r at bl}\ }{}%
+ \ifthenelse{\equal{\word}{arachnid}}{\textipa{@r\'\ae knId}\ }{}%
+ \ifthenelse{\equal{\word}{arachnophobia}}{\textipa{@r\`\ae kn at f\'oUbi@}\ }{}%
+ \ifthenelse{\equal{\word}{arak}}{\textipa{\'\ae r at k}\ }{}%
+ \ifthenelse{\equal{\word}{arbiter}}{\textipa{\'A:rb at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{arbitrage}}{\textipa{\'A:rbItr\`A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{arbitrageur}}{\textipa{\`A:rb at trA:Z\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{arbitrarily}}{\textipa{\`A:rb at tr\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{arbitrary}}{\textipa{\'A:rb at tr\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{arbitrate}}{\textipa{\'A:rbItr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{arbor}}{\textipa{\'A:rb at r}\ }{}%
+ \ifthenelse{\equal{\word}{arboreal}}{\textipa{A:rb\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{arboretum}}{\textipa{\`A:rb at r\'\i:t at m}\ }{}%
+ \ifthenelse{\equal{\word}{arc}}{\textipa{A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{arcade}}{\textipa{A:rk\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{arcadia}}{\textipa{A:rk\'eIdi@}\ }{}%
+ \ifthenelse{\equal{\word}{arcana}}{\textipa{A:rk\'eIn at m}\ }{}%
+ \ifthenelse{\equal{\word}{arcane}}{\textipa{A:rk\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{arch}}{\textipa{A:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{archaeological}}{\textipa{\`A:rki at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{archeology}}{\textipa{\`A:rki\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{archeopteryx}}{\textipa{\`A:rki\'Apt at rIks}\ }{}%
+ \ifthenelse{\equal{\word}{archaic}}{\textipa{A:rk\'eIIk}\ }{}%
+ \ifthenelse{\equal{\word}{archaism}}{\textipa{\'A:rki\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{archangel}}{\textipa{\'A:rk\`eIndZl}\ }{}%
+ \ifthenelse{\equal{\word}{archdiocese}}{\textipa{\`A:rtSd\'aI at s@s}\ }{}%
+ \ifthenelse{\equal{\word}{arched}}{\textipa{A:rtSt}\ }{}%
+ \ifthenelse{\equal{\word}{archer}}{\textipa{\'A:rtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{archery}}{\textipa{\'A:rtSri}\ }{}%
+ \ifthenelse{\equal{\word}{archetypal}}{\textipa{\`A:rkit\'aIpl}\ }{}%
+ \ifthenelse{\equal{\word}{archetype}}{\textipa{\'A:rkit\`aIp}\ }{}%
+ \ifthenelse{\equal{\word}{archetypical}}{\textipa{\`A:rkIt\'IpIkl}\ }{}%
+ \ifthenelse{\equal{\word}{archipelago}}{\textipa{\`A:rk at p\'el at g\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{architect}}{\textipa{\'A:rkIt\`ekt}\ }{}%
+ \ifthenelse{\equal{\word}{architectural}}{\textipa{\`A:rkIt\'ektSrl}\ }{}%
+ \ifthenelse{\equal{\word}{architecture}}{\textipa{\'A:rk at t\`ektS at r}\ }{}%
+ \ifthenelse{\equal{\word}{architrave}}{\textipa{\'A:rkItr\`eIv}\ }{}%
+ \ifthenelse{\equal{\word}{archival}}{\textipa{A:rk\'aIvl}\ }{}%
+ \ifthenelse{\equal{\word}{archive}}{\textipa{\'A:rkaIv}\ }{}%
+ \ifthenelse{\equal{\word}{archivist}}{\textipa{\'A:rkIvIst}\ }{}%
+ \ifthenelse{\equal{\word}{arctic}}{\textipa{\'A:rktIk}\ }{}%
+ \ifthenelse{\equal{\word}{ardent}}{\textipa{\'A:rdnt}\ }{}%
+ \ifthenelse{\equal{\word}{ardor}}{\textipa{\'A:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{arduous}}{\textipa{\'A:rdZu at s}\ }{}%
+ \ifthenelse{\equal{\word}{area}}{\textipa{\'e at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{arena}}{\textipa{@r\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{arent}}{\textipa{A:rnt}\ }{}%
+ \ifthenelse{\equal{\word}{argent}}{\textipa{\'A:rdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{argon}}{\textipa{\'A:rgAn}\ }{}%
+ \ifthenelse{\equal{\word}{argot}}{\textipa{\'A:rgoU}\ }{}%
+ \ifthenelse{\equal{\word}{arguable}}{\textipa{\'A:rgju at bl}\ }{}%
+ \ifthenelse{\equal{\word}{argue}}{\textipa{\'A:rgju:}\ }{}%
+ \ifthenelse{\equal{\word}{argument}}{\textipa{\'A:rgj at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{argumentation}}{\textipa{\`A:rgj at m@nt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{argumentative}}{\textipa{\`A:rgj at m\'ent at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{argus}}{\textipa{\'A:rg at s}\ }{}%
+ \ifthenelse{\equal{\word}{aria}}{\textipa{\'A:ri@}\ }{}%
+ \ifthenelse{\equal{\word}{arid}}{\textipa{\'\ae rId}\ }{}%
+ \ifthenelse{\equal{\word}{aright}}{\textipa{@r\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{arise}}{\textipa{@r\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{arisen}}{\textipa{@r\'Izn}\ }{}%
+ \ifthenelse{\equal{\word}{aristocracy}}{\textipa{\`\ae rIst\'Akr at si}\ }{}%
+ \ifthenelse{\equal{\word}{aristocrat}}{\textipa{@r\'Ist at kr\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{aristocratic}}{\textipa{@r\`Ist at kr\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{arithmetic}}{\textipa{@r\'ITm at t\`Ik}\ }{}%
+ \ifthenelse{\equal{\word}{arithmetical}}{\textipa{\`\ae rITm\'etIkl}\ }{}%
+ \ifthenelse{\equal{\word}{arizona}}{\textipa{\`\ae rIz\'oUn@}\ }{}%
+ \ifthenelse{\equal{\word}{arkansas}}{\textipa{\'A:rkns\`O:}\ }{}%
+ \ifthenelse{\equal{\word}{arm}}{\textipa{A:rm}\ }{}%
+ \ifthenelse{\equal{\word}{armada}}{\textipa{A:rm\'A:d@}\ }{}%
+ \ifthenelse{\equal{\word}{armadillo}}{\textipa{\`A:rm at d\'IloU}\ }{}%
+ \ifthenelse{\equal{\word}{armament}}{\textipa{\'A:rm at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{armature}}{\textipa{\'A:rm at tS\`U at r}\ }{}%
+ \ifthenelse{\equal{\word}{armchair}}{\textipa{\'A:rmtS\`e at r}\ }{}%
+ \ifthenelse{\equal{\word}{armenia}}{\textipa{A:rm\'\i:ni@}\ }{}%
+ \ifthenelse{\equal{\word}{armful}}{\textipa{\'A:rmf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{armistice}}{\textipa{\'A:rmIstIs}\ }{}%
+ \ifthenelse{\equal{\word}{armor}}{\textipa{\'A:rm at r}\ }{}%
+ \ifthenelse{\equal{\word}{armored}}{\textipa{\'A:rm at rd}\ }{}%
+ \ifthenelse{\equal{\word}{armorer}}{\textipa{\'A:rmr at r}\ }{}%
+ \ifthenelse{\equal{\word}{armory}}{\textipa{\'A:rmri}\ }{}%
+ \ifthenelse{\equal{\word}{arms}}{\textipa{A:rmz}\ }{}%
+ \ifthenelse{\equal{\word}{army}}{\textipa{\'A:rmi}\ }{}%
+ \ifthenelse{\equal{\word}{aroma}}{\textipa{@r\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{aromatic}}{\textipa{\`\ae r at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{arose}}{\textipa{@r\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{around}}{\textipa{@r\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{arousal}}{\textipa{@r\'aUzl}\ }{}%
+ \ifthenelse{\equal{\word}{arouse}}{\textipa{@r\'aUz}\ }{}%
+ \ifthenelse{\equal{\word}{arrange}}{\textipa{@r\'eInZ}\ }{}%
+ \ifthenelse{\equal{\word}{arrangement}}{\textipa{@r\'eInZm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{arranger}}{\textipa{@r\'eInZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{arrant}}{\textipa{\'\ae rnt}\ }{}%
+ \ifthenelse{\equal{\word}{array}}{\textipa{@r\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{arrayed}}{\textipa{@r\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{arrears}}{\textipa{@r\'I at rz}\ }{}%
+ \ifthenelse{\equal{\word}{arrest}}{\textipa{@r\'est}\ }{}%
+ \ifthenelse{\equal{\word}{arrival}}{\textipa{@r\'aIvl}\ }{}%
+ \ifthenelse{\equal{\word}{arrive}}{\textipa{@r\'aIv}\ }{}%
+ \ifthenelse{\equal{\word}{arrogance}}{\textipa{\'\ae r at gns}\ }{}%
+ \ifthenelse{\equal{\word}{arrogant}}{\textipa{\'\ae r at gnt}\ }{}%
+ \ifthenelse{\equal{\word}{arrow}}{\textipa{\'\ae roU}\ }{}%
+ \ifthenelse{\equal{\word}{arsenal}}{\textipa{\'A:rsnl}\ }{}%
+ \ifthenelse{\equal{\word}{arsenic}}{\textipa{\'A:rsnIk}\ }{}%
+ \ifthenelse{\equal{\word}{arson}}{\textipa{\'A:rsn}\ }{}%
+ \ifthenelse{\equal{\word}{art}}{\textipa{A:rt}\ }{}%
+ \ifthenelse{\equal{\word}{artefact}}{\textipa{\'A:rtIf\`\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{arterial}}{\textipa{A:rt\'I at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{artery}}{\textipa{\'A:rtri}\ }{}%
+ \ifthenelse{\equal{\word}{artful}}{\textipa{\'A:rtfl}\ }{}%
+ \ifthenelse{\equal{\word}{arthritic}}{\textipa{A:rTr\'ItIk}\ }{}%
+ \ifthenelse{\equal{\word}{arthritis}}{\textipa{A:rTr\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{arthropod}}{\textipa{\'A:rTr at p\`Ad}\ }{}%
+ \ifthenelse{\equal{\word}{arthur}}{\textipa{\'A:rT at r}\ }{}%
+ \ifthenelse{\equal{\word}{artichoke}}{\textipa{\'A:rt at tS\`oUk}\ }{}%
+ \ifthenelse{\equal{\word}{article}}{\textipa{\'A:rtIkl}\ }{}%
+ \ifthenelse{\equal{\word}{articulate}}{\textipa{A:rt\'Ikj at l@t}\ }{}%
+ \ifthenelse{\equal{\word}{articulation}}{\textipa{A:rt\`Ikj at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{artier}}{\textipa{\'A:rtsi}\ }{}%
+ \ifthenelse{\equal{\word}{artifice}}{\textipa{\'A:rtIfIs}\ }{}%
+ \ifthenelse{\equal{\word}{artificial}}{\textipa{\`A:rtIf\'ISl}\ }{}%
+ \ifthenelse{\equal{\word}{artificiality}}{\textipa{\`A:rt at f\`ISi\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{artillery}}{\textipa{A:rt\'Ilri}\ }{}%
+ \ifthenelse{\equal{\word}{artisan}}{\textipa{\'A:rt at zn}\ }{}%
+ \ifthenelse{\equal{\word}{artist}}{\textipa{\'A:rt at st}\ }{}%
+ \ifthenelse{\equal{\word}{artiste}}{\textipa{A:rt\'\i:st}\ }{}%
+ \ifthenelse{\equal{\word}{artistic}}{\textipa{A:rt\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{artistically}}{\textipa{A:rt\'IstIkli}\ }{}%
+ \ifthenelse{\equal{\word}{artistry}}{\textipa{\'A:rtIstri}\ }{}%
+ \ifthenelse{\equal{\word}{arty}}{\textipa{\'A:rti}\ }{}%
+ \ifthenelse{\equal{\word}{arum}}{\textipa{\'e at r@m}\ }{}%
+ \ifthenelse{\equal{\word}{as}}{\textipa{eI}\ }{}%
+ \ifthenelse{\equal{\word}{asbestos}}{\textipa{\ae sb\'est at s}\ }{}%
+ \ifthenelse{\equal{\word}{ascend}}{\textipa{@s\'end}\ }{}%
+ \ifthenelse{\equal{\word}{ascendancy}}{\textipa{@s\'end at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{ascendant}}{\textipa{@s\'end at nt}\ }{}%
+ \ifthenelse{\equal{\word}{ascension}}{\textipa{@s\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{ascent}}{\textipa{@s\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{ascertain}}{\textipa{\`\ae s at rt\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{ascetic}}{\textipa{@s\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{ascribable}}{\textipa{@skr\'aIb at bl}\ }{}%
+ \ifthenelse{\equal{\word}{ascribe}}{\textipa{@skr\'aIb}\ }{}%
+ \ifthenelse{\equal{\word}{ascription}}{\textipa{@skr\'IpSn}\ }{}%
+ \ifthenelse{\equal{\word}{aseptic}}{\textipa{eIs\'eptIk}\ }{}%
+ \ifthenelse{\equal{\word}{asexual}}{\textipa{eIs\'ekSul}\ }{}%
+ \ifthenelse{\equal{\word}{ash}}{\textipa{\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{ashamed}}{\textipa{@S\'eImd}\ }{}%
+ \ifthenelse{\equal{\word}{ashen}}{\textipa{\'\ae Sn}\ }{}%
+ \ifthenelse{\equal{\word}{ashore}}{\textipa{@S\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{ashy}}{\textipa{\'\ae Si}\ }{}%
+ \ifthenelse{\equal{\word}{asia}}{\textipa{\'eIZ@}\ }{}%
+ \ifthenelse{\equal{\word}{asian}}{\textipa{\'eIZn}\ }{}%
+ \ifthenelse{\equal{\word}{asiatic}}{\textipa{\`eIZi\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{aside}}{\textipa{@s\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{asinine}}{\textipa{\'\ae sIn\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{ask}}{\textipa{\ae sk}\ }{}%
+ \ifthenelse{\equal{\word}{askance}}{\textipa{@sk\'\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{askew}}{\textipa{@skj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{aslant}}{\textipa{@sl\'\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{asleep}}{\textipa{@sl\'\i:p}\ }{}%
+ \ifthenelse{\equal{\word}{asocial}}{\textipa{\`eIs\'oUSl}\ }{}%
+ \ifthenelse{\equal{\word}{asp}}{\textipa{\ae sp}\ }{}%
+ \ifthenelse{\equal{\word}{asparagus}}{\textipa{@sp\'\ae r at g@s}\ }{}%
+ \ifthenelse{\equal{\word}{aspect}}{\textipa{\'\ae spekt}\ }{}%
+ \ifthenelse{\equal{\word}{asperity}}{\textipa{\ae sp\'er at ti}\ }{}%
+ \ifthenelse{\equal{\word}{aspersion}}{\textipa{@sp\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{asphalt}}{\textipa{\'\ae sfO:lt}\ }{}%
+ \ifthenelse{\equal{\word}{asphyxia}}{\textipa{\ae sf\'Iksi@}\ }{}%
+ \ifthenelse{\equal{\word}{asphyxiate}}{\textipa{\ae sf\'Iksi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{asphyxiation}}{\textipa{\ae sf\`Iksi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{aspic}}{\textipa{\'\ae spIk}\ }{}%
+ \ifthenelse{\equal{\word}{aspidistra}}{\textipa{\`\ae spId\'Istr@}\ }{}%
+ \ifthenelse{\equal{\word}{aspirant}}{\textipa{\'\ae sprnt}\ }{}%
+ \ifthenelse{\equal{\word}{aspirate}}{\textipa{\'\ae sp at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{aspiration}}{\textipa{\`\ae sp at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{aspirators}}{\textipa{\'\ae sp at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{aspire}}{\textipa{@sp\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{aspirin}}{\textipa{\'\ae sprIn}\ }{}%
+ \ifthenelse{\equal{\word}{ass}}{\textipa{\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{assail}}{\textipa{@s\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{assailant}}{\textipa{@s\'eIl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{assassin}}{\textipa{@s\'\ae sIn}\ }{}%
+ \ifthenelse{\equal{\word}{assassinate}}{\textipa{@s\'\ae sIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{assault}}{\textipa{@s\'O:lt}\ }{}%
+ \ifthenelse{\equal{\word}{assay}}{\textipa{\'\ae seI}\ }{}%
+ \ifthenelse{\equal{\word}{assegai}}{\textipa{\'\ae sIg\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{assemblage}}{\textipa{@s\'emblIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{assemble}}{\textipa{@s\'embl}\ }{}%
+ \ifthenelse{\equal{\word}{assembler}}{\textipa{@s\'embl at r}\ }{}%
+ \ifthenelse{\equal{\word}{assembly}}{\textipa{@s\'embli}\ }{}%
+ \ifthenelse{\equal{\word}{assert}}{\textipa{@s\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{assertion}}{\textipa{@s\'@:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{assertive}}{\textipa{@s\'@:rtIv}\ }{}%
+ \ifthenelse{\equal{\word}{asses}}{\textipa{@z}\ }{}%
+ \ifthenelse{\equal{\word}{assess}}{\textipa{@s\'es}\ }{}%
+ \ifthenelse{\equal{\word}{assessment}}{\textipa{@s\'esm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{assessor}}{\textipa{@s\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{asset}}{\textipa{\'\ae set}\ }{}%
+ \ifthenelse{\equal{\word}{assiduity}}{\textipa{\`\ae sIdj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{assiduous}}{\textipa{@s\'IdZu at s}\ }{}%
+ \ifthenelse{\equal{\word}{assign}}{\textipa{@s\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{assignation}}{\textipa{\`\ae sIgn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{assignees}}{\textipa{@s\`aIn\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{assignment}}{\textipa{@s\'aInm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{assimilate}}{\textipa{@s\'Im at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{assist}}{\textipa{@s\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{assistance}}{\textipa{@s\'Istns}\ }{}%
+ \ifthenelse{\equal{\word}{assistant}}{\textipa{@s\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{assizes}}{\textipa{@s\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{associate}}{\textipa{@s\'oUSi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{association}}{\textipa{@s\`oUsi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{associative}}{\textipa{@s\'oUSi\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{assonance}}{\textipa{\'\ae sn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{assort}}{\textipa{@s\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{assuage}}{\textipa{@sw\'eIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{assume}}{\textipa{@sj\'u:m}\ }{}%
+ \ifthenelse{\equal{\word}{assumption}}{\textipa{@s\'2mSn}\ }{}%
+ \ifthenelse{\equal{\word}{assurance}}{\textipa{@S\'Urns}\ }{}%
+ \ifthenelse{\equal{\word}{assure}}{\textipa{@S\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{assured}}{\textipa{@S\'U at rd}\ }{}%
+ \ifthenelse{\equal{\word}{assuredly}}{\textipa{@S\'UrIdli}\ }{}%
+ \ifthenelse{\equal{\word}{assyria}}{\textipa{@s\'Iri@}\ }{}%
+ \ifthenelse{\equal{\word}{assyrian}}{\textipa{@s\'Iri at n}\ }{}%
+ \ifthenelse{\equal{\word}{aster}}{\textipa{\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{asterisk}}{\textipa{\'\ae st at r\`Isk}\ }{}%
+ \ifthenelse{\equal{\word}{astern}}{\textipa{@st\'@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{asteroid}}{\textipa{\'\ae st at r\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{asthma}}{\textipa{\'\ae zm@}\ }{}%
+ \ifthenelse{\equal{\word}{asthmatic}}{\textipa{\ae zm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{astigmatic}}{\textipa{\`\ae stIgm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{astigmatism}}{\textipa{@st\'Igm at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{astir}}{\textipa{@st\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{astonish}}{\textipa{@st\'AnIS}\ }{}%
+ \ifthenelse{\equal{\word}{astonishing}}{\textipa{@st\'AnISIN}\ }{}%
+ \ifthenelse{\equal{\word}{astonishment}}{\textipa{@st\'AnISm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{astound}}{\textipa{@st\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{astral}}{\textipa{\'\ae strl}\ }{}%
+ \ifthenelse{\equal{\word}{astray}}{\textipa{@str\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{astride}}{\textipa{@str\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{astringent}}{\textipa{@str\'InZnt}\ }{}%
+ \ifthenelse{\equal{\word}{astrologer}}{\textipa{@str\'Al at dZ@r}\ }{}%
+ \ifthenelse{\equal{\word}{astrological}}{\textipa{\`\ae str at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{astrology}}{\textipa{@str\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{astronaut}}{\textipa{\'\ae str at n\`O:t}\ }{}%
+ \ifthenelse{\equal{\word}{astronautics}}{\textipa{\`\ae str at n\'O:tIks}\ }{}%
+ \ifthenelse{\equal{\word}{astronomer}}{\textipa{@str\'An at m@r}\ }{}%
+ \ifthenelse{\equal{\word}{astronomic}}{\textipa{\`\ae str at n\'AmIk}\ }{}%
+ \ifthenelse{\equal{\word}{astronomical}}{\textipa{\`\ae str at n\'AmIkl}\ }{}%
+ \ifthenelse{\equal{\word}{astronomy}}{\textipa{@str\'An at mi}\ }{}%
+ \ifthenelse{\equal{\word}{astute}}{\textipa{@stj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{asunder}}{\textipa{@s\'2nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{asylum}}{\textipa{@s\'aIl at m}\ }{}%
+ \ifthenelse{\equal{\word}{asymmetric}}{\textipa{\`eIsIm\'etrIkl}\ }{}%
+ \ifthenelse{\equal{\word}{asymmetry}}{\textipa{eIs\'Im at tri}\ }{}%
+ \ifthenelse{\equal{\word}{asymptomatic}}{\textipa{eIs\`Imt at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{asynchronous}}{\textipa{eIs\'INkrn at s}\ }{}%
+ \ifthenelse{\equal{\word}{at}}{\textipa{@t}\ }{}%
+ \ifthenelse{\equal{\word}{atavism}}{\textipa{\'\ae t at v\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{atavistic}}{\textipa{\`\ae t at v\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{ate}}{\textipa{eIt}\ }{}%
+ \ifthenelse{\equal{\word}{atelier}}{\textipa{\'\ae tlj\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{atheism}}{\textipa{\'eITi\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{atheist}}{\textipa{\'eITiIst}\ }{}%
+ \ifthenelse{\equal{\word}{atheistic}}{\textipa{\`eITi\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{athena}}{\textipa{@T\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{athens}}{\textipa{\'\ae TInz}\ }{}%
+ \ifthenelse{\equal{\word}{atherosclerosis}}{\textipa{\`\ae T at roUskl@r\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{athlete}}{\textipa{\'\ae Tli:t}\ }{}%
+ \ifthenelse{\equal{\word}{athletic}}{\textipa{\ae Tl\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{athletics}}{\textipa{\ae Tl\'etIks}\ }{}%
+ \ifthenelse{\equal{\word}{atlanta}}{\textipa{\ae tl\'\ae nt@}\ }{}%
+ \ifthenelse{\equal{\word}{atlantic}}{\textipa{@tl\'\ae ntIk}\ }{}%
+ \ifthenelse{\equal{\word}{atlantis}}{\textipa{@tl\'\ae ntIs}\ }{}%
+ \ifthenelse{\equal{\word}{atlas}}{\textipa{\'\ae tl at s}\ }{}%
+ \ifthenelse{\equal{\word}{atmosphere}}{\textipa{\'\ae tm at sf\`I at r}\ }{}%
+ \ifthenelse{\equal{\word}{atmospheric}}{\textipa{\`\ae tm at sf\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{atoll}}{\textipa{\'\ae tO:l}\ }{}%
+ \ifthenelse{\equal{\word}{atom}}{\textipa{\'\ae t at m}\ }{}%
+ \ifthenelse{\equal{\word}{atomic}}{\textipa{@t\'AmIk}\ }{}%
+ \ifthenelse{\equal{\word}{atomized}}{\textipa{\'\ae t at m\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{atonal}}{\textipa{eIt\'oUnl}\ }{}%
+ \ifthenelse{\equal{\word}{atone}}{\textipa{@t\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{atonement}}{\textipa{@t\'oUnm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{atop}}{\textipa{@t\'Ap}\ }{}%
+ \ifthenelse{\equal{\word}{atrium}}{\textipa{\'eItri at m}\ }{}%
+ \ifthenelse{\equal{\word}{atrocious}}{\textipa{@tr\'oUS at s}\ }{}%
+ \ifthenelse{\equal{\word}{atrocity}}{\textipa{@tr\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{atrophy}}{\textipa{\'\ae tr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{atropine}}{\textipa{\'\ae tr at p\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{attach}}{\textipa{@t\'\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{attache}}{\textipa{\`\ae t at S\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{attached}}{\textipa{@t\'\ae tSt}\ }{}%
+ \ifthenelse{\equal{\word}{attack}}{\textipa{@t\'\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{attain}}{\textipa{@t\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{attempt}}{\textipa{@t\'emt}\ }{}%
+ \ifthenelse{\equal{\word}{attend}}{\textipa{@t\'end}\ }{}%
+ \ifthenelse{\equal{\word}{attendance}}{\textipa{@t\'endns}\ }{}%
+ \ifthenelse{\equal{\word}{attendant}}{\textipa{@t\'endnt}\ }{}%
+ \ifthenelse{\equal{\word}{attendees}}{\textipa{@t\`end\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{attender}}{\textipa{@t\'end at r}\ }{}%
+ \ifthenelse{\equal{\word}{attention}}{\textipa{@t\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{attentive}}{\textipa{@t\'entIv}\ }{}%
+ \ifthenelse{\equal{\word}{attenuate}}{\textipa{@t\'enju\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{attest}}{\textipa{@t\'est}\ }{}%
+ \ifthenelse{\equal{\word}{attestation}}{\textipa{\`\ae test\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{attic}}{\textipa{\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{attire}}{\textipa{@t\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{attitude}}{\textipa{\'\ae t at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{attitudinal}}{\textipa{\`\ae t at tj\'u:dnl}\ }{}%
+ \ifthenelse{\equal{\word}{attorney}}{\textipa{@t\'@:rni}\ }{}%
+ \ifthenelse{\equal{\word}{attract}}{\textipa{@tr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{attraction}}{\textipa{@tr\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{attractive}}{\textipa{@tr\'\ae ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{attributable}}{\textipa{@tr\'Ibj at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{attribute}}{\textipa{@tr\'Ibj at t}\ }{}%
+ \ifthenelse{\equal{\word}{attribution}}{\textipa{\`\ae trIbj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{attributive}}{\textipa{@tr\'Ibj at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{attrition}}{\textipa{@tr\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{attune}}{\textipa{@tj\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{atypical}}{\textipa{eIt\'IpIkl}\ }{}%
+ \ifthenelse{\equal{\word}{aubergine}}{\textipa{\'oUb at rZ\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{auburn}}{\textipa{\'O:b at rn}\ }{}%
+ \ifthenelse{\equal{\word}{auction}}{\textipa{\'O:kSn}\ }{}%
+ \ifthenelse{\equal{\word}{auctioneer}}{\textipa{\`O:kS at n\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{audacious}}{\textipa{O:d\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{audacity}}{\textipa{O:d\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{audible}}{\textipa{\'O:d at bl}\ }{}%
+ \ifthenelse{\equal{\word}{audience}}{\textipa{\'O:di at ns}\ }{}%
+ \ifthenelse{\equal{\word}{audio}}{\textipa{\'O:di\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{audit}}{\textipa{\'O:d at t}\ }{}%
+ \ifthenelse{\equal{\word}{audition}}{\textipa{O:d\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{auditor}}{\textipa{\'O:dIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{auditorium}}{\textipa{\`O:dIt\'O:ri at m}\ }{}%
+ \ifthenelse{\equal{\word}{auditory}}{\textipa{\'O:d at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{auger}}{\textipa{\'O:g at r}\ }{}%
+ \ifthenelse{\equal{\word}{augment}}{\textipa{O:gm\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{augmentation}}{\textipa{\`O:gment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{augury}}{\textipa{\'O:gj at ri}\ }{}%
+ \ifthenelse{\equal{\word}{august}}{\textipa{O:g\'2st}\ }{}%
+ \ifthenelse{\equal{\word}{augustus}}{\textipa{O:g\'2st at s}\ }{}%
+ \ifthenelse{\equal{\word}{auk}}{\textipa{O:k}\ }{}%
+ \ifthenelse{\equal{\word}{aura}}{\textipa{\'O:r@}\ }{}%
+ \ifthenelse{\equal{\word}{aurora}}{\textipa{@r\'O:r@}\ }{}%
+ \ifthenelse{\equal{\word}{auspice}}{\textipa{\'O:spIs}\ }{}%
+ \ifthenelse{\equal{\word}{auspicious}}{\textipa{O:sp\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{aussie}}{\textipa{\'O:si}\ }{}%
+ \ifthenelse{\equal{\word}{austere}}{\textipa{O:st\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{austerity}}{\textipa{O:st\'er at ti}\ }{}%
+ \ifthenelse{\equal{\word}{australian}}{\textipa{O:str\'eIli at n}\ }{}%
+ \ifthenelse{\equal{\word}{austria}}{\textipa{\'O:stri@}\ }{}%
+ \ifthenelse{\equal{\word}{autarchy}}{\textipa{\'O:tA:rki}\ }{}%
+ \ifthenelse{\equal{\word}{auteur}}{\textipa{oUt\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{authentic}}{\textipa{O:T\'entIk}\ }{}%
+ \ifthenelse{\equal{\word}{authenticate}}{\textipa{O:T\'entIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{authenticity}}{\textipa{\`O:Tent\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{author}}{\textipa{\'O:T at r}\ }{}%
+ \ifthenelse{\equal{\word}{authoress}}{\textipa{\'O:Tr at s}\ }{}%
+ \ifthenelse{\equal{\word}{authorial}}{\textipa{O:T\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{authorize}}{\textipa{\'O:T at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{authoritarian}}{\textipa{O:T\`O:r at t\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{authoritative}}{\textipa{@T\'O:r at t\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{authority}}{\textipa{@T\'O:r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{authorship}}{\textipa{\'O:T at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{autism}}{\textipa{\'O:tIzm}\ }{}%
+ \ifthenelse{\equal{\word}{autistic}}{\textipa{O:t\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{auto}}{\textipa{\'O:toU}\ }{}%
+ \ifthenelse{\equal{\word}{autobahn}}{\textipa{\'O:toUb\`A:n}\ }{}%
+ \ifthenelse{\equal{\word}{autobiographical}}{\textipa{\`O:t at b\`aI at gr\'\ae fIk}\ }{}%
+ \ifthenelse{\equal{\word}{autobiography}}{\textipa{\`O:t at baI\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{autocracy}}{\textipa{O:t\'Akr at si}\ }{}%
+ \ifthenelse{\equal{\word}{autocrat}}{\textipa{\'O:t at kr\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{autocratic}}{\textipa{\`O:t at kr\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{autocue}}{\textipa{\'O:toUkj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{autograph}}{\textipa{\'O:t at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{automat}}{\textipa{\'O:t at m\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{automata}}{\textipa{O:t\'Am at tn}\ }{}%
+ \ifthenelse{\equal{\word}{automate}}{\textipa{\'O:t at m\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{automatic}}{\textipa{\`O:t at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{automatically}}{\textipa{\`O:t at m\'\ae tIkli}\ }{}%
+ \ifthenelse{\equal{\word}{automation}}{\textipa{\`O:t at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{automobile}}{\textipa{\'O:t at moUb\`\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{automotive}}{\textipa{\`O:t at m\'oUtIv}\ }{}%
+ \ifthenelse{\equal{\word}{autonomic}}{\textipa{\`O:t at n\'AmIk}\ }{}%
+ \ifthenelse{\equal{\word}{autonomous}}{\textipa{O:t\'An at m@s}\ }{}%
+ \ifthenelse{\equal{\word}{autonomy}}{\textipa{O:t\'An at mi}\ }{}%
+ \ifthenelse{\equal{\word}{autopsy}}{\textipa{\'O:tApsi}\ }{}%
+ \ifthenelse{\equal{\word}{autumn}}{\textipa{\'O:t at m}\ }{}%
+ \ifthenelse{\equal{\word}{autumnal}}{\textipa{O:t\'2mnl}\ }{}%
+ \ifthenelse{\equal{\word}{auxiliary}}{\textipa{O:gz\'Ili at ri}\ }{}%
+ \ifthenelse{\equal{\word}{avail}}{\textipa{@v\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{availability}}{\textipa{@v\`eIl at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{available}}{\textipa{@v\'eIl at bl}\ }{}%
+ \ifthenelse{\equal{\word}{avalanche}}{\textipa{\'\ae v at l\`\ae nS}\ }{}%
+ \ifthenelse{\equal{\word}{avarice}}{\textipa{\'\ae vrIs}\ }{}%
+ \ifthenelse{\equal{\word}{avaricious}}{\textipa{\`\ae v at r\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{ave}}{\textipa{\'A:veI}\ }{}%
+ \ifthenelse{\equal{\word}{avenge}}{\textipa{@v\'enZ}\ }{}%
+ \ifthenelse{\equal{\word}{avenue}}{\textipa{\'\ae v at nj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{aver}}{\textipa{@v\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{average}}{\textipa{\'\ae vrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{averse}}{\textipa{@v\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{aversion}}{\textipa{@v\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{avert}}{\textipa{@v\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{avian}}{\textipa{\'eIvi at n}\ }{}%
+ \ifthenelse{\equal{\word}{aviary}}{\textipa{\'eIvi\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{aviation}}{\textipa{\`eIvi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{aviator}}{\textipa{\'eIvi\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{avid}}{\textipa{\'\ae vId}\ }{}%
+ \ifthenelse{\equal{\word}{avidity}}{\textipa{@v\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{avionics}}{\textipa{\`eIvi\'AnIks}\ }{}%
+ \ifthenelse{\equal{\word}{avocado}}{\textipa{\`\ae voUk\'A:doU}\ }{}%
+ \ifthenelse{\equal{\word}{avoid}}{\textipa{@v\'OId}\ }{}%
+ \ifthenelse{\equal{\word}{avoidance}}{\textipa{@v\'OIdns}\ }{}%
+ \ifthenelse{\equal{\word}{avoirdupois}}{\textipa{\`\ae v at rd@p\'OIz}\ }{}%
+ \ifthenelse{\equal{\word}{avow}}{\textipa{@v\'aU}\ }{}%
+ \ifthenelse{\equal{\word}{avowal}}{\textipa{@v\'a at l}\ }{}%
+ \ifthenelse{\equal{\word}{avuncular}}{\textipa{@v\'2Nkj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{await}}{\textipa{@w\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{awake}}{\textipa{@w\'eIk}\ }{}%
+ \ifthenelse{\equal{\word}{awaken}}{\textipa{@w\'eIkn}\ }{}%
+ \ifthenelse{\equal{\word}{awakening}}{\textipa{@w\'eIknIN}\ }{}%
+ \ifthenelse{\equal{\word}{award}}{\textipa{@w\'O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{aware}}{\textipa{@w\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{awareness}}{\textipa{@w\'e at rn@s}\ }{}%
+ \ifthenelse{\equal{\word}{awash}}{\textipa{@w\'O:S}\ }{}%
+ \ifthenelse{\equal{\word}{away}}{\textipa{@w\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{awe}}{\textipa{O:}\ }{}%
+ \ifthenelse{\equal{\word}{awed}}{\textipa{O:d}\ }{}%
+ \ifthenelse{\equal{\word}{awesome}}{\textipa{\'O:sm}\ }{}%
+ \ifthenelse{\equal{\word}{awful}}{\textipa{\'O:fl}\ }{}%
+ \ifthenelse{\equal{\word}{awfully}}{\textipa{\'O:fli}\ }{}%
+ \ifthenelse{\equal{\word}{awhile}}{\textipa{@w\'aIl}\ }{}%
+ \ifthenelse{\equal{\word}{awkward}}{\textipa{\'O:kw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{awn}}{\textipa{O:n}\ }{}%
+ \ifthenelse{\equal{\word}{awning}}{\textipa{\'O:nIN}\ }{}%
+ \ifthenelse{\equal{\word}{awoke}}{\textipa{@w\'oUk}\ }{}%
+ \ifthenelse{\equal{\word}{awoken}}{\textipa{@w\'oUkn}\ }{}%
+ \ifthenelse{\equal{\word}{awol}}{\textipa{\'eIw\`Al}\ }{}%
+ \ifthenelse{\equal{\word}{awry}}{\textipa{@r\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{ax}}{\textipa{\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{axes}}{\textipa{\'\ae ksIz}\ }{}%
+ \ifthenelse{\equal{\word}{axial}}{\textipa{\'\ae ksi at l}\ }{}%
+ \ifthenelse{\equal{\word}{axiom}}{\textipa{\'\ae ksi at m}\ }{}%
+ \ifthenelse{\equal{\word}{axiomatic}}{\textipa{\`\ae ksi at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{axis}}{\textipa{\'\ae ksIs}\ }{}%
+ \ifthenelse{\equal{\word}{axle}}{\textipa{\'\ae ksl}\ }{}%
+ \ifthenelse{\equal{\word}{axon}}{\textipa{\'\ae ksAn}\ }{}%
+ \ifthenelse{\equal{\word}{aye}}{\textipa{aI}\ }{}%
+ \ifthenelse{\equal{\word}{azalea}}{\textipa{@z\'eIli@}\ }{}%
+ \ifthenelse{\equal{\word}{azimuth}}{\textipa{\'\ae zIm at T}\ }{}%
+ \ifthenelse{\equal{\word}{aztec}}{\textipa{\'\ae ztek}\ }{}%
+ \ifthenelse{\equal{\word}{azure}}{\textipa{\'\ae Z at r}\ }{}%
+ \ifthenelse{\equal{\word}{baa}}{\textipa{b\ae }\ }{}%
+ \ifthenelse{\equal{\word}{babas}}{\textipa{b\'A:bA:}\ }{}%
+ \ifthenelse{\equal{\word}{babble}}{\textipa{b\'\ae bl}\ }{}%
+ \ifthenelse{\equal{\word}{babe}}{\textipa{beIb}\ }{}%
+ \ifthenelse{\equal{\word}{babel}}{\textipa{b\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{baboon}}{\textipa{b\ae b\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{baby}}{\textipa{b\'eIbi}\ }{}%
+ \ifthenelse{\equal{\word}{babyish}}{\textipa{b\'eIbiIS}\ }{}%
+ \ifthenelse{\equal{\word}{babylon}}{\textipa{b\'\ae b at lAn}\ }{}%
+ \ifthenelse{\equal{\word}{babysitter}}{\textipa{b\'eIbis\`It at r}\ }{}%
+ \ifthenelse{\equal{\word}{baccarat}}{\textipa{b\'A:k at r\`A:}\ }{}%
+ \ifthenelse{\equal{\word}{bacchus}}{\textipa{b\'\ae k at s}\ }{}%
+ \ifthenelse{\equal{\word}{bach}}{\textipa{b\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{bachelor}}{\textipa{b\'\ae tSl at r}\ }{}%
+ \ifthenelse{\equal{\word}{bacilli}}{\textipa{b at s\'Il at s}\ }{}%
+ \ifthenelse{\equal{\word}{back}}{\textipa{b\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{backbone}}{\textipa{b\'\ae kb\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{backed}}{\textipa{b\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{backgammon}}{\textipa{b\'\ae kg\`\ae m at n}\ }{}%
+ \ifthenelse{\equal{\word}{background}}{\textipa{b\'\ae kgr\`aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{backing}}{\textipa{b\'\ae kIN}\ }{}%
+ \ifthenelse{\equal{\word}{backtrack}}{\textipa{b\'\ae ktr\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{backward}}{\textipa{b\'\ae kw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{backyard}}{\textipa{b\`\ae kj\'A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{bacon}}{\textipa{b\'eIkn}\ }{}%
+ \ifthenelse{\equal{\word}{bacteria}}{\textipa{b\ae kt\'\i at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{bacterial}}{\textipa{b\ae kt\'\i ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{bacteriologist}}{\textipa{b\ae kt\'\i at ri@l at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{bacteriology}}{\textipa{b\ae kt\`\i at ri\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{bacteriophage}}{\textipa{b\ae kt\'\i at ri@feIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{bacterium}}{\textipa{b\ae kt\'\i at ri@m}\ }{}%
+ \ifthenelse{\equal{\word}{bad}}{\textipa{b\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{baddy}}{\textipa{b\'\ae di}\ }{}%
+ \ifthenelse{\equal{\word}{badge}}{\textipa{b\ae dZ}\ }{}%
+ \ifthenelse{\equal{\word}{badger}}{\textipa{b\'\ae dZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{badinage}}{\textipa{b\'\ae dIn\`A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{badly}}{\textipa{b\'\ae dli}\ }{}%
+ \ifthenelse{\equal{\word}{badminton}}{\textipa{b\'\ae dmIntn}\ }{}%
+ \ifthenelse{\equal{\word}{baffle}}{\textipa{b\'\ae fl}\ }{}%
+ \ifthenelse{\equal{\word}{baffling}}{\textipa{b\'\ae flIN}\ }{}%
+ \ifthenelse{\equal{\word}{bag}}{\textipa{b\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{bagatelle}}{\textipa{b\`\ae g at t\'el}\ }{}%
+ \ifthenelse{\equal{\word}{bagdad}}{\textipa{b\'\ae gd\`\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{bagels}}{\textipa{b\'eIgl}\ }{}%
+ \ifthenelse{\equal{\word}{bagful}}{\textipa{b\'\ae gf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{baggage}}{\textipa{b\'\ae gIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{baggy}}{\textipa{b\'\ae gi}\ }{}%
+ \ifthenelse{\equal{\word}{baguette}}{\textipa{b\ae g\'et}\ }{}%
+ \ifthenelse{\equal{\word}{bah}}{\textipa{bA:}\ }{}%
+ \ifthenelse{\equal{\word}{bahamas}}{\textipa{b at h\'A:m at z}\ }{}%
+ \ifthenelse{\equal{\word}{bail}}{\textipa{beIl}\ }{}%
+ \ifthenelse{\equal{\word}{bailiff}}{\textipa{b\'eIlIf}\ }{}%
+ \ifthenelse{\equal{\word}{bailiwick}}{\textipa{b\'eIlIw\`Ik}\ }{}%
+ \ifthenelse{\equal{\word}{bait}}{\textipa{beIt}\ }{}%
+ \ifthenelse{\equal{\word}{bake}}{\textipa{beIk}\ }{}%
+ \ifthenelse{\equal{\word}{baked}}{\textipa{beIkt}\ }{}%
+ \ifthenelse{\equal{\word}{baker}}{\textipa{b\'eIk at r}\ }{}%
+ \ifthenelse{\equal{\word}{bakery}}{\textipa{b\'eIkri}\ }{}%
+ \ifthenelse{\equal{\word}{baking}}{\textipa{b\'eIkIN}\ }{}%
+ \ifthenelse{\equal{\word}{balaclava}}{\textipa{b\`\ae l at kl\'A:v@}\ }{}%
+ \ifthenelse{\equal{\word}{balalaika}}{\textipa{b\`\ae l at l\'aIk@}\ }{}%
+ \ifthenelse{\equal{\word}{balance}}{\textipa{b\'\ae l at ns}\ }{}%
+ \ifthenelse{\equal{\word}{balcony}}{\textipa{b\'\ae lkni}\ }{}%
+ \ifthenelse{\equal{\word}{bald}}{\textipa{bO:ld}\ }{}%
+ \ifthenelse{\equal{\word}{balderdash}}{\textipa{b\'O:ld at rd\`\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{baldy}}{\textipa{b\'O:ldi}\ }{}%
+ \ifthenelse{\equal{\word}{baleen}}{\textipa{b at l\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{baleful}}{\textipa{b\'eIlfl}\ }{}%
+ \ifthenelse{\equal{\word}{bali}}{\textipa{b\'A:li}\ }{}%
+ \ifthenelse{\equal{\word}{ball}}{\textipa{bO:l}\ }{}%
+ \ifthenelse{\equal{\word}{ballad}}{\textipa{b\'\ae l at d}\ }{}%
+ \ifthenelse{\equal{\word}{ballade}}{\textipa{b\ae l\'A:d}\ }{}%
+ \ifthenelse{\equal{\word}{ballast}}{\textipa{b\'\ae l at st}\ }{}%
+ \ifthenelse{\equal{\word}{ballerina}}{\textipa{b\`\ae l at r\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{ballet}}{\textipa{b\ae l\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{balletic}}{\textipa{b\ae l\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{ballistic}}{\textipa{b at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{balloon}}{\textipa{b at l\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{ballot}}{\textipa{b\'\ae l at t}\ }{}%
+ \ifthenelse{\equal{\word}{ballpoint}}{\textipa{b\'O:lp\`OInt}\ }{}%
+ \ifthenelse{\equal{\word}{balls}}{\textipa{bO:lz}\ }{}%
+ \ifthenelse{\equal{\word}{ballyhoo}}{\textipa{b\'\ae lih\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{balm}}{\textipa{bA:m}\ }{}%
+ \ifthenelse{\equal{\word}{balmy}}{\textipa{b\'A:mi}\ }{}%
+ \ifthenelse{\equal{\word}{baloney}}{\textipa{b at l\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{balsa}}{\textipa{b\'O:ls@}\ }{}%
+ \ifthenelse{\equal{\word}{balsam}}{\textipa{b\'O:lsm}\ }{}%
+ \ifthenelse{\equal{\word}{baltic}}{\textipa{b\'O:ltIk}\ }{}%
+ \ifthenelse{\equal{\word}{baluster}}{\textipa{b\'\ae l at st@r}\ }{}%
+ \ifthenelse{\equal{\word}{balustrade}}{\textipa{b\'\ae l at str\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{bambino}}{\textipa{b\ae mb\'\i:noU}\ }{}%
+ \ifthenelse{\equal{\word}{bamboo}}{\textipa{b\`\ae mb\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{bamboozle}}{\textipa{b\ae mb\'u:zl}\ }{}%
+ \ifthenelse{\equal{\word}{ban}}{\textipa{b\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{banal}}{\textipa{b at n\'A:l}\ }{}%
+ \ifthenelse{\equal{\word}{banana}}{\textipa{b at n\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{band}}{\textipa{b\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{bandage}}{\textipa{b\'\ae ndIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{bandanna}}{\textipa{b\ae nd\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{bandied}}{\textipa{b\'\ae ndi}\ }{}%
+ \ifthenelse{\equal{\word}{bandit}}{\textipa{b\'\ae ndIt}\ }{}%
+ \ifthenelse{\equal{\word}{banditry}}{\textipa{b\'\ae ndItri}\ }{}%
+ \ifthenelse{\equal{\word}{bane}}{\textipa{beIn}\ }{}%
+ \ifthenelse{\equal{\word}{bang}}{\textipa{b\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{banger}}{\textipa{b\'\ae N at r}\ }{}%
+ \ifthenelse{\equal{\word}{bangkok}}{\textipa{b\'\ae Nk\`Ak}\ }{}%
+ \ifthenelse{\equal{\word}{bangle}}{\textipa{b\'\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{banish}}{\textipa{b\'\ae nIS}\ }{}%
+ \ifthenelse{\equal{\word}{banister}}{\textipa{b\'\ae nIst at r}\ }{}%
+ \ifthenelse{\equal{\word}{banjo}}{\textipa{b\'\ae ndZoU}\ }{}%
+ \ifthenelse{\equal{\word}{bank}}{\textipa{b\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{banker}}{\textipa{b\'\ae Nk at r}\ }{}%
+ \ifthenelse{\equal{\word}{banking}}{\textipa{b\'\ae NkIN}\ }{}%
+ \ifthenelse{\equal{\word}{bankrupt}}{\textipa{b\'\ae Nkr2pt}\ }{}%
+ \ifthenelse{\equal{\word}{bankruptcy}}{\textipa{b\'\ae Nkr2psi}\ }{}%
+ \ifthenelse{\equal{\word}{banner}}{\textipa{b\'\ae n at r}\ }{}%
+ \ifthenelse{\equal{\word}{banns}}{\textipa{b\ae nz}\ }{}%
+ \ifthenelse{\equal{\word}{banquet}}{\textipa{b\'\ae Nkw at t}\ }{}%
+ \ifthenelse{\equal{\word}{banshee}}{\textipa{b\'\ae nSi:}\ }{}%
+ \ifthenelse{\equal{\word}{bantam}}{\textipa{b\'\ae nt at m}\ }{}%
+ \ifthenelse{\equal{\word}{banter}}{\textipa{b\'\ae nt at r}\ }{}%
+ \ifthenelse{\equal{\word}{baobab}}{\textipa{b\'eI at b\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{bap}}{\textipa{b\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{baptize}}{\textipa{b\'\ae ptaIz}\ }{}%
+ \ifthenelse{\equal{\word}{baptism}}{\textipa{b\'\ae pt\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{baptismal}}{\textipa{b\ae pt\'Izml}\ }{}%
+ \ifthenelse{\equal{\word}{baptist}}{\textipa{b\'\ae ptIst}\ }{}%
+ \ifthenelse{\equal{\word}{bar}}{\textipa{bA:r}\ }{}%
+ \ifthenelse{\equal{\word}{barb}}{\textipa{bA:rb}\ }{}%
+ \ifthenelse{\equal{\word}{barbarian}}{\textipa{bA:rb\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{barbaric}}{\textipa{bA:rb\'\ae rIk}\ }{}%
+ \ifthenelse{\equal{\word}{barbarism}}{\textipa{b\'A:rb at r\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{barbarity}}{\textipa{bA:rb\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{barbarous}}{\textipa{b\'A:rbr at s}\ }{}%
+ \ifthenelse{\equal{\word}{barbecue}}{\textipa{b\'A:rbIkj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{barbell}}{\textipa{b\'A:rb\`el}\ }{}%
+ \ifthenelse{\equal{\word}{barbels}}{\textipa{b\'A:rbl}\ }{}%
+ \ifthenelse{\equal{\word}{barber}}{\textipa{b\'A:rb at r}\ }{}%
+ \ifthenelse{\equal{\word}{barbie}}{\textipa{b\'A:rbi}\ }{}%
+ \ifthenelse{\equal{\word}{barbiturate}}{\textipa{bA:rb\'ItSr at t}\ }{}%
+ \ifthenelse{\equal{\word}{bard}}{\textipa{bA:rd}\ }{}%
+ \ifthenelse{\equal{\word}{baer}}{\textipa{be at r}\ }{}%
+ \ifthenelse{\equal{\word}{barely}}{\textipa{b\'e at rli}\ }{}%
+ \ifthenelse{\equal{\word}{bargain}}{\textipa{b\'A:rgIn}\ }{}%
+ \ifthenelse{\equal{\word}{barge}}{\textipa{bA:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{baritone}}{\textipa{b\'\ae r at t\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{barium}}{\textipa{b\'e at ri@m}\ }{}%
+ \ifthenelse{\equal{\word}{bark}}{\textipa{bA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{barley}}{\textipa{b\'A:rli}\ }{}%
+ \ifthenelse{\equal{\word}{barn}}{\textipa{bA:rn}\ }{}%
+ \ifthenelse{\equal{\word}{barnacle}}{\textipa{b\'A:rn at kl}\ }{}%
+ \ifthenelse{\equal{\word}{barometer}}{\textipa{b at r\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{barometric}}{\textipa{b\`\ae r at m\'etrIk}\ }{}%
+ \ifthenelse{\equal{\word}{baron}}{\textipa{b\'\ae rn}\ }{}%
+ \ifthenelse{\equal{\word}{baroness}}{\textipa{b\'\ae r at nes}\ }{}%
+ \ifthenelse{\equal{\word}{baronet}}{\textipa{b\'\ae rnIt}\ }{}%
+ \ifthenelse{\equal{\word}{baronial}}{\textipa{b at r\'oUni at l}\ }{}%
+ \ifthenelse{\equal{\word}{barony}}{\textipa{b\'\ae rni}\ }{}%
+ \ifthenelse{\equal{\word}{baroque}}{\textipa{b at r\'oUk}\ }{}%
+ \ifthenelse{\equal{\word}{barrack}}{\textipa{b\'\ae r at k}\ }{}%
+ \ifthenelse{\equal{\word}{barracuda}}{\textipa{b\`\ae r at kj\'u:d@}\ }{}%
+ \ifthenelse{\equal{\word}{barrage}}{\textipa{b at r\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{barrel}}{\textipa{b\'\ae rl}\ }{}%
+ \ifthenelse{\equal{\word}{barricade}}{\textipa{b\'\ae r at k\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{barrier}}{\textipa{b\'\ae ri at r}\ }{}%
+ \ifthenelse{\equal{\word}{barring}}{\textipa{b\'A:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{barrister}}{\textipa{b\'\ae rIst at r}\ }{}%
+ \ifthenelse{\equal{\word}{barrow}}{\textipa{b\'\ae roU}\ }{}%
+ \ifthenelse{\equal{\word}{bart}}{\textipa{bA:rt}\ }{}%
+ \ifthenelse{\equal{\word}{barter}}{\textipa{b\'A:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{basal}}{\textipa{b\'eIsl}\ }{}%
+ \ifthenelse{\equal{\word}{basalt}}{\textipa{b at s\'O:lt}\ }{}%
+ \ifthenelse{\equal{\word}{base}}{\textipa{beIs}\ }{}%
+ \ifthenelse{\equal{\word}{baseball}}{\textipa{b\'eIsb\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{based}}{\textipa{beIst}\ }{}%
+ \ifthenelse{\equal{\word}{basement}}{\textipa{b\'eIsm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{bases}}{\textipa{b\'eIsIz}\ }{}%
+ \ifthenelse{\equal{\word}{bash}}{\textipa{b\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{bashful}}{\textipa{b\'\ae Sfl}\ }{}%
+ \ifthenelse{\equal{\word}{basic}}{\textipa{b\'eIsIk}\ }{}%
+ \ifthenelse{\equal{\word}{basically}}{\textipa{b\'eIsIkli}\ }{}%
+ \ifthenelse{\equal{\word}{basil}}{\textipa{b\'eIzl}\ }{}%
+ \ifthenelse{\equal{\word}{basilica}}{\textipa{b at s\'IlIk@}\ }{}%
+ \ifthenelse{\equal{\word}{basilisk}}{\textipa{b\'\ae z at l\`Isk}\ }{}%
+ \ifthenelse{\equal{\word}{basin}}{\textipa{b\'eIsn}\ }{}%
+ \ifthenelse{\equal{\word}{basis}}{\textipa{b\'eIsIs}\ }{}%
+ \ifthenelse{\equal{\word}{bask}}{\textipa{b\ae sk}\ }{}%
+ \ifthenelse{\equal{\word}{basket}}{\textipa{b\'\ae sk at t}\ }{}%
+ \ifthenelse{\equal{\word}{basketball}}{\textipa{b\'\ae sk at tb\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{basketry}}{\textipa{b\'\ae sk at tri}\ }{}%
+ \ifthenelse{\equal{\word}{bassist}}{\textipa{b\'eIsIst}\ }{}%
+ \ifthenelse{\equal{\word}{bassoon}}{\textipa{b at s\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{bastard}}{\textipa{b\'\ae st at rd}\ }{}%
+ \ifthenelse{\equal{\word}{bastion}}{\textipa{b\'\ae stSn}\ }{}%
+ \ifthenelse{\equal{\word}{bat}}{\textipa{b\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{bated}}{\textipa{b\'eItId}\ }{}%
+ \ifthenelse{\equal{\word}{bath}}{\textipa{b\ae T}\ }{}%
+ \ifthenelse{\equal{\word}{bathe}}{\textipa{beID}\ }{}%
+ \ifthenelse{\equal{\word}{bather}}{\textipa{b\'eID at r}\ }{}%
+ \ifthenelse{\equal{\word}{bathing}}{\textipa{b\'eIDIN}\ }{}%
+ \ifthenelse{\equal{\word}{bathos}}{\textipa{b\'eITAs}\ }{}%
+ \ifthenelse{\equal{\word}{bathroom}}{\textipa{b\'\ae Tr\`u:m}\ }{}%
+ \ifthenelse{\equal{\word}{batik}}{\textipa{b at t\'\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{batman}}{\textipa{1b\'\ae tm\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{baton}}{\textipa{b at t\'An}\ }{}%
+ \ifthenelse{\equal{\word}{bats}}{\textipa{b\ae ts}\ }{}%
+ \ifthenelse{\equal{\word}{batsman}}{\textipa{b\'\ae tsm at n}\ }{}%
+ \ifthenelse{\equal{\word}{battalion}}{\textipa{b at t\'\ae lj at n}\ }{}%
+ \ifthenelse{\equal{\word}{batten}}{\textipa{b\'\ae tn}\ }{}%
+ \ifthenelse{\equal{\word}{batter}}{\textipa{b\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{battery}}{\textipa{b\'\ae tri}\ }{}%
+ \ifthenelse{\equal{\word}{batting}}{\textipa{b\'\ae tIN}\ }{}%
+ \ifthenelse{\equal{\word}{battle}}{\textipa{b\'\ae tl}\ }{}%
+ \ifthenelse{\equal{\word}{battlefield}}{\textipa{b\'\ae tlfi:ld}\ }{}%
+ \ifthenelse{\equal{\word}{batty}}{\textipa{b\'\ae ti}\ }{}%
+ \ifthenelse{\equal{\word}{bauble}}{\textipa{b\'O:bl}\ }{}%
+ \ifthenelse{\equal{\word}{baud}}{\textipa{bO:d}\ }{}%
+ \ifthenelse{\equal{\word}{baulk}}{\textipa{bO:k}\ }{}%
+ \ifthenelse{\equal{\word}{baulky}}{\textipa{b\'O:ki}\ }{}%
+ \ifthenelse{\equal{\word}{bauxite}}{\textipa{b\'O:ksaIt}\ }{}%
+ \ifthenelse{\equal{\word}{bavaria}}{\textipa{b at v\'e at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{bavarian}}{\textipa{b at v\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{bawdy}}{\textipa{b\'O:di}\ }{}%
+ \ifthenelse{\equal{\word}{bay}}{\textipa{beI}\ }{}%
+ \ifthenelse{\equal{\word}{bayonet}}{\textipa{b\'eI at n@t}\ }{}%
+ \ifthenelse{\equal{\word}{bazaar}}{\textipa{b at z\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{bazooka}}{\textipa{b at z\'u:k@}\ }{}%
+ \ifthenelse{\equal{\word}{be}}{\textipa{bi}\ }{}%
+ \ifthenelse{\equal{\word}{beach}}{\textipa{bi:tS}\ }{}%
+ \ifthenelse{\equal{\word}{beacon}}{\textipa{b\'\i:kn}\ }{}%
+ \ifthenelse{\equal{\word}{bead}}{\textipa{bi:d}\ }{}%
+ \ifthenelse{\equal{\word}{beadle}}{\textipa{b\'\i:dl}\ }{}%
+ \ifthenelse{\equal{\word}{beady}}{\textipa{b\'\i:di}\ }{}%
+ \ifthenelse{\equal{\word}{beagle}}{\textipa{b\'\i:gl}\ }{}%
+ \ifthenelse{\equal{\word}{beak}}{\textipa{bi:k}\ }{}%
+ \ifthenelse{\equal{\word}{beaker}}{\textipa{b\'\i:k at r}\ }{}%
+ \ifthenelse{\equal{\word}{beam}}{\textipa{bi:m}\ }{}%
+ \ifthenelse{\equal{\word}{bean}}{\textipa{bi:n}\ }{}%
+ \ifthenelse{\equal{\word}{beanie}}{\textipa{b\'\i:ni}\ }{}%
+ \ifthenelse{\equal{\word}{bearable}}{\textipa{b\'e at r@bl}\ }{}%
+ \ifthenelse{\equal{\word}{beard}}{\textipa{bI at rd}\ }{}%
+ \ifthenelse{\equal{\word}{bearer}}{\textipa{b\'e at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{bearing}}{\textipa{b\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{bearish}}{\textipa{b\'e at rIS}\ }{}%
+ \ifthenelse{\equal{\word}{beast}}{\textipa{bi:st}\ }{}%
+ \ifthenelse{\equal{\word}{beat}}{\textipa{bi:t}\ }{}%
+ \ifthenelse{\equal{\word}{beaten}}{\textipa{b\'\i:tn}\ }{}%
+ \ifthenelse{\equal{\word}{beatific}}{\textipa{b\`\i at t\'IfIk}\ }{}%
+ \ifthenelse{\equal{\word}{beatification}}{\textipa{bi\`\ae tIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{beatify}}{\textipa{bi\'\ae tIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{beating}}{\textipa{b\'\i:tIN}\ }{}%
+ \ifthenelse{\equal{\word}{beatitude}}{\textipa{bi\'\ae t at tju:d}\ }{}%
+ \ifthenelse{\equal{\word}{beatnik}}{\textipa{b\'\i:tnIk}\ }{}%
+ \ifthenelse{\equal{\word}{beauteous}}{\textipa{bj\'u:ti at s}\ }{}%
+ \ifthenelse{\equal{\word}{beautician}}{\textipa{bju:t\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{beautiful}}{\textipa{bj\'u:t at fl}\ }{}%
+ \ifthenelse{\equal{\word}{beautifully}}{\textipa{bj\'u:t at fli}\ }{}%
+ \ifthenelse{\equal{\word}{beautify}}{\textipa{bj\'u:tIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{beauts}}{\textipa{bju:t}\ }{}%
+ \ifthenelse{\equal{\word}{beauty}}{\textipa{bj\'u:ti}\ }{}%
+ \ifthenelse{\equal{\word}{beaver}}{\textipa{b\'\i:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{bebop}}{\textipa{b\'\i:b\`Ap}\ }{}%
+ \ifthenelse{\equal{\word}{becalmed}}{\textipa{bIk\'A:md}\ }{}%
+ \ifthenelse{\equal{\word}{became}}{\textipa{bIk\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{because}}{\textipa{bIk\'2z}\ }{}%
+ \ifthenelse{\equal{\word}{beck}}{\textipa{bek}\ }{}%
+ \ifthenelse{\equal{\word}{beckon}}{\textipa{b\'ekn}\ }{}%
+ \ifthenelse{\equal{\word}{become}}{\textipa{bIk\'2m}\ }{}%
+ \ifthenelse{\equal{\word}{bed}}{\textipa{bed}\ }{}%
+ \ifthenelse{\equal{\word}{bedazzle}}{\textipa{bId\'\ae zl}\ }{}%
+ \ifthenelse{\equal{\word}{bedded}}{\textipa{b\'edId}\ }{}%
+ \ifthenelse{\equal{\word}{bedding}}{\textipa{b\'edIN}\ }{}%
+ \ifthenelse{\equal{\word}{bedecks}}{\textipa{bId\'ek}\ }{}%
+ \ifthenelse{\equal{\word}{bedevil}}{\textipa{bId\'evl}\ }{}%
+ \ifthenelse{\equal{\word}{bedlam}}{\textipa{b\'edl at m}\ }{}%
+ \ifthenelse{\equal{\word}{bedouin}}{\textipa{b\'eduIn}\ }{}%
+ \ifthenelse{\equal{\word}{bedraggled}}{\textipa{bIdr\'\ae gld}\ }{}%
+ \ifthenelse{\equal{\word}{bedroom}}{\textipa{b\'edr\`u:m}\ }{}%
+ \ifthenelse{\equal{\word}{bedside}}{\textipa{b\'eds\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{bee}}{\textipa{bi:}\ }{}%
+ \ifthenelse{\equal{\word}{beef}}{\textipa{bi:f}\ }{}%
+ \ifthenelse{\equal{\word}{beefy}}{\textipa{b\'\i:fi}\ }{}%
+ \ifthenelse{\equal{\word}{beep}}{\textipa{bi:p}\ }{}%
+ \ifthenelse{\equal{\word}{beer}}{\textipa{bI at r}\ }{}%
+ \ifthenelse{\equal{\word}{beery}}{\textipa{b\'I at ri}\ }{}%
+ \ifthenelse{\equal{\word}{beeswax}}{\textipa{b\'\i:zw\`\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{befall}}{\textipa{bIf\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{befit}}{\textipa{bIf\'It}\ }{}%
+ \ifthenelse{\equal{\word}{befog}}{\textipa{bIf\'O:g}\ }{}%
+ \ifthenelse{\equal{\word}{before}}{\textipa{bIf\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{befoul}}{\textipa{bIf\'aUl}\ }{}%
+ \ifthenelse{\equal{\word}{befriend}}{\textipa{bIfr\'end}\ }{}%
+ \ifthenelse{\equal{\word}{befuddled}}{\textipa{bIf\'2dld}\ }{}%
+ \ifthenelse{\equal{\word}{beg}}{\textipa{beg}\ }{}%
+ \ifthenelse{\equal{\word}{began}}{\textipa{bIg\'\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{begat}}{\textipa{bIg\'et}\ }{}%
+ \ifthenelse{\equal{\word}{beggar}}{\textipa{b\'eg at r}\ }{}%
+ \ifthenelse{\equal{\word}{beggary}}{\textipa{b\'egri}\ }{}%
+ \ifthenelse{\equal{\word}{begin}}{\textipa{bIg\'In}\ }{}%
+ \ifthenelse{\equal{\word}{beginner}}{\textipa{bIg\'In at r}\ }{}%
+ \ifthenelse{\equal{\word}{beginning}}{\textipa{bIg\'InIN}\ }{}%
+ \ifthenelse{\equal{\word}{begone}}{\textipa{bIg\'O:n}\ }{}%
+ \ifthenelse{\equal{\word}{begonias}}{\textipa{bIg\'oUnj@}\ }{}%
+ \ifthenelse{\equal{\word}{begot}}{\textipa{bIg\'At}\ }{}%
+ \ifthenelse{\equal{\word}{begotten}}{\textipa{bIg\'Atn}\ }{}%
+ \ifthenelse{\equal{\word}{begrudge}}{\textipa{bIgr\'2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{beguile}}{\textipa{bIg\'aIl}\ }{}%
+ \ifthenelse{\equal{\word}{begun}}{\textipa{bIg\'2n}\ }{}%
+ \ifthenelse{\equal{\word}{behalf}}{\textipa{bIh\'\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{behave}}{\textipa{bIh\'eIv}\ }{}%
+ \ifthenelse{\equal{\word}{behaved}}{\textipa{bIh\'eIvd}\ }{}%
+ \ifthenelse{\equal{\word}{behavior}}{\textipa{bIh\'eIvj at r}\ }{}%
+ \ifthenelse{\equal{\word}{behavioral}}{\textipa{bIh\'eIvj at rl}\ }{}%
+ \ifthenelse{\equal{\word}{behaviorism}}{\textipa{bIh\'eIvj at r\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{behead}}{\textipa{bIh\'ed}\ }{}%
+ \ifthenelse{\equal{\word}{beheld}}{\textipa{bIh\'eld}\ }{}%
+ \ifthenelse{\equal{\word}{behemoth}}{\textipa{bIh\'\i:mAT}\ }{}%
+ \ifthenelse{\equal{\word}{behest}}{\textipa{bIh\'est}\ }{}%
+ \ifthenelse{\equal{\word}{behind}}{\textipa{bIh\'aInd}\ }{}%
+ \ifthenelse{\equal{\word}{behold}}{\textipa{bIh\'oUld}\ }{}%
+ \ifthenelse{\equal{\word}{beholden}}{\textipa{bIh\'oUldn}\ }{}%
+ \ifthenelse{\equal{\word}{behooved}}{\textipa{bIh\'u:v}\ }{}%
+ \ifthenelse{\equal{\word}{beige}}{\textipa{beIZ}\ }{}%
+ \ifthenelse{\equal{\word}{beijing}}{\textipa{b\`eIdZ\'IN}\ }{}%
+ \ifthenelse{\equal{\word}{being}}{\textipa{b\'\i:IN}\ }{}%
+ \ifthenelse{\equal{\word}{beirut}}{\textipa{beIr\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{bejeweled}}{\textipa{bIdZ\'u at ld}\ }{}%
+ \ifthenelse{\equal{\word}{bel}}{\textipa{bel}\ }{}%
+ \ifthenelse{\equal{\word}{belabor}}{\textipa{bIl\'eIb at r}\ }{}%
+ \ifthenelse{\equal{\word}{belated}}{\textipa{bIl\'eItId}\ }{}%
+ \ifthenelse{\equal{\word}{belay}}{\textipa{bIl\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{belch}}{\textipa{beltS}\ }{}%
+ \ifthenelse{\equal{\word}{beleaguered}}{\textipa{bIl\'\i:g at rd}\ }{}%
+ \ifthenelse{\equal{\word}{belfast}}{\textipa{b\'elf\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{belfry}}{\textipa{b\'elfri}\ }{}%
+ \ifthenelse{\equal{\word}{belgian}}{\textipa{b\'eldZn}\ }{}%
+ \ifthenelse{\equal{\word}{belgium}}{\textipa{b\'eldZ at m}\ }{}%
+ \ifthenelse{\equal{\word}{belgrade}}{\textipa{b\'elgr\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{belie}}{\textipa{bIl\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{belief}}{\textipa{bIl\'\i:f}\ }{}%
+ \ifthenelse{\equal{\word}{believe}}{\textipa{bIl\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{believer}}{\textipa{bIl\'\i:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{belittle}}{\textipa{bIl\'Itl}\ }{}%
+ \ifthenelse{\equal{\word}{belladonna}}{\textipa{b\`el at d\'An@}\ }{}%
+ \ifthenelse{\equal{\word}{bellicose}}{\textipa{b\'elIk\`oUs}\ }{}%
+ \ifthenelse{\equal{\word}{belligerence}}{\textipa{b at l\'IdZ at rnsi}\ }{}%
+ \ifthenelse{\equal{\word}{belligerent}}{\textipa{b at l\'IdZ at rnt}\ }{}%
+ \ifthenelse{\equal{\word}{bellow}}{\textipa{b\'eloU}\ }{}%
+ \ifthenelse{\equal{\word}{bellows}}{\textipa{b\'eloUz}\ }{}%
+ \ifthenelse{\equal{\word}{belly}}{\textipa{b\'eli}\ }{}%
+ \ifthenelse{\equal{\word}{bellyful}}{\textipa{b\'elif\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{belong}}{\textipa{bIl\'O:N}\ }{}%
+ \ifthenelse{\equal{\word}{belonging}}{\textipa{bIl\'O:NIN}\ }{}%
+ \ifthenelse{\equal{\word}{beloved}}{\textipa{bIl\'2vId}\ }{}%
+ \ifthenelse{\equal{\word}{below}}{\textipa{bIl\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{belt}}{\textipa{belt}\ }{}%
+ \ifthenelse{\equal{\word}{bemoan}}{\textipa{bIm\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{bemuse}}{\textipa{bImj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{bemused}}{\textipa{bImj\'u:zId}\ }{}%
+ \ifthenelse{\equal{\word}{ben}}{\textipa{ben}\ }{}%
+ \ifthenelse{\equal{\word}{bench}}{\textipa{benS}\ }{}%
+ \ifthenelse{\equal{\word}{bend}}{\textipa{bend}\ }{}%
+ \ifthenelse{\equal{\word}{beneath}}{\textipa{bIn\'\i:T}\ }{}%
+ \ifthenelse{\equal{\word}{benediction}}{\textipa{b\`enId\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{benefaction}}{\textipa{b\`enIf\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{benefactor}}{\textipa{b\'enIf\`\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{benefactress}}{\textipa{b\'enIf\`\ae ktr at s}\ }{}%
+ \ifthenelse{\equal{\word}{benefice}}{\textipa{b\'enIfIs}\ }{}%
+ \ifthenelse{\equal{\word}{beneficence}}{\textipa{b at n\'efIsns}\ }{}%
+ \ifthenelse{\equal{\word}{beneficent}}{\textipa{b at n\'efIsnt}\ }{}%
+ \ifthenelse{\equal{\word}{beneficial}}{\textipa{b\`enIf\'ISl}\ }{}%
+ \ifthenelse{\equal{\word}{beneficiary}}{\textipa{b\`enIf\'ISi\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{benefit}}{\textipa{b\'enIfIt}\ }{}%
+ \ifthenelse{\equal{\word}{benelux}}{\textipa{b\'enIl\`2ks}\ }{}%
+ \ifthenelse{\equal{\word}{benevolence}}{\textipa{b at n\'evl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{benevolent}}{\textipa{b at n\'evl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{bengal}}{\textipa{beng\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{benighted}}{\textipa{bIn\'aItId}\ }{}%
+ \ifthenelse{\equal{\word}{benign}}{\textipa{b at n\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{benjamin}}{\textipa{b\'enZmIn}\ }{}%
+ \ifthenelse{\equal{\word}{bent}}{\textipa{bent}\ }{}%
+ \ifthenelse{\equal{\word}{benzene}}{\textipa{b\'enzi:n}\ }{}%
+ \ifthenelse{\equal{\word}{bequeath}}{\textipa{bIkw\'\i:D}\ }{}%
+ \ifthenelse{\equal{\word}{bequest}}{\textipa{bIkw\'est}\ }{}%
+ \ifthenelse{\equal{\word}{berate}}{\textipa{bIr\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{berber}}{\textipa{b\'@:rb at r}\ }{}%
+ \ifthenelse{\equal{\word}{bereave}}{\textipa{bIr\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{bereft}}{\textipa{bIr\'eft}\ }{}%
+ \ifthenelse{\equal{\word}{beret}}{\textipa{b at r\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{berk}}{\textipa{b@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{berlin}}{\textipa{b@:rl\'In}\ }{}%
+ \ifthenelse{\equal{\word}{bermuda}}{\textipa{b at rmj\'u:d@}\ }{}%
+ \ifthenelse{\equal{\word}{bern}}{\textipa{b@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{berserk}}{\textipa{b at rs\'@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{berth}}{\textipa{b@:rT}\ }{}%
+ \ifthenelse{\equal{\word}{beryl}}{\textipa{b\'erl}\ }{}%
+ \ifthenelse{\equal{\word}{beryllium}}{\textipa{b at r\'Ili at m}\ }{}%
+ \ifthenelse{\equal{\word}{beseech}}{\textipa{bIs\'\i:tS}\ }{}%
+ \ifthenelse{\equal{\word}{beset}}{\textipa{bIs\'et}\ }{}%
+ \ifthenelse{\equal{\word}{beside}}{\textipa{bIs\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{besides}}{\textipa{bIs\'aIdz}\ }{}%
+ \ifthenelse{\equal{\word}{besiege}}{\textipa{bIs\'\i:dZ}\ }{}%
+ \ifthenelse{\equal{\word}{besmirch}}{\textipa{bIsm\'@:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{besotted}}{\textipa{bIs\'AtId}\ }{}%
+ \ifthenelse{\equal{\word}{bespattered}}{\textipa{bIsp\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{bespeak}}{\textipa{bIsp\'\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{bespectacled}}{\textipa{bIsp\'ekt at kld}\ }{}%
+ \ifthenelse{\equal{\word}{bespoke}}{\textipa{bIsp\'oUk}\ }{}%
+ \ifthenelse{\equal{\word}{best}}{\textipa{best}\ }{}%
+ \ifthenelse{\equal{\word}{bestial}}{\textipa{b\'estSl}\ }{}%
+ \ifthenelse{\equal{\word}{bestiary}}{\textipa{b\'estSi\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{bestir}}{\textipa{bIst\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{bestow}}{\textipa{bIst\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{bestride}}{\textipa{bIstr\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{bestselling}}{\textipa{b\`ests\'elIN}\ }{}%
+ \ifthenelse{\equal{\word}{bet}}{\textipa{bet}\ }{}%
+ \ifthenelse{\equal{\word}{beta}}{\textipa{b\'eIt@}\ }{}%
+ \ifthenelse{\equal{\word}{betel}}{\textipa{b\'\i:tl}\ }{}%
+ \ifthenelse{\equal{\word}{betide}}{\textipa{bIt\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{betimes}}{\textipa{bIt\'aImz}\ }{}%
+ \ifthenelse{\equal{\word}{betoken}}{\textipa{bIt\'oUkn}\ }{}%
+ \ifthenelse{\equal{\word}{betray}}{\textipa{bItr\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{betrayal}}{\textipa{bItr\'eI at l}\ }{}%
+ \ifthenelse{\equal{\word}{betrothal}}{\textipa{bItr\'oUDl}\ }{}%
+ \ifthenelse{\equal{\word}{betrothed}}{\textipa{bItr\'oUDd}\ }{}%
+ \ifthenelse{\equal{\word}{better}}{\textipa{b\'et at r}\ }{}%
+ \ifthenelse{\equal{\word}{between}}{\textipa{bItw\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{betwixt}}{\textipa{bItw\'Ikst}\ }{}%
+ \ifthenelse{\equal{\word}{bevel}}{\textipa{b\'evl}\ }{}%
+ \ifthenelse{\equal{\word}{beverage}}{\textipa{b\'evrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{bevy}}{\textipa{b\'evi}\ }{}%
+ \ifthenelse{\equal{\word}{bewail}}{\textipa{bIw\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{beware}}{\textipa{bIw\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{bewilder}}{\textipa{bIw\'Ild at r}\ }{}%
+ \ifthenelse{\equal{\word}{bewitch}}{\textipa{bIw\'ItS}\ }{}%
+ \ifthenelse{\equal{\word}{beyond}}{\textipa{bI\'And}\ }{}%
+ \ifthenelse{\equal{\word}{biannual}}{\textipa{b\`aI\'\ae njul}\ }{}%
+ \ifthenelse{\equal{\word}{bias}}{\textipa{b\'aI at s}\ }{}%
+ \ifthenelse{\equal{\word}{biased}}{\textipa{b\'aI at st}\ }{}%
+ \ifthenelse{\equal{\word}{bib}}{\textipa{bIb}\ }{}%
+ \ifthenelse{\equal{\word}{bible}}{\textipa{b\'aIbl}\ }{}%
+ \ifthenelse{\equal{\word}{biblical}}{\textipa{b\'IblIkl}\ }{}%
+ \ifthenelse{\equal{\word}{bibliography}}{\textipa{b\`Ibli\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{bibliophile}}{\textipa{b\'Ibli at f\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{bicarb}}{\textipa{b\'aIkA:rb}\ }{}%
+ \ifthenelse{\equal{\word}{bicarbonate}}{\textipa{baIk\'A:rbn at t}\ }{}%
+ \ifthenelse{\equal{\word}{bicentenary}}{\textipa{b\`aIsent\'enri}\ }{}%
+ \ifthenelse{\equal{\word}{bicentennial}}{\textipa{b\`aIsent\'eni at l}\ }{}%
+ \ifthenelse{\equal{\word}{biceps}}{\textipa{b\'aIseps}\ }{}%
+ \ifthenelse{\equal{\word}{bicker}}{\textipa{b\'Ik at r}\ }{}%
+ \ifthenelse{\equal{\word}{bicycle}}{\textipa{b\'aIsIkl}\ }{}%
+ \ifthenelse{\equal{\word}{bid}}{\textipa{bId}\ }{}%
+ \ifthenelse{\equal{\word}{bidden}}{\textipa{b\'Idn}\ }{}%
+ \ifthenelse{\equal{\word}{bide}}{\textipa{baId}\ }{}%
+ \ifthenelse{\equal{\word}{bidet}}{\textipa{bId\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{bidirectional}}{\textipa{b\`aIdaIr\'ekSnl}\ }{}%
+ \ifthenelse{\equal{\word}{biennial}}{\textipa{baI\'eni at l}\ }{}%
+ \ifthenelse{\equal{\word}{bifocal}}{\textipa{b\`aIf\'oUkl}\ }{}%
+ \ifthenelse{\equal{\word}{bifurcated}}{\textipa{b\'aIf at rk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{big}}{\textipa{bIg}\ }{}%
+ \ifthenelse{\equal{\word}{bigamy}}{\textipa{b\'Ig at mi}\ }{}%
+ \ifthenelse{\equal{\word}{biggish}}{\textipa{b\'IgIS}\ }{}%
+ \ifthenelse{\equal{\word}{bigot}}{\textipa{b\'Ig at t}\ }{}%
+ \ifthenelse{\equal{\word}{bijou}}{\textipa{b\'\i:Zu:}\ }{}%
+ \ifthenelse{\equal{\word}{bike}}{\textipa{baIk}\ }{}%
+ \ifthenelse{\equal{\word}{biker}}{\textipa{b\'aIk at r}\ }{}%
+ \ifthenelse{\equal{\word}{bikini}}{\textipa{bIk\'\i:ni}\ }{}%
+ \ifthenelse{\equal{\word}{bilabial}}{\textipa{baIl\'eIbi at l}\ }{}%
+ \ifthenelse{\equal{\word}{bilateral}}{\textipa{baIl\'\ae trl}\ }{}%
+ \ifthenelse{\equal{\word}{bile}}{\textipa{baIl}\ }{}%
+ \ifthenelse{\equal{\word}{bilge}}{\textipa{bIldZ}\ }{}%
+ \ifthenelse{\equal{\word}{bilharzia}}{\textipa{bIlh\'A:rzi@}\ }{}%
+ \ifthenelse{\equal{\word}{biliary}}{\textipa{b\'Ili\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{bilingual}}{\textipa{baIl\'INgwl}\ }{}%
+ \ifthenelse{\equal{\word}{bilious}}{\textipa{b\'Ili at s}\ }{}%
+ \ifthenelse{\equal{\word}{bill}}{\textipa{bIl}\ }{}%
+ \ifthenelse{\equal{\word}{billable}}{\textipa{b\'Il at bl}\ }{}%
+ \ifthenelse{\equal{\word}{billet}}{\textipa{b\'Il at t}\ }{}%
+ \ifthenelse{\equal{\word}{billiard}}{\textipa{b\'Ilj at rd}\ }{}%
+ \ifthenelse{\equal{\word}{billiards}}{\textipa{b\'Ilj at rdz}\ }{}%
+ \ifthenelse{\equal{\word}{billion}}{\textipa{b\'Ilj at n}\ }{}%
+ \ifthenelse{\equal{\word}{billionaire}}{\textipa{b\`Ilj at n\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{billionth}}{\textipa{b\'Ilj at nT}\ }{}%
+ \ifthenelse{\equal{\word}{billow}}{\textipa{b\'IloU}\ }{}%
+ \ifthenelse{\equal{\word}{billy}}{\textipa{b\'Ili}\ }{}%
+ \ifthenelse{\equal{\word}{biltong}}{\textipa{b\'Ilt\`AN}\ }{}%
+ \ifthenelse{\equal{\word}{bimbo}}{\textipa{b\'ImboU}\ }{}%
+ \ifthenelse{\equal{\word}{bimodal}}{\textipa{b\`aIm\'oUdl}\ }{}%
+ \ifthenelse{\equal{\word}{bimonthly}}{\textipa{b\`aIm\'2nTli}\ }{}%
+ \ifthenelse{\equal{\word}{bin}}{\textipa{bIn}\ }{}%
+ \ifthenelse{\equal{\word}{binary}}{\textipa{b\'aInri}\ }{}%
+ \ifthenelse{\equal{\word}{bind}}{\textipa{baInd}\ }{}%
+ \ifthenelse{\equal{\word}{binding}}{\textipa{b\'aIndIN}\ }{}%
+ \ifthenelse{\equal{\word}{binge}}{\textipa{bInZ}\ }{}%
+ \ifthenelse{\equal{\word}{bingo}}{\textipa{b\'INgoU}\ }{}%
+ \ifthenelse{\equal{\word}{binocular}}{\textipa{bIn\'Akj at ler}\ }{}%
+ \ifthenelse{\equal{\word}{binomial}}{\textipa{baIn\'oUmi at l}\ }{}%
+ \ifthenelse{\equal{\word}{biographer}}{\textipa{baI\'Agr at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{biography}}{\textipa{baI\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{biological}}{\textipa{b\`a at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{biologist}}{\textipa{baI\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{biology}}{\textipa{baI\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{bionic}}{\textipa{baI\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{biopsy}}{\textipa{b\'aIApsi}\ }{}%
+ \ifthenelse{\equal{\word}{biotic}}{\textipa{baI\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{bipartisan}}{\textipa{baIp\'A:rt at zn}\ }{}%
+ \ifthenelse{\equal{\word}{bipartite}}{\textipa{baIp\'A:rtaIt}\ }{}%
+ \ifthenelse{\equal{\word}{biped}}{\textipa{b\'aIped}\ }{}%
+ \ifthenelse{\equal{\word}{biplane}}{\textipa{b\'aIpl\`eIn}\ }{}%
+ \ifthenelse{\equal{\word}{bipolar}}{\textipa{b\`aIp\'oUl at r}\ }{}%
+ \ifthenelse{\equal{\word}{birch}}{\textipa{b@:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{bird}}{\textipa{b@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{birdie}}{\textipa{b\'@:rdi}\ }{}%
+ \ifthenelse{\equal{\word}{birthday}}{\textipa{b\'@:rTd\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{birthplace}}{\textipa{b\'@:rTpl\`eIs}\ }{}%
+ \ifthenelse{\equal{\word}{biscuit}}{\textipa{b\'IskIt}\ }{}%
+ \ifthenelse{\equal{\word}{bisect}}{\textipa{b\'aIsekt}\ }{}%
+ \ifthenelse{\equal{\word}{bisexual}}{\textipa{b\`aIs\'ekSul}\ }{}%
+ \ifthenelse{\equal{\word}{bisexuality}}{\textipa{b\`aIs\`ekSu\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{bishop}}{\textipa{b\'IS at p}\ }{}%
+ \ifthenelse{\equal{\word}{bishopric}}{\textipa{b\'IS at prIk}\ }{}%
+ \ifthenelse{\equal{\word}{bismarck}}{\textipa{b\'Izm\`A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{bismuth}}{\textipa{b\'Izm at T}\ }{}%
+ \ifthenelse{\equal{\word}{bison}}{\textipa{b\'aIsn}\ }{}%
+ \ifthenelse{\equal{\word}{bistro}}{\textipa{b\'\i:stroU}\ }{}%
+ \ifthenelse{\equal{\word}{bit}}{\textipa{bIt}\ }{}%
+ \ifthenelse{\equal{\word}{bitch}}{\textipa{bItS}\ }{}%
+ \ifthenelse{\equal{\word}{bitchy}}{\textipa{b\'ItSi}\ }{}%
+ \ifthenelse{\equal{\word}{bite}}{\textipa{baIt}\ }{}%
+ \ifthenelse{\equal{\word}{biter}}{\textipa{b\'aIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{biting}}{\textipa{b\'aItIN}\ }{}%
+ \ifthenelse{\equal{\word}{bitten}}{\textipa{b\'Itn}\ }{}%
+ \ifthenelse{\equal{\word}{bitter}}{\textipa{b\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{bitterly}}{\textipa{b\'It at rli}\ }{}%
+ \ifthenelse{\equal{\word}{bittern}}{\textipa{b\'It at rn}\ }{}%
+ \ifthenelse{\equal{\word}{bitty}}{\textipa{b\'Iti}\ }{}%
+ \ifthenelse{\equal{\word}{bitumen}}{\textipa{b at t\'u:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{bivalve}}{\textipa{b\'aIv\`\ae lv}\ }{}%
+ \ifthenelse{\equal{\word}{bivouac}}{\textipa{b\'Ivu\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{biweekly}}{\textipa{baIw\'\i:kli}\ }{}%
+ \ifthenelse{\equal{\word}{biz}}{\textipa{bIz}\ }{}%
+ \ifthenelse{\equal{\word}{bizarre}}{\textipa{bIz\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{blab}}{\textipa{bl\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{blabber}}{\textipa{bl\'\ae b at r}\ }{}%
+ \ifthenelse{\equal{\word}{black}}{\textipa{bl\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{blackboard}}{\textipa{bl\'\ae kb\`O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{blacken}}{\textipa{bl\'\ae kn}\ }{}%
+ \ifthenelse{\equal{\word}{blackguard}}{\textipa{bl\'\ae gA:rd}\ }{}%
+ \ifthenelse{\equal{\word}{blackish}}{\textipa{bl\'\ae kIS}\ }{}%
+ \ifthenelse{\equal{\word}{bladder}}{\textipa{bl\'\ae d at r}\ }{}%
+ \ifthenelse{\equal{\word}{blade}}{\textipa{bleId}\ }{}%
+ \ifthenelse{\equal{\word}{blah}}{\textipa{blA:}\ }{}%
+ \ifthenelse{\equal{\word}{blame}}{\textipa{bleIm}\ }{}%
+ \ifthenelse{\equal{\word}{blanch}}{\textipa{bl\ae nS}\ }{}%
+ \ifthenelse{\equal{\word}{blancmange}}{\textipa{bl at m\'A:nZ}\ }{}%
+ \ifthenelse{\equal{\word}{bland}}{\textipa{bl\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{blandishments}}{\textipa{bl\'\ae ndISm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{blank}}{\textipa{bl\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{blanket}}{\textipa{bl\'\ae Nk at t}\ }{}%
+ \ifthenelse{\equal{\word}{blare}}{\textipa{ble at r}\ }{}%
+ \ifthenelse{\equal{\word}{blase}}{\textipa{bl\`A:z\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{blaspheme}}{\textipa{bl\'\ae sfi:m}\ }{}%
+ \ifthenelse{\equal{\word}{blasphemous}}{\textipa{bl\'\ae sf at m@s}\ }{}%
+ \ifthenelse{\equal{\word}{blasphemy}}{\textipa{bl\'\ae sf at mi}\ }{}%
+ \ifthenelse{\equal{\word}{blast}}{\textipa{bl\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{blatancy}}{\textipa{bl\'eItnsi}\ }{}%
+ \ifthenelse{\equal{\word}{blatant}}{\textipa{bl\'eItnt}\ }{}%
+ \ifthenelse{\equal{\word}{blaze}}{\textipa{bleIz}\ }{}%
+ \ifthenelse{\equal{\word}{blazer}}{\textipa{bl\'eIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{blazing}}{\textipa{bl\'eIzIN}\ }{}%
+ \ifthenelse{\equal{\word}{bleach}}{\textipa{bli:tS}\ }{}%
+ \ifthenelse{\equal{\word}{bleak}}{\textipa{bli:k}\ }{}%
+ \ifthenelse{\equal{\word}{bleary}}{\textipa{bl\'\i at ri}\ }{}%
+ \ifthenelse{\equal{\word}{bleat}}{\textipa{bli:t}\ }{}%
+ \ifthenelse{\equal{\word}{bled}}{\textipa{bled}\ }{}%
+ \ifthenelse{\equal{\word}{bleed}}{\textipa{bli:d}\ }{}%
+ \ifthenelse{\equal{\word}{bleep}}{\textipa{bli:p}\ }{}%
+ \ifthenelse{\equal{\word}{blemish}}{\textipa{bl\'emIS}\ }{}%
+ \ifthenelse{\equal{\word}{blench}}{\textipa{blenS}\ }{}%
+ \ifthenelse{\equal{\word}{blend}}{\textipa{blend}\ }{}%
+ \ifthenelse{\equal{\word}{bless}}{\textipa{bles}\ }{}%
+ \ifthenelse{\equal{\word}{blessed}}{\textipa{bl\'esId}\ }{}%
+ \ifthenelse{\equal{\word}{blessing}}{\textipa{bl\'esIN}\ }{}%
+ \ifthenelse{\equal{\word}{blew}}{\textipa{blu:}\ }{}%
+ \ifthenelse{\equal{\word}{blight}}{\textipa{blaIt}\ }{}%
+ \ifthenelse{\equal{\word}{blimp}}{\textipa{blImp}\ }{}%
+ \ifthenelse{\equal{\word}{blind}}{\textipa{blaInd}\ }{}%
+ \ifthenelse{\equal{\word}{blindfold}}{\textipa{bl\'aInf\`oUld}\ }{}%
+ \ifthenelse{\equal{\word}{blindly}}{\textipa{bl\'aIndli}\ }{}%
+ \ifthenelse{\equal{\word}{blink}}{\textipa{blINk}\ }{}%
+ \ifthenelse{\equal{\word}{blip}}{\textipa{blIp}\ }{}%
+ \ifthenelse{\equal{\word}{bliss}}{\textipa{blIs}\ }{}%
+ \ifthenelse{\equal{\word}{blissful}}{\textipa{bl\'Isfl}\ }{}%
+ \ifthenelse{\equal{\word}{blister}}{\textipa{bl\'Ist at r}\ }{}%
+ \ifthenelse{\equal{\word}{blithe}}{\textipa{blaID}\ }{}%
+ \ifthenelse{\equal{\word}{blithering}}{\textipa{bl\'IDrIN}\ }{}%
+ \ifthenelse{\equal{\word}{blitz}}{\textipa{blIts}\ }{}%
+ \ifthenelse{\equal{\word}{blitzkrieg}}{\textipa{bl\'Itskr\`\i:g}\ }{}%
+ \ifthenelse{\equal{\word}{blizzard}}{\textipa{bl\'Iz at rd}\ }{}%
+ \ifthenelse{\equal{\word}{bloat}}{\textipa{bloUt}\ }{}%
+ \ifthenelse{\equal{\word}{blob}}{\textipa{blAb}\ }{}%
+ \ifthenelse{\equal{\word}{bloc}}{\textipa{blAk}\ }{}%
+ \ifthenelse{\equal{\word}{blockade}}{\textipa{blAk\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{blockage}}{\textipa{bl\'AkIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{bloke}}{\textipa{bloUk}\ }{}%
+ \ifthenelse{\equal{\word}{blond}}{\textipa{blAnd}\ }{}%
+ \ifthenelse{\equal{\word}{blood}}{\textipa{bl2d}\ }{}%
+ \ifthenelse{\equal{\word}{bloodied}}{\textipa{bl\'2did}\ }{}%
+ \ifthenelse{\equal{\word}{bloody}}{\textipa{bl\'2di}\ }{}%
+ \ifthenelse{\equal{\word}{bloom}}{\textipa{blu:m}\ }{}%
+ \ifthenelse{\equal{\word}{blossom}}{\textipa{bl\'Asm}\ }{}%
+ \ifthenelse{\equal{\word}{blot}}{\textipa{blAt}\ }{}%
+ \ifthenelse{\equal{\word}{blotch}}{\textipa{blAtS}\ }{}%
+ \ifthenelse{\equal{\word}{blouse}}{\textipa{blaUs}\ }{}%
+ \ifthenelse{\equal{\word}{blow}}{\textipa{bloU}\ }{}%
+ \ifthenelse{\equal{\word}{blown}}{\textipa{bloUn}\ }{}%
+ \ifthenelse{\equal{\word}{blubber}}{\textipa{bl\'2b at r}\ }{}%
+ \ifthenelse{\equal{\word}{bludgeon}}{\textipa{bl\'2dZn}\ }{}%
+ \ifthenelse{\equal{\word}{blueish}}{\textipa{bl\'u:IS}\ }{}%
+ \ifthenelse{\equal{\word}{bluesy}}{\textipa{bl\'u:zi}\ }{}%
+ \ifthenelse{\equal{\word}{bluff}}{\textipa{bl2f}\ }{}%
+ \ifthenelse{\equal{\word}{bluish}}{\textipa{bl\'uIS}\ }{}%
+ \ifthenelse{\equal{\word}{blunder}}{\textipa{bl\'2nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{blunderbuss}}{\textipa{bl\'2nd at rb\`2s}\ }{}%
+ \ifthenelse{\equal{\word}{blunt}}{\textipa{bl2nt}\ }{}%
+ \ifthenelse{\equal{\word}{blur}}{\textipa{bl@:r}\ }{}%
+ \ifthenelse{\equal{\word}{blurb}}{\textipa{bl@:rb}\ }{}%
+ \ifthenelse{\equal{\word}{blurry}}{\textipa{bl\'@:ri}\ }{}%
+ \ifthenelse{\equal{\word}{blurt}}{\textipa{bl@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{blush}}{\textipa{bl2S}\ }{}%
+ \ifthenelse{\equal{\word}{bluster}}{\textipa{bl\'2st at r}\ }{}%
+ \ifthenelse{\equal{\word}{boa}}{\textipa{b\'oU@}\ }{}%
+ \ifthenelse{\equal{\word}{boar}}{\textipa{bO:r}\ }{}%
+ \ifthenelse{\equal{\word}{board}}{\textipa{bO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{boast}}{\textipa{boUst}\ }{}%
+ \ifthenelse{\equal{\word}{boastful}}{\textipa{b\'oUstfl}\ }{}%
+ \ifthenelse{\equal{\word}{boat}}{\textipa{boUt}\ }{}%
+ \ifthenelse{\equal{\word}{bob}}{\textipa{bAb}\ }{}%
+ \ifthenelse{\equal{\word}{bobbin}}{\textipa{b\'Abn}\ }{}%
+ \ifthenelse{\equal{\word}{bobble}}{\textipa{b\'Abl}\ }{}%
+ \ifthenelse{\equal{\word}{bobby}}{\textipa{b\'Abi}\ }{}%
+ \ifthenelse{\equal{\word}{bode}}{\textipa{boUd}\ }{}%
+ \ifthenelse{\equal{\word}{bodice}}{\textipa{b\'AdIs}\ }{}%
+ \ifthenelse{\equal{\word}{bodied}}{\textipa{b\'Adid}\ }{}%
+ \ifthenelse{\equal{\word}{bodiless}}{\textipa{b\'Adil at s}\ }{}%
+ \ifthenelse{\equal{\word}{bodily}}{\textipa{b\'Adli}\ }{}%
+ \ifthenelse{\equal{\word}{bodkin}}{\textipa{b\'Adk at n}\ }{}%
+ \ifthenelse{\equal{\word}{body}}{\textipa{b\'Adi}\ }{}%
+ \ifthenelse{\equal{\word}{boffin}}{\textipa{b\'AfIn}\ }{}%
+ \ifthenelse{\equal{\word}{bog}}{\textipa{bAg}\ }{}%
+ \ifthenelse{\equal{\word}{bogeyman}}{\textipa{b\'oUgim\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{boggle}}{\textipa{b\'Agl}\ }{}%
+ \ifthenelse{\equal{\word}{boggy}}{\textipa{b\'Agi}\ }{}%
+ \ifthenelse{\equal{\word}{bogus}}{\textipa{b\'oUg at s}\ }{}%
+ \ifthenelse{\equal{\word}{bogy}}{\textipa{b\'oUgi}\ }{}%
+ \ifthenelse{\equal{\word}{bohemian}}{\textipa{boUh\'\i:mi at n}\ }{}%
+ \ifthenelse{\equal{\word}{boil}}{\textipa{bOIl}\ }{}%
+ \ifthenelse{\equal{\word}{boiler}}{\textipa{b\'OIl at r}\ }{}%
+ \ifthenelse{\equal{\word}{boiling}}{\textipa{b\'OIlIN}\ }{}%
+ \ifthenelse{\equal{\word}{boisterous}}{\textipa{b\'OIstr at s}\ }{}%
+ \ifthenelse{\equal{\word}{bold}}{\textipa{boUld}\ }{}%
+ \ifthenelse{\equal{\word}{boldly}}{\textipa{b\'oUldli}\ }{}%
+ \ifthenelse{\equal{\word}{boldness}}{\textipa{b\'oUldn at s}\ }{}%
+ \ifthenelse{\equal{\word}{bole}}{\textipa{boUl}\ }{}%
+ \ifthenelse{\equal{\word}{bolero}}{\textipa{b at l\'e at roU}\ }{}%
+ \ifthenelse{\equal{\word}{bolivia}}{\textipa{b at l\'Ivi@}\ }{}%
+ \ifthenelse{\equal{\word}{bollard}}{\textipa{b\'Al at rd}\ }{}%
+ \ifthenelse{\equal{\word}{bologna}}{\textipa{b at l\'oUnj@}\ }{}%
+ \ifthenelse{\equal{\word}{bolster}}{\textipa{b\'oUlst at r}\ }{}%
+ \ifthenelse{\equal{\word}{bolt}}{\textipa{boUlt}\ }{}%
+ \ifthenelse{\equal{\word}{bomb}}{\textipa{bAm}\ }{}%
+ \ifthenelse{\equal{\word}{bombard}}{\textipa{bAmb\'A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{bombardier}}{\textipa{b\`Amb at rd\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{bombast}}{\textipa{b\'Amb\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{bombastic}}{\textipa{bAmb\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{bombay}}{\textipa{b\`Amb\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{bombed}}{\textipa{bAmd}\ }{}%
+ \ifthenelse{\equal{\word}{bomber}}{\textipa{b\'Am at r}\ }{}%
+ \ifthenelse{\equal{\word}{bombing}}{\textipa{b\'AmIN}\ }{}%
+ \ifthenelse{\equal{\word}{bonanza}}{\textipa{b at n\'\ae nz@}\ }{}%
+ \ifthenelse{\equal{\word}{bonbon}}{\textipa{b\'Anb\`An}\ }{}%
+ \ifthenelse{\equal{\word}{bond}}{\textipa{bAnd}\ }{}%
+ \ifthenelse{\equal{\word}{bondage}}{\textipa{b\'AndIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{bone}}{\textipa{boUn}\ }{}%
+ \ifthenelse{\equal{\word}{boned}}{\textipa{boUnd}\ }{}%
+ \ifthenelse{\equal{\word}{bonfire}}{\textipa{b\'Anf\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{bong}}{\textipa{bAN}\ }{}%
+ \ifthenelse{\equal{\word}{bonn}}{\textipa{bAn}\ }{}%
+ \ifthenelse{\equal{\word}{bonnet}}{\textipa{b\'AnIt}\ }{}%
+ \ifthenelse{\equal{\word}{bonny}}{\textipa{b\'Ani}\ }{}%
+ \ifthenelse{\equal{\word}{bonsai}}{\textipa{b\`Ans\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{bonus}}{\textipa{b\'oUn at s}\ }{}%
+ \ifthenelse{\equal{\word}{bony}}{\textipa{b\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{boo}}{\textipa{bu:}\ }{}%
+ \ifthenelse{\equal{\word}{booboo}}{\textipa{b\'u:b\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{booby}}{\textipa{b\'u:bi}\ }{}%
+ \ifthenelse{\equal{\word}{boohoo}}{\textipa{b\`u:h\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{book}}{\textipa{bUk}\ }{}%
+ \ifthenelse{\equal{\word}{bookie}}{\textipa{b\'Uki}\ }{}%
+ \ifthenelse{\equal{\word}{bookish}}{\textipa{b\'UkIS}\ }{}%
+ \ifthenelse{\equal{\word}{booklet}}{\textipa{b\'Ukl at t}\ }{}%
+ \ifthenelse{\equal{\word}{bookshops}}{\textipa{b\'Ukst\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{boom}}{\textipa{bu:m}\ }{}%
+ \ifthenelse{\equal{\word}{boomerang}}{\textipa{b\'u:m at r\`\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{boon}}{\textipa{bu:n}\ }{}%
+ \ifthenelse{\equal{\word}{boor}}{\textipa{bU at r}\ }{}%
+ \ifthenelse{\equal{\word}{boost}}{\textipa{bu:st}\ }{}%
+ \ifthenelse{\equal{\word}{booster}}{\textipa{b\'u:st at r}\ }{}%
+ \ifthenelse{\equal{\word}{boot}}{\textipa{bu:t}\ }{}%
+ \ifthenelse{\equal{\word}{booth}}{\textipa{bu:T}\ }{}%
+ \ifthenelse{\equal{\word}{booty}}{\textipa{b\'u:ti}\ }{}%
+ \ifthenelse{\equal{\word}{booze}}{\textipa{bu:z}\ }{}%
+ \ifthenelse{\equal{\word}{boozer}}{\textipa{b\'u:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{bop}}{\textipa{bAp}\ }{}%
+ \ifthenelse{\equal{\word}{borax}}{\textipa{b\'O:r\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{bordeaux}}{\textipa{bO:rd\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{border}}{\textipa{b\'O:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{borderer}}{\textipa{b\'O:rdr at r}\ }{}%
+ \ifthenelse{\equal{\word}{boreal}}{\textipa{b\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{boredom}}{\textipa{b\'O:rd at m}\ }{}%
+ \ifthenelse{\equal{\word}{borer}}{\textipa{b\'O:r at r}\ }{}%
+ \ifthenelse{\equal{\word}{boring}}{\textipa{b\'O:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{born}}{\textipa{bO:rn}\ }{}%
+ \ifthenelse{\equal{\word}{borneo}}{\textipa{b\'O:rni\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{boron}}{\textipa{b\'O:rAn}\ }{}%
+ \ifthenelse{\equal{\word}{borrow}}{\textipa{b\'O:roU}\ }{}%
+ \ifthenelse{\equal{\word}{borstal}}{\textipa{b\'O:rstl}\ }{}%
+ \ifthenelse{\equal{\word}{bosom}}{\textipa{b\'Uzm}\ }{}%
+ \ifthenelse{\equal{\word}{boss}}{\textipa{bO:s}\ }{}%
+ \ifthenelse{\equal{\word}{bossy}}{\textipa{b\'O:si}\ }{}%
+ \ifthenelse{\equal{\word}{boston}}{\textipa{b\'O:stn}\ }{}%
+ \ifthenelse{\equal{\word}{bosun}}{\textipa{b\'oUsn}\ }{}%
+ \ifthenelse{\equal{\word}{botanic}}{\textipa{b at t\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{botanical}}{\textipa{b at t\'\ae nIkl}\ }{}%
+ \ifthenelse{\equal{\word}{botany}}{\textipa{b\'Atni}\ }{}%
+ \ifthenelse{\equal{\word}{botch}}{\textipa{bAtS}\ }{}%
+ \ifthenelse{\equal{\word}{both}}{\textipa{boUT}\ }{}%
+ \ifthenelse{\equal{\word}{bother}}{\textipa{b\'AD at r}\ }{}%
+ \ifthenelse{\equal{\word}{bothersome}}{\textipa{b\'AD at rsm}\ }{}%
+ \ifthenelse{\equal{\word}{botswana}}{\textipa{bAtsw\'A:n@}\ }{}%
+ \ifthenelse{\equal{\word}{bottle}}{\textipa{b\'Atl}\ }{}%
+ \ifthenelse{\equal{\word}{bottler}}{\textipa{b\'Atl at r}\ }{}%
+ \ifthenelse{\equal{\word}{bottom}}{\textipa{b\'At at m}\ }{}%
+ \ifthenelse{\equal{\word}{bottomed}}{\textipa{b\'At at md}\ }{}%
+ \ifthenelse{\equal{\word}{botulism}}{\textipa{b\'AtS at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{boudoir}}{\textipa{b\'u:dwA:r}\ }{}%
+ \ifthenelse{\equal{\word}{bouffant}}{\textipa{bu:f\'A:nt}\ }{}%
+ \ifthenelse{\equal{\word}{bougainvillea}}{\textipa{b\`u:gnv\'Ili@}\ }{}%
+ \ifthenelse{\equal{\word}{bough}}{\textipa{baU}\ }{}%
+ \ifthenelse{\equal{\word}{bought}}{\textipa{bO:t}\ }{}%
+ \ifthenelse{\equal{\word}{boulder}}{\textipa{b\'oUld at r}\ }{}%
+ \ifthenelse{\equal{\word}{boulevard}}{\textipa{b\'Ul at v\`A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{bounce}}{\textipa{baUns}\ }{}%
+ \ifthenelse{\equal{\word}{bouncer}}{\textipa{b\'aUns at r}\ }{}%
+ \ifthenelse{\equal{\word}{bouncy}}{\textipa{b\'aUnsi}\ }{}%
+ \ifthenelse{\equal{\word}{bound}}{\textipa{baUnd}\ }{}%
+ \ifthenelse{\equal{\word}{boundary}}{\textipa{b\'aUndri}\ }{}%
+ \ifthenelse{\equal{\word}{boundless}}{\textipa{b\'aUndl at s}\ }{}%
+ \ifthenelse{\equal{\word}{bounteous}}{\textipa{b\'aUnti at s}\ }{}%
+ \ifthenelse{\equal{\word}{bountiful}}{\textipa{b\'aUntIfl}\ }{}%
+ \ifthenelse{\equal{\word}{bounty}}{\textipa{b\'aUnti}\ }{}%
+ \ifthenelse{\equal{\word}{bouquet}}{\textipa{bUk\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{bourbon}}{\textipa{b\'@:rbn}\ }{}%
+ \ifthenelse{\equal{\word}{bourgeois}}{\textipa{b\'U at rZwA:}\ }{}%
+ \ifthenelse{\equal{\word}{bourgeoisie}}{\textipa{b\`U at rZwA:z\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{bout}}{\textipa{baUt}\ }{}%
+ \ifthenelse{\equal{\word}{boutique}}{\textipa{bu:t\'\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{bovine}}{\textipa{b\'oUvaIn}\ }{}%
+ \ifthenelse{\equal{\word}{bow}}{\textipa{boU}\ }{}%
+ \ifthenelse{\equal{\word}{bowdlerized}}{\textipa{b\'aUdl at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{bowel}}{\textipa{b\'aUl}\ }{}%
+ \ifthenelse{\equal{\word}{bower}}{\textipa{b\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{bowie}}{\textipa{b\'oUi}\ }{}%
+ \ifthenelse{\equal{\word}{bowler}}{\textipa{b\'oUl at r}\ }{}%
+ \ifthenelse{\equal{\word}{bowlines}}{\textipa{b\'oUlIn}\ }{}%
+ \ifthenelse{\equal{\word}{bowling}}{\textipa{b\'oUlIN}\ }{}%
+ \ifthenelse{\equal{\word}{bowman}}{\textipa{b\'oUm at n}\ }{}%
+ \ifthenelse{\equal{\word}{bowsprit}}{\textipa{b\'aUspr\`It}\ }{}%
+ \ifthenelse{\equal{\word}{bowstring}}{\textipa{b\'oUstrIN}\ }{}%
+ \ifthenelse{\equal{\word}{box}}{\textipa{bAks}\ }{}%
+ \ifthenelse{\equal{\word}{boxer}}{\textipa{b\'Aks at r}\ }{}%
+ \ifthenelse{\equal{\word}{boxful}}{\textipa{b\'Aksf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{boxing}}{\textipa{b\'AksIN}\ }{}%
+ \ifthenelse{\equal{\word}{boxy}}{\textipa{b\'Aksi}\ }{}%
+ \ifthenelse{\equal{\word}{boy}}{\textipa{bOI}\ }{}%
+ \ifthenelse{\equal{\word}{boycott}}{\textipa{b\'OIk\`At}\ }{}%
+ \ifthenelse{\equal{\word}{boyfriend}}{\textipa{b\'OIfr\`end}\ }{}%
+ \ifthenelse{\equal{\word}{boyhood}}{\textipa{b\'OIh\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{boyish}}{\textipa{b\'OIIS}\ }{}%
+ \ifthenelse{\equal{\word}{bra}}{\textipa{brA:}\ }{}%
+ \ifthenelse{\equal{\word}{brace}}{\textipa{breIs}\ }{}%
+ \ifthenelse{\equal{\word}{bracelet}}{\textipa{br\'eIsl at t}\ }{}%
+ \ifthenelse{\equal{\word}{bracer}}{\textipa{br\'eIs at r}\ }{}%
+ \ifthenelse{\equal{\word}{bracing}}{\textipa{br\'eIsIN}\ }{}%
+ \ifthenelse{\equal{\word}{bracken}}{\textipa{br\'\ae kn}\ }{}%
+ \ifthenelse{\equal{\word}{bracket}}{\textipa{br\'\ae k at t}\ }{}%
+ \ifthenelse{\equal{\word}{brackish}}{\textipa{br\'\ae kIS}\ }{}%
+ \ifthenelse{\equal{\word}{bradawl}}{\textipa{br\'\ae d\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{brag}}{\textipa{br\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{braggart}}{\textipa{br\'\ae g at rt}\ }{}%
+ \ifthenelse{\equal{\word}{brahman}}{\textipa{br\'A:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{brahms}}{\textipa{brA:mz}\ }{}%
+ \ifthenelse{\equal{\word}{braid}}{\textipa{breId}\ }{}%
+ \ifthenelse{\equal{\word}{braille}}{\textipa{breIl}\ }{}%
+ \ifthenelse{\equal{\word}{brain}}{\textipa{breIn}\ }{}%
+ \ifthenelse{\equal{\word}{brainy}}{\textipa{br\'eIni}\ }{}%
+ \ifthenelse{\equal{\word}{braise}}{\textipa{breIz}\ }{}%
+ \ifthenelse{\equal{\word}{brake}}{\textipa{breIk}\ }{}%
+ \ifthenelse{\equal{\word}{bramble}}{\textipa{br\'\ae mbl}\ }{}%
+ \ifthenelse{\equal{\word}{bran}}{\textipa{br\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{branch}}{\textipa{br\ae nS}\ }{}%
+ \ifthenelse{\equal{\word}{brand}}{\textipa{br\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{brandish}}{\textipa{br\'\ae ndIS}\ }{}%
+ \ifthenelse{\equal{\word}{brandy}}{\textipa{br\'\ae ndi}\ }{}%
+ \ifthenelse{\equal{\word}{brash}}{\textipa{br\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{brasilia}}{\textipa{br at z\'Ili@}\ }{}%
+ \ifthenelse{\equal{\word}{brass}}{\textipa{br\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{brasserie}}{\textipa{br\`\ae s at r\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{brassiere}}{\textipa{br at z\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{brassy}}{\textipa{br\'\ae si}\ }{}%
+ \ifthenelse{\equal{\word}{brat}}{\textipa{br\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{bravado}}{\textipa{br at v\'A:doU}\ }{}%
+ \ifthenelse{\equal{\word}{brave}}{\textipa{breIv}\ }{}%
+ \ifthenelse{\equal{\word}{bravely}}{\textipa{br\'eIvli}\ }{}%
+ \ifthenelse{\equal{\word}{bravery}}{\textipa{br\'eIvri}\ }{}%
+ \ifthenelse{\equal{\word}{bravo}}{\textipa{br\'A:voU}\ }{}%
+ \ifthenelse{\equal{\word}{braw}}{\textipa{brO:}\ }{}%
+ \ifthenelse{\equal{\word}{brawl}}{\textipa{brO:l}\ }{}%
+ \ifthenelse{\equal{\word}{brawn}}{\textipa{brO:n}\ }{}%
+ \ifthenelse{\equal{\word}{brawny}}{\textipa{br\'O:ni}\ }{}%
+ \ifthenelse{\equal{\word}{bray}}{\textipa{breI}\ }{}%
+ \ifthenelse{\equal{\word}{brazen}}{\textipa{br\'eIzn}\ }{}%
+ \ifthenelse{\equal{\word}{brazier}}{\textipa{br\'eIZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{brazil}}{\textipa{br at z\'Il}\ }{}%
+ \ifthenelse{\equal{\word}{breach}}{\textipa{bri:tS}\ }{}%
+ \ifthenelse{\equal{\word}{breadth}}{\textipa{bredT}\ }{}%
+ \ifthenelse{\equal{\word}{breakage}}{\textipa{br\'eIkIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{breakdown}}{\textipa{br\'eIkd\`aUn}\ }{}%
+ \ifthenelse{\equal{\word}{breakfast}}{\textipa{br\'ekf at st}\ }{}%
+ \ifthenelse{\equal{\word}{breakthrough}}{\textipa{br\'eIkTr\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{bream}}{\textipa{bri:m}\ }{}%
+ \ifthenelse{\equal{\word}{breast}}{\textipa{brest}\ }{}%
+ \ifthenelse{\equal{\word}{breasted}}{\textipa{br\'estId}\ }{}%
+ \ifthenelse{\equal{\word}{breath}}{\textipa{breT}\ }{}%
+ \ifthenelse{\equal{\word}{breathable}}{\textipa{br\'\i:D at bl}\ }{}%
+ \ifthenelse{\equal{\word}{breathalyzed}}{\textipa{br\'eT at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{breathe}}{\textipa{bri:D}\ }{}%
+ \ifthenelse{\equal{\word}{breathed}}{\textipa{breTt}\ }{}%
+ \ifthenelse{\equal{\word}{breather}}{\textipa{br\'\i:D at r}\ }{}%
+ \ifthenelse{\equal{\word}{breathing}}{\textipa{br\'\i:DIN}\ }{}%
+ \ifthenelse{\equal{\word}{breathless}}{\textipa{br\'eTl at s}\ }{}%
+ \ifthenelse{\equal{\word}{breathy}}{\textipa{br\'eTi}\ }{}%
+ \ifthenelse{\equal{\word}{bred}}{\textipa{bred}\ }{}%
+ \ifthenelse{\equal{\word}{breeches}}{\textipa{br\'ItSIz}\ }{}%
+ \ifthenelse{\equal{\word}{breed}}{\textipa{bri:d}\ }{}%
+ \ifthenelse{\equal{\word}{breeze}}{\textipa{bri:z}\ }{}%
+ \ifthenelse{\equal{\word}{breezy}}{\textipa{br\'\i:zi}\ }{}%
+ \ifthenelse{\equal{\word}{brethren}}{\textipa{br\'eDrn}\ }{}%
+ \ifthenelse{\equal{\word}{breton}}{\textipa{br\'etn}\ }{}%
+ \ifthenelse{\equal{\word}{breviary}}{\textipa{br\'evi\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{brevity}}{\textipa{br\'ev at ti}\ }{}%
+ \ifthenelse{\equal{\word}{brew}}{\textipa{bru:}\ }{}%
+ \ifthenelse{\equal{\word}{brewer}}{\textipa{br\'u at r}\ }{}%
+ \ifthenelse{\equal{\word}{brewery}}{\textipa{br\'u at ri}\ }{}%
+ \ifthenelse{\equal{\word}{briar}}{\textipa{br\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{bribe}}{\textipa{braIb}\ }{}%
+ \ifthenelse{\equal{\word}{bribery}}{\textipa{br\'aIbri}\ }{}%
+ \ifthenelse{\equal{\word}{brick}}{\textipa{brIk}\ }{}%
+ \ifthenelse{\equal{\word}{bridal}}{\textipa{br\'aIdl}\ }{}%
+ \ifthenelse{\equal{\word}{bride}}{\textipa{braId}\ }{}%
+ \ifthenelse{\equal{\word}{bridegroom}}{\textipa{br\'aIdgr\`u:m}\ }{}%
+ \ifthenelse{\equal{\word}{bridesmaid}}{\textipa{br\'aIdzm\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{bridge}}{\textipa{brIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{brief}}{\textipa{bri:f}\ }{}%
+ \ifthenelse{\equal{\word}{briefly}}{\textipa{br\'\i:fli}\ }{}%
+ \ifthenelse{\equal{\word}{brig}}{\textipa{brIg}\ }{}%
+ \ifthenelse{\equal{\word}{brigade}}{\textipa{brIg\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{brigadier}}{\textipa{br\`Ig at d\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{brigand}}{\textipa{br\'Ignd}\ }{}%
+ \ifthenelse{\equal{\word}{bright}}{\textipa{braIt}\ }{}%
+ \ifthenelse{\equal{\word}{brighten}}{\textipa{br\'aItn}\ }{}%
+ \ifthenelse{\equal{\word}{brightly}}{\textipa{br\'aItli}\ }{}%
+ \ifthenelse{\equal{\word}{brightness}}{\textipa{br\'aItn at s}\ }{}%
+ \ifthenelse{\equal{\word}{brilliance}}{\textipa{br\'Ilj at ns}\ }{}%
+ \ifthenelse{\equal{\word}{brilliant}}{\textipa{br\'Ilj at nt}\ }{}%
+ \ifthenelse{\equal{\word}{brim}}{\textipa{brIm}\ }{}%
+ \ifthenelse{\equal{\word}{brimmed}}{\textipa{brImd}\ }{}%
+ \ifthenelse{\equal{\word}{brindled}}{\textipa{br\'Indld}\ }{}%
+ \ifthenelse{\equal{\word}{brine}}{\textipa{braIn}\ }{}%
+ \ifthenelse{\equal{\word}{bring}}{\textipa{brIN}\ }{}%
+ \ifthenelse{\equal{\word}{brink}}{\textipa{brINk}\ }{}%
+ \ifthenelse{\equal{\word}{brinkmanship}}{\textipa{br\'INkm at nS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{briny}}{\textipa{br\'aIni}\ }{}%
+ \ifthenelse{\equal{\word}{brio}}{\textipa{br\'\i:oU}\ }{}%
+ \ifthenelse{\equal{\word}{brioche}}{\textipa{bri\'oUS}\ }{}%
+ \ifthenelse{\equal{\word}{briquettes}}{\textipa{brIk\'et}\ }{}%
+ \ifthenelse{\equal{\word}{brisk}}{\textipa{brIsk}\ }{}%
+ \ifthenelse{\equal{\word}{bristle}}{\textipa{br\'Isl}\ }{}%
+ \ifthenelse{\equal{\word}{bristling}}{\textipa{br\'IslIN}\ }{}%
+ \ifthenelse{\equal{\word}{bristly}}{\textipa{br\'Isli}\ }{}%
+ \ifthenelse{\equal{\word}{brit}}{\textipa{brIt}\ }{}%
+ \ifthenelse{\equal{\word}{britain}}{\textipa{br\'Itn}\ }{}%
+ \ifthenelse{\equal{\word}{british}}{\textipa{br\'ItIS}\ }{}%
+ \ifthenelse{\equal{\word}{brittle}}{\textipa{br\'Itl}\ }{}%
+ \ifthenelse{\equal{\word}{broach}}{\textipa{broUtS}\ }{}%
+ \ifthenelse{\equal{\word}{broad}}{\textipa{brO:d}\ }{}%
+ \ifthenelse{\equal{\word}{broadcast}}{\textipa{br\'O:dk\`\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{broadcasting}}{\textipa{br\'O:dk\`\ae stIN}\ }{}%
+ \ifthenelse{\equal{\word}{broaden}}{\textipa{br\'O:dn}\ }{}%
+ \ifthenelse{\equal{\word}{broadly}}{\textipa{br\'O:dli}\ }{}%
+ \ifthenelse{\equal{\word}{broadway}}{\textipa{br\'O:dw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{brocade}}{\textipa{broUk\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{broccoli}}{\textipa{br\'Akli}\ }{}%
+ \ifthenelse{\equal{\word}{brochure}}{\textipa{broUS\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{brogue}}{\textipa{broUg}\ }{}%
+ \ifthenelse{\equal{\word}{broil}}{\textipa{brOIl}\ }{}%
+ \ifthenelse{\equal{\word}{broke}}{\textipa{broUk}\ }{}%
+ \ifthenelse{\equal{\word}{broken}}{\textipa{br\'oUkn}\ }{}%
+ \ifthenelse{\equal{\word}{broker}}{\textipa{br\'oUk at r}\ }{}%
+ \ifthenelse{\equal{\word}{brokerage}}{\textipa{br\'oUkrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{bromide}}{\textipa{br\'oUmaId}\ }{}%
+ \ifthenelse{\equal{\word}{bronchi}}{\textipa{br\'ANkaI}\ }{}%
+ \ifthenelse{\equal{\word}{bronchial}}{\textipa{br\'ANki at l}\ }{}%
+ \ifthenelse{\equal{\word}{bronchitis}}{\textipa{brANk\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{bronco}}{\textipa{br\'ANkoU}\ }{}%
+ \ifthenelse{\equal{\word}{brontosaurus}}{\textipa{br\`An at s\'O:r at s}\ }{}%
+ \ifthenelse{\equal{\word}{bronze}}{\textipa{brAnz}\ }{}%
+ \ifthenelse{\equal{\word}{bronzed}}{\textipa{brAnzd}\ }{}%
+ \ifthenelse{\equal{\word}{brood}}{\textipa{bru:d}\ }{}%
+ \ifthenelse{\equal{\word}{broody}}{\textipa{br\'u:di}\ }{}%
+ \ifthenelse{\equal{\word}{brook}}{\textipa{brUk}\ }{}%
+ \ifthenelse{\equal{\word}{brooklyn}}{\textipa{br\'UklIn}\ }{}%
+ \ifthenelse{\equal{\word}{broom}}{\textipa{bru:m}\ }{}%
+ \ifthenelse{\equal{\word}{broth}}{\textipa{brO:T}\ }{}%
+ \ifthenelse{\equal{\word}{brothel}}{\textipa{br\'ATl}\ }{}%
+ \ifthenelse{\equal{\word}{brother}}{\textipa{br\'2D at r}\ }{}%
+ \ifthenelse{\equal{\word}{brotherhood}}{\textipa{br\'2D at rh\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{brought}}{\textipa{brO:t}\ }{}%
+ \ifthenelse{\equal{\word}{brouhaha}}{\textipa{br\'u:hA:h\`A:}\ }{}%
+ \ifthenelse{\equal{\word}{brow}}{\textipa{braU}\ }{}%
+ \ifthenelse{\equal{\word}{brown}}{\textipa{braUn}\ }{}%
+ \ifthenelse{\equal{\word}{brownie}}{\textipa{br\'aUni}\ }{}%
+ \ifthenelse{\equal{\word}{browning}}{\textipa{br\'aUnIN}\ }{}%
+ \ifthenelse{\equal{\word}{brownish}}{\textipa{br\'aUnIS}\ }{}%
+ \ifthenelse{\equal{\word}{browse}}{\textipa{braUz}\ }{}%
+ \ifthenelse{\equal{\word}{browser}}{\textipa{br\'aUz at r}\ }{}%
+ \ifthenelse{\equal{\word}{bruise}}{\textipa{bru:z}\ }{}%
+ \ifthenelse{\equal{\word}{bruised}}{\textipa{bru:zd}\ }{}%
+ \ifthenelse{\equal{\word}{bruiser}}{\textipa{br\'u:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{bruising}}{\textipa{br\'u:zIN}\ }{}%
+ \ifthenelse{\equal{\word}{brunch}}{\textipa{br2nS}\ }{}%
+ \ifthenelse{\equal{\word}{brunei}}{\textipa{br\'u:naI}\ }{}%
+ \ifthenelse{\equal{\word}{brunet}}{\textipa{bru:n\'et}\ }{}%
+ \ifthenelse{\equal{\word}{brunt}}{\textipa{br2nt}\ }{}%
+ \ifthenelse{\equal{\word}{brush}}{\textipa{br2S}\ }{}%
+ \ifthenelse{\equal{\word}{brusque}}{\textipa{br2sk}\ }{}%
+ \ifthenelse{\equal{\word}{brussels}}{\textipa{br\'2slz}\ }{}%
+ \ifthenelse{\equal{\word}{brutal}}{\textipa{br\'u:tl}\ }{}%
+ \ifthenelse{\equal{\word}{brutalize}}{\textipa{br\'u:tl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{brutality}}{\textipa{bru:t\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{brute}}{\textipa{bru:t}\ }{}%
+ \ifthenelse{\equal{\word}{brutus}}{\textipa{br\'u:t at s}\ }{}%
+ \ifthenelse{\equal{\word}{bub}}{\textipa{b2b}\ }{}%
+ \ifthenelse{\equal{\word}{bubble}}{\textipa{b\'2bl}\ }{}%
+ \ifthenelse{\equal{\word}{bubbly}}{\textipa{b\'2bli}\ }{}%
+ \ifthenelse{\equal{\word}{buccaneer}}{\textipa{b\`2k at n\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{buck}}{\textipa{b2k}\ }{}%
+ \ifthenelse{\equal{\word}{bucked}}{\textipa{b2kt}\ }{}%
+ \ifthenelse{\equal{\word}{bucket}}{\textipa{b\'2k at t}\ }{}%
+ \ifthenelse{\equal{\word}{bucketful}}{\textipa{b\'2kItf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{buckle}}{\textipa{b\'2kl}\ }{}%
+ \ifthenelse{\equal{\word}{buckler}}{\textipa{b\'2kl at r}\ }{}%
+ \ifthenelse{\equal{\word}{bucolic}}{\textipa{bju:k\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{bud}}{\textipa{b2d}\ }{}%
+ \ifthenelse{\equal{\word}{budapest}}{\textipa{b\'u:d at p\`est}\ }{}%
+ \ifthenelse{\equal{\word}{buddhism}}{\textipa{b\'UdIzm}\ }{}%
+ \ifthenelse{\equal{\word}{buddhist}}{\textipa{b\'UdIst}\ }{}%
+ \ifthenelse{\equal{\word}{budding}}{\textipa{b\'2dIN}\ }{}%
+ \ifthenelse{\equal{\word}{buddy}}{\textipa{b\'2di}\ }{}%
+ \ifthenelse{\equal{\word}{budge}}{\textipa{b2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{budgerigar}}{\textipa{b\'2dZrIg\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{budget}}{\textipa{b\'2dZ at t}\ }{}%
+ \ifthenelse{\equal{\word}{budgetary}}{\textipa{b\'2dZ at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{budgie}}{\textipa{b\'2dZi}\ }{}%
+ \ifthenelse{\equal{\word}{buff}}{\textipa{b2f}\ }{}%
+ \ifthenelse{\equal{\word}{buffalo}}{\textipa{b\'2f at l\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{buffer}}{\textipa{b\'2f at r}\ }{}%
+ \ifthenelse{\equal{\word}{buffet}}{\textipa{b\'2f at t}\ }{}%
+ \ifthenelse{\equal{\word}{buffoon}}{\textipa{b at f\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{bug}}{\textipa{b2g}\ }{}%
+ \ifthenelse{\equal{\word}{bugger}}{\textipa{b\'2g at r}\ }{}%
+ \ifthenelse{\equal{\word}{buggery}}{\textipa{b\'2gri}\ }{}%
+ \ifthenelse{\equal{\word}{buggy}}{\textipa{b\'2gi}\ }{}%
+ \ifthenelse{\equal{\word}{bugle}}{\textipa{bj\'u:gl}\ }{}%
+ \ifthenelse{\equal{\word}{build}}{\textipa{bIld}\ }{}%
+ \ifthenelse{\equal{\word}{builder}}{\textipa{b\'Ild at r}\ }{}%
+ \ifthenelse{\equal{\word}{building}}{\textipa{b\'IldIN}\ }{}%
+ \ifthenelse{\equal{\word}{built}}{\textipa{bIlt}\ }{}%
+ \ifthenelse{\equal{\word}{bulb}}{\textipa{b2lb}\ }{}%
+ \ifthenelse{\equal{\word}{bulbous}}{\textipa{b\'2lb at s}\ }{}%
+ \ifthenelse{\equal{\word}{bulgaria}}{\textipa{b2lg\'e at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{bulge}}{\textipa{b2ldZ}\ }{}%
+ \ifthenelse{\equal{\word}{bulimia}}{\textipa{bUl\'Imi@}\ }{}%
+ \ifthenelse{\equal{\word}{bulk}}{\textipa{b2lk}\ }{}%
+ \ifthenelse{\equal{\word}{bulky}}{\textipa{b\'2lki}\ }{}%
+ \ifthenelse{\equal{\word}{bull}}{\textipa{bUl}\ }{}%
+ \ifthenelse{\equal{\word}{bulldozer}}{\textipa{b\'Uld\`oUz at r}\ }{}%
+ \ifthenelse{\equal{\word}{bullet}}{\textipa{b\'UlIt}\ }{}%
+ \ifthenelse{\equal{\word}{bulletin}}{\textipa{b\'Ul at tn}\ }{}%
+ \ifthenelse{\equal{\word}{bullion}}{\textipa{b\'Uli at n}\ }{}%
+ \ifthenelse{\equal{\word}{bullish}}{\textipa{b\'UlIS}\ }{}%
+ \ifthenelse{\equal{\word}{bullock}}{\textipa{b\'Ul at k}\ }{}%
+ \ifthenelse{\equal{\word}{bully}}{\textipa{b\'Uli}\ }{}%
+ \ifthenelse{\equal{\word}{bulrushes}}{\textipa{b\'Ulr\`2S}\ }{}%
+ \ifthenelse{\equal{\word}{bulwark}}{\textipa{b\'Ulw at rk}\ }{}%
+ \ifthenelse{\equal{\word}{bum}}{\textipa{b2m}\ }{}%
+ \ifthenelse{\equal{\word}{bumble}}{\textipa{b\'2mbl}\ }{}%
+ \ifthenelse{\equal{\word}{bump}}{\textipa{b2mp}\ }{}%
+ \ifthenelse{\equal{\word}{bumper}}{\textipa{b\'2mp at r}\ }{}%
+ \ifthenelse{\equal{\word}{bumpkin}}{\textipa{b\'2mkIn}\ }{}%
+ \ifthenelse{\equal{\word}{bumptious}}{\textipa{b\'2mS at s}\ }{}%
+ \ifthenelse{\equal{\word}{bumpy}}{\textipa{b\'2mpi}\ }{}%
+ \ifthenelse{\equal{\word}{bun}}{\textipa{b2n}\ }{}%
+ \ifthenelse{\equal{\word}{bunch}}{\textipa{b2nS}\ }{}%
+ \ifthenelse{\equal{\word}{bundle}}{\textipa{b\'2ndl}\ }{}%
+ \ifthenelse{\equal{\word}{bung}}{\textipa{b2N}\ }{}%
+ \ifthenelse{\equal{\word}{bungalow}}{\textipa{b\'2Ng at l\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{bungle}}{\textipa{b\'2Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{bunion}}{\textipa{b\'2nj at n}\ }{}%
+ \ifthenelse{\equal{\word}{bunk}}{\textipa{b2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{bunker}}{\textipa{b\'2Nk at r}\ }{}%
+ \ifthenelse{\equal{\word}{bunkum}}{\textipa{b\'2Nk at m}\ }{}%
+ \ifthenelse{\equal{\word}{bunny}}{\textipa{b\'2ni}\ }{}%
+ \ifthenelse{\equal{\word}{bunting}}{\textipa{b\'2ntIN}\ }{}%
+ \ifthenelse{\equal{\word}{buoy}}{\textipa{bui}\ }{}%
+ \ifthenelse{\equal{\word}{buoyancy}}{\textipa{b\'OI at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{buoyant}}{\textipa{b\'OI at nt}\ }{}%
+ \ifthenelse{\equal{\word}{bur}}{\textipa{b@:r}\ }{}%
+ \ifthenelse{\equal{\word}{burble}}{\textipa{b\'@:rbl}\ }{}%
+ \ifthenelse{\equal{\word}{burden}}{\textipa{b\'@:rdn}\ }{}%
+ \ifthenelse{\equal{\word}{burdock}}{\textipa{b\'@:rdAk}\ }{}%
+ \ifthenelse{\equal{\word}{bureau}}{\textipa{bj\'U at roU}\ }{}%
+ \ifthenelse{\equal{\word}{bureaucracy}}{\textipa{bjur\'Akr at si}\ }{}%
+ \ifthenelse{\equal{\word}{bureaucrat}}{\textipa{bj\'U at r@kr\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{bureaucratic}}{\textipa{bj\`U at r@kr\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{bureaux}}{\textipa{bj\'U at roUz}\ }{}%
+ \ifthenelse{\equal{\word}{burg}}{\textipa{b@:rg}\ }{}%
+ \ifthenelse{\equal{\word}{burgeon}}{\textipa{b\'@:rdZn}\ }{}%
+ \ifthenelse{\equal{\word}{burger}}{\textipa{b\'@:rg at r}\ }{}%
+ \ifthenelse{\equal{\word}{burglar}}{\textipa{b\'@:rgl at r}\ }{}%
+ \ifthenelse{\equal{\word}{burglary}}{\textipa{b\'@:rglri}\ }{}%
+ \ifthenelse{\equal{\word}{burgle}}{\textipa{b\'@:rgl}\ }{}%
+ \ifthenelse{\equal{\word}{burgundy}}{\textipa{b\'@:rgndi}\ }{}%
+ \ifthenelse{\equal{\word}{burial}}{\textipa{b\'eri at l}\ }{}%
+ \ifthenelse{\equal{\word}{burlesque}}{\textipa{b@:rl\'esk}\ }{}%
+ \ifthenelse{\equal{\word}{burly}}{\textipa{b\'@:rli}\ }{}%
+ \ifthenelse{\equal{\word}{burma}}{\textipa{b\'@:rm@}\ }{}%
+ \ifthenelse{\equal{\word}{burmese}}{\textipa{b\`@:rm\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{burning}}{\textipa{b\'@:rnIN}\ }{}%
+ \ifthenelse{\equal{\word}{burnishing}}{\textipa{b\'@:rnIS}\ }{}%
+ \ifthenelse{\equal{\word}{burns}}{\textipa{b@:rnz}\ }{}%
+ \ifthenelse{\equal{\word}{burnt}}{\textipa{b@:rnt}\ }{}%
+ \ifthenelse{\equal{\word}{burp}}{\textipa{b@:rp}\ }{}%
+ \ifthenelse{\equal{\word}{burrow}}{\textipa{b\'@:roU}\ }{}%
+ \ifthenelse{\equal{\word}{bursar}}{\textipa{b\'@:rs at r}\ }{}%
+ \ifthenelse{\equal{\word}{bursary}}{\textipa{b\'@:rsri}\ }{}%
+ \ifthenelse{\equal{\word}{burst}}{\textipa{b@:rst}\ }{}%
+ \ifthenelse{\equal{\word}{burundi}}{\textipa{bUr\'Undi}\ }{}%
+ \ifthenelse{\equal{\word}{bury}}{\textipa{b\'eri}\ }{}%
+ \ifthenelse{\equal{\word}{bus}}{\textipa{b2s}\ }{}%
+ \ifthenelse{\equal{\word}{bush}}{\textipa{bUS}\ }{}%
+ \ifthenelse{\equal{\word}{bushel}}{\textipa{b\'USl}\ }{}%
+ \ifthenelse{\equal{\word}{bushing}}{\textipa{b\'USIN}\ }{}%
+ \ifthenelse{\equal{\word}{bushy}}{\textipa{b\'USi}\ }{}%
+ \ifthenelse{\equal{\word}{busily}}{\textipa{b\'IzIli}\ }{}%
+ \ifthenelse{\equal{\word}{business}}{\textipa{b\'Izn at s}\ }{}%
+ \ifthenelse{\equal{\word}{businessman}}{\textipa{b\'Izn at sm\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{busk}}{\textipa{b2sk}\ }{}%
+ \ifthenelse{\equal{\word}{busman}}{\textipa{b\'2sm at n}\ }{}%
+ \ifthenelse{\equal{\word}{bust}}{\textipa{b2st}\ }{}%
+ \ifthenelse{\equal{\word}{bustard}}{\textipa{b\'2st at rd}\ }{}%
+ \ifthenelse{\equal{\word}{busters}}{\textipa{b\'2st at r}\ }{}%
+ \ifthenelse{\equal{\word}{bustier}}{\textipa{b\`u:sti\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{busting}}{\textipa{b\'2stIN}\ }{}%
+ \ifthenelse{\equal{\word}{bustle}}{\textipa{b\'2sl}\ }{}%
+ \ifthenelse{\equal{\word}{busty}}{\textipa{b\'2sti}\ }{}%
+ \ifthenelse{\equal{\word}{busy}}{\textipa{b\'Izi}\ }{}%
+ \ifthenelse{\equal{\word}{but}}{\textipa{b at t}\ }{}%
+ \ifthenelse{\equal{\word}{butane}}{\textipa{bj\'u:teIn}\ }{}%
+ \ifthenelse{\equal{\word}{butcher}}{\textipa{b\'UtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{butchery}}{\textipa{b\'UtSri}\ }{}%
+ \ifthenelse{\equal{\word}{butler}}{\textipa{b\'2tl at r}\ }{}%
+ \ifthenelse{\equal{\word}{butt}}{\textipa{b2t}\ }{}%
+ \ifthenelse{\equal{\word}{butter}}{\textipa{b\'2t at r}\ }{}%
+ \ifthenelse{\equal{\word}{butterfly}}{\textipa{b\'2t at rfl\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{buttery}}{\textipa{b\'2tri}\ }{}%
+ \ifthenelse{\equal{\word}{buttock}}{\textipa{b\'2t at k}\ }{}%
+ \ifthenelse{\equal{\word}{button}}{\textipa{b\'2tn}\ }{}%
+ \ifthenelse{\equal{\word}{buttress}}{\textipa{b\'2tr at s}\ }{}%
+ \ifthenelse{\equal{\word}{buxom}}{\textipa{b\'2ksm}\ }{}%
+ \ifthenelse{\equal{\word}{buyer}}{\textipa{b\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{buzz}}{\textipa{b2z}\ }{}%
+ \ifthenelse{\equal{\word}{buzzard}}{\textipa{b\'2z at rd}\ }{}%
+ \ifthenelse{\equal{\word}{buzzer}}{\textipa{b\'2z at r}\ }{}%
+ \ifthenelse{\equal{\word}{by}}{\textipa{baI}\ }{}%
+ \ifthenelse{\equal{\word}{byebye}}{\textipa{b\`aIb\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{bygone}}{\textipa{b\'aIg\`O:n}\ }{}%
+ \ifthenelse{\equal{\word}{bypass}}{\textipa{b\'aIp\`\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{bypath}}{\textipa{b\'aIp\`A:T}\ }{}%
+ \ifthenelse{\equal{\word}{bystander}}{\textipa{b\'aIst\`\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{cab}}{\textipa{k\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{cabal}}{\textipa{k at b\'\ae l}\ }{}%
+ \ifthenelse{\equal{\word}{cabaret}}{\textipa{k\'\ae b at r\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{cabbage}}{\textipa{k\'\ae bIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{cabby}}{\textipa{k\'\ae bi}\ }{}%
+ \ifthenelse{\equal{\word}{cabin}}{\textipa{k\'\ae bIn}\ }{}%
+ \ifthenelse{\equal{\word}{cabinet}}{\textipa{k\'\ae bIn at t}\ }{}%
+ \ifthenelse{\equal{\word}{cable}}{\textipa{k\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{caboodle}}{\textipa{k at b\'u:dl}\ }{}%
+ \ifthenelse{\equal{\word}{caboose}}{\textipa{k at b\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{cabriolet}}{\textipa{k\`\ae bri at l\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{cacao}}{\textipa{k at k\'aU}\ }{}%
+ \ifthenelse{\equal{\word}{cachet}}{\textipa{k\ae S\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{cackle}}{\textipa{k\'\ae kl}\ }{}%
+ \ifthenelse{\equal{\word}{cacophonous}}{\textipa{k\ae k\'Afn at s}\ }{}%
+ \ifthenelse{\equal{\word}{cacophony}}{\textipa{k\ae k\'Afni}\ }{}%
+ \ifthenelse{\equal{\word}{cacti}}{\textipa{k\'\ae kt at s}\ }{}%
+ \ifthenelse{\equal{\word}{cad}}{\textipa{k\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{cadaver}}{\textipa{k at d\'\ae v at r}\ }{}%
+ \ifthenelse{\equal{\word}{cadaverous}}{\textipa{k at d\'\ae vr at s}\ }{}%
+ \ifthenelse{\equal{\word}{caddy}}{\textipa{k\'\ae di}\ }{}%
+ \ifthenelse{\equal{\word}{cadence}}{\textipa{k\'eIdns}\ }{}%
+ \ifthenelse{\equal{\word}{cadenza}}{\textipa{k at d\'enz@}\ }{}%
+ \ifthenelse{\equal{\word}{cadet}}{\textipa{k at d\'et}\ }{}%
+ \ifthenelse{\equal{\word}{cadge}}{\textipa{k\ae dZ}\ }{}%
+ \ifthenelse{\equal{\word}{cadmium}}{\textipa{k\'\ae dmi at m}\ }{}%
+ \ifthenelse{\equal{\word}{cesar}}{\textipa{s\'\i:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{cafe}}{\textipa{k\ae f\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{cafeteria}}{\textipa{k\`\ae f at t\'\i at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{caftan}}{\textipa{k\'\ae ft at n}\ }{}%
+ \ifthenelse{\equal{\word}{cage}}{\textipa{keIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{cagoule}}{\textipa{k at g\'u:l}\ }{}%
+ \ifthenelse{\equal{\word}{cagy}}{\textipa{k\'eIdZi}\ }{}%
+ \ifthenelse{\equal{\word}{cahoots}}{\textipa{k at h\'u:ts}\ }{}%
+ \ifthenelse{\equal{\word}{caiman}}{\textipa{k\'eIm at n}\ }{}%
+ \ifthenelse{\equal{\word}{cain}}{\textipa{keIn}\ }{}%
+ \ifthenelse{\equal{\word}{cairn}}{\textipa{ke at rn}\ }{}%
+ \ifthenelse{\equal{\word}{cairo}}{\textipa{k\'aIroU}\ }{}%
+ \ifthenelse{\equal{\word}{cajole}}{\textipa{k at dZ\'oUl}\ }{}%
+ \ifthenelse{\equal{\word}{cake}}{\textipa{keIk}\ }{}%
+ \ifthenelse{\equal{\word}{calamitous}}{\textipa{k at l\'\ae m at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{calamity}}{\textipa{k at l\'\ae m at ti}\ }{}%
+ \ifthenelse{\equal{\word}{calcification}}{\textipa{k\`\ae lsIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{calcify}}{\textipa{k\'\ae lsIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{calcite}}{\textipa{k\'\ae lsaIt}\ }{}%
+ \ifthenelse{\equal{\word}{calcium}}{\textipa{k\'\ae lsi at m}\ }{}%
+ \ifthenelse{\equal{\word}{calculable}}{\textipa{k\'\ae lkj at l@bl}\ }{}%
+ \ifthenelse{\equal{\word}{calculate}}{\textipa{k\'\ae lkj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{calculated}}{\textipa{k\'\ae lkj at l\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{calculation}}{\textipa{k\`\ae lkj at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{calculator}}{\textipa{k\'\ae lkj at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{calculus}}{\textipa{k\'\ae lkj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{calcutta}}{\textipa{k\ae lk\'2t@}\ }{}%
+ \ifthenelse{\equal{\word}{caldera}}{\textipa{k\ae ld\'e at r@}\ }{}%
+ \ifthenelse{\equal{\word}{caldron}}{\textipa{k\'O:ldr at n}\ }{}%
+ \ifthenelse{\equal{\word}{caldrons}}{\textipa{k\'O:ldrn}\ }{}%
+ \ifthenelse{\equal{\word}{calendar}}{\textipa{k\'\ae l at nd@r}\ }{}%
+ \ifthenelse{\equal{\word}{calf}}{\textipa{k\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{calibrate}}{\textipa{k\'\ae l at br\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{caliber}}{\textipa{k\'\ae l at b@r}\ }{}%
+ \ifthenelse{\equal{\word}{calico}}{\textipa{k\'\ae lIk\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{calif}}{\textipa{k\'eIlIf}\ }{}%
+ \ifthenelse{\equal{\word}{california}}{\textipa{k\`\ae l at f\'O:rnj@}\ }{}%
+ \ifthenelse{\equal{\word}{caliper}}{\textipa{k\'\ae lIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{call}}{\textipa{kO:l}\ }{}%
+ \ifthenelse{\equal{\word}{caller}}{\textipa{k\'O:l at r}\ }{}%
+ \ifthenelse{\equal{\word}{calligraphy}}{\textipa{k at l\'Igr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{calling}}{\textipa{k\'O:lIN}\ }{}%
+ \ifthenelse{\equal{\word}{callisthenics}}{\textipa{k\`\ae lIsT\'enIks}\ }{}%
+ \ifthenelse{\equal{\word}{callow}}{\textipa{k\'\ae loU}\ }{}%
+ \ifthenelse{\equal{\word}{callus}}{\textipa{k\'\ae l at s}\ }{}%
+ \ifthenelse{\equal{\word}{calm}}{\textipa{kA:m}\ }{}%
+ \ifthenelse{\equal{\word}{calmly}}{\textipa{k\'A:mli}\ }{}%
+ \ifthenelse{\equal{\word}{calmness}}{\textipa{k\'A:mn at s}\ }{}%
+ \ifthenelse{\equal{\word}{calorific}}{\textipa{k\`\ae l at r\'IfIk}\ }{}%
+ \ifthenelse{\equal{\word}{calorimeter}}{\textipa{k\`\ae l at r\'Im at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{calory}}{\textipa{k\'\ae l at ri}\ }{}%
+ \ifthenelse{\equal{\word}{calumniate}}{\textipa{k at l\'2mni\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{calumny}}{\textipa{k\'\ae l at mni}\ }{}%
+ \ifthenelse{\equal{\word}{calvary}}{\textipa{k\'\ae lv at ri}\ }{}%
+ \ifthenelse{\equal{\word}{calve}}{\textipa{k\ae v}\ }{}%
+ \ifthenelse{\equal{\word}{calves}}{\textipa{k\ae vz}\ }{}%
+ \ifthenelse{\equal{\word}{calvin}}{\textipa{k\'\ae lvIn}\ }{}%
+ \ifthenelse{\equal{\word}{calypso}}{\textipa{k at l\'IpsoU}\ }{}%
+ \ifthenelse{\equal{\word}{cam}}{\textipa{k\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{camaraderie}}{\textipa{k\`A:m at r\'A:d at ri}\ }{}%
+ \ifthenelse{\equal{\word}{camber}}{\textipa{k\'\ae mb at r}\ }{}%
+ \ifthenelse{\equal{\word}{cambodia}}{\textipa{k\ae mb\'oUdi@}\ }{}%
+ \ifthenelse{\equal{\word}{camcorder}}{\textipa{k\'\ae mk\`O:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{came}}{\textipa{keIm}\ }{}%
+ \ifthenelse{\equal{\word}{camel}}{\textipa{k\'\ae ml}\ }{}%
+ \ifthenelse{\equal{\word}{camelot}}{\textipa{k\'\ae m at lAt}\ }{}%
+ \ifthenelse{\equal{\word}{cameo}}{\textipa{k\'\ae mi\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{camera}}{\textipa{k\'\ae mr@}\ }{}%
+ \ifthenelse{\equal{\word}{camisole}}{\textipa{k\'\ae mIs\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{camomile}}{\textipa{k\'\ae m at m\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{camouflage}}{\textipa{k\'\ae m at fl\`A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{camp}}{\textipa{k\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{campaign}}{\textipa{k\ae mp\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{campanile}}{\textipa{k\`\ae mp at n\'\i:li}\ }{}%
+ \ifthenelse{\equal{\word}{campanology}}{\textipa{k\`\ae mp at n\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{camphor}}{\textipa{k\'\ae mf at r}\ }{}%
+ \ifthenelse{\equal{\word}{campus}}{\textipa{k\'\ae mp at s}\ }{}%
+ \ifthenelse{\equal{\word}{can}}{\textipa{kn}\ }{}%
+ \ifthenelse{\equal{\word}{canaan}}{\textipa{k\'eIn at n}\ }{}%
+ \ifthenelse{\equal{\word}{canada}}{\textipa{k\'\ae n at d@}\ }{}%
+ \ifthenelse{\equal{\word}{canadian}}{\textipa{k at n\'eIdi at n}\ }{}%
+ \ifthenelse{\equal{\word}{canal}}{\textipa{k at n\'\ae l}\ }{}%
+ \ifthenelse{\equal{\word}{canape}}{\textipa{k\'\ae n at peI}\ }{}%
+ \ifthenelse{\equal{\word}{canard}}{\textipa{k at n\'A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{canary}}{\textipa{k at n\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{canberra}}{\textipa{k\'\ae nbr@}\ }{}%
+ \ifthenelse{\equal{\word}{cancan}}{\textipa{k\'\ae nk\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{cancel}}{\textipa{k\'\ae nsl}\ }{}%
+ \ifthenelse{\equal{\word}{cancellation}}{\textipa{k\`\ae ns at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{cancer}}{\textipa{k\'\ae ns at r}\ }{}%
+ \ifthenelse{\equal{\word}{cancerous}}{\textipa{k\'\ae nsr at s}\ }{}%
+ \ifthenelse{\equal{\word}{candelabra}}{\textipa{k\`\ae nd at l\'A:br@}\ }{}%
+ \ifthenelse{\equal{\word}{candelas}}{\textipa{k\ae nd\'\i:l@}\ }{}%
+ \ifthenelse{\equal{\word}{candid}}{\textipa{k\'\ae ndId}\ }{}%
+ \ifthenelse{\equal{\word}{candidacy}}{\textipa{k\'\ae ndId at si}\ }{}%
+ \ifthenelse{\equal{\word}{candidate}}{\textipa{k\'\ae ndId\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{candidature}}{\textipa{k\'\ae nd at d@tS\`U at r}\ }{}%
+ \ifthenelse{\equal{\word}{candle}}{\textipa{k\'\ae ndl}\ }{}%
+ \ifthenelse{\equal{\word}{candlestick}}{\textipa{k\'\ae ndlst\`Ik}\ }{}%
+ \ifthenelse{\equal{\word}{candor}}{\textipa{k\'\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{candy}}{\textipa{k\'\ae ndi}\ }{}%
+ \ifthenelse{\equal{\word}{canine}}{\textipa{k\'eInaIn}\ }{}%
+ \ifthenelse{\equal{\word}{caning}}{\textipa{k\'eInIN}\ }{}%
+ \ifthenelse{\equal{\word}{canister}}{\textipa{k\'\ae nIst at r}\ }{}%
+ \ifthenelse{\equal{\word}{cannabis}}{\textipa{k\'\ae n at bIs}\ }{}%
+ \ifthenelse{\equal{\word}{canned}}{\textipa{k\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{cannery}}{\textipa{k\'\ae nri}\ }{}%
+ \ifthenelse{\equal{\word}{cannes}}{\textipa{k\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{cannibal}}{\textipa{k\'\ae nIbl}\ }{}%
+ \ifthenelse{\equal{\word}{cannibalize}}{\textipa{k\'\ae nIb at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{cannibalism}}{\textipa{k\'\ae nIb at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{cannily}}{\textipa{k\'\ae nIli}\ }{}%
+ \ifthenelse{\equal{\word}{canning}}{\textipa{k\'\ae nIN}\ }{}%
+ \ifthenelse{\equal{\word}{cannot}}{\textipa{k\'\ae nAt}\ }{}%
+ \ifthenelse{\equal{\word}{cannula}}{\textipa{k\'\ae nj at l@}\ }{}%
+ \ifthenelse{\equal{\word}{canny}}{\textipa{k\'\ae ni}\ }{}%
+ \ifthenelse{\equal{\word}{canoe}}{\textipa{k at n\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{canon}}{\textipa{k\'\ae n at n}\ }{}%
+ \ifthenelse{\equal{\word}{canonic}}{\textipa{k at n\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{canonical}}{\textipa{k at n\'AnIkl}\ }{}%
+ \ifthenelse{\equal{\word}{canonize}}{\textipa{k\'\ae n at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{canopy}}{\textipa{k\'\ae n at pi}\ }{}%
+ \ifthenelse{\equal{\word}{cant}}{\textipa{k\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{cantaloupe}}{\textipa{k\'\ae nt at l\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{cantankerous}}{\textipa{k\ae nt\'\ae Nkr at s}\ }{}%
+ \ifthenelse{\equal{\word}{cantata}}{\textipa{k at nt\'A:t@}\ }{}%
+ \ifthenelse{\equal{\word}{canteen}}{\textipa{k\ae nt\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{canter}}{\textipa{k\'\ae nt at r}\ }{}%
+ \ifthenelse{\equal{\word}{canticle}}{\textipa{k\'\ae nt at kl}\ }{}%
+ \ifthenelse{\equal{\word}{cantilever}}{\textipa{k\'\ae ntl\`\i:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{canton}}{\textipa{k\'\ae ntAn}\ }{}%
+ \ifthenelse{\equal{\word}{canvas}}{\textipa{k\'\ae nv at s}\ }{}%
+ \ifthenelse{\equal{\word}{canyon}}{\textipa{k\'\ae nj at n}\ }{}%
+ \ifthenelse{\equal{\word}{cap}}{\textipa{k\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{capability}}{\textipa{k\`eIp at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{capable}}{\textipa{k\'eIp at bl}\ }{}%
+ \ifthenelse{\equal{\word}{capacious}}{\textipa{k at p\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{capacitive}}{\textipa{k at p\'\ae sIt at ns}\ }{}%
+ \ifthenelse{\equal{\word}{capacitor}}{\textipa{k at p\'\ae s at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{capacity}}{\textipa{k at p\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{caparisoned}}{\textipa{k at p\'\ae rIs at nd}\ }{}%
+ \ifthenelse{\equal{\word}{cape}}{\textipa{keIp}\ }{}%
+ \ifthenelse{\equal{\word}{caper}}{\textipa{k\'eIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{capillary}}{\textipa{k\'\ae p at l\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{capital}}{\textipa{k\'\ae p at tl}\ }{}%
+ \ifthenelse{\equal{\word}{capitalize}}{\textipa{k\'\ae p at tl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{capitalism}}{\textipa{k\'\ae p at tl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{capitalist}}{\textipa{k\'\ae p at tl@st}\ }{}%
+ \ifthenelse{\equal{\word}{capitalistic}}{\textipa{k\`\ae p at tl\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{capitation}}{\textipa{k\`\ae pIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{capitulate}}{\textipa{k at p\'ItS at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{capped}}{\textipa{k\ae pt}\ }{}%
+ \ifthenelse{\equal{\word}{cappuccino}}{\textipa{k\`A:p at tS\'\i:noU}\ }{}%
+ \ifthenelse{\equal{\word}{caprice}}{\textipa{k at pr\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{capricious}}{\textipa{k at pr\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{capris}}{\textipa{k at pr\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{capsize}}{\textipa{k\'\ae psaIz}\ }{}%
+ \ifthenelse{\equal{\word}{capstan}}{\textipa{k\'\ae pst at n}\ }{}%
+ \ifthenelse{\equal{\word}{capsule}}{\textipa{k\'\ae psl}\ }{}%
+ \ifthenelse{\equal{\word}{captain}}{\textipa{k\'\ae ptn}\ }{}%
+ \ifthenelse{\equal{\word}{caption}}{\textipa{k\'\ae pSn}\ }{}%
+ \ifthenelse{\equal{\word}{captious}}{\textipa{k\'\ae pS at s}\ }{}%
+ \ifthenelse{\equal{\word}{captivate}}{\textipa{k\'\ae ptIv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{captive}}{\textipa{k\'\ae ptIv}\ }{}%
+ \ifthenelse{\equal{\word}{captivity}}{\textipa{k\ae pt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{captor}}{\textipa{k\'\ae pt at r}\ }{}%
+ \ifthenelse{\equal{\word}{capture}}{\textipa{k\'\ae ptS at r}\ }{}%
+ \ifthenelse{\equal{\word}{car}}{\textipa{kA:r}\ }{}%
+ \ifthenelse{\equal{\word}{carafe}}{\textipa{k at r\'\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{caramel}}{\textipa{k\'\ae rml}\ }{}%
+ \ifthenelse{\equal{\word}{carapace}}{\textipa{k\'\ae r at p\`eIs}\ }{}%
+ \ifthenelse{\equal{\word}{carat}}{\textipa{k\'\ae r at t}\ }{}%
+ \ifthenelse{\equal{\word}{caravan}}{\textipa{k\'\ae r at v\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{caraway}}{\textipa{k\'\ae r at w\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{carbide}}{\textipa{k\'A:rbaId}\ }{}%
+ \ifthenelse{\equal{\word}{carbine}}{\textipa{k\'A:rbi:n}\ }{}%
+ \ifthenelse{\equal{\word}{carbohydrate}}{\textipa{k\`A:rboUh\'aIdreIt}\ }{}%
+ \ifthenelse{\equal{\word}{carbolic}}{\textipa{kA:rb\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{carbon}}{\textipa{k\'A:rbn}\ }{}%
+ \ifthenelse{\equal{\word}{carbonate}}{\textipa{k\'A:rb at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{carboniferous}}{\textipa{k\`A:rb at n\'Ifr at s}\ }{}%
+ \ifthenelse{\equal{\word}{carborundum}}{\textipa{k\`A:rb at r\'2nd at m}\ }{}%
+ \ifthenelse{\equal{\word}{carbuncle}}{\textipa{k\'A:rb2Nkl}\ }{}%
+ \ifthenelse{\equal{\word}{carburettor}}{\textipa{k\'A:rb at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{carcase}}{\textipa{k\'A:rk at s}\ }{}%
+ \ifthenelse{\equal{\word}{carcinogen}}{\textipa{kA:rs\'In at dZ@n}\ }{}%
+ \ifthenelse{\equal{\word}{carcinoma}}{\textipa{k\`A:rsn\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{card}}{\textipa{kA:rd}\ }{}%
+ \ifthenelse{\equal{\word}{cardboard}}{\textipa{k\'A:rdb\`O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{cardiac}}{\textipa{k\'A:rdi\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{cardiff}}{\textipa{k\'A:rdIf}\ }{}%
+ \ifthenelse{\equal{\word}{cardigan}}{\textipa{k\'A:rdIg at n}\ }{}%
+ \ifthenelse{\equal{\word}{cardinal}}{\textipa{k\'A:rdInl}\ }{}%
+ \ifthenelse{\equal{\word}{cardiology}}{\textipa{k\`A:rdi\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{care}}{\textipa{ke at r}\ }{}%
+ \ifthenelse{\equal{\word}{career}}{\textipa{k at r\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{careerism}}{\textipa{k at r\'I at rIst}\ }{}%
+ \ifthenelse{\equal{\word}{careful}}{\textipa{k\'e at rfl}\ }{}%
+ \ifthenelse{\equal{\word}{carefully}}{\textipa{k\'e at rfli}\ }{}%
+ \ifthenelse{\equal{\word}{careless}}{\textipa{k\'e at rl@s}\ }{}%
+ \ifthenelse{\equal{\word}{carer}}{\textipa{k\'e at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{caress}}{\textipa{k at r\'es}\ }{}%
+ \ifthenelse{\equal{\word}{carets}}{\textipa{k\'\ae rIt}\ }{}%
+ \ifthenelse{\equal{\word}{cargo}}{\textipa{k\'A:rgoU}\ }{}%
+ \ifthenelse{\equal{\word}{caribou}}{\textipa{k\'\ae r at b\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{caricature}}{\textipa{k\'\ae rIk at tS\`U at r}\ }{}%
+ \ifthenelse{\equal{\word}{caries}}{\textipa{k\'e at riz}\ }{}%
+ \ifthenelse{\equal{\word}{caring}}{\textipa{k\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{carmine}}{\textipa{k\'A:rmaIn}\ }{}%
+ \ifthenelse{\equal{\word}{carnage}}{\textipa{k\'A:rnIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{carnal}}{\textipa{k\'A:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{carnation}}{\textipa{kA:rn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{carnival}}{\textipa{k\'A:rnIvl}\ }{}%
+ \ifthenelse{\equal{\word}{carnivore}}{\textipa{k\'A:rn at v\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{carnivorous}}{\textipa{kA:rn\'Ivr at s}\ }{}%
+ \ifthenelse{\equal{\word}{carol}}{\textipa{k\'\ae rl}\ }{}%
+ \ifthenelse{\equal{\word}{carotene}}{\textipa{k\'\ae r at t\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{carotid}}{\textipa{k at r\'AtId}\ }{}%
+ \ifthenelse{\equal{\word}{carouse}}{\textipa{k at r\'aUz}\ }{}%
+ \ifthenelse{\equal{\word}{carousel}}{\textipa{k\`\ae r at s\'el}\ }{}%
+ \ifthenelse{\equal{\word}{carp}}{\textipa{kA:rp}\ }{}%
+ \ifthenelse{\equal{\word}{carpal}}{\textipa{k\'A:rpl}\ }{}%
+ \ifthenelse{\equal{\word}{carpenter}}{\textipa{k\'A:rpnt at r}\ }{}%
+ \ifthenelse{\equal{\word}{carpentry}}{\textipa{k\'A:rpntri}\ }{}%
+ \ifthenelse{\equal{\word}{carpet}}{\textipa{k\'A:rp at t}\ }{}%
+ \ifthenelse{\equal{\word}{carriage}}{\textipa{k\'\ae rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{carrier}}{\textipa{k\'\ae ri at r}\ }{}%
+ \ifthenelse{\equal{\word}{carrion}}{\textipa{k\'\ae ri at n}\ }{}%
+ \ifthenelse{\equal{\word}{carry}}{\textipa{k\'\ae ri}\ }{}%
+ \ifthenelse{\equal{\word}{cart}}{\textipa{kA:rt}\ }{}%
+ \ifthenelse{\equal{\word}{cartel}}{\textipa{kA:rt\'el}\ }{}%
+ \ifthenelse{\equal{\word}{cartilage}}{\textipa{k\'A:rtlIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{cartography}}{\textipa{kA:rt\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{carton}}{\textipa{k\'A:rtn}\ }{}%
+ \ifthenelse{\equal{\word}{cartoon}}{\textipa{kA:rt\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{cartouche}}{\textipa{kA:rt\'u:S}\ }{}%
+ \ifthenelse{\equal{\word}{cartridge}}{\textipa{k\'A:rtrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{carve}}{\textipa{kA:rv}\ }{}%
+ \ifthenelse{\equal{\word}{carver}}{\textipa{k\'A:rv at r}\ }{}%
+ \ifthenelse{\equal{\word}{carvery}}{\textipa{k\'A:rvri}\ }{}%
+ \ifthenelse{\equal{\word}{carving}}{\textipa{k\'A:rvIN}\ }{}%
+ \ifthenelse{\equal{\word}{caryatids}}{\textipa{k\`\ae ri\'\ae t at d}\ }{}%
+ \ifthenelse{\equal{\word}{casanova}}{\textipa{k\`\ae z at n\'oUv@}\ }{}%
+ \ifthenelse{\equal{\word}{cascade}}{\textipa{k\ae sk\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{case}}{\textipa{keIs}\ }{}%
+ \ifthenelse{\equal{\word}{casement}}{\textipa{k\'eIsm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{cash}}{\textipa{k\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{cashew}}{\textipa{k\'\ae Su:}\ }{}%
+ \ifthenelse{\equal{\word}{cashier}}{\textipa{k\ae S\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{cashmere}}{\textipa{k\'\ae ZmI at r}\ }{}%
+ \ifthenelse{\equal{\word}{casing}}{\textipa{k\'eIsIN}\ }{}%
+ \ifthenelse{\equal{\word}{casino}}{\textipa{k at s\'\i:noU}\ }{}%
+ \ifthenelse{\equal{\word}{cask}}{\textipa{k\ae sk}\ }{}%
+ \ifthenelse{\equal{\word}{casket}}{\textipa{k\'\ae sk at t}\ }{}%
+ \ifthenelse{\equal{\word}{cassava}}{\textipa{k at s\'A:v@}\ }{}%
+ \ifthenelse{\equal{\word}{casserole}}{\textipa{k\'\ae s at r\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{cassette}}{\textipa{k at s\'et}\ }{}%
+ \ifthenelse{\equal{\word}{cassock}}{\textipa{k\'\ae s at k}\ }{}%
+ \ifthenelse{\equal{\word}{cassowary}}{\textipa{k\'\ae s at w\`e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{cast}}{\textipa{k\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{castanet}}{\textipa{k\`\ae st at n\'et}\ }{}%
+ \ifthenelse{\equal{\word}{castellated}}{\textipa{k\'\ae st at l\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{castigate}}{\textipa{k\'\ae stIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{castle}}{\textipa{k\'\ae sl}\ }{}%
+ \ifthenelse{\equal{\word}{castor}}{\textipa{k\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{castrate}}{\textipa{k\'\ae streIt}\ }{}%
+ \ifthenelse{\equal{\word}{casual}}{\textipa{k\'\ae Zu at l}\ }{}%
+ \ifthenelse{\equal{\word}{casualty}}{\textipa{k\'\ae Zu at lti}\ }{}%
+ \ifthenelse{\equal{\word}{casuistry}}{\textipa{k\'\ae Zu at stri}\ }{}%
+ \ifthenelse{\equal{\word}{cat}}{\textipa{k\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{cataclysm}}{\textipa{k\'\ae t at kl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{cataclysmic}}{\textipa{k\`\ae t at kl\'IzmIk}\ }{}%
+ \ifthenelse{\equal{\word}{catacomb}}{\textipa{k\'\ae t at k\`oUm}\ }{}%
+ \ifthenelse{\equal{\word}{catalepsy}}{\textipa{k\'\ae tl\`epsi}\ }{}%
+ \ifthenelse{\equal{\word}{catalog}}{\textipa{k\'\ae tl\`O:g}\ }{}%
+ \ifthenelse{\equal{\word}{catalyze}}{\textipa{k\'\ae tl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{catalysis}}{\textipa{k at t\'\ae l at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{catalyst}}{\textipa{k\'\ae tlIst}\ }{}%
+ \ifthenelse{\equal{\word}{catalytic}}{\textipa{k\`\ae tl\'ItIk}\ }{}%
+ \ifthenelse{\equal{\word}{catamaran}}{\textipa{k\`\ae t at m@r\'\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{catapult}}{\textipa{k\'\ae t at p\`2lt}\ }{}%
+ \ifthenelse{\equal{\word}{cataract}}{\textipa{k\'\ae t at r\`\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{catarrh}}{\textipa{k at t\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{catastrophe}}{\textipa{k at t\'\ae str at fi}\ }{}%
+ \ifthenelse{\equal{\word}{catastrophic}}{\textipa{k\`\ae t at str\'AfIk}\ }{}%
+ \ifthenelse{\equal{\word}{catatonic}}{\textipa{k\`\ae t at t\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{catch}}{\textipa{k\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{catcher}}{\textipa{k\'\ae tS at r}\ }{}%
+ \ifthenelse{\equal{\word}{catchy}}{\textipa{k\'\ae tSi}\ }{}%
+ \ifthenelse{\equal{\word}{catechism}}{\textipa{k\'\ae t at k\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{categorical}}{\textipa{k\`\ae t at g\'O:rIkl}\ }{}%
+ \ifthenelse{\equal{\word}{categorize}}{\textipa{k\'\ae tIg at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{category}}{\textipa{k\'\ae t at g\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{cater}}{\textipa{k\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{catering}}{\textipa{k\'eItrIN}\ }{}%
+ \ifthenelse{\equal{\word}{caterpillar}}{\textipa{k\'\ae t at rp\`Il at r}\ }{}%
+ \ifthenelse{\equal{\word}{caterwaul}}{\textipa{k\'\ae t at rw\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{catharsis}}{\textipa{k at T\'A:rsIs}\ }{}%
+ \ifthenelse{\equal{\word}{cathartic}}{\textipa{k at T\'A:rtIk}\ }{}%
+ \ifthenelse{\equal{\word}{cathedral}}{\textipa{k at T\'\i:drl}\ }{}%
+ \ifthenelse{\equal{\word}{catheter}}{\textipa{k\'\ae T at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{cathode}}{\textipa{k\'\ae ToUd}\ }{}%
+ \ifthenelse{\equal{\word}{catholic}}{\textipa{k\'\ae TlIk}\ }{}%
+ \ifthenelse{\equal{\word}{cation}}{\textipa{k\'\ae t\`a at n}\ }{}%
+ \ifthenelse{\equal{\word}{cattery}}{\textipa{k\'\ae tri}\ }{}%
+ \ifthenelse{\equal{\word}{cattle}}{\textipa{k\'\ae tl}\ }{}%
+ \ifthenelse{\equal{\word}{caucus}}{\textipa{k\'O:k at s}\ }{}%
+ \ifthenelse{\equal{\word}{caudal}}{\textipa{k\'O:dl}\ }{}%
+ \ifthenelse{\equal{\word}{caught}}{\textipa{kO:t}\ }{}%
+ \ifthenelse{\equal{\word}{cauliflower}}{\textipa{k\'Alifl\`aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{caulking}}{\textipa{kO:k}\ }{}%
+ \ifthenelse{\equal{\word}{causal}}{\textipa{k\'O:zl}\ }{}%
+ \ifthenelse{\equal{\word}{causality}}{\textipa{kO:z\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{causation}}{\textipa{kO:z\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{causative}}{\textipa{k\'O:z at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{cause}}{\textipa{kO:z}\ }{}%
+ \ifthenelse{\equal{\word}{caustic}}{\textipa{k\'O:stIk}\ }{}%
+ \ifthenelse{\equal{\word}{cauterize}}{\textipa{k\'O:t at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{caution}}{\textipa{k\'O:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{cautionary}}{\textipa{k\'O:S at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{cautious}}{\textipa{k\'O:S at s}\ }{}%
+ \ifthenelse{\equal{\word}{cavalcade}}{\textipa{k\`\ae vlk\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{cavalier}}{\textipa{k\`\ae v at l\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{cavalry}}{\textipa{k\'\ae vlri}\ }{}%
+ \ifthenelse{\equal{\word}{cave}}{\textipa{keIv}\ }{}%
+ \ifthenelse{\equal{\word}{caveat}}{\textipa{k\'A:vi\`A:t}\ }{}%
+ \ifthenelse{\equal{\word}{caveman}}{\textipa{k\'eIm\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{caver}}{\textipa{k\'eIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{cavern}}{\textipa{k\'\ae v at rn}\ }{}%
+ \ifthenelse{\equal{\word}{cavernous}}{\textipa{k\'\ae v at rn@s}\ }{}%
+ \ifthenelse{\equal{\word}{caviar}}{\textipa{k\'\ae vi\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{caving}}{\textipa{k\'eIvIN}\ }{}%
+ \ifthenelse{\equal{\word}{cavity}}{\textipa{k\'\ae v at ti}\ }{}%
+ \ifthenelse{\equal{\word}{cavort}}{\textipa{k at v\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{caw}}{\textipa{kO:}\ }{}%
+ \ifthenelse{\equal{\word}{cease}}{\textipa{si:s}\ }{}%
+ \ifthenelse{\equal{\word}{cedar}}{\textipa{s\'\i:d at r}\ }{}%
+ \ifthenelse{\equal{\word}{cede}}{\textipa{si:d}\ }{}%
+ \ifthenelse{\equal{\word}{cedilla}}{\textipa{s at d\'Il@}\ }{}%
+ \ifthenelse{\equal{\word}{ceilidh}}{\textipa{k\'eIli}\ }{}%
+ \ifthenelse{\equal{\word}{ceiling}}{\textipa{s\'\i:lIN}\ }{}%
+ \ifthenelse{\equal{\word}{celandine}}{\textipa{s\'el at nd\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{celeb}}{\textipa{s at l\'eb}\ }{}%
+ \ifthenelse{\equal{\word}{celebrant}}{\textipa{s\'el at brnt}\ }{}%
+ \ifthenelse{\equal{\word}{celebrate}}{\textipa{s\'el at br\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{celebrated}}{\textipa{s\'el at br\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{celebration}}{\textipa{s\`el at br\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{celebratory}}{\textipa{s\'el at br@t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{celebrity}}{\textipa{s at l\'ebr at ti}\ }{}%
+ \ifthenelse{\equal{\word}{celeriac}}{\textipa{s at l\'eri\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{celery}}{\textipa{s\'elri}\ }{}%
+ \ifthenelse{\equal{\word}{celestial}}{\textipa{s at l\'estSl}\ }{}%
+ \ifthenelse{\equal{\word}{celibacy}}{\textipa{s\'el at b@si}\ }{}%
+ \ifthenelse{\equal{\word}{celibate}}{\textipa{s\'el at b@t}\ }{}%
+ \ifthenelse{\equal{\word}{cell}}{\textipa{sel}\ }{}%
+ \ifthenelse{\equal{\word}{cellar}}{\textipa{s\'el at r}\ }{}%
+ \ifthenelse{\equal{\word}{cellist}}{\textipa{tS\'elIst}\ }{}%
+ \ifthenelse{\equal{\word}{cello}}{\textipa{tS\'eloU}\ }{}%
+ \ifthenelse{\equal{\word}{cellophane}}{\textipa{s\'el at f\`eIn}\ }{}%
+ \ifthenelse{\equal{\word}{cellular}}{\textipa{s\'elj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{cellulite}}{\textipa{s\'elj at l\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{celluloid}}{\textipa{s\'elj at l\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{cellulose}}{\textipa{s\'elj at l\`oUs}\ }{}%
+ \ifthenelse{\equal{\word}{celsius}}{\textipa{s\'elsi at s}\ }{}%
+ \ifthenelse{\equal{\word}{celtic}}{\textipa{k\'eltIk}\ }{}%
+ \ifthenelse{\equal{\word}{cement}}{\textipa{s at m\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{cemetery}}{\textipa{s\'em at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{cenotaph}}{\textipa{s\'en at t\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{censor}}{\textipa{s\'ens at r}\ }{}%
+ \ifthenelse{\equal{\word}{censorious}}{\textipa{sens\'O:ri at s}\ }{}%
+ \ifthenelse{\equal{\word}{censorship}}{\textipa{s\'ens at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{censure}}{\textipa{s\'enS at r}\ }{}%
+ \ifthenelse{\equal{\word}{census}}{\textipa{s\'ens at s}\ }{}%
+ \ifthenelse{\equal{\word}{cent}}{\textipa{sent}\ }{}%
+ \ifthenelse{\equal{\word}{centaur}}{\textipa{s\'entO:r}\ }{}%
+ \ifthenelse{\equal{\word}{centenarians}}{\textipa{s\`entn\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{centenary}}{\textipa{sent\'enri}\ }{}%
+ \ifthenelse{\equal{\word}{centennial}}{\textipa{sent\'eni at l}\ }{}%
+ \ifthenelse{\equal{\word}{centigrade}}{\textipa{s\'ent at gr\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{centime}}{\textipa{s\'A:nti:m}\ }{}%
+ \ifthenelse{\equal{\word}{centimeter}}{\textipa{s\'ent at m\`\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{centipede}}{\textipa{s\'ent at p\`\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{central}}{\textipa{s\'entrl}\ }{}%
+ \ifthenelse{\equal{\word}{centralize}}{\textipa{s\'entr at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{center}}{\textipa{s\'ent at r}\ }{}%
+ \ifthenelse{\equal{\word}{centric}}{\textipa{s\'entrIk}\ }{}%
+ \ifthenelse{\equal{\word}{centrifugal}}{\textipa{sentr\'Ifj at gl}\ }{}%
+ \ifthenelse{\equal{\word}{centrifuge}}{\textipa{s\'entrIfj\`u:dZ}\ }{}%
+ \ifthenelse{\equal{\word}{centripetal}}{\textipa{sentr\'Ip at tl}\ }{}%
+ \ifthenelse{\equal{\word}{centrist}}{\textipa{s\'entrIst}\ }{}%
+ \ifthenelse{\equal{\word}{centroid}}{\textipa{s\'entrOId}\ }{}%
+ \ifthenelse{\equal{\word}{centurion}}{\textipa{sentj\'u at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{century}}{\textipa{s\'enSri}\ }{}%
+ \ifthenelse{\equal{\word}{cephalopods}}{\textipa{s\'efl at p\`Ad}\ }{}%
+ \ifthenelse{\equal{\word}{ceramic}}{\textipa{s at r\'\ae mIk}\ }{}%
+ \ifthenelse{\equal{\word}{cereal}}{\textipa{s\'\i at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{cerebellum}}{\textipa{s\`er at b\'el at m}\ }{}%
+ \ifthenelse{\equal{\word}{cerebral}}{\textipa{s\'er at brl}\ }{}%
+ \ifthenelse{\equal{\word}{cerebrum}}{\textipa{s at r\'\i:br at m}\ }{}%
+ \ifthenelse{\equal{\word}{ceremonial}}{\textipa{s\`er at m\'oUni at l}\ }{}%
+ \ifthenelse{\equal{\word}{ceremonious}}{\textipa{s\`er at m\'oUni at s}\ }{}%
+ \ifthenelse{\equal{\word}{ceremony}}{\textipa{s\'er at m\`oUni}\ }{}%
+ \ifthenelse{\equal{\word}{ceres}}{\textipa{s\'\i at ri:z}\ }{}%
+ \ifthenelse{\equal{\word}{cerise}}{\textipa{s at r\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{certain}}{\textipa{s\'@:rtn}\ }{}%
+ \ifthenelse{\equal{\word}{certainly}}{\textipa{s\'@:rtnli}\ }{}%
+ \ifthenelse{\equal{\word}{certainty}}{\textipa{s\'@:rtnti}\ }{}%
+ \ifthenelse{\equal{\word}{certifiable}}{\textipa{s\'@:rtIf\`a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{certificate}}{\textipa{s at rt\'IfIk at t}\ }{}%
+ \ifthenelse{\equal{\word}{certification}}{\textipa{s\`@:rtIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{certified}}{\textipa{s\'@:rtIf\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{certify}}{\textipa{s\'@:rtIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{certitude}}{\textipa{s\'@:rt at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{cervical}}{\textipa{s\'@:rvIkl}\ }{}%
+ \ifthenelse{\equal{\word}{cervix}}{\textipa{s\'@:rvIks}\ }{}%
+ \ifthenelse{\equal{\word}{cessation}}{\textipa{ses\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{cession}}{\textipa{s\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{cesspit}}{\textipa{s\'esp\`u:l}\ }{}%
+ \ifthenelse{\equal{\word}{cetacean}}{\textipa{sIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ceylon}}{\textipa{sIl\'An}\ }{}%
+ \ifthenelse{\equal{\word}{chacha}}{\textipa{tS\'A:tS\`A:}\ }{}%
+ \ifthenelse{\equal{\word}{chad}}{\textipa{tS\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{chafe}}{\textipa{tSeIf}\ }{}%
+ \ifthenelse{\equal{\word}{chaff}}{\textipa{tS\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{chaffinch}}{\textipa{tS\'\ae fInS}\ }{}%
+ \ifthenelse{\equal{\word}{chagrin}}{\textipa{S at gr\'In}\ }{}%
+ \ifthenelse{\equal{\word}{chain}}{\textipa{tSeIn}\ }{}%
+ \ifthenelse{\equal{\word}{chair}}{\textipa{tSe at r}\ }{}%
+ \ifthenelse{\equal{\word}{chairman}}{\textipa{tS\'e at rm@n}\ }{}%
+ \ifthenelse{\equal{\word}{chairmanship}}{\textipa{tS\'e at rm@nS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{chalet}}{\textipa{S\ae l\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{chalice}}{\textipa{tS\'\ae lIs}\ }{}%
+ \ifthenelse{\equal{\word}{chalk}}{\textipa{tSO:k}\ }{}%
+ \ifthenelse{\equal{\word}{chalky}}{\textipa{tS\'O:ki}\ }{}%
+ \ifthenelse{\equal{\word}{challenge}}{\textipa{tS\'\ae lInZ}\ }{}%
+ \ifthenelse{\equal{\word}{chamber}}{\textipa{tS\'eImb at r}\ }{}%
+ \ifthenelse{\equal{\word}{chamberlain}}{\textipa{tS\'eImb at rlIn}\ }{}%
+ \ifthenelse{\equal{\word}{chameleon}}{\textipa{k at m\'\i:li at n}\ }{}%
+ \ifthenelse{\equal{\word}{chamfer}}{\textipa{tS\'\ae mf at r}\ }{}%
+ \ifthenelse{\equal{\word}{chamois}}{\textipa{S\ae mw\'A:}\ }{}%
+ \ifthenelse{\equal{\word}{champ}}{\textipa{tS\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{champagne}}{\textipa{S\`\ae mp\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{champion}}{\textipa{tS\'\ae mpj at n}\ }{}%
+ \ifthenelse{\equal{\word}{championship}}{\textipa{tS\'\ae mpj at nS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{chance}}{\textipa{tS\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{chancel}}{\textipa{tS\'\ae nsl}\ }{}%
+ \ifthenelse{\equal{\word}{chancellery}}{\textipa{tS\'\ae nslri}\ }{}%
+ \ifthenelse{\equal{\word}{chancellor}}{\textipa{tS\'\ae nsl at r}\ }{}%
+ \ifthenelse{\equal{\word}{chancery}}{\textipa{tS\'\ae nsri}\ }{}%
+ \ifthenelse{\equal{\word}{chancy}}{\textipa{tS\'\ae nsi}\ }{}%
+ \ifthenelse{\equal{\word}{chandelier}}{\textipa{S\`\ae ndl\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{chandler}}{\textipa{tS\'\ae nl at r}\ }{}%
+ \ifthenelse{\equal{\word}{change}}{\textipa{tSeInZ}\ }{}%
+ \ifthenelse{\equal{\word}{changeable}}{\textipa{tS\'eInZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{changeling}}{\textipa{tS\'eInZlIN}\ }{}%
+ \ifthenelse{\equal{\word}{changer}}{\textipa{tS\'eInZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{channel}}{\textipa{tS\'\ae nl}\ }{}%
+ \ifthenelse{\equal{\word}{chant}}{\textipa{tS\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{chanteuse}}{\textipa{SAnt\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{chantry}}{\textipa{tS\'\ae ntri}\ }{}%
+ \ifthenelse{\equal{\word}{chaos}}{\textipa{k\'eIAs}\ }{}%
+ \ifthenelse{\equal{\word}{chaotic}}{\textipa{keI\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{chap}}{\textipa{tS\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{chapel}}{\textipa{tS\'\ae pl}\ }{}%
+ \ifthenelse{\equal{\word}{chaperon}}{\textipa{S\'\ae p at r\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{chaplain}}{\textipa{tS\'\ae plIn}\ }{}%
+ \ifthenelse{\equal{\word}{chaplaincy}}{\textipa{tS\'\ae pl at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{chapman}}{\textipa{tS\'\ae pm at n}\ }{}%
+ \ifthenelse{\equal{\word}{chaps}}{\textipa{tS\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{chapter}}{\textipa{tS\'\ae pt at r}\ }{}%
+ \ifthenelse{\equal{\word}{char}}{\textipa{tS\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{charabanc}}{\textipa{S\'\ae r at b\`\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{character}}{\textipa{k\'\ae r at kt@r}\ }{}%
+ \ifthenelse{\equal{\word}{characteristic}}{\textipa{k\`\ae r at kt@r\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{characteristically}}{\textipa{k\`\ae r at kt@r\'IstIkli}\ }{}%
+ \ifthenelse{\equal{\word}{charade}}{\textipa{S at r\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{charcoal}}{\textipa{tS\'A:rk\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{charge}}{\textipa{tSA:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{charger}}{\textipa{tS\'A:rdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{chariot}}{\textipa{tS\'\ae ri at t}\ }{}%
+ \ifthenelse{\equal{\word}{charioteer}}{\textipa{tS\`\ae ri at t\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{charisma}}{\textipa{k at r\'Izm@}\ }{}%
+ \ifthenelse{\equal{\word}{charismatic}}{\textipa{k\`\ae rIzm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{charitable}}{\textipa{tS\'\ae r at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{charity}}{\textipa{tS\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{charlatan}}{\textipa{S\'A:rl at tn}\ }{}%
+ \ifthenelse{\equal{\word}{charles}}{\textipa{tSA:rlz}\ }{}%
+ \ifthenelse{\equal{\word}{charm}}{\textipa{tSA:rm}\ }{}%
+ \ifthenelse{\equal{\word}{charming}}{\textipa{tS\'A:rmIN}\ }{}%
+ \ifthenelse{\equal{\word}{chart}}{\textipa{tSA:rt}\ }{}%
+ \ifthenelse{\equal{\word}{charter}}{\textipa{tS\'A:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{charwoman}}{\textipa{tS\'A:rw\`Um at n}\ }{}%
+ \ifthenelse{\equal{\word}{chary}}{\textipa{tS\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{chase}}{\textipa{tSeIs}\ }{}%
+ \ifthenelse{\equal{\word}{chaser}}{\textipa{tS\'eIs at r}\ }{}%
+ \ifthenelse{\equal{\word}{chasm}}{\textipa{k\'\ae zm}\ }{}%
+ \ifthenelse{\equal{\word}{chassis}}{\textipa{S\'\ae si}\ }{}%
+ \ifthenelse{\equal{\word}{chaste}}{\textipa{tSeIst}\ }{}%
+ \ifthenelse{\equal{\word}{chastening}}{\textipa{tS\'eIsn}\ }{}%
+ \ifthenelse{\equal{\word}{chastise}}{\textipa{tS\ae st\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{chastity}}{\textipa{tS\'\ae st at ti}\ }{}%
+ \ifthenelse{\equal{\word}{chat}}{\textipa{tS\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{chateau}}{\textipa{S\ae t\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{chattel}}{\textipa{tS\'\ae tl}\ }{}%
+ \ifthenelse{\equal{\word}{chatter}}{\textipa{tS\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{chatty}}{\textipa{tS\'\ae ti}\ }{}%
+ \ifthenelse{\equal{\word}{chauffeur}}{\textipa{SoUf\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{chauvinism}}{\textipa{S\'oUv at n\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{cheap}}{\textipa{tSi:p}\ }{}%
+ \ifthenelse{\equal{\word}{cheapen}}{\textipa{tS\'\i:pn}\ }{}%
+ \ifthenelse{\equal{\word}{cheaply}}{\textipa{tS\'\i:pli}\ }{}%
+ \ifthenelse{\equal{\word}{cheat}}{\textipa{tSi:t}\ }{}%
+ \ifthenelse{\equal{\word}{check}}{\textipa{tSek}\ }{}%
+ \ifthenelse{\equal{\word}{checkmate}}{\textipa{tS\'ekm\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{cheddar}}{\textipa{tS\'ed at r}\ }{}%
+ \ifthenelse{\equal{\word}{cheek}}{\textipa{tSi:k}\ }{}%
+ \ifthenelse{\equal{\word}{cheeked}}{\textipa{tS\'\i:kt}\ }{}%
+ \ifthenelse{\equal{\word}{cheeky}}{\textipa{tS\'\i:ki}\ }{}%
+ \ifthenelse{\equal{\word}{cheer}}{\textipa{tSI at r}\ }{}%
+ \ifthenelse{\equal{\word}{cheerful}}{\textipa{tS\'I at rfl}\ }{}%
+ \ifthenelse{\equal{\word}{cheering}}{\textipa{tS\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{cheerio}}{\textipa{tS\`I at ri\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{cheery}}{\textipa{tS\'I at ri}\ }{}%
+ \ifthenelse{\equal{\word}{cheese}}{\textipa{tSi:z}\ }{}%
+ \ifthenelse{\equal{\word}{cheesy}}{\textipa{tS\'\i:zi}\ }{}%
+ \ifthenelse{\equal{\word}{cheetah}}{\textipa{tS\'\i:t@}\ }{}%
+ \ifthenelse{\equal{\word}{chef}}{\textipa{Sef}\ }{}%
+ \ifthenelse{\equal{\word}{chemical}}{\textipa{k\'emIkl}\ }{}%
+ \ifthenelse{\equal{\word}{chemise}}{\textipa{S at m\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{chemist}}{\textipa{k\'emIst}\ }{}%
+ \ifthenelse{\equal{\word}{chemistry}}{\textipa{k\'emIstri}\ }{}%
+ \ifthenelse{\equal{\word}{chemotherapy}}{\textipa{k\`\i:moUT\'er at pi}\ }{}%
+ \ifthenelse{\equal{\word}{cherish}}{\textipa{tS\'erIS}\ }{}%
+ \ifthenelse{\equal{\word}{cheroot}}{\textipa{S at r\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{cherry}}{\textipa{tS\'eri}\ }{}%
+ \ifthenelse{\equal{\word}{cherub}}{\textipa{tS\'er at b}\ }{}%
+ \ifthenelse{\equal{\word}{cherubic}}{\textipa{tS at r\'u:bIk}\ }{}%
+ \ifthenelse{\equal{\word}{cherubim}}{\textipa{tS\'er at bIm}\ }{}%
+ \ifthenelse{\equal{\word}{chess}}{\textipa{tSes}\ }{}%
+ \ifthenelse{\equal{\word}{chest}}{\textipa{tSest}\ }{}%
+ \ifthenelse{\equal{\word}{chested}}{\textipa{tS\'estId}\ }{}%
+ \ifthenelse{\equal{\word}{chesterfield}}{\textipa{tS\'est at rf\`\i:ld}\ }{}%
+ \ifthenelse{\equal{\word}{chestnut}}{\textipa{tS\'esn\`2t}\ }{}%
+ \ifthenelse{\equal{\word}{chesty}}{\textipa{tS\'esti}\ }{}%
+ \ifthenelse{\equal{\word}{chevalier}}{\textipa{S\`ev at l\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{chevron}}{\textipa{S\'evrn}\ }{}%
+ \ifthenelse{\equal{\word}{chew}}{\textipa{tSu:}\ }{}%
+ \ifthenelse{\equal{\word}{chewy}}{\textipa{tS\'ui}\ }{}%
+ \ifthenelse{\equal{\word}{chic}}{\textipa{Si:k}\ }{}%
+ \ifthenelse{\equal{\word}{chicago}}{\textipa{SIk\'A:goU}\ }{}%
+ \ifthenelse{\equal{\word}{chicane}}{\textipa{SIk\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{chicanery}}{\textipa{SIk\'eInri}\ }{}%
+ \ifthenelse{\equal{\word}{chick}}{\textipa{tSIk}\ }{}%
+ \ifthenelse{\equal{\word}{chicken}}{\textipa{tS\'IkIn}\ }{}%
+ \ifthenelse{\equal{\word}{chicory}}{\textipa{tS\'Ikri}\ }{}%
+ \ifthenelse{\equal{\word}{chide}}{\textipa{tSaId}\ }{}%
+ \ifthenelse{\equal{\word}{chief}}{\textipa{tSi:f}\ }{}%
+ \ifthenelse{\equal{\word}{chiefly}}{\textipa{tS\'\i:fli}\ }{}%
+ \ifthenelse{\equal{\word}{chieftain}}{\textipa{tS\'\i:ftn}\ }{}%
+ \ifthenelse{\equal{\word}{chiffon}}{\textipa{SIf\'An}\ }{}%
+ \ifthenelse{\equal{\word}{chihuahua}}{\textipa{tSIw\'A:w@}\ }{}%
+ \ifthenelse{\equal{\word}{chilblain}}{\textipa{tS\'Ilbl\`eIn}\ }{}%
+ \ifthenelse{\equal{\word}{child}}{\textipa{tSaIld}\ }{}%
+ \ifthenelse{\equal{\word}{childhood}}{\textipa{tS\'aIldh\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{childish}}{\textipa{tS\'aIldIS}\ }{}%
+ \ifthenelse{\equal{\word}{childlike}}{\textipa{tS\'aIll\`aIk}\ }{}%
+ \ifthenelse{\equal{\word}{children}}{\textipa{tS\'Ildrn}\ }{}%
+ \ifthenelse{\equal{\word}{chilean}}{\textipa{tS\'Ili at n}\ }{}%
+ \ifthenelse{\equal{\word}{chili}}{\textipa{tS\'Ili}\ }{}%
+ \ifthenelse{\equal{\word}{chill}}{\textipa{tSIl}\ }{}%
+ \ifthenelse{\equal{\word}{chime}}{\textipa{tSaIm}\ }{}%
+ \ifthenelse{\equal{\word}{chimera}}{\textipa{kaIm\'\i at r@}\ }{}%
+ \ifthenelse{\equal{\word}{chimerical}}{\textipa{kaIm\'erIkl}\ }{}%
+ \ifthenelse{\equal{\word}{chimney}}{\textipa{tS\'Imni}\ }{}%
+ \ifthenelse{\equal{\word}{chimp}}{\textipa{tSImp}\ }{}%
+ \ifthenelse{\equal{\word}{chimpanzee}}{\textipa{tS\`Imp\ae nz\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{chin}}{\textipa{tSIn}\ }{}%
+ \ifthenelse{\equal{\word}{china}}{\textipa{tS\'aIn@}\ }{}%
+ \ifthenelse{\equal{\word}{chinese}}{\textipa{tS\`aIn\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{chink}}{\textipa{tSINk}\ }{}%
+ \ifthenelse{\equal{\word}{chinoiserie}}{\textipa{SInw\'A:zri}\ }{}%
+ \ifthenelse{\equal{\word}{chintz}}{\textipa{tSIns}\ }{}%
+ \ifthenelse{\equal{\word}{chintzy}}{\textipa{tS\'Insi}\ }{}%
+ \ifthenelse{\equal{\word}{chip}}{\textipa{tSIp}\ }{}%
+ \ifthenelse{\equal{\word}{chipmunk}}{\textipa{tS\'Ipm\`2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{chiropodist}}{\textipa{k at r\'Ap at dIst}\ }{}%
+ \ifthenelse{\equal{\word}{chiropody}}{\textipa{k at r\'Ap at di}\ }{}%
+ \ifthenelse{\equal{\word}{chiropractic}}{\textipa{k\'aIr at pr\`\ae ktIk}\ }{}%
+ \ifthenelse{\equal{\word}{chiropractor}}{\textipa{k\'aIr at pr\`\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{chirp}}{\textipa{tS@:rp}\ }{}%
+ \ifthenelse{\equal{\word}{chirpy}}{\textipa{tS\'@:rpi}\ }{}%
+ \ifthenelse{\equal{\word}{chirruped}}{\textipa{tS\'\i r at p}\ }{}%
+ \ifthenelse{\equal{\word}{chisel}}{\textipa{tS\'Izl}\ }{}%
+ \ifthenelse{\equal{\word}{chit}}{\textipa{tSIt}\ }{}%
+ \ifthenelse{\equal{\word}{chivalrous}}{\textipa{S\'Ivlr at s}\ }{}%
+ \ifthenelse{\equal{\word}{chivalry}}{\textipa{S\'Ivlri}\ }{}%
+ \ifthenelse{\equal{\word}{chives}}{\textipa{tSaIv}\ }{}%
+ \ifthenelse{\equal{\word}{chivvy}}{\textipa{tS\'Ivi}\ }{}%
+ \ifthenelse{\equal{\word}{chlamydia}}{\textipa{kl at m\'Idi@}\ }{}%
+ \ifthenelse{\equal{\word}{chloride}}{\textipa{kl\'O:raId}\ }{}%
+ \ifthenelse{\equal{\word}{chlorination}}{\textipa{kl\'O:rIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{chlorine}}{\textipa{kl\'O:ri:n}\ }{}%
+ \ifthenelse{\equal{\word}{chlorofluorocarbon}}{\textipa{kl\`O:r at fl\`u at roUk\'A:rbn}\ }{}%
+ \ifthenelse{\equal{\word}{chloroform}}{\textipa{kl\'O:r at f\`O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{chlorophyll}}{\textipa{kl\'O:r at f\`Il}\ }{}%
+ \ifthenelse{\equal{\word}{chock}}{\textipa{tSAk}\ }{}%
+ \ifthenelse{\equal{\word}{chockfull}}{\textipa{tS\`Akf\'Ul}\ }{}%
+ \ifthenelse{\equal{\word}{chocolate}}{\textipa{tS\'O:kl at t}\ }{}%
+ \ifthenelse{\equal{\word}{choice}}{\textipa{tSOIs}\ }{}%
+ \ifthenelse{\equal{\word}{choir}}{\textipa{kwaI at r}\ }{}%
+ \ifthenelse{\equal{\word}{choke}}{\textipa{tSoUk}\ }{}%
+ \ifthenelse{\equal{\word}{choker}}{\textipa{tS\'oUk at r}\ }{}%
+ \ifthenelse{\equal{\word}{cholera}}{\textipa{k\'Alr@}\ }{}%
+ \ifthenelse{\equal{\word}{cholesterol}}{\textipa{k at l\'est at r\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{chomp}}{\textipa{tSAmp}\ }{}%
+ \ifthenelse{\equal{\word}{choose}}{\textipa{tSu:z}\ }{}%
+ \ifthenelse{\equal{\word}{chooser}}{\textipa{tS\'u:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{choosy}}{\textipa{tS\'u:zi}\ }{}%
+ \ifthenelse{\equal{\word}{chop}}{\textipa{tSAp}\ }{}%
+ \ifthenelse{\equal{\word}{chopin}}{\textipa{S\'oUp\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{choppy}}{\textipa{tS\'Api}\ }{}%
+ \ifthenelse{\equal{\word}{chore}}{\textipa{tSO:r}\ }{}%
+ \ifthenelse{\equal{\word}{chorea}}{\textipa{k at r\'\i@}\ }{}%
+ \ifthenelse{\equal{\word}{choreographed}}{\textipa{k\'O:ri at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{choreographer}}{\textipa{k\`O:ri\'Agr at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{choreographic}}{\textipa{k\`O:ri at gr\'\ae fIk}\ }{}%
+ \ifthenelse{\equal{\word}{choreography}}{\textipa{k\`O:ri\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{chorister}}{\textipa{k\'O:r at st@r}\ }{}%
+ \ifthenelse{\equal{\word}{chortle}}{\textipa{tS\'O:rtl}\ }{}%
+ \ifthenelse{\equal{\word}{chorus}}{\textipa{k\'O:r at s}\ }{}%
+ \ifthenelse{\equal{\word}{chose}}{\textipa{tSoUz}\ }{}%
+ \ifthenelse{\equal{\word}{chosen}}{\textipa{tS\'oUzn}\ }{}%
+ \ifthenelse{\equal{\word}{choughs}}{\textipa{tS2f}\ }{}%
+ \ifthenelse{\equal{\word}{chow}}{\textipa{tSaU}\ }{}%
+ \ifthenelse{\equal{\word}{christ}}{\textipa{kraIst}\ }{}%
+ \ifthenelse{\equal{\word}{christen}}{\textipa{kr\'Isn}\ }{}%
+ \ifthenelse{\equal{\word}{christian}}{\textipa{kr\'IstSn}\ }{}%
+ \ifthenelse{\equal{\word}{chromatic}}{\textipa{kroUm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{chromatography}}{\textipa{kr\`oUm at t\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{chrome}}{\textipa{kroUm}\ }{}%
+ \ifthenelse{\equal{\word}{chromite}}{\textipa{kr\'oUmaIt}\ }{}%
+ \ifthenelse{\equal{\word}{chromium}}{\textipa{kr\'oUmi at m}\ }{}%
+ \ifthenelse{\equal{\word}{chromosome}}{\textipa{kr\'oUm at z\`oUm}\ }{}%
+ \ifthenelse{\equal{\word}{chronic}}{\textipa{kr\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{chronically}}{\textipa{kr\'AnIkli}\ }{}%
+ \ifthenelse{\equal{\word}{chronicle}}{\textipa{kr\'AnIkl}\ }{}%
+ \ifthenelse{\equal{\word}{chronograph}}{\textipa{kr\'An at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{chronological}}{\textipa{kr\`Anl\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{chronology}}{\textipa{kr at n\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{chronometer}}{\textipa{kr at n\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{chrysalis}}{\textipa{kr\'IslIs}\ }{}%
+ \ifthenelse{\equal{\word}{chrysanthemum}}{\textipa{kr at s\'\ae nTIm at m}\ }{}%
+ \ifthenelse{\equal{\word}{chubby}}{\textipa{tS\'2bi}\ }{}%
+ \ifthenelse{\equal{\word}{chuck}}{\textipa{tS2k}\ }{}%
+ \ifthenelse{\equal{\word}{chuckle}}{\textipa{tS\'2kl}\ }{}%
+ \ifthenelse{\equal{\word}{chuffed}}{\textipa{tS2ft}\ }{}%
+ \ifthenelse{\equal{\word}{chug}}{\textipa{tS2g}\ }{}%
+ \ifthenelse{\equal{\word}{chum}}{\textipa{tS2m}\ }{}%
+ \ifthenelse{\equal{\word}{chump}}{\textipa{tS2mp}\ }{}%
+ \ifthenelse{\equal{\word}{chunk}}{\textipa{tS2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{chunky}}{\textipa{tS\'2Nki}\ }{}%
+ \ifthenelse{\equal{\word}{chunnel}}{\textipa{tS\'2nl}\ }{}%
+ \ifthenelse{\equal{\word}{chuntering}}{\textipa{tS\'2nt at r}\ }{}%
+ \ifthenelse{\equal{\word}{church}}{\textipa{tS@:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{churlish}}{\textipa{tS\'@:rlIS}\ }{}%
+ \ifthenelse{\equal{\word}{churn}}{\textipa{tS@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{chute}}{\textipa{Su:t}\ }{}%
+ \ifthenelse{\equal{\word}{chutney}}{\textipa{tS\'2tni}\ }{}%
+ \ifthenelse{\equal{\word}{chutzpah}}{\textipa{h\'Utsp@}\ }{}%
+ \ifthenelse{\equal{\word}{cicada}}{\textipa{sIk\'eId@}\ }{}%
+ \ifthenelse{\equal{\word}{cicero}}{\textipa{s\'Is at r\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{cider}}{\textipa{s\'aId at r}\ }{}%
+ \ifthenelse{\equal{\word}{cigar}}{\textipa{sIg\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{cigaret}}{\textipa{s\'Ig at r\`et}\ }{}%
+ \ifthenelse{\equal{\word}{cilia}}{\textipa{s\'Ili@}\ }{}%
+ \ifthenelse{\equal{\word}{cinch}}{\textipa{sInS}\ }{}%
+ \ifthenelse{\equal{\word}{cinder}}{\textipa{s\'Ind at r}\ }{}%
+ \ifthenelse{\equal{\word}{cine}}{\textipa{s\'Ini}\ }{}%
+ \ifthenelse{\equal{\word}{cinema}}{\textipa{s\'In at m@}\ }{}%
+ \ifthenelse{\equal{\word}{cinematic}}{\textipa{s\`In at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{cinematography}}{\textipa{s\`In at m@t\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{cinnamon}}{\textipa{s\'In at m@n}\ }{}%
+ \ifthenelse{\equal{\word}{cipher}}{\textipa{s\'aIf at r}\ }{}%
+ \ifthenelse{\equal{\word}{circa}}{\textipa{s\'@:rk@}\ }{}%
+ \ifthenelse{\equal{\word}{circadian}}{\textipa{s at rk\'eIdi at n}\ }{}%
+ \ifthenelse{\equal{\word}{circle}}{\textipa{s\'@:rkl}\ }{}%
+ \ifthenelse{\equal{\word}{circlet}}{\textipa{s\'@:rkl at t}\ }{}%
+ \ifthenelse{\equal{\word}{circuit}}{\textipa{s\'@:rk at t}\ }{}%
+ \ifthenelse{\equal{\word}{circuitous}}{\textipa{s@:rkj\'u:@t at s}\ }{}%
+ \ifthenelse{\equal{\word}{circuitry}}{\textipa{s\'@:rk at tri}\ }{}%
+ \ifthenelse{\equal{\word}{circular}}{\textipa{s\'@:rkj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{circularize}}{\textipa{s\'@:rkj at l@r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{circularity}}{\textipa{s@:rkj at l\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{circulate}}{\textipa{s\'@:rkj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{circulation}}{\textipa{s\`@:rkj at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{circulatory}}{\textipa{s\'@:rkj at l@t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{circumcise}}{\textipa{s\'@:rk at ms\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{circumcision}}{\textipa{s\`@:rk at ms\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{circumference}}{\textipa{s at rk\'2mfrns}\ }{}%
+ \ifthenelse{\equal{\word}{circumflex}}{\textipa{s\'@:rk at mfl\`eks}\ }{}%
+ \ifthenelse{\equal{\word}{circumlocution}}{\textipa{s\`@:rk at mloUkj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{circumnavigate}}{\textipa{s\`@:rk at mn\'\ae vIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{circumscribe}}{\textipa{s\'@:rk at mskr\`aIb}\ }{}%
+ \ifthenelse{\equal{\word}{circumspect}}{\textipa{s\'@:rk at msp\`ekt}\ }{}%
+ \ifthenelse{\equal{\word}{circumstance}}{\textipa{s\'@:rk at mst\`\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{circumstantial}}{\textipa{s\`@:rk at mst\'\ae nSl}\ }{}%
+ \ifthenelse{\equal{\word}{circumvent}}{\textipa{s\`@:rk at mv\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{circus}}{\textipa{s\'@:rk at s}\ }{}%
+ \ifthenelse{\equal{\word}{cirrhosis}}{\textipa{s at r\'oUsIs}\ }{}%
+ \ifthenelse{\equal{\word}{cirrus}}{\textipa{s\'Ir at s}\ }{}%
+ \ifthenelse{\equal{\word}{cistern}}{\textipa{s\'Ist at rn}\ }{}%
+ \ifthenelse{\equal{\word}{citadel}}{\textipa{s\'It at dl}\ }{}%
+ \ifthenelse{\equal{\word}{citation}}{\textipa{saIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{cite}}{\textipa{saIt}\ }{}%
+ \ifthenelse{\equal{\word}{citizen}}{\textipa{s\'It at zn}\ }{}%
+ \ifthenelse{\equal{\word}{citizenry}}{\textipa{s\'ItIznri}\ }{}%
+ \ifthenelse{\equal{\word}{citizenship}}{\textipa{s\'ItIznS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{citrate}}{\textipa{s\'ItreIt}\ }{}%
+ \ifthenelse{\equal{\word}{citric}}{\textipa{s\'ItrIk}\ }{}%
+ \ifthenelse{\equal{\word}{citron}}{\textipa{s\'Itrn}\ }{}%
+ \ifthenelse{\equal{\word}{citrus}}{\textipa{s\'Itr at s}\ }{}%
+ \ifthenelse{\equal{\word}{cittern}}{\textipa{s\'It at rn}\ }{}%
+ \ifthenelse{\equal{\word}{city}}{\textipa{s\'Iti}\ }{}%
+ \ifthenelse{\equal{\word}{civic}}{\textipa{s\'IvIk}\ }{}%
+ \ifthenelse{\equal{\word}{civies}}{\textipa{s\'Iviz}\ }{}%
+ \ifthenelse{\equal{\word}{civil}}{\textipa{s\'Ivl}\ }{}%
+ \ifthenelse{\equal{\word}{civilian}}{\textipa{s at v\'Ili at n}\ }{}%
+ \ifthenelse{\equal{\word}{civilization}}{\textipa{s\`Ivl at z\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{civilize}}{\textipa{s\'Iv at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{civility}}{\textipa{s at v\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{civilly}}{\textipa{s\'Iv at li}\ }{}%
+ \ifthenelse{\equal{\word}{clacking}}{\textipa{kl\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{clad}}{\textipa{kl\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{cladding}}{\textipa{kl\'\ae dIN}\ }{}%
+ \ifthenelse{\equal{\word}{claim}}{\textipa{kleIm}\ }{}%
+ \ifthenelse{\equal{\word}{claimant}}{\textipa{kl\'eIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{clairvoyance}}{\textipa{kle at rv\'OI at ns}\ }{}%
+ \ifthenelse{\equal{\word}{clairvoyant}}{\textipa{kle at rv\'OI at nt}\ }{}%
+ \ifthenelse{\equal{\word}{clam}}{\textipa{kl\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{clamber}}{\textipa{kl\'\ae mb at r}\ }{}%
+ \ifthenelse{\equal{\word}{clammy}}{\textipa{kl\'\ae mi}\ }{}%
+ \ifthenelse{\equal{\word}{clamorous}}{\textipa{kl\'\ae mr at s}\ }{}%
+ \ifthenelse{\equal{\word}{clamor}}{\textipa{kl\'\ae m at r}\ }{}%
+ \ifthenelse{\equal{\word}{clamp}}{\textipa{kl\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{clan}}{\textipa{kl\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{clandestine}}{\textipa{kl\ae nd\'estIn}\ }{}%
+ \ifthenelse{\equal{\word}{clang}}{\textipa{kl\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{clangers}}{\textipa{kl\'\ae N at r}\ }{}%
+ \ifthenelse{\equal{\word}{clank}}{\textipa{kl\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{clannish}}{\textipa{kl\'\ae nIS}\ }{}%
+ \ifthenelse{\equal{\word}{clansmen}}{\textipa{kl\'\ae nzm at n}\ }{}%
+ \ifthenelse{\equal{\word}{clap}}{\textipa{kl\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{claret}}{\textipa{kl\'\ae r at t}\ }{}%
+ \ifthenelse{\equal{\word}{clarification}}{\textipa{kl\`\ae r at fIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{clarify}}{\textipa{kl\'\ae r at f\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{clarinet}}{\textipa{kl\`\ae r at n\'et}\ }{}%
+ \ifthenelse{\equal{\word}{clarion}}{\textipa{kl\'\ae ri at n}\ }{}%
+ \ifthenelse{\equal{\word}{clarity}}{\textipa{kl\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{clash}}{\textipa{kl\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{clasp}}{\textipa{kl\ae sp}\ }{}%
+ \ifthenelse{\equal{\word}{class}}{\textipa{kl\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{classic}}{\textipa{kl\'\ae sIk}\ }{}%
+ \ifthenelse{\equal{\word}{classical}}{\textipa{kl\'\ae sIkl}\ }{}%
+ \ifthenelse{\equal{\word}{classicism}}{\textipa{kl\'\ae sIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{classicist}}{\textipa{kl\'\ae sIsIst}\ }{}%
+ \ifthenelse{\equal{\word}{classification}}{\textipa{kl\`\ae sIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{classified}}{\textipa{kl\'\ae sIf\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{classify}}{\textipa{kl\'\ae sIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{classmate}}{\textipa{kl\'\ae sm\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{classroom}}{\textipa{kl\'\ae sr\`u:m}\ }{}%
+ \ifthenelse{\equal{\word}{classy}}{\textipa{kl\'\ae si}\ }{}%
+ \ifthenelse{\equal{\word}{clatter}}{\textipa{kl\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{clause}}{\textipa{klO:z}\ }{}%
+ \ifthenelse{\equal{\word}{claustrophobia}}{\textipa{kl\`O:str at f\'oUbi@}\ }{}%
+ \ifthenelse{\equal{\word}{clavichord}}{\textipa{kl\'\ae vIk\`O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{clavicle}}{\textipa{kl\'\ae vIkl}\ }{}%
+ \ifthenelse{\equal{\word}{claw}}{\textipa{klO:}\ }{}%
+ \ifthenelse{\equal{\word}{clay}}{\textipa{kleI}\ }{}%
+ \ifthenelse{\equal{\word}{clayey}}{\textipa{kl\'eIi}\ }{}%
+ \ifthenelse{\equal{\word}{claymore}}{\textipa{kl\'eIm\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{clean}}{\textipa{kli:n}\ }{}%
+ \ifthenelse{\equal{\word}{cleaner}}{\textipa{kl\'\i:n at r}\ }{}%
+ \ifthenelse{\equal{\word}{cleaning}}{\textipa{kl\'\i:nIN}\ }{}%
+ \ifthenelse{\equal{\word}{cleanliness}}{\textipa{kl\'enlin at s}\ }{}%
+ \ifthenelse{\equal{\word}{cleanly}}{\textipa{kl\'\i:nli}\ }{}%
+ \ifthenelse{\equal{\word}{cleanness}}{\textipa{kl\'\i:nn at s}\ }{}%
+ \ifthenelse{\equal{\word}{cleanse}}{\textipa{klenz}\ }{}%
+ \ifthenelse{\equal{\word}{cleanser}}{\textipa{kl\'enz at r}\ }{}%
+ \ifthenelse{\equal{\word}{cleansing}}{\textipa{kl\'enzIN}\ }{}%
+ \ifthenelse{\equal{\word}{clear}}{\textipa{klI at r}\ }{}%
+ \ifthenelse{\equal{\word}{clearance}}{\textipa{kl\'I at rns}\ }{}%
+ \ifthenelse{\equal{\word}{clearing}}{\textipa{kl\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{clearly}}{\textipa{kl\'I at rli}\ }{}%
+ \ifthenelse{\equal{\word}{cleat}}{\textipa{kli:t}\ }{}%
+ \ifthenelse{\equal{\word}{cleavage}}{\textipa{kl\'\i:vIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{cleave}}{\textipa{kli:v}\ }{}%
+ \ifthenelse{\equal{\word}{cleaver}}{\textipa{kl\'\i:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{clef}}{\textipa{klef}\ }{}%
+ \ifthenelse{\equal{\word}{cleft}}{\textipa{kleft}\ }{}%
+ \ifthenelse{\equal{\word}{clematis}}{\textipa{kl\'em at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{clemency}}{\textipa{kl\'em at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{clement}}{\textipa{kl\'em at nt}\ }{}%
+ \ifthenelse{\equal{\word}{clench}}{\textipa{klenS}\ }{}%
+ \ifthenelse{\equal{\word}{clergy}}{\textipa{kl\'@:rdZi}\ }{}%
+ \ifthenelse{\equal{\word}{clergyman}}{\textipa{kl\'@:rdZim at n}\ }{}%
+ \ifthenelse{\equal{\word}{cleric}}{\textipa{kl\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{clerical}}{\textipa{kl\'erIkl}\ }{}%
+ \ifthenelse{\equal{\word}{clerk}}{\textipa{kl@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{clever}}{\textipa{kl\'ev at r}\ }{}%
+ \ifthenelse{\equal{\word}{cleverness}}{\textipa{kl\'ev at rn@s}\ }{}%
+ \ifthenelse{\equal{\word}{cliche}}{\textipa{kli:S\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{click}}{\textipa{klIk}\ }{}%
+ \ifthenelse{\equal{\word}{client}}{\textipa{kl\'a at nt}\ }{}%
+ \ifthenelse{\equal{\word}{clientele}}{\textipa{kl\`aI at nt\'el}\ }{}%
+ \ifthenelse{\equal{\word}{cliff}}{\textipa{klIf}\ }{}%
+ \ifthenelse{\equal{\word}{climactic}}{\textipa{klaIm\'\ae ktIk}\ }{}%
+ \ifthenelse{\equal{\word}{climate}}{\textipa{kl\'aIm at t}\ }{}%
+ \ifthenelse{\equal{\word}{climatic}}{\textipa{klaIm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{climatology}}{\textipa{kl\`aIm at t\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{climax}}{\textipa{kl\'aIm\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{climb}}{\textipa{klaIm}\ }{}%
+ \ifthenelse{\equal{\word}{climber}}{\textipa{kl\'aIm at r}\ }{}%
+ \ifthenelse{\equal{\word}{climbing}}{\textipa{kl\'aImIN}\ }{}%
+ \ifthenelse{\equal{\word}{clinch}}{\textipa{klInS}\ }{}%
+ \ifthenelse{\equal{\word}{cling}}{\textipa{klIN}\ }{}%
+ \ifthenelse{\equal{\word}{clinic}}{\textipa{kl\'InIk}\ }{}%
+ \ifthenelse{\equal{\word}{clinical}}{\textipa{kl\'InIkl}\ }{}%
+ \ifthenelse{\equal{\word}{clinician}}{\textipa{klIn\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{clink}}{\textipa{klINk}\ }{}%
+ \ifthenelse{\equal{\word}{clip}}{\textipa{klIp}\ }{}%
+ \ifthenelse{\equal{\word}{clipped}}{\textipa{klIpt}\ }{}%
+ \ifthenelse{\equal{\word}{clipper}}{\textipa{kl\'Ip at r}\ }{}%
+ \ifthenelse{\equal{\word}{clipping}}{\textipa{kl\'IpIN}\ }{}%
+ \ifthenelse{\equal{\word}{clique}}{\textipa{kli:k}\ }{}%
+ \ifthenelse{\equal{\word}{clitoral}}{\textipa{kl\'ItrIs}\ }{}%
+ \ifthenelse{\equal{\word}{cloak}}{\textipa{kloUk}\ }{}%
+ \ifthenelse{\equal{\word}{clobber}}{\textipa{kl\'Ab at r}\ }{}%
+ \ifthenelse{\equal{\word}{clock}}{\textipa{klAk}\ }{}%
+ \ifthenelse{\equal{\word}{clockwork}}{\textipa{kl\'Akw\`@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{clod}}{\textipa{klAd}\ }{}%
+ \ifthenelse{\equal{\word}{clog}}{\textipa{klAg}\ }{}%
+ \ifthenelse{\equal{\word}{cloister}}{\textipa{kl\'OIst at r}\ }{}%
+ \ifthenelse{\equal{\word}{clone}}{\textipa{kloUn}\ }{}%
+ \ifthenelse{\equal{\word}{close}}{\textipa{kloUz}\ }{}%
+ \ifthenelse{\equal{\word}{closed}}{\textipa{kloUzd}\ }{}%
+ \ifthenelse{\equal{\word}{closely}}{\textipa{kl\'oUsli}\ }{}%
+ \ifthenelse{\equal{\word}{closeness}}{\textipa{kl\'oUsn at s}\ }{}%
+ \ifthenelse{\equal{\word}{closer}}{\textipa{kl\'oUz at r}\ }{}%
+ \ifthenelse{\equal{\word}{closet}}{\textipa{kl\'Az at t}\ }{}%
+ \ifthenelse{\equal{\word}{closeup}}{\textipa{kl\'oUs\`2p}\ }{}%
+ \ifthenelse{\equal{\word}{closing}}{\textipa{kl\'oUzIN}\ }{}%
+ \ifthenelse{\equal{\word}{closure}}{\textipa{kl\'oUZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{clot}}{\textipa{klAt}\ }{}%
+ \ifthenelse{\equal{\word}{cloth}}{\textipa{klO:T}\ }{}%
+ \ifthenelse{\equal{\word}{clothe}}{\textipa{kloUD}\ }{}%
+ \ifthenelse{\equal{\word}{clothier}}{\textipa{kl\'oUDi at r}\ }{}%
+ \ifthenelse{\equal{\word}{clothing}}{\textipa{kl\'oUDIN}\ }{}%
+ \ifthenelse{\equal{\word}{cloud}}{\textipa{klaUd}\ }{}%
+ \ifthenelse{\equal{\word}{cloudy}}{\textipa{kl\'aUdi}\ }{}%
+ \ifthenelse{\equal{\word}{clout}}{\textipa{klaUt}\ }{}%
+ \ifthenelse{\equal{\word}{clove}}{\textipa{kloUv}\ }{}%
+ \ifthenelse{\equal{\word}{cloven}}{\textipa{kl\'oUvn}\ }{}%
+ \ifthenelse{\equal{\word}{clover}}{\textipa{kl\'oUv at r}\ }{}%
+ \ifthenelse{\equal{\word}{clown}}{\textipa{klaUn}\ }{}%
+ \ifthenelse{\equal{\word}{clownish}}{\textipa{kl\'aUnIS}\ }{}%
+ \ifthenelse{\equal{\word}{club}}{\textipa{kl2b}\ }{}%
+ \ifthenelse{\equal{\word}{cluck}}{\textipa{kl2k}\ }{}%
+ \ifthenelse{\equal{\word}{clue}}{\textipa{klu:}\ }{}%
+ \ifthenelse{\equal{\word}{clump}}{\textipa{kl2mp}\ }{}%
+ \ifthenelse{\equal{\word}{clumpy}}{\textipa{kl\'2mpi}\ }{}%
+ \ifthenelse{\equal{\word}{clumsy}}{\textipa{kl\'2mzi}\ }{}%
+ \ifthenelse{\equal{\word}{clung}}{\textipa{kl2N}\ }{}%
+ \ifthenelse{\equal{\word}{cluster}}{\textipa{kl\'2st at r}\ }{}%
+ \ifthenelse{\equal{\word}{clutch}}{\textipa{kl2tS}\ }{}%
+ \ifthenelse{\equal{\word}{clutter}}{\textipa{kl\'2t at r}\ }{}%
+ \ifthenelse{\equal{\word}{coach}}{\textipa{koUtS}\ }{}%
+ \ifthenelse{\equal{\word}{coagulate}}{\textipa{koU\'\ae gj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{coal}}{\textipa{koUl}\ }{}%
+ \ifthenelse{\equal{\word}{coalesce}}{\textipa{k\`oU at l\'es}\ }{}%
+ \ifthenelse{\equal{\word}{coalition}}{\textipa{k\`oU at l\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{coarsens}}{\textipa{k\'O:rsn}\ }{}%
+ \ifthenelse{\equal{\word}{coast}}{\textipa{koUst}\ }{}%
+ \ifthenelse{\equal{\word}{coastal}}{\textipa{k\'oUstl}\ }{}%
+ \ifthenelse{\equal{\word}{coat}}{\textipa{koUt}\ }{}%
+ \ifthenelse{\equal{\word}{coauthor}}{\textipa{k\`oU\'O:T at r}\ }{}%
+ \ifthenelse{\equal{\word}{coax}}{\textipa{koUks}\ }{}%
+ \ifthenelse{\equal{\word}{coaxial}}{\textipa{k\`oU\'\ae ksi at l}\ }{}%
+ \ifthenelse{\equal{\word}{cob}}{\textipa{kAb}\ }{}%
+ \ifthenelse{\equal{\word}{cobalt}}{\textipa{k\'oUbO:lt}\ }{}%
+ \ifthenelse{\equal{\word}{cobble}}{\textipa{k\'Abl}\ }{}%
+ \ifthenelse{\equal{\word}{cobra}}{\textipa{k\'oUbr@}\ }{}%
+ \ifthenelse{\equal{\word}{cobweb}}{\textipa{k\'Abw\`eb}\ }{}%
+ \ifthenelse{\equal{\word}{coca}}{\textipa{k\'oUk@}\ }{}%
+ \ifthenelse{\equal{\word}{cocain}}{\textipa{koUk\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{cochlea}}{\textipa{k\'oUkli@}\ }{}%
+ \ifthenelse{\equal{\word}{cock}}{\textipa{kAk}\ }{}%
+ \ifthenelse{\equal{\word}{cockatoo}}{\textipa{k\`Ak at t\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{cockatrice}}{\textipa{k\'Ak at tr\`aIs}\ }{}%
+ \ifthenelse{\equal{\word}{cockcrow}}{\textipa{k\'Akkr\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{cockerel}}{\textipa{k\'Akrl}\ }{}%
+ \ifthenelse{\equal{\word}{cockle}}{\textipa{k\'Akl}\ }{}%
+ \ifthenelse{\equal{\word}{cockney}}{\textipa{k\'Akni}\ }{}%
+ \ifthenelse{\equal{\word}{cockroach}}{\textipa{k\'Akr\`oUtS}\ }{}%
+ \ifthenelse{\equal{\word}{cocktail}}{\textipa{k\'Akt\`eIl}\ }{}%
+ \ifthenelse{\equal{\word}{cocky}}{\textipa{k\'Aki}\ }{}%
+ \ifthenelse{\equal{\word}{cocoa}}{\textipa{k\'oUkoU}\ }{}%
+ \ifthenelse{\equal{\word}{coconut}}{\textipa{k\'oUk at n\`2t}\ }{}%
+ \ifthenelse{\equal{\word}{cocoon}}{\textipa{k at k\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{cod}}{\textipa{kAd}\ }{}%
+ \ifthenelse{\equal{\word}{coda}}{\textipa{k\'oUd@}\ }{}%
+ \ifthenelse{\equal{\word}{coddle}}{\textipa{k\'Adl}\ }{}%
+ \ifthenelse{\equal{\word}{code}}{\textipa{koUd}\ }{}%
+ \ifthenelse{\equal{\word}{coded}}{\textipa{koUdId}\ }{}%
+ \ifthenelse{\equal{\word}{codeine}}{\textipa{k\'oUdi:n}\ }{}%
+ \ifthenelse{\equal{\word}{codex}}{\textipa{k\'oUdeks}\ }{}%
+ \ifthenelse{\equal{\word}{codices}}{\textipa{k\'oUd at s\`\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{codicil}}{\textipa{k\'Ad at sIl}\ }{}%
+ \ifthenelse{\equal{\word}{codify}}{\textipa{k\'AdIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{codpiece}}{\textipa{k\'Adp\`\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{coerce}}{\textipa{koU\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{coercion}}{\textipa{koU\'@:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{coercive}}{\textipa{koU\'@:rsIv}\ }{}%
+ \ifthenelse{\equal{\word}{coeval}}{\textipa{koU\'\i:vl}\ }{}%
+ \ifthenelse{\equal{\word}{coffee}}{\textipa{k\'O:fi}\ }{}%
+ \ifthenelse{\equal{\word}{coffer}}{\textipa{k\'O:fr}\ }{}%
+ \ifthenelse{\equal{\word}{cofferdam}}{\textipa{k\'O:f at rd\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{coffin}}{\textipa{k\'O:fn}\ }{}%
+ \ifthenelse{\equal{\word}{cog}}{\textipa{kAg}\ }{}%
+ \ifthenelse{\equal{\word}{cogency}}{\textipa{k\'oUdZnsi}\ }{}%
+ \ifthenelse{\equal{\word}{cogent}}{\textipa{k\'oUdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{cogitate}}{\textipa{k\'AdZIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{cognac}}{\textipa{k\'oUnj\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{cognate}}{\textipa{k\'AgneIt}\ }{}%
+ \ifthenelse{\equal{\word}{cognizance}}{\textipa{k\'AgnIzns}\ }{}%
+ \ifthenelse{\equal{\word}{cognizant}}{\textipa{k\'AgnIznt}\ }{}%
+ \ifthenelse{\equal{\word}{cognition}}{\textipa{kAgn\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{cognitive}}{\textipa{k\'Agn at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{cognoscenti}}{\textipa{k\`Anj at S\'enti}\ }{}%
+ \ifthenelse{\equal{\word}{cohabit}}{\textipa{koUh\'\ae b at t}\ }{}%
+ \ifthenelse{\equal{\word}{cohere}}{\textipa{koUh\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{coherence}}{\textipa{koUh\'\i at rns}\ }{}%
+ \ifthenelse{\equal{\word}{coherent}}{\textipa{koUh\'\i at rnt}\ }{}%
+ \ifthenelse{\equal{\word}{cohesion}}{\textipa{koUh\'\i:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{cohesive}}{\textipa{koUh\'\i:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{cohort}}{\textipa{k\'oUhO:rt}\ }{}%
+ \ifthenelse{\equal{\word}{coiffure}}{\textipa{kwA:fj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{coil}}{\textipa{kOIl}\ }{}%
+ \ifthenelse{\equal{\word}{coin}}{\textipa{kOIn}\ }{}%
+ \ifthenelse{\equal{\word}{coinage}}{\textipa{k\'OInIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{coincide}}{\textipa{k\`oUIns\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{coincidence}}{\textipa{koU\'InsIdns}\ }{}%
+ \ifthenelse{\equal{\word}{coincident}}{\textipa{koU\'InsIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{coincidental}}{\textipa{koU\`Ins at d\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{coital}}{\textipa{k\'oU at tl}\ }{}%
+ \ifthenelse{\equal{\word}{coitus}}{\textipa{k\'oU at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{coke}}{\textipa{koUk}\ }{}%
+ \ifthenelse{\equal{\word}{col}}{\textipa{kAl}\ }{}%
+ \ifthenelse{\equal{\word}{cola}}{\textipa{k\'oUl@}\ }{}%
+ \ifthenelse{\equal{\word}{colander}}{\textipa{k\'2l at nd@r}\ }{}%
+ \ifthenelse{\equal{\word}{cold}}{\textipa{koUld}\ }{}%
+ \ifthenelse{\equal{\word}{coleslaw}}{\textipa{k\'oUlsl\`O:}\ }{}%
+ \ifthenelse{\equal{\word}{colitis}}{\textipa{koUl\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{collaborate}}{\textipa{k at l\'\ae b at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{collaborative}}{\textipa{k at l\'\ae b at r\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{collage}}{\textipa{k at l\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{collagen}}{\textipa{k\'Al at dZn}\ }{}%
+ \ifthenelse{\equal{\word}{collapse}}{\textipa{k at l\'\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{collar}}{\textipa{k\'Al at r}\ }{}%
+ \ifthenelse{\equal{\word}{collared}}{\textipa{k\'Al at rd}\ }{}%
+ \ifthenelse{\equal{\word}{collate}}{\textipa{k at l\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{collateral}}{\textipa{k at l\'\ae trl}\ }{}%
+ \ifthenelse{\equal{\word}{collation}}{\textipa{k at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{colleague}}{\textipa{k\'Ali:g}\ }{}%
+ \ifthenelse{\equal{\word}{collect}}{\textipa{k at l\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{collection}}{\textipa{k at l\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{collective}}{\textipa{k at l\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{collectivism}}{\textipa{k at l\'ektIv\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{collector}}{\textipa{k at l\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{college}}{\textipa{k\'AlIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{collegial}}{\textipa{k at l\'\i:dZi at l}\ }{}%
+ \ifthenelse{\equal{\word}{collegiate}}{\textipa{k at l\'\i:dZi at t}\ }{}%
+ \ifthenelse{\equal{\word}{collide}}{\textipa{k at l\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{collie}}{\textipa{k\'Ali}\ }{}%
+ \ifthenelse{\equal{\word}{collier}}{\textipa{k\'Alj at r}\ }{}%
+ \ifthenelse{\equal{\word}{colliery}}{\textipa{k\'Alj at ri}\ }{}%
+ \ifthenelse{\equal{\word}{collision}}{\textipa{k at l\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{collocated}}{\textipa{k\'Al at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{colloid}}{\textipa{k\'AlOId}\ }{}%
+ \ifthenelse{\equal{\word}{colloquia}}{\textipa{k at l\'oUkwi at m}\ }{}%
+ \ifthenelse{\equal{\word}{colloquial}}{\textipa{k at l\'oUkwi at l}\ }{}%
+ \ifthenelse{\equal{\word}{collude}}{\textipa{k at l\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{collusion}}{\textipa{k at l\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{colobus}}{\textipa{k\'Al at b@s}\ }{}%
+ \ifthenelse{\equal{\word}{cologne}}{\textipa{k at l\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{colon}}{\textipa{k\'oUl at n}\ }{}%
+ \ifthenelse{\equal{\word}{colonial}}{\textipa{k at l\'oUni at l}\ }{}%
+ \ifthenelse{\equal{\word}{colonic}}{\textipa{koUl\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{colonize}}{\textipa{k\'Al at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{colonist}}{\textipa{k\'Al at nIst}\ }{}%
+ \ifthenelse{\equal{\word}{colonnade}}{\textipa{k\`Al at n\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{colony}}{\textipa{k\'Al at ni}\ }{}%
+ \ifthenelse{\equal{\word}{colossal}}{\textipa{k at l\'Asl}\ }{}%
+ \ifthenelse{\equal{\word}{colossus}}{\textipa{k at l\'As at s}\ }{}%
+ \ifthenelse{\equal{\word}{colostomy}}{\textipa{k at l\'Ast at mi}\ }{}%
+ \ifthenelse{\equal{\word}{color}}{\textipa{k\'2l at r}\ }{}%
+ \ifthenelse{\equal{\word}{colorant}}{\textipa{k\'2lrnt}\ }{}%
+ \ifthenelse{\equal{\word}{coloration}}{\textipa{k\`2l at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{colorful}}{\textipa{k\'2l at rfl}\ }{}%
+ \ifthenelse{\equal{\word}{coloring}}{\textipa{k\'2lrIN}\ }{}%
+ \ifthenelse{\equal{\word}{colt}}{\textipa{koUlt}\ }{}%
+ \ifthenelse{\equal{\word}{columbus}}{\textipa{k at l\'2mb at s}\ }{}%
+ \ifthenelse{\equal{\word}{column}}{\textipa{k\'Al at m}\ }{}%
+ \ifthenelse{\equal{\word}{columnar}}{\textipa{k at l\'2mn at r}\ }{}%
+ \ifthenelse{\equal{\word}{columnist}}{\textipa{k\'Al at mnIst}\ }{}%
+ \ifthenelse{\equal{\word}{coma}}{\textipa{k\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{comatose}}{\textipa{k\'oUm at t\`oUs}\ }{}%
+ \ifthenelse{\equal{\word}{comb}}{\textipa{koUm}\ }{}%
+ \ifthenelse{\equal{\word}{combat}}{\textipa{k\'Amb\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{combatant}}{\textipa{k at mb\'\ae tnt}\ }{}%
+ \ifthenelse{\equal{\word}{combative}}{\textipa{k at mb\'\ae tIv}\ }{}%
+ \ifthenelse{\equal{\word}{comber}}{\textipa{k\'oUm at r}\ }{}%
+ \ifthenelse{\equal{\word}{combination}}{\textipa{k\`AmbIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{combine}}{\textipa{k at mb\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{combustible}}{\textipa{k at mb\'2st at bl}\ }{}%
+ \ifthenelse{\equal{\word}{combustion}}{\textipa{k at mb\'2stSn}\ }{}%
+ \ifthenelse{\equal{\word}{combusts}}{\textipa{k at mb\'2st}\ }{}%
+ \ifthenelse{\equal{\word}{come}}{\textipa{k2m}\ }{}%
+ \ifthenelse{\equal{\word}{comedian}}{\textipa{k at m\'\i:di at n}\ }{}%
+ \ifthenelse{\equal{\word}{comedy}}{\textipa{k\'Am at di}\ }{}%
+ \ifthenelse{\equal{\word}{comely}}{\textipa{k\'2mli}\ }{}%
+ \ifthenelse{\equal{\word}{comer}}{\textipa{k\'2m at r}\ }{}%
+ \ifthenelse{\equal{\word}{comestible}}{\textipa{k at m\'est at bl}\ }{}%
+ \ifthenelse{\equal{\word}{comet}}{\textipa{k\'AmIt}\ }{}%
+ \ifthenelse{\equal{\word}{comfort}}{\textipa{k\'2mf at rt}\ }{}%
+ \ifthenelse{\equal{\word}{comfortable}}{\textipa{k\'2mf at rt@bl}\ }{}%
+ \ifthenelse{\equal{\word}{comfortably}}{\textipa{k\'2mf at rt@bli}\ }{}%
+ \ifthenelse{\equal{\word}{comfy}}{\textipa{k\'2mfi}\ }{}%
+ \ifthenelse{\equal{\word}{comic}}{\textipa{k\'AmIk}\ }{}%
+ \ifthenelse{\equal{\word}{comical}}{\textipa{k\'AmIkl}\ }{}%
+ \ifthenelse{\equal{\word}{coming}}{\textipa{k\'2mIN}\ }{}%
+ \ifthenelse{\equal{\word}{comity}}{\textipa{k\'Am at ti}\ }{}%
+ \ifthenelse{\equal{\word}{comma}}{\textipa{k\'Am@}\ }{}%
+ \ifthenelse{\equal{\word}{command}}{\textipa{k at m\'\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{commandant}}{\textipa{k\'Am at nd\`\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{commandeer}}{\textipa{k\`Am at nd\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{commander}}{\textipa{k at m\'\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{commando}}{\textipa{k at m\'\ae ndoU}\ }{}%
+ \ifthenelse{\equal{\word}{commemorate}}{\textipa{k at m\'em at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{commemorative}}{\textipa{k at m\'emr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{commence}}{\textipa{k at m\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{commend}}{\textipa{k at m\'end}\ }{}%
+ \ifthenelse{\equal{\word}{commendation}}{\textipa{k\`Am at nd\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{commensurate}}{\textipa{k at m\'ensr at t}\ }{}%
+ \ifthenelse{\equal{\word}{comment}}{\textipa{k\'Ament}\ }{}%
+ \ifthenelse{\equal{\word}{commentary}}{\textipa{k\'Am at nt\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{commentate}}{\textipa{k\'Am at nt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{commentator}}{\textipa{k\'Am at nt\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{commerce}}{\textipa{k\'Am@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{commercial}}{\textipa{k at m\'@:rSl}\ }{}%
+ \ifthenelse{\equal{\word}{commercialize}}{\textipa{k at m\'@:rS at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{commercialism}}{\textipa{k at m\'@:rS at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{commiserate}}{\textipa{k at m\'Iz at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{commissar}}{\textipa{k\'Am at sA:r}\ }{}%
+ \ifthenelse{\equal{\word}{commissariat}}{\textipa{k\`Am at s\'e at ri@t}\ }{}%
+ \ifthenelse{\equal{\word}{commission}}{\textipa{k at m\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{commissionaire}}{\textipa{k at m\`IS at n\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{commissioner}}{\textipa{k at m\'ISn at r}\ }{}%
+ \ifthenelse{\equal{\word}{commit}}{\textipa{k at m\'It}\ }{}%
+ \ifthenelse{\equal{\word}{commitment}}{\textipa{k at m\'Itm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{committal}}{\textipa{k at m\'Itl}\ }{}%
+ \ifthenelse{\equal{\word}{committee}}{\textipa{k at m\'Iti}\ }{}%
+ \ifthenelse{\equal{\word}{commode}}{\textipa{k at m\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{commodious}}{\textipa{k at m\'oUdi at s}\ }{}%
+ \ifthenelse{\equal{\word}{commodity}}{\textipa{k at m\'Ad at ti}\ }{}%
+ \ifthenelse{\equal{\word}{commodore}}{\textipa{k\'Am at dO:r}\ }{}%
+ \ifthenelse{\equal{\word}{common}}{\textipa{k\'Am at n}\ }{}%
+ \ifthenelse{\equal{\word}{commonality}}{\textipa{k\`Am at n\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{commoner}}{\textipa{k\'Am at n@r}\ }{}%
+ \ifthenelse{\equal{\word}{commonly}}{\textipa{k\'Am at nli}\ }{}%
+ \ifthenelse{\equal{\word}{commonplace}}{\textipa{k\'Am at npl\`eIs}\ }{}%
+ \ifthenelse{\equal{\word}{commonwealth}}{\textipa{k\'Am at nw\`elT}\ }{}%
+ \ifthenelse{\equal{\word}{commotion}}{\textipa{k at m\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{communal}}{\textipa{k at mj\'u:nl}\ }{}%
+ \ifthenelse{\equal{\word}{commune}}{\textipa{k at mj\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{communicable}}{\textipa{k at mj\'u:nIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{communicant}}{\textipa{k at mj\'u:nIknt}\ }{}%
+ \ifthenelse{\equal{\word}{communicate}}{\textipa{k at mj\'u:nIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{communication}}{\textipa{k at mj\`u:nIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{communicative}}{\textipa{k at mj\'u:n at k\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{communicator}}{\textipa{k at mj\'u:nIk\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{communion}}{\textipa{k at mj\'u:ni at n}\ }{}%
+ \ifthenelse{\equal{\word}{communique}}{\textipa{k at mj\'u:nIk\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{communism}}{\textipa{k\'Amj at n\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{communist}}{\textipa{k\'Amj at n@st}\ }{}%
+ \ifthenelse{\equal{\word}{community}}{\textipa{k at mj\'u:n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{commutation}}{\textipa{k\`Amj at t\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{commutative}}{\textipa{k\'Amj at t\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{commutator}}{\textipa{k\'Amj at t\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{commute}}{\textipa{k at mj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{compact}}{\textipa{k at mp\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{compacted}}{\textipa{k at mp\'\ae ktId}\ }{}%
+ \ifthenelse{\equal{\word}{compaction}}{\textipa{k at mp\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{companion}}{\textipa{k at mp\'\ae nj at n}\ }{}%
+ \ifthenelse{\equal{\word}{companionship}}{\textipa{k at mp\'\ae nj at nS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{company}}{\textipa{k\'2mpni}\ }{}%
+ \ifthenelse{\equal{\word}{comparable}}{\textipa{k\'Ampr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{comparative}}{\textipa{k at mp\'\ae r at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{comparatively}}{\textipa{k at mp\'\ae r at tIvli}\ }{}%
+ \ifthenelse{\equal{\word}{compare}}{\textipa{k at mp\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{comparison}}{\textipa{k at mp\'\ae rIsn}\ }{}%
+ \ifthenelse{\equal{\word}{compartment}}{\textipa{k at mp\'A:rtm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{compartmentalized}}{\textipa{k at mp\`A:rtm\'entl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{compass}}{\textipa{k\'2mp at s}\ }{}%
+ \ifthenelse{\equal{\word}{compassion}}{\textipa{k at mp\'\ae Sn}\ }{}%
+ \ifthenelse{\equal{\word}{compassionate}}{\textipa{k at mp\'\ae Sn at t}\ }{}%
+ \ifthenelse{\equal{\word}{compatible}}{\textipa{k at mp\'\ae t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{compatriot}}{\textipa{k at mp\'eItri at t}\ }{}%
+ \ifthenelse{\equal{\word}{compel}}{\textipa{k at mp\'el}\ }{}%
+ \ifthenelse{\equal{\word}{compelling}}{\textipa{k at mp\'elIN}\ }{}%
+ \ifthenelse{\equal{\word}{compendia}}{\textipa{k at mp\'endi at m}\ }{}%
+ \ifthenelse{\equal{\word}{compensate}}{\textipa{k\'Ampns\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{compensation}}{\textipa{k\`Ampns\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{compensatory}}{\textipa{k at mp\'ens at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{compere}}{\textipa{k\'Ampe at r}\ }{}%
+ \ifthenelse{\equal{\word}{compete}}{\textipa{k at mp\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{competence}}{\textipa{k\'Amp at tns}\ }{}%
+ \ifthenelse{\equal{\word}{competency}}{\textipa{k\'Amp at tnsi}\ }{}%
+ \ifthenelse{\equal{\word}{competent}}{\textipa{k\'Amp at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{competition}}{\textipa{k\`Amp at t\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{competitive}}{\textipa{k at mp\'et at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{competitor}}{\textipa{k at mp\'et at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{compilation}}{\textipa{k\`AmpIl\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{compile}}{\textipa{k at mp\'aIl}\ }{}%
+ \ifthenelse{\equal{\word}{complacency}}{\textipa{k at mpl\'eIsns}\ }{}%
+ \ifthenelse{\equal{\word}{complacent}}{\textipa{k at mpl\'eIsnt}\ }{}%
+ \ifthenelse{\equal{\word}{complain}}{\textipa{k at mpl\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{complainant}}{\textipa{k at mpl\'eIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{complaint}}{\textipa{k at mpl\'eInt}\ }{}%
+ \ifthenelse{\equal{\word}{complement}}{\textipa{k\'Ampl at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{complementary}}{\textipa{k\`Ampl at m\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{complete}}{\textipa{k at mpl\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{completely}}{\textipa{k at mpl\'\i:tli}\ }{}%
+ \ifthenelse{\equal{\word}{completion}}{\textipa{k at mpl\'I:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{complex}}{\textipa{k\`Ampl\'eks}\ }{}%
+ \ifthenelse{\equal{\word}{complexion}}{\textipa{k at mpl\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{complexity}}{\textipa{k at mpl\'eks at ti}\ }{}%
+ \ifthenelse{\equal{\word}{compliance}}{\textipa{k at mpl\'a at ns}\ }{}%
+ \ifthenelse{\equal{\word}{compliant}}{\textipa{k at mpl\'a at nt}\ }{}%
+ \ifthenelse{\equal{\word}{complicate}}{\textipa{k\'Ampl at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{complicated}}{\textipa{k\'Ampl at k\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{complication}}{\textipa{k\`Ampl at k\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{complicit}}{\textipa{k at mpl\'IsIt}\ }{}%
+ \ifthenelse{\equal{\word}{complicity}}{\textipa{k at mpl\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{comply}}{\textipa{k at mpl\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{component}}{\textipa{k at mp\'oUn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{comport}}{\textipa{k at mp\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{compose}}{\textipa{k at mp\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{composer}}{\textipa{k at mp\'oUz at r}\ }{}%
+ \ifthenelse{\equal{\word}{composite}}{\textipa{k at mp\'Az at t}\ }{}%
+ \ifthenelse{\equal{\word}{composition}}{\textipa{k\`Amp at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{compositor}}{\textipa{k at mp\'Az at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{compost}}{\textipa{k\'AmpoUst}\ }{}%
+ \ifthenelse{\equal{\word}{composure}}{\textipa{k at mp\'oUZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{compound}}{\textipa{k\'AmpaUnd}\ }{}%
+ \ifthenelse{\equal{\word}{comprehend}}{\textipa{k\`AmprIh\'end}\ }{}%
+ \ifthenelse{\equal{\word}{comprehensible}}{\textipa{k\`AmprIh\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{comprehension}}{\textipa{k\`AmprIh\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{comprehensive}}{\textipa{k\`AmprIh\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{compress}}{\textipa{k at mpr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{compression}}{\textipa{k at mpr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{compressive}}{\textipa{k at mpr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{compressor}}{\textipa{k at mpr\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{comprise}}{\textipa{k at mpr\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{compromise}}{\textipa{k\'Ampr at m\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{compulsion}}{\textipa{k at mp\'2lSn}\ }{}%
+ \ifthenelse{\equal{\word}{compulsive}}{\textipa{k at mp\'2lsIv}\ }{}%
+ \ifthenelse{\equal{\word}{compulsorily}}{\textipa{k at mp\'2lsrli}\ }{}%
+ \ifthenelse{\equal{\word}{compulsory}}{\textipa{k at mp\'2lsri}\ }{}%
+ \ifthenelse{\equal{\word}{compunction}}{\textipa{k at mp\'2NSn}\ }{}%
+ \ifthenelse{\equal{\word}{computation}}{\textipa{k\`Ampjut\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{compute}}{\textipa{k at mpj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{computer}}{\textipa{k at mpj\'u:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{computerize}}{\textipa{k at mpj\'u:t at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{computing}}{\textipa{k at mpj\'u:tIN}\ }{}%
+ \ifthenelse{\equal{\word}{comrade}}{\textipa{k\'Amr\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{comradeship}}{\textipa{k\'Amr\ae dS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{con}}{\textipa{kAn}\ }{}%
+ \ifthenelse{\equal{\word}{concatenate}}{\textipa{kAnk\'\ae tn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{concave}}{\textipa{kAnk\'eIv}\ }{}%
+ \ifthenelse{\equal{\word}{concavity}}{\textipa{kAnk\'\ae v at ti}\ }{}%
+ \ifthenelse{\equal{\word}{conceal}}{\textipa{k at ns\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{concede}}{\textipa{k at ns\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{conceit}}{\textipa{k at ns\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{conceivable}}{\textipa{k at ns\'\i:v at bl}\ }{}%
+ \ifthenelse{\equal{\word}{conceive}}{\textipa{k at ns\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{concentrate}}{\textipa{k\'Ansntr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{concentration}}{\textipa{k\`Ansntr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{concentric}}{\textipa{k at ns\'entrIk}\ }{}%
+ \ifthenelse{\equal{\word}{concept}}{\textipa{k\'Ansept}\ }{}%
+ \ifthenelse{\equal{\word}{conception}}{\textipa{k at ns\'epSn}\ }{}%
+ \ifthenelse{\equal{\word}{conceptual}}{\textipa{k at ns\'eptSul}\ }{}%
+ \ifthenelse{\equal{\word}{concern}}{\textipa{k at ns\'@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{concerned}}{\textipa{k at ns\'@:rnd}\ }{}%
+ \ifthenelse{\equal{\word}{concernedly}}{\textipa{k at ns\'@:rn at dli}\ }{}%
+ \ifthenelse{\equal{\word}{concerning}}{\textipa{k at ns\'@:rnIN}\ }{}%
+ \ifthenelse{\equal{\word}{concert}}{\textipa{k\'Ans at rt}\ }{}%
+ \ifthenelse{\equal{\word}{concerti}}{\textipa{k at ntS\'e at rtoU}\ }{}%
+ \ifthenelse{\equal{\word}{concertina}}{\textipa{k\`Ans at rt\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{concession}}{\textipa{k at ns\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{concessionary}}{\textipa{k at ns\'eS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{concierge}}{\textipa{k\`oUnsj\'e at rZ}\ }{}%
+ \ifthenelse{\equal{\word}{conciliate}}{\textipa{k at ns\'Ili\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{conciliation}}{\textipa{k at ns\`Ili\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{conciliatory}}{\textipa{k at ns\'Ili at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{concise}}{\textipa{k at ns\'aIs}\ }{}%
+ \ifthenelse{\equal{\word}{conclave}}{\textipa{k\'AnkleIv}\ }{}%
+ \ifthenelse{\equal{\word}{conclude}}{\textipa{k at nkl\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{conclusion}}{\textipa{k at nkl\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{conclusive}}{\textipa{k at nkl\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{concoct}}{\textipa{k at nk\'Akt}\ }{}%
+ \ifthenelse{\equal{\word}{concomitant}}{\textipa{k at nk\'Am at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{concord}}{\textipa{k\'AnkO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{concordance}}{\textipa{k at nk\'O:rdns}\ }{}%
+ \ifthenelse{\equal{\word}{concordant}}{\textipa{k at nk\'O:rdnt}\ }{}%
+ \ifthenelse{\equal{\word}{concords}}{\textipa{k\'ANk at rd}\ }{}%
+ \ifthenelse{\equal{\word}{concourse}}{\textipa{k\'AnkO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{concrete}}{\textipa{k\'Ankri:t}\ }{}%
+ \ifthenelse{\equal{\word}{concretions}}{\textipa{kAnkr\'\i:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{concubine}}{\textipa{k\'ANkjub\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{concur}}{\textipa{k at nk\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{concurrence}}{\textipa{k at nk\'@:rns}\ }{}%
+ \ifthenelse{\equal{\word}{concurrent}}{\textipa{k at nk\'@:rnt}\ }{}%
+ \ifthenelse{\equal{\word}{concuss}}{\textipa{k at nk\'2s}\ }{}%
+ \ifthenelse{\equal{\word}{condemn}}{\textipa{k at nd\'em}\ }{}%
+ \ifthenelse{\equal{\word}{condemnable}}{\textipa{k at nd\'emn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{condemnation}}{\textipa{k\`Andemn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{condemnatory}}{\textipa{k at nd\'emn at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{condensate}}{\textipa{k\'Andens\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{condensation}}{\textipa{k\`Andens\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{condense}}{\textipa{k at nd\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{condescend}}{\textipa{k\`AndIs\'end}\ }{}%
+ \ifthenelse{\equal{\word}{condescension}}{\textipa{k\`AndIs\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{condiment}}{\textipa{k\'AndIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{condition}}{\textipa{k at nd\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{conditional}}{\textipa{k at nd\'ISnl}\ }{}%
+ \ifthenelse{\equal{\word}{condole}}{\textipa{k at nd\'oUl}\ }{}%
+ \ifthenelse{\equal{\word}{condolence}}{\textipa{k at nd\'oUl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{condone}}{\textipa{k at nd\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{condor}}{\textipa{k\'And at r}\ }{}%
+ \ifthenelse{\equal{\word}{conducive}}{\textipa{k at ndj\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{conduct}}{\textipa{k at nd\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{conductance}}{\textipa{k at nd\'2ktns}\ }{}%
+ \ifthenelse{\equal{\word}{conduction}}{\textipa{k at nd\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{conductive}}{\textipa{k at nd\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{conductivity}}{\textipa{k\`And2kt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{conductor}}{\textipa{k at nd\'2kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{conductress}}{\textipa{k at nd\'2ktr at s}\ }{}%
+ \ifthenelse{\equal{\word}{conduit}}{\textipa{k\'Andu at t}\ }{}%
+ \ifthenelse{\equal{\word}{cone}}{\textipa{koUn}\ }{}%
+ \ifthenelse{\equal{\word}{confabulate}}{\textipa{k at nf\'\ae bj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{confection}}{\textipa{k at nf\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{confectionery}}{\textipa{k at nf\'ekS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{confederacy}}{\textipa{k at nf\'edr at si}\ }{}%
+ \ifthenelse{\equal{\word}{confederate}}{\textipa{k at nf\'edr at t}\ }{}%
+ \ifthenelse{\equal{\word}{confederation}}{\textipa{k at nf\`ed at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{confer}}{\textipa{k at nf\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{conference}}{\textipa{k\'Anfrns}\ }{}%
+ \ifthenelse{\equal{\word}{confess}}{\textipa{k at nf\'es}\ }{}%
+ \ifthenelse{\equal{\word}{confession}}{\textipa{k at nf\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{confessional}}{\textipa{k at nf\'eSnl}\ }{}%
+ \ifthenelse{\equal{\word}{confessor}}{\textipa{k at nf\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{confetti}}{\textipa{k at nf\'eti}\ }{}%
+ \ifthenelse{\equal{\word}{confidant}}{\textipa{k\'AnfId\`\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{confide}}{\textipa{k at nf\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{confidence}}{\textipa{k\'AnfIdns}\ }{}%
+ \ifthenelse{\equal{\word}{confident}}{\textipa{k\'AnfIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{confidential}}{\textipa{k\`AnfId\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{confidentiality}}{\textipa{k\`Anf at d\`enSi\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{confiding}}{\textipa{k at nf\'aIdIN}\ }{}%
+ \ifthenelse{\equal{\word}{configuration}}{\textipa{k at nf\`Igj at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{configure}}{\textipa{k at nf\'Igj at r}\ }{}%
+ \ifthenelse{\equal{\word}{confine}}{\textipa{k at nf\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{confirm}}{\textipa{k at nf\'@:rm}\ }{}%
+ \ifthenelse{\equal{\word}{confirmation}}{\textipa{k\`Anf at rm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{confirmatory}}{\textipa{k at nf\'@:rm at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{confiscate}}{\textipa{k\'AnfIsk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{conflagration}}{\textipa{k\`Anfl at gr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{conflated}}{\textipa{k at nfl\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{conflict}}{\textipa{k\'AnflIkt}\ }{}%
+ \ifthenelse{\equal{\word}{confluence}}{\textipa{k\'Anflu at ns}\ }{}%
+ \ifthenelse{\equal{\word}{confluent}}{\textipa{k\'Anflu at nt}\ }{}%
+ \ifthenelse{\equal{\word}{confocal}}{\textipa{kAnf\'oUkl}\ }{}%
+ \ifthenelse{\equal{\word}{conform}}{\textipa{k at nf\'O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{conformation}}{\textipa{k\`AnfO:rm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{conformist}}{\textipa{k at nf\'O:rmIst}\ }{}%
+ \ifthenelse{\equal{\word}{conformity}}{\textipa{k at nf\'O:rm at ti}\ }{}%
+ \ifthenelse{\equal{\word}{confound}}{\textipa{k at nf\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{confront}}{\textipa{k at nfr\'2nt}\ }{}%
+ \ifthenelse{\equal{\word}{confrontation}}{\textipa{k\`Anfr2nt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{confuse}}{\textipa{k at nfj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{confused}}{\textipa{k at nfj\'u:zd}\ }{}%
+ \ifthenelse{\equal{\word}{confusing}}{\textipa{k at nfj\'u:zIN}\ }{}%
+ \ifthenelse{\equal{\word}{confusion}}{\textipa{k at nfj\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{conga}}{\textipa{k\'ANg@}\ }{}%
+ \ifthenelse{\equal{\word}{congeal}}{\textipa{k at ndZ\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{congenial}}{\textipa{k at ndZ\'\i:ni at l}\ }{}%
+ \ifthenelse{\equal{\word}{congenital}}{\textipa{k at ndZ\'enItl}\ }{}%
+ \ifthenelse{\equal{\word}{conger}}{\textipa{k\'ANg at r}\ }{}%
+ \ifthenelse{\equal{\word}{congest}}{\textipa{k at ndZ\'est}\ }{}%
+ \ifthenelse{\equal{\word}{congestion}}{\textipa{k at ndZ\'estSn}\ }{}%
+ \ifthenelse{\equal{\word}{congestive}}{\textipa{k at ndZ\'estIv}\ }{}%
+ \ifthenelse{\equal{\word}{conglomerate}}{\textipa{k at ngl\'Amr at t}\ }{}%
+ \ifthenelse{\equal{\word}{congo}}{\textipa{k\'ANgoU}\ }{}%
+ \ifthenelse{\equal{\word}{congratulate}}{\textipa{k at ngr\'\ae dZ at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{congratulation}}{\textipa{k at ngr\`\ae tS at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{congratulatory}}{\textipa{k at ngr\'\ae tSl at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{congregate}}{\textipa{k\'ANgrIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{congregational}}{\textipa{k\`ANgrIg\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{congress}}{\textipa{k\'ANgr at s}\ }{}%
+ \ifthenelse{\equal{\word}{congressional}}{\textipa{k at ngr\'eSnl}\ }{}%
+ \ifthenelse{\equal{\word}{congressman}}{\textipa{k\'ANgr at sm@n}\ }{}%
+ \ifthenelse{\equal{\word}{congruence}}{\textipa{k\'ANgru at ns}\ }{}%
+ \ifthenelse{\equal{\word}{congruent}}{\textipa{k\'ANgru at nt}\ }{}%
+ \ifthenelse{\equal{\word}{congruity}}{\textipa{k at ngr\'u at ti}\ }{}%
+ \ifthenelse{\equal{\word}{conic}}{\textipa{k\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{conifer}}{\textipa{k\'An at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{coniferous}}{\textipa{koUn\'Ifr at s}\ }{}%
+ \ifthenelse{\equal{\word}{conjectural}}{\textipa{k at ndZ\'ektSrl}\ }{}%
+ \ifthenelse{\equal{\word}{conjecture}}{\textipa{k at ndZ\'ektS at r}\ }{}%
+ \ifthenelse{\equal{\word}{conjoin}}{\textipa{k at ndZ\'OIn}\ }{}%
+ \ifthenelse{\equal{\word}{conjoint}}{\textipa{k at ndZ\'OInt}\ }{}%
+ \ifthenelse{\equal{\word}{conjugal}}{\textipa{k\'AnZ at gl}\ }{}%
+ \ifthenelse{\equal{\word}{conjugate}}{\textipa{k\'AnZ at g\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{conjunction}}{\textipa{k at ndZ\'2NSn}\ }{}%
+ \ifthenelse{\equal{\word}{conjunctive}}{\textipa{k at ndZ\'2NtIv}\ }{}%
+ \ifthenelse{\equal{\word}{conjunctivitis}}{\textipa{k at ndZ\`2NtIv\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{conjunctures}}{\textipa{k at ndZ\'2NtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{conjure}}{\textipa{k\'AnZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{conjurer}}{\textipa{k\'AndZr at r}\ }{}%
+ \ifthenelse{\equal{\word}{conk}}{\textipa{kANk}\ }{}%
+ \ifthenelse{\equal{\word}{conker}}{\textipa{k\'ANk at r}\ }{}%
+ \ifthenelse{\equal{\word}{connect}}{\textipa{k at n\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{connected}}{\textipa{k at n\'ektId}\ }{}%
+ \ifthenelse{\equal{\word}{connective}}{\textipa{k at n\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{connector}}{\textipa{k at n\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{connexion}}{\textipa{k at n\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{connivance}}{\textipa{k at n\'aIvns}\ }{}%
+ \ifthenelse{\equal{\word}{connive}}{\textipa{k at n\'aIv}\ }{}%
+ \ifthenelse{\equal{\word}{connoisseur}}{\textipa{k\`An at s\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{connotation}}{\textipa{k\`An at t\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{connote}}{\textipa{k at n\'oUt}\ }{}%
+ \ifthenelse{\equal{\word}{conqueror}}{\textipa{k\'ANkr at r}\ }{}%
+ \ifthenelse{\equal{\word}{conquest}}{\textipa{k\'Ankwest}\ }{}%
+ \ifthenelse{\equal{\word}{conquistador}}{\textipa{kAnk\'\i:st at d\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{consanguinity}}{\textipa{k\`Ans\ae Ngw\'In at ti}\ }{}%
+ \ifthenelse{\equal{\word}{conscience}}{\textipa{k\'AnSns}\ }{}%
+ \ifthenelse{\equal{\word}{conscientious}}{\textipa{k\`AnSi\'enS at s}\ }{}%
+ \ifthenelse{\equal{\word}{conscious}}{\textipa{k\'AnS at s}\ }{}%
+ \ifthenelse{\equal{\word}{consciously}}{\textipa{k\'AnS at sli}\ }{}%
+ \ifthenelse{\equal{\word}{consciousness}}{\textipa{k\'AnS at sn@s}\ }{}%
+ \ifthenelse{\equal{\word}{conscript}}{\textipa{k at nskr\'Ipt}\ }{}%
+ \ifthenelse{\equal{\word}{conscription}}{\textipa{k at nskr\'IpSn}\ }{}%
+ \ifthenelse{\equal{\word}{consecrate}}{\textipa{k\'Ans at kr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{consecutive}}{\textipa{k at ns\'ekj at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{consensual}}{\textipa{k at ns\'enSul}\ }{}%
+ \ifthenelse{\equal{\word}{consensus}}{\textipa{k at ns\'ens at s}\ }{}%
+ \ifthenelse{\equal{\word}{consent}}{\textipa{k at ns\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{consequence}}{\textipa{k\'Ans at kw\`ens}\ }{}%
+ \ifthenelse{\equal{\word}{consequent}}{\textipa{k\'Ans at kw\`ent}\ }{}%
+ \ifthenelse{\equal{\word}{consequential}}{\textipa{k\`AnsIkw\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{consequently}}{\textipa{k\'Ans at kw\`entli}\ }{}%
+ \ifthenelse{\equal{\word}{conservation}}{\textipa{k\`Ans at rv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{conservatism}}{\textipa{k at ns\'@:rv at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{conservative}}{\textipa{k at ns\'@:rv at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{conservatoire}}{\textipa{k at ns\'@:rv at tw\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{conservator}}{\textipa{k at ns\'@:rv at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{conservatory}}{\textipa{k at ns\'@:rv at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{conserve}}{\textipa{k at ns\'@:rv}\ }{}%
+ \ifthenelse{\equal{\word}{consider}}{\textipa{k at ns\'Id at r}\ }{}%
+ \ifthenelse{\equal{\word}{considerable}}{\textipa{k at ns\'Idr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{considerably}}{\textipa{k at ns\'Idr at bli}\ }{}%
+ \ifthenelse{\equal{\word}{considerate}}{\textipa{k at ns\'Idr at t}\ }{}%
+ \ifthenelse{\equal{\word}{consideration}}{\textipa{k at ns\`Id at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{considering}}{\textipa{k at ns\'IdrIN}\ }{}%
+ \ifthenelse{\equal{\word}{consign}}{\textipa{k at ns\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{consignee}}{\textipa{k\`AnsaIn\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{consist}}{\textipa{k at ns\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{consistency}}{\textipa{k at ns\'Istnsi}\ }{}%
+ \ifthenelse{\equal{\word}{consistent}}{\textipa{k at ns\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{consistently}}{\textipa{k at ns\'Istntli}\ }{}%
+ \ifthenelse{\equal{\word}{consolation}}{\textipa{k\`Ans at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{console}}{\textipa{k at ns\'oUl}\ }{}%
+ \ifthenelse{\equal{\word}{consolidate}}{\textipa{k at ns\'AlId\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{consonance}}{\textipa{k\'Ansn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{consonant}}{\textipa{k\'Ansn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{consort}}{\textipa{k\'AnsO:rt}\ }{}%
+ \ifthenelse{\equal{\word}{consortia}}{\textipa{k at ns\'O:rti at m}\ }{}%
+ \ifthenelse{\equal{\word}{conspicuous}}{\textipa{k at nsp\'Ikju at s}\ }{}%
+ \ifthenelse{\equal{\word}{conspiracy}}{\textipa{k at nsp\'Ir at si}\ }{}%
+ \ifthenelse{\equal{\word}{conspirator}}{\textipa{k at nsp\'Ir at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{conspiratorial}}{\textipa{k at nsp\`Ir at t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{conspire}}{\textipa{k at nsp\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{constable}}{\textipa{k\'Anst at bl}\ }{}%
+ \ifthenelse{\equal{\word}{constabulary}}{\textipa{k at nst\'\ae bj at l\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{constancy}}{\textipa{k\'Anstnsi}\ }{}%
+ \ifthenelse{\equal{\word}{constant}}{\textipa{k\'Anstnt}\ }{}%
+ \ifthenelse{\equal{\word}{constantly}}{\textipa{k\'Anstntli}\ }{}%
+ \ifthenelse{\equal{\word}{constellation}}{\textipa{k\`Anst at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{consternation}}{\textipa{k\`Anst at rn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{constipated}}{\textipa{k\'AnstIp\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{constipation}}{\textipa{k\`AnstIp\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{constituency}}{\textipa{k at nst\'ItSu at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{constituent}}{\textipa{k at nst\'ItSu at nt}\ }{}%
+ \ifthenelse{\equal{\word}{constitute}}{\textipa{k\'Anst at tj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{constitution}}{\textipa{k\`Anst at tj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{constitutional}}{\textipa{k\`Anst at tj\'u:Snl}\ }{}%
+ \ifthenelse{\equal{\word}{constitutionalism}}{\textipa{k\`Anst at tj\'u:Sn at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{constitutionality}}{\textipa{k\`Anst at tj\`u:S at n\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{constitutive}}{\textipa{k\'Anst at tu:tIv}\ }{}%
+ \ifthenelse{\equal{\word}{constrain}}{\textipa{k at nstr\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{constraint}}{\textipa{k at nstr\'eInt}\ }{}%
+ \ifthenelse{\equal{\word}{constrict}}{\textipa{k at nstr\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{constrictor}}{\textipa{k at nstr\'Ikt at r}\ }{}%
+ \ifthenelse{\equal{\word}{construct}}{\textipa{k at nstr\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{construction}}{\textipa{k at nstr\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{constructive}}{\textipa{k at nstr\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{constructivism}}{\textipa{k at nstr\'2ktIv\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{constructor}}{\textipa{k at nstr\'2kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{construe}}{\textipa{k at nstr\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{consul}}{\textipa{k\'Ansl}\ }{}%
+ \ifthenelse{\equal{\word}{consular}}{\textipa{k\'Ansl at r}\ }{}%
+ \ifthenelse{\equal{\word}{consulate}}{\textipa{k\'Ansl at t}\ }{}%
+ \ifthenelse{\equal{\word}{consult}}{\textipa{k at ns\'2lt}\ }{}%
+ \ifthenelse{\equal{\word}{consultancy}}{\textipa{k at ns\'2ltnsi}\ }{}%
+ \ifthenelse{\equal{\word}{consultant}}{\textipa{k at ns\'2ltnt}\ }{}%
+ \ifthenelse{\equal{\word}{consultation}}{\textipa{k\`Anslt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{consultative}}{\textipa{k at ns\'2lt at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{consumable}}{\textipa{k at nsj\'u:m at bl}\ }{}%
+ \ifthenelse{\equal{\word}{consume}}{\textipa{k at nsj\'u:m}\ }{}%
+ \ifthenelse{\equal{\word}{consumer}}{\textipa{k at nsj\'u:m at r}\ }{}%
+ \ifthenelse{\equal{\word}{consumerism}}{\textipa{k at nsj\'u:m at r\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{consummate}}{\textipa{k at ns\'2m at t}\ }{}%
+ \ifthenelse{\equal{\word}{consummation}}{\textipa{k\`Ans at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{consumption}}{\textipa{k at ns\'2mSn}\ }{}%
+ \ifthenelse{\equal{\word}{consumptive}}{\textipa{k at ns\'2mtIv}\ }{}%
+ \ifthenelse{\equal{\word}{contact}}{\textipa{k\'Ant\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{contagion}}{\textipa{k at nt\'eIdZn}\ }{}%
+ \ifthenelse{\equal{\word}{contagious}}{\textipa{k at nt\'eIdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{contain}}{\textipa{k at nt\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{container}}{\textipa{k at nt\'eIn at r}\ }{}%
+ \ifthenelse{\equal{\word}{contaminant}}{\textipa{k at nt\'\ae mIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{contaminate}}{\textipa{k at nt\'\ae mIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{contemplate}}{\textipa{k\'Ant at mpl\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{contemplation}}{\textipa{k\`Ant at mpl\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{contemplative}}{\textipa{k at nt\'empl at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{contemporaneity}}{\textipa{k at nt\`empr at n\'\i at ti}\ }{}%
+ \ifthenelse{\equal{\word}{contemporaneous}}{\textipa{k at nt\`emp at r\'eIni at s}\ }{}%
+ \ifthenelse{\equal{\word}{contemporary}}{\textipa{k at nt\'emp at r\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{contempt}}{\textipa{k at nt\'emt}\ }{}%
+ \ifthenelse{\equal{\word}{contemptible}}{\textipa{k at nt\'emt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{contemptuous}}{\textipa{k at nt\'emtSu at s}\ }{}%
+ \ifthenelse{\equal{\word}{contend}}{\textipa{k at nt\'end}\ }{}%
+ \ifthenelse{\equal{\word}{content}}{\textipa{k\'Antent}\ }{}%
+ \ifthenelse{\equal{\word}{contented}}{\textipa{k at nt\'entId}\ }{}%
+ \ifthenelse{\equal{\word}{contention}}{\textipa{k at nt\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{contentious}}{\textipa{k at nt\'enS at s}\ }{}%
+ \ifthenelse{\equal{\word}{contentment}}{\textipa{k at nt\'entm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{contest}}{\textipa{k\'Antest}\ }{}%
+ \ifthenelse{\equal{\word}{contestant}}{\textipa{k at nt\'estnt}\ }{}%
+ \ifthenelse{\equal{\word}{context}}{\textipa{k\'Antekst}\ }{}%
+ \ifthenelse{\equal{\word}{contextual}}{\textipa{kAnt\'ekstSu at l}\ }{}%
+ \ifthenelse{\equal{\word}{contiguity}}{\textipa{k\`Ant at gj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{contiguous}}{\textipa{k at nt\'Igju at s}\ }{}%
+ \ifthenelse{\equal{\word}{continence}}{\textipa{k\'Antn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{continent}}{\textipa{k\'Antn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{continental}}{\textipa{k\`Antn\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{contingency}}{\textipa{k at nt\'InZnsi}\ }{}%
+ \ifthenelse{\equal{\word}{contingent}}{\textipa{k at nt\'InZnt}\ }{}%
+ \ifthenelse{\equal{\word}{continua}}{\textipa{k at nt\'Inju@}\ }{}%
+ \ifthenelse{\equal{\word}{continual}}{\textipa{k at nt\'Injul}\ }{}%
+ \ifthenelse{\equal{\word}{continually}}{\textipa{k at nt\'Injuli}\ }{}%
+ \ifthenelse{\equal{\word}{continuance}}{\textipa{k at nt\'Inju at ns}\ }{}%
+ \ifthenelse{\equal{\word}{continuation}}{\textipa{k at nt\`Inju\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{continue}}{\textipa{k at nt\'Inju:}\ }{}%
+ \ifthenelse{\equal{\word}{continuity}}{\textipa{k\`Antnj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{continuous}}{\textipa{k at nt\'Inju at s}\ }{}%
+ \ifthenelse{\equal{\word}{continuously}}{\textipa{k at nt\'Inju at sli}\ }{}%
+ \ifthenelse{\equal{\word}{continuum}}{\textipa{k at nt\'Inju at m}\ }{}%
+ \ifthenelse{\equal{\word}{contort}}{\textipa{k at nt\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{contortionist}}{\textipa{k at nt\'O:rSnIst}\ }{}%
+ \ifthenelse{\equal{\word}{contour}}{\textipa{k\'Antu at r}\ }{}%
+ \ifthenelse{\equal{\word}{contra}}{\textipa{k\'Antr@}\ }{}%
+ \ifthenelse{\equal{\word}{contraband}}{\textipa{k\'Antr at b\`\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{contraception}}{\textipa{k\`Antr at s\'epSn}\ }{}%
+ \ifthenelse{\equal{\word}{contraceptive}}{\textipa{k\`Antr at s\'eptIv}\ }{}%
+ \ifthenelse{\equal{\word}{contract}}{\textipa{k\'Antr\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{contractile}}{\textipa{k at ntr\'\ae ktl}\ }{}%
+ \ifthenelse{\equal{\word}{contraction}}{\textipa{k at ntr\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{contractor}}{\textipa{k\'Antr\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{contractual}}{\textipa{k at ntr\'\ae ktSul}\ }{}%
+ \ifthenelse{\equal{\word}{contradict}}{\textipa{k\`Antr at d\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{contradiction}}{\textipa{k\`Antr at d\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{contradictory}}{\textipa{k\`Antr at d\'Iktri}\ }{}%
+ \ifthenelse{\equal{\word}{contralto}}{\textipa{k at ntr\'\ae ltoU}\ }{}%
+ \ifthenelse{\equal{\word}{contraption}}{\textipa{k at ntr\'\ae pSn}\ }{}%
+ \ifthenelse{\equal{\word}{contrapuntal}}{\textipa{k\`Antr at p\'2ntl}\ }{}%
+ \ifthenelse{\equal{\word}{contrarily}}{\textipa{k\'Antr\`erli}\ }{}%
+ \ifthenelse{\equal{\word}{contrariness}}{\textipa{k\'Antr\`erin at s}\ }{}%
+ \ifthenelse{\equal{\word}{contrariwise}}{\textipa{k\'Antreriw\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{contrary}}{\textipa{k\'Antr\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{contrast}}{\textipa{k\'Antr\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{contrastive}}{\textipa{k at ntr\'\ae stIv}\ }{}%
+ \ifthenelse{\equal{\word}{contrasty}}{\textipa{k\'Antr\ae sti}\ }{}%
+ \ifthenelse{\equal{\word}{contravene}}{\textipa{k\`Antr at v\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{contravention}}{\textipa{k\`Antr at v\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{contretemps}}{\textipa{k\'Antr at t\`A:N}\ }{}%
+ \ifthenelse{\equal{\word}{contribute}}{\textipa{k at ntr\'Ibj at t}\ }{}%
+ \ifthenelse{\equal{\word}{contribution}}{\textipa{k\`AntrIbj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{contributor}}{\textipa{k at ntr\'Ibj at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{contributory}}{\textipa{k at ntr\'Ibj at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{contrite}}{\textipa{k at ntr\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{contrition}}{\textipa{k at ntr\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{contrivance}}{\textipa{k at ntr\'aIvns}\ }{}%
+ \ifthenelse{\equal{\word}{contrive}}{\textipa{k at ntr\'aIv}\ }{}%
+ \ifthenelse{\equal{\word}{control}}{\textipa{k at ntr\'oUl}\ }{}%
+ \ifthenelse{\equal{\word}{controller}}{\textipa{k at ntr\'oUl at r}\ }{}%
+ \ifthenelse{\equal{\word}{controversial}}{\textipa{k\`Antr at v\'@:rSl}\ }{}%
+ \ifthenelse{\equal{\word}{controversy}}{\textipa{k\'Antr at v\`@:rsi}\ }{}%
+ \ifthenelse{\equal{\word}{controvert}}{\textipa{k\'Antr at v\`@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{contuse}}{\textipa{k at ntj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{contusion}}{\textipa{k at ntj\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{conundrum}}{\textipa{k at n\'2ndr at m}\ }{}%
+ \ifthenelse{\equal{\word}{conurbation}}{\textipa{k\`An at rb\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{convalesce}}{\textipa{k\`Anv at l\'es}\ }{}%
+ \ifthenelse{\equal{\word}{convalescence}}{\textipa{k\`Anv at l\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{convalescent}}{\textipa{k\`Anv at l\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{convect}}{\textipa{k at nv\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{convection}}{\textipa{k at nv\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{convector}}{\textipa{k at nv\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{convene}}{\textipa{k at nv\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{convener}}{\textipa{k at nv\'\i:n at r}\ }{}%
+ \ifthenelse{\equal{\word}{convenience}}{\textipa{k at nv\'\i:ni at ns}\ }{}%
+ \ifthenelse{\equal{\word}{convenient}}{\textipa{k at nv\'\i:ni at nt}\ }{}%
+ \ifthenelse{\equal{\word}{convent}}{\textipa{k\'Anvnt}\ }{}%
+ \ifthenelse{\equal{\word}{convention}}{\textipa{k at nv\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{conventional}}{\textipa{k at nv\'enSnl}\ }{}%
+ \ifthenelse{\equal{\word}{conventionality}}{\textipa{k at nv\`enS at n\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{converge}}{\textipa{k at nv\'@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{convergence}}{\textipa{k at nv\'@:rdZns}\ }{}%
+ \ifthenelse{\equal{\word}{convergent}}{\textipa{k at nv\'@:rdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{conversant}}{\textipa{k at nv\'@:rsnt}\ }{}%
+ \ifthenelse{\equal{\word}{conversation}}{\textipa{k\`Anv at rs\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{conversational}}{\textipa{k\`Anv at rs\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{converse}}{\textipa{k at nv\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{conversely}}{\textipa{k at nv\'@:rsli}\ }{}%
+ \ifthenelse{\equal{\word}{conversion}}{\textipa{k at nv\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{convert}}{\textipa{k at nv\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{converter}}{\textipa{k at nv\'@:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{convertible}}{\textipa{k at nv\'@:rt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{convex}}{\textipa{k\`Anv\'eks}\ }{}%
+ \ifthenelse{\equal{\word}{convexity}}{\textipa{k\`Anv\'eks at ti}\ }{}%
+ \ifthenelse{\equal{\word}{convey}}{\textipa{k at nv\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{conveyance}}{\textipa{k at nv\'eI at ns}\ }{}%
+ \ifthenelse{\equal{\word}{convict}}{\textipa{k at nv\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{conviction}}{\textipa{k at nv\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{convince}}{\textipa{k at nv\'Ins}\ }{}%
+ \ifthenelse{\equal{\word}{convinced}}{\textipa{k at nv\'Inst}\ }{}%
+ \ifthenelse{\equal{\word}{convincing}}{\textipa{k at nv\'InsIN}\ }{}%
+ \ifthenelse{\equal{\word}{convivial}}{\textipa{k at nv\'Ivi at l}\ }{}%
+ \ifthenelse{\equal{\word}{conviviality}}{\textipa{k at nv\`Ivi\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{convocation}}{\textipa{k\`Anv at k\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{convoy}}{\textipa{k\'AnvOI}\ }{}%
+ \ifthenelse{\equal{\word}{convulse}}{\textipa{k at nv\'2ls}\ }{}%
+ \ifthenelse{\equal{\word}{convulsion}}{\textipa{k at nv\'2lSn}\ }{}%
+ \ifthenelse{\equal{\word}{convulsive}}{\textipa{k at nv\'2lsIv}\ }{}%
+ \ifthenelse{\equal{\word}{cony}}{\textipa{k\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{coo}}{\textipa{ku:}\ }{}%
+ \ifthenelse{\equal{\word}{cook}}{\textipa{kUk}\ }{}%
+ \ifthenelse{\equal{\word}{cooker}}{\textipa{k\'Uk at r}\ }{}%
+ \ifthenelse{\equal{\word}{cookery}}{\textipa{k\'Ukri}\ }{}%
+ \ifthenelse{\equal{\word}{cookies}}{\textipa{k\'Uki}\ }{}%
+ \ifthenelse{\equal{\word}{cooking}}{\textipa{k\'UkIN}\ }{}%
+ \ifthenelse{\equal{\word}{cool}}{\textipa{ku:l}\ }{}%
+ \ifthenelse{\equal{\word}{coolant}}{\textipa{k\'u:l at nt}\ }{}%
+ \ifthenelse{\equal{\word}{coon}}{\textipa{ku:n}\ }{}%
+ \ifthenelse{\equal{\word}{coop}}{\textipa{ku:p}\ }{}%
+ \ifthenelse{\equal{\word}{cooper}}{\textipa{k\'u:p at r}\ }{}%
+ \ifthenelse{\equal{\word}{cooperate}}{\textipa{koU\'Ap at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{cooperation}}{\textipa{koU\`Ap at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{cooperative}}{\textipa{koU\'Apr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{coordinate}}{\textipa{koU\'O:rdn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{coordination}}{\textipa{koU\`O:rdn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{coordinator}}{\textipa{koU\'O:rdn\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{cop}}{\textipa{kAp}\ }{}%
+ \ifthenelse{\equal{\word}{cope}}{\textipa{koUp}\ }{}%
+ \ifthenelse{\equal{\word}{copier}}{\textipa{k\'Api at r}\ }{}%
+ \ifthenelse{\equal{\word}{coping}}{\textipa{k\'oUpIN}\ }{}%
+ \ifthenelse{\equal{\word}{copious}}{\textipa{k\'oUpi at s}\ }{}%
+ \ifthenelse{\equal{\word}{copper}}{\textipa{k\'Ap at r}\ }{}%
+ \ifthenelse{\equal{\word}{coppery}}{\textipa{k\'Apri}\ }{}%
+ \ifthenelse{\equal{\word}{coppice}}{\textipa{k\'Ap at s}\ }{}%
+ \ifthenelse{\equal{\word}{copra}}{\textipa{k\'oUpr@}\ }{}%
+ \ifthenelse{\equal{\word}{copse}}{\textipa{kAps}\ }{}%
+ \ifthenelse{\equal{\word}{copulate}}{\textipa{k\'Apj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{copy}}{\textipa{k\'Api}\ }{}%
+ \ifthenelse{\equal{\word}{copyright}}{\textipa{k\'Apir\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{coquette}}{\textipa{koUk\'et}\ }{}%
+ \ifthenelse{\equal{\word}{coquettish}}{\textipa{koUk\'etIS}\ }{}%
+ \ifthenelse{\equal{\word}{cor}}{\textipa{kO:r}\ }{}%
+ \ifthenelse{\equal{\word}{coracle}}{\textipa{k\'O:r at kl}\ }{}%
+ \ifthenelse{\equal{\word}{coral}}{\textipa{k\'O:rl}\ }{}%
+ \ifthenelse{\equal{\word}{cord}}{\textipa{kO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{cordage}}{\textipa{kO:rdIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{cordial}}{\textipa{k\'O:rdZl}\ }{}%
+ \ifthenelse{\equal{\word}{cordiality}}{\textipa{k\`O:rdZi\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{cordially}}{\textipa{k\'O:rdZli}\ }{}%
+ \ifthenelse{\equal{\word}{cordite}}{\textipa{k\'O:rdaIt}\ }{}%
+ \ifthenelse{\equal{\word}{cordon}}{\textipa{k\'O:rdn}\ }{}%
+ \ifthenelse{\equal{\word}{corduroy}}{\textipa{k\'O:rd at r\`OI}\ }{}%
+ \ifthenelse{\equal{\word}{corgi}}{\textipa{k\'O:rgi}\ }{}%
+ \ifthenelse{\equal{\word}{coriander}}{\textipa{k\'O:ri\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{corinth}}{\textipa{k\'O:rInT}\ }{}%
+ \ifthenelse{\equal{\word}{cork}}{\textipa{kO:rk}\ }{}%
+ \ifthenelse{\equal{\word}{corkage}}{\textipa{k\'O:rkIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{corky}}{\textipa{kO:rki}\ }{}%
+ \ifthenelse{\equal{\word}{cormorant}}{\textipa{k\'O:rmrnt}\ }{}%
+ \ifthenelse{\equal{\word}{corn}}{\textipa{kO:rn}\ }{}%
+ \ifthenelse{\equal{\word}{corncrake}}{\textipa{k\'O:rnkr\`eIk}\ }{}%
+ \ifthenelse{\equal{\word}{cornea}}{\textipa{k\'O:rni@}\ }{}%
+ \ifthenelse{\equal{\word}{corner}}{\textipa{k\'O:rn at r}\ }{}%
+ \ifthenelse{\equal{\word}{cornet}}{\textipa{kO:rn\'et}\ }{}%
+ \ifthenelse{\equal{\word}{cornice}}{\textipa{k\'O:rn at s}\ }{}%
+ \ifthenelse{\equal{\word}{cornish}}{\textipa{k\'O:rnIS}\ }{}%
+ \ifthenelse{\equal{\word}{cornucopia}}{\textipa{k\`O:rn at k\'oUpi@}\ }{}%
+ \ifthenelse{\equal{\word}{corny}}{\textipa{k\'O:rni}\ }{}%
+ \ifthenelse{\equal{\word}{corollary}}{\textipa{k\'O:r at l\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{corona}}{\textipa{k at r\'oUn@}\ }{}%
+ \ifthenelse{\equal{\word}{coronal}}{\textipa{k\'O:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{coronary}}{\textipa{k\'O:r at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{coronation}}{\textipa{k\`O:r at n\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{coronet}}{\textipa{k\`O:r at n\'et}\ }{}%
+ \ifthenelse{\equal{\word}{corpora}}{\textipa{k\'O:rpr@}\ }{}%
+ \ifthenelse{\equal{\word}{corporal}}{\textipa{k\'O:rprl}\ }{}%
+ \ifthenelse{\equal{\word}{corporate}}{\textipa{k\'O:rpr at t}\ }{}%
+ \ifthenelse{\equal{\word}{corporation}}{\textipa{k\`O:rp at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{corporatism}}{\textipa{k\'O:rpr at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{corporeal}}{\textipa{kO:rp\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{corpse}}{\textipa{kO:rps}\ }{}%
+ \ifthenelse{\equal{\word}{corpulent}}{\textipa{k\'O:rpj at l@nt}\ }{}%
+ \ifthenelse{\equal{\word}{corpus}}{\textipa{k\'O:rp at s}\ }{}%
+ \ifthenelse{\equal{\word}{corpuscle}}{\textipa{k\'O:rp2sl}\ }{}%
+ \ifthenelse{\equal{\word}{corral}}{\textipa{k at r\'\ae l}\ }{}%
+ \ifthenelse{\equal{\word}{correct}}{\textipa{k at r\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{correction}}{\textipa{k at r\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{correctional}}{\textipa{k at r\'ekSnl}\ }{}%
+ \ifthenelse{\equal{\word}{corrective}}{\textipa{k at r\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{correctly}}{\textipa{k at r\'ektli}\ }{}%
+ \ifthenelse{\equal{\word}{correlate}}{\textipa{k\'O:r at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{correlation}}{\textipa{k\`O:r at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{correlative}}{\textipa{k at r\'el at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{correspond}}{\textipa{k\`O:r at sp\'And}\ }{}%
+ \ifthenelse{\equal{\word}{correspondence}}{\textipa{k\`O:r at sp\'Andns}\ }{}%
+ \ifthenelse{\equal{\word}{correspondent}}{\textipa{k\`O:r at sp\'Andnt}\ }{}%
+ \ifthenelse{\equal{\word}{corresponding}}{\textipa{k\`O:r at sp\'AndIN}\ }{}%
+ \ifthenelse{\equal{\word}{corridor}}{\textipa{k\'O:r at d@r}\ }{}%
+ \ifthenelse{\equal{\word}{corrigenda}}{\textipa{k\`O:rIdZ\'end at m}\ }{}%
+ \ifthenelse{\equal{\word}{corroborate}}{\textipa{k at r\'Ab at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{corroborative}}{\textipa{k at r\'Ab at r\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{corroboratory}}{\textipa{k at r\'Abr at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{corrode}}{\textipa{k at r\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{corrosion}}{\textipa{k at r\'oUZn}\ }{}%
+ \ifthenelse{\equal{\word}{corrosive}}{\textipa{k at r\'oUsIv}\ }{}%
+ \ifthenelse{\equal{\word}{corrugated}}{\textipa{k\'Or at g\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{corrupt}}{\textipa{k at r\'2pt}\ }{}%
+ \ifthenelse{\equal{\word}{corruption}}{\textipa{k at r\'2pSn}\ }{}%
+ \ifthenelse{\equal{\word}{corsage}}{\textipa{kO:rs\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{corse}}{\textipa{kO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{corset}}{\textipa{k\'O:rs at t}\ }{}%
+ \ifthenelse{\equal{\word}{corsica}}{\textipa{k\'O:rsIk@}\ }{}%
+ \ifthenelse{\equal{\word}{cortege}}{\textipa{kO:rt\'eZ}\ }{}%
+ \ifthenelse{\equal{\word}{cortex}}{\textipa{k\'O:rteks}\ }{}%
+ \ifthenelse{\equal{\word}{cortical}}{\textipa{k\'O:rtIkl}\ }{}%
+ \ifthenelse{\equal{\word}{cortisone}}{\textipa{k\'O:rt at z\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{coruscates}}{\textipa{k\'O:r at sk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{corvette}}{\textipa{kO:rv\'et}\ }{}%
+ \ifthenelse{\equal{\word}{cosine}}{\textipa{k\'oUsaIn}\ }{}%
+ \ifthenelse{\equal{\word}{cosmetic}}{\textipa{kAzm\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{cosmic}}{\textipa{k\'AzmIk}\ }{}%
+ \ifthenelse{\equal{\word}{cosmology}}{\textipa{kAzm\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{cosmonaut}}{\textipa{k\'Azm at n\`O:t}\ }{}%
+ \ifthenelse{\equal{\word}{cosmopolitan}}{\textipa{k\`Azm at p\'Al at tn}\ }{}%
+ \ifthenelse{\equal{\word}{cosmos}}{\textipa{k\'Azm at s}\ }{}%
+ \ifthenelse{\equal{\word}{cosset}}{\textipa{k\'As at t}\ }{}%
+ \ifthenelse{\equal{\word}{cost}}{\textipa{kO:st}\ }{}%
+ \ifthenelse{\equal{\word}{costive}}{\textipa{k\'AstIv}\ }{}%
+ \ifthenelse{\equal{\word}{costliness}}{\textipa{k\'O:slin at s}\ }{}%
+ \ifthenelse{\equal{\word}{costly}}{\textipa{k\'O:sli}\ }{}%
+ \ifthenelse{\equal{\word}{costume}}{\textipa{k\'Astu:m}\ }{}%
+ \ifthenelse{\equal{\word}{cozy}}{\textipa{k\'oUzi}\ }{}%
+ \ifthenelse{\equal{\word}{cot}}{\textipa{kAt}\ }{}%
+ \ifthenelse{\equal{\word}{coterie}}{\textipa{k\'oUtri}\ }{}%
+ \ifthenelse{\equal{\word}{coterminous}}{\textipa{k\`oUt\'@:rmIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{cottage}}{\textipa{k\'AtIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{cotton}}{\textipa{k\'Atn}\ }{}%
+ \ifthenelse{\equal{\word}{couch}}{\textipa{kaUtS}\ }{}%
+ \ifthenelse{\equal{\word}{cougar}}{\textipa{k\'u:g at r}\ }{}%
+ \ifthenelse{\equal{\word}{cough}}{\textipa{kO:f}\ }{}%
+ \ifthenelse{\equal{\word}{could}}{\textipa{k at d}\ }{}%
+ \ifthenelse{\equal{\word}{coulomb}}{\textipa{k\'u:lAm}\ }{}%
+ \ifthenelse{\equal{\word}{council}}{\textipa{k\'aUnsl}\ }{}%
+ \ifthenelse{\equal{\word}{counselor}}{\textipa{k\'aUnsl at r}\ }{}%
+ \ifthenelse{\equal{\word}{count}}{\textipa{kaUnt}\ }{}%
+ \ifthenelse{\equal{\word}{countenance}}{\textipa{k\'aUntn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{counter}}{\textipa{k\'aUnt at r}\ }{}%
+ \ifthenelse{\equal{\word}{counteract}}{\textipa{k\'aUnt at r\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{counterattack}}{\textipa{k\'aUnt at r@t\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{counterfeit}}{\textipa{k\'aUnt at rf\`It}\ }{}%
+ \ifthenelse{\equal{\word}{countermanded}}{\textipa{k\'aUnt at rm\`\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{counteroffensive}}{\textipa{k\'aUnt at r@f\`ensiv}\ }{}%
+ \ifthenelse{\equal{\word}{counterpane}}{\textipa{k\'aUnt at rp\`eIn}\ }{}%
+ \ifthenelse{\equal{\word}{counterpart}}{\textipa{k\'aUnt at rp\`A:rt}\ }{}%
+ \ifthenelse{\equal{\word}{countess}}{\textipa{k\'aUnt at s}\ }{}%
+ \ifthenelse{\equal{\word}{countless}}{\textipa{k\'aUntl at s}\ }{}%
+ \ifthenelse{\equal{\word}{country}}{\textipa{k\'2ntri}\ }{}%
+ \ifthenelse{\equal{\word}{countryside}}{\textipa{k\'2ntris\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{county}}{\textipa{k\'aUnti}\ }{}%
+ \ifthenelse{\equal{\word}{coupe}}{\textipa{ku:p\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{couple}}{\textipa{k\'2pl}\ }{}%
+ \ifthenelse{\equal{\word}{coupler}}{\textipa{k\'2pl at r}\ }{}%
+ \ifthenelse{\equal{\word}{couplet}}{\textipa{k\'2pl at t}\ }{}%
+ \ifthenelse{\equal{\word}{coupon}}{\textipa{k\'u:pAn}\ }{}%
+ \ifthenelse{\equal{\word}{courage}}{\textipa{k\'@:rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{courageous}}{\textipa{k at r\'eIdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{courgette}}{\textipa{kU at rZ\'et}\ }{}%
+ \ifthenelse{\equal{\word}{courier}}{\textipa{k\'@:ri at r}\ }{}%
+ \ifthenelse{\equal{\word}{coursing}}{\textipa{k\'O:rsIN}\ }{}%
+ \ifthenelse{\equal{\word}{court}}{\textipa{kO:rt}\ }{}%
+ \ifthenelse{\equal{\word}{courteous}}{\textipa{k\'@:rti at s}\ }{}%
+ \ifthenelse{\equal{\word}{courtesan}}{\textipa{k\'O:rt at zn}\ }{}%
+ \ifthenelse{\equal{\word}{courtesy}}{\textipa{k\'@:rt at si}\ }{}%
+ \ifthenelse{\equal{\word}{courtier}}{\textipa{k\'O:rti at r}\ }{}%
+ \ifthenelse{\equal{\word}{courtship}}{\textipa{k\'O:rtS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{couscous}}{\textipa{k\'u:sku:s}\ }{}%
+ \ifthenelse{\equal{\word}{cousin}}{\textipa{k\'2zn}\ }{}%
+ \ifthenelse{\equal{\word}{couture}}{\textipa{kutj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{couturier}}{\textipa{kutj\'U at ri\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{cove}}{\textipa{koUv}\ }{}%
+ \ifthenelse{\equal{\word}{coven}}{\textipa{k\'2vn}\ }{}%
+ \ifthenelse{\equal{\word}{covenant}}{\textipa{k\'2vn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{cover}}{\textipa{k\'2v at r}\ }{}%
+ \ifthenelse{\equal{\word}{coverage}}{\textipa{k\'2vrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{coveralls}}{\textipa{k\'2v at r\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{covering}}{\textipa{k\'2vrIN}\ }{}%
+ \ifthenelse{\equal{\word}{coverlet}}{\textipa{k\'2v at rl@t}\ }{}%
+ \ifthenelse{\equal{\word}{covert}}{\textipa{k\'oUv@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{coverup}}{\textipa{k\'2v at r\`2p}\ }{}%
+ \ifthenelse{\equal{\word}{covet}}{\textipa{k\'2v at t}\ }{}%
+ \ifthenelse{\equal{\word}{covetous}}{\textipa{k\'2v at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{cow}}{\textipa{kaU}\ }{}%
+ \ifthenelse{\equal{\word}{coward}}{\textipa{k\'aU at rd}\ }{}%
+ \ifthenelse{\equal{\word}{cowardice}}{\textipa{k\'aU at rdIs}\ }{}%
+ \ifthenelse{\equal{\word}{cowboy}}{\textipa{k\'aUb\`OI}\ }{}%
+ \ifthenelse{\equal{\word}{cowed}}{\textipa{kaUd}\ }{}%
+ \ifthenelse{\equal{\word}{cower}}{\textipa{k\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{cowl}}{\textipa{kaUl}\ }{}%
+ \ifthenelse{\equal{\word}{coworker}}{\textipa{k\'oUw\`@:rk at r}\ }{}%
+ \ifthenelse{\equal{\word}{cox}}{\textipa{kAks}\ }{}%
+ \ifthenelse{\equal{\word}{coxswain}}{\textipa{k\'Aksn}\ }{}%
+ \ifthenelse{\equal{\word}{coy}}{\textipa{kOI}\ }{}%
+ \ifthenelse{\equal{\word}{coyote}}{\textipa{kaI\'oUti}\ }{}%
+ \ifthenelse{\equal{\word}{crab}}{\textipa{kr\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{crabby}}{\textipa{kr\'\ae bi}\ }{}%
+ \ifthenelse{\equal{\word}{crack}}{\textipa{kr\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{cracker}}{\textipa{kr\'\ae k at r}\ }{}%
+ \ifthenelse{\equal{\word}{crackle}}{\textipa{kr\'\ae kl}\ }{}%
+ \ifthenelse{\equal{\word}{cradle}}{\textipa{kr\'eIdl}\ }{}%
+ \ifthenelse{\equal{\word}{craft}}{\textipa{kr\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{crafty}}{\textipa{kr\'\ae fti}\ }{}%
+ \ifthenelse{\equal{\word}{crag}}{\textipa{kr\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{craggy}}{\textipa{kr\'\ae gi}\ }{}%
+ \ifthenelse{\equal{\word}{cram}}{\textipa{kr\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{crammed}}{\textipa{kr\ae md}\ }{}%
+ \ifthenelse{\equal{\word}{crammer}}{\textipa{kr\'\ae m at r}\ }{}%
+ \ifthenelse{\equal{\word}{cramp}}{\textipa{kr\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{crampon}}{\textipa{kr\'\ae mpAn}\ }{}%
+ \ifthenelse{\equal{\word}{cranberry}}{\textipa{kr\'\ae nb\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{crane}}{\textipa{kreIn}\ }{}%
+ \ifthenelse{\equal{\word}{cranial}}{\textipa{kr\'eIni at l}\ }{}%
+ \ifthenelse{\equal{\word}{cranium}}{\textipa{kr\'eIni at m}\ }{}%
+ \ifthenelse{\equal{\word}{crank}}{\textipa{kr\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{cranky}}{\textipa{kr\'\ae Nki}\ }{}%
+ \ifthenelse{\equal{\word}{cranny}}{\textipa{kr\'\ae ni}\ }{}%
+ \ifthenelse{\equal{\word}{crap}}{\textipa{kr\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{crash}}{\textipa{kr\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{crass}}{\textipa{kr\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{crate}}{\textipa{kreIt}\ }{}%
+ \ifthenelse{\equal{\word}{crater}}{\textipa{kr\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{cravat}}{\textipa{kr at v\'\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{crave}}{\textipa{kreIv}\ }{}%
+ \ifthenelse{\equal{\word}{craven}}{\textipa{kr\'eIvn}\ }{}%
+ \ifthenelse{\equal{\word}{craving}}{\textipa{kr\'eIvIN}\ }{}%
+ \ifthenelse{\equal{\word}{crawl}}{\textipa{krO:l}\ }{}%
+ \ifthenelse{\equal{\word}{craws}}{\textipa{krO:}\ }{}%
+ \ifthenelse{\equal{\word}{crayfish}}{\textipa{kr\'eIf\`IS}\ }{}%
+ \ifthenelse{\equal{\word}{crayon}}{\textipa{kr\'eIAn}\ }{}%
+ \ifthenelse{\equal{\word}{craze}}{\textipa{kreIz}\ }{}%
+ \ifthenelse{\equal{\word}{crazily}}{\textipa{kr\'eIzIli}\ }{}%
+ \ifthenelse{\equal{\word}{crazy}}{\textipa{kr\'eIzi}\ }{}%
+ \ifthenelse{\equal{\word}{creak}}{\textipa{kri:k}\ }{}%
+ \ifthenelse{\equal{\word}{creaky}}{\textipa{kr\'\i:ki}\ }{}%
+ \ifthenelse{\equal{\word}{cream}}{\textipa{kri:m}\ }{}%
+ \ifthenelse{\equal{\word}{creamery}}{\textipa{kr\'\i:mri}\ }{}%
+ \ifthenelse{\equal{\word}{creamy}}{\textipa{kr\'\i:mi}\ }{}%
+ \ifthenelse{\equal{\word}{crease}}{\textipa{kri:s}\ }{}%
+ \ifthenelse{\equal{\word}{create}}{\textipa{kri\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{creation}}{\textipa{kri\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{creative}}{\textipa{kri\'eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{creativity}}{\textipa{kr\`\i:@t\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{creator}}{\textipa{kri\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{creature}}{\textipa{kr\'\i:tS at r}\ }{}%
+ \ifthenelse{\equal{\word}{creche}}{\textipa{kreS}\ }{}%
+ \ifthenelse{\equal{\word}{credence}}{\textipa{kr\'\i:dns}\ }{}%
+ \ifthenelse{\equal{\word}{credentials}}{\textipa{kr at d\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{credibility}}{\textipa{kr\`ed at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{credible}}{\textipa{kr\'ed at bl}\ }{}%
+ \ifthenelse{\equal{\word}{credit}}{\textipa{kr\'ed at t}\ }{}%
+ \ifthenelse{\equal{\word}{creditor}}{\textipa{kr\'ed at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{credo}}{\textipa{kr\'eIdoU}\ }{}%
+ \ifthenelse{\equal{\word}{credulity}}{\textipa{kr at dj\'u:l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{credulous}}{\textipa{kr\'edZl at s}\ }{}%
+ \ifthenelse{\equal{\word}{creed}}{\textipa{kri:d}\ }{}%
+ \ifthenelse{\equal{\word}{creel}}{\textipa{kri:l}\ }{}%
+ \ifthenelse{\equal{\word}{creep}}{\textipa{kri:p}\ }{}%
+ \ifthenelse{\equal{\word}{creepy}}{\textipa{kr\'\i:pi}\ }{}%
+ \ifthenelse{\equal{\word}{cremate}}{\textipa{kr\'\i:meIt}\ }{}%
+ \ifthenelse{\equal{\word}{cremation}}{\textipa{krIm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{crematoria}}{\textipa{kr\`\i:m at t\'O:ri at m}\ }{}%
+ \ifthenelse{\equal{\word}{crenelated}}{\textipa{kr\'en at l\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{creole}}{\textipa{kr\'\i:oUl}\ }{}%
+ \ifthenelse{\equal{\word}{creosote}}{\textipa{kr\'\i at s\`oUt}\ }{}%
+ \ifthenelse{\equal{\word}{crepe}}{\textipa{kreIp}\ }{}%
+ \ifthenelse{\equal{\word}{crept}}{\textipa{krept}\ }{}%
+ \ifthenelse{\equal{\word}{crepuscular}}{\textipa{krIp\'2skj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{crescendo}}{\textipa{kr at S\'endoU}\ }{}%
+ \ifthenelse{\equal{\word}{crescent}}{\textipa{kr\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{cress}}{\textipa{kres}\ }{}%
+ \ifthenelse{\equal{\word}{crest}}{\textipa{krest}\ }{}%
+ \ifthenelse{\equal{\word}{cretaceous}}{\textipa{krIt\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{cretan}}{\textipa{kr\'\i:tn}\ }{}%
+ \ifthenelse{\equal{\word}{crete}}{\textipa{kri:t}\ }{}%
+ \ifthenelse{\equal{\word}{crevasse}}{\textipa{kr at v\'\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{crevice}}{\textipa{kr\'evIs}\ }{}%
+ \ifthenelse{\equal{\word}{crew}}{\textipa{kru:}\ }{}%
+ \ifthenelse{\equal{\word}{crib}}{\textipa{krIb}\ }{}%
+ \ifthenelse{\equal{\word}{cribbage}}{\textipa{kr\'IbIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{crick}}{\textipa{krIk}\ }{}%
+ \ifthenelse{\equal{\word}{cricket}}{\textipa{kr\'Ik at t}\ }{}%
+ \ifthenelse{\equal{\word}{cried}}{\textipa{kraId}\ }{}%
+ \ifthenelse{\equal{\word}{crier}}{\textipa{kr\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{cries}}{\textipa{kraIz}\ }{}%
+ \ifthenelse{\equal{\word}{crime}}{\textipa{kraIm}\ }{}%
+ \ifthenelse{\equal{\word}{crimea}}{\textipa{kraIm\'\i:@}\ }{}%
+ \ifthenelse{\equal{\word}{criminal}}{\textipa{kr\'ImInl}\ }{}%
+ \ifthenelse{\equal{\word}{criminality}}{\textipa{kr\`ImIn\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{criminology}}{\textipa{kr\`ImIn\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{crimp}}{\textipa{krImp}\ }{}%
+ \ifthenelse{\equal{\word}{crimson}}{\textipa{kr\'Imzn}\ }{}%
+ \ifthenelse{\equal{\word}{cringe}}{\textipa{krInZ}\ }{}%
+ \ifthenelse{\equal{\word}{crinkle}}{\textipa{kr\'INkl}\ }{}%
+ \ifthenelse{\equal{\word}{crinkly}}{\textipa{kr\'INkli}\ }{}%
+ \ifthenelse{\equal{\word}{crinoline}}{\textipa{kr\'InlIn}\ }{}%
+ \ifthenelse{\equal{\word}{cripple}}{\textipa{kr\'Ipl}\ }{}%
+ \ifthenelse{\equal{\word}{crises}}{\textipa{kr\'aIsIs}\ }{}%
+ \ifthenelse{\equal{\word}{crisp}}{\textipa{krIsp}\ }{}%
+ \ifthenelse{\equal{\word}{crispy}}{\textipa{kr\'Ispi}\ }{}%
+ \ifthenelse{\equal{\word}{crisscrossed}}{\textipa{kr\'Iskr\`O:s}\ }{}%
+ \ifthenelse{\equal{\word}{criteria}}{\textipa{kraIt\'I at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{criterion}}{\textipa{kraIt\'I at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{critic}}{\textipa{kr\'ItIk}\ }{}%
+ \ifthenelse{\equal{\word}{critical}}{\textipa{kr\'ItIkl}\ }{}%
+ \ifthenelse{\equal{\word}{critically}}{\textipa{kr\'It at kli}\ }{}%
+ \ifthenelse{\equal{\word}{criticize}}{\textipa{kr\'It at s\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{criticism}}{\textipa{kr\'It at s\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{critique}}{\textipa{krIt\'\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{critter}}{\textipa{kr\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{croak}}{\textipa{kroUk}\ }{}%
+ \ifthenelse{\equal{\word}{croatia}}{\textipa{kroU\'eIS@}\ }{}%
+ \ifthenelse{\equal{\word}{croatian}}{\textipa{kroU\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{crochet}}{\textipa{kroUS\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{crock}}{\textipa{krAk}\ }{}%
+ \ifthenelse{\equal{\word}{crockery}}{\textipa{kr\'Akri}\ }{}%
+ \ifthenelse{\equal{\word}{crocodile}}{\textipa{kr\'Ak at d\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{crocus}}{\textipa{kr\'oUk at s}\ }{}%
+ \ifthenelse{\equal{\word}{croft}}{\textipa{krO:ft}\ }{}%
+ \ifthenelse{\equal{\word}{croissant}}{\textipa{kwA:s\'A:N}\ }{}%
+ \ifthenelse{\equal{\word}{crone}}{\textipa{kroUn}\ }{}%
+ \ifthenelse{\equal{\word}{crony}}{\textipa{kr\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{crook}}{\textipa{krUk}\ }{}%
+ \ifthenelse{\equal{\word}{crooked}}{\textipa{kr\'UkId}\ }{}%
+ \ifthenelse{\equal{\word}{croon}}{\textipa{kru:n}\ }{}%
+ \ifthenelse{\equal{\word}{crop}}{\textipa{krAp}\ }{}%
+ \ifthenelse{\equal{\word}{croquet}}{\textipa{kroUk\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{croquette}}{\textipa{kroUk\'et}\ }{}%
+ \ifthenelse{\equal{\word}{crosier}}{\textipa{kr\'oUZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{cross}}{\textipa{krO:s}\ }{}%
+ \ifthenelse{\equal{\word}{crossing}}{\textipa{kr\'O:sIN}\ }{}%
+ \ifthenelse{\equal{\word}{crossword}}{\textipa{kr\'O:sw\`@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{crotch}}{\textipa{krAtS}\ }{}%
+ \ifthenelse{\equal{\word}{crotchet}}{\textipa{kr\'AtS at t}\ }{}%
+ \ifthenelse{\equal{\word}{crotchety}}{\textipa{kr\'AtS at ti}\ }{}%
+ \ifthenelse{\equal{\word}{crouch}}{\textipa{kraUtS}\ }{}%
+ \ifthenelse{\equal{\word}{croup}}{\textipa{kru:p}\ }{}%
+ \ifthenelse{\equal{\word}{croupier}}{\textipa{kr\'u:pi at r}\ }{}%
+ \ifthenelse{\equal{\word}{croutons}}{\textipa{kr\'u:tAn}\ }{}%
+ \ifthenelse{\equal{\word}{crow}}{\textipa{kroU}\ }{}%
+ \ifthenelse{\equal{\word}{crowd}}{\textipa{kraUd}\ }{}%
+ \ifthenelse{\equal{\word}{crowded}}{\textipa{kr\'aUdId}\ }{}%
+ \ifthenelse{\equal{\word}{crown}}{\textipa{kraUn}\ }{}%
+ \ifthenelse{\equal{\word}{crucial}}{\textipa{kr\'u:Sl}\ }{}%
+ \ifthenelse{\equal{\word}{crucible}}{\textipa{kr\'u:s at bl}\ }{}%
+ \ifthenelse{\equal{\word}{crucifix}}{\textipa{kr\'u:s at f\`Iks}\ }{}%
+ \ifthenelse{\equal{\word}{crucifixion}}{\textipa{kr\`u:s at f\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{cruciform}}{\textipa{kr\'u:sIf\`O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{crucify}}{\textipa{kr\'u:sIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{crude}}{\textipa{kru:d}\ }{}%
+ \ifthenelse{\equal{\word}{cruel}}{\textipa{kr\'u at l}\ }{}%
+ \ifthenelse{\equal{\word}{cruelly}}{\textipa{kr\'u at li}\ }{}%
+ \ifthenelse{\equal{\word}{cruelty}}{\textipa{kr\'u at lti}\ }{}%
+ \ifthenelse{\equal{\word}{cruise}}{\textipa{kru:z}\ }{}%
+ \ifthenelse{\equal{\word}{cruiser}}{\textipa{kr\'u:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{cruising}}{\textipa{kr\'u:zIN}\ }{}%
+ \ifthenelse{\equal{\word}{cruller}}{\textipa{kr\'2l at r}\ }{}%
+ \ifthenelse{\equal{\word}{crumb}}{\textipa{kr2m}\ }{}%
+ \ifthenelse{\equal{\word}{crumble}}{\textipa{kr\'2mbl}\ }{}%
+ \ifthenelse{\equal{\word}{crumbly}}{\textipa{kr\'2mbli}\ }{}%
+ \ifthenelse{\equal{\word}{crumby}}{\textipa{kr\'2mi}\ }{}%
+ \ifthenelse{\equal{\word}{crumpet}}{\textipa{kr\'2mpIt}\ }{}%
+ \ifthenelse{\equal{\word}{crumple}}{\textipa{kr\'2mpl}\ }{}%
+ \ifthenelse{\equal{\word}{crunch}}{\textipa{kr2nS}\ }{}%
+ \ifthenelse{\equal{\word}{crunchy}}{\textipa{kr\'2nSi}\ }{}%
+ \ifthenelse{\equal{\word}{crusade}}{\textipa{kru:s\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{crush}}{\textipa{kr2S}\ }{}%
+ \ifthenelse{\equal{\word}{crust}}{\textipa{kr2st}\ }{}%
+ \ifthenelse{\equal{\word}{crustacean}}{\textipa{kr2st\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{crusty}}{\textipa{kr\'2sti}\ }{}%
+ \ifthenelse{\equal{\word}{crutch}}{\textipa{kr2tS}\ }{}%
+ \ifthenelse{\equal{\word}{crux}}{\textipa{kr2ks}\ }{}%
+ \ifthenelse{\equal{\word}{cry}}{\textipa{kraI}\ }{}%
+ \ifthenelse{\equal{\word}{crypt}}{\textipa{krIpt}\ }{}%
+ \ifthenelse{\equal{\word}{cryptic}}{\textipa{kr\'IptIk}\ }{}%
+ \ifthenelse{\equal{\word}{cryptogram}}{\textipa{kr\'Ipt at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{cryptography}}{\textipa{krIpt\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{crystal}}{\textipa{kr\'Istl}\ }{}%
+ \ifthenelse{\equal{\word}{crystalline}}{\textipa{kr\'Istl at n}\ }{}%
+ \ifthenelse{\equal{\word}{crystallize}}{\textipa{kr\'Ist at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{crystallography}}{\textipa{kr\`Istl\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{cub}}{\textipa{k2b}\ }{}%
+ \ifthenelse{\equal{\word}{cuba}}{\textipa{kj\'u:b@}\ }{}%
+ \ifthenelse{\equal{\word}{cuban}}{\textipa{kj\'u:bn}\ }{}%
+ \ifthenelse{\equal{\word}{cube}}{\textipa{kju:b}\ }{}%
+ \ifthenelse{\equal{\word}{cubic}}{\textipa{kj\'u:bIk}\ }{}%
+ \ifthenelse{\equal{\word}{cubical}}{\textipa{kj\'u:bIkl}\ }{}%
+ \ifthenelse{\equal{\word}{cubism}}{\textipa{kj\'u:b\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{cubist}}{\textipa{kj\'u:bIst}\ }{}%
+ \ifthenelse{\equal{\word}{cubit}}{\textipa{kj\'u:bIt}\ }{}%
+ \ifthenelse{\equal{\word}{cuckold}}{\textipa{k\'2koUld}\ }{}%
+ \ifthenelse{\equal{\word}{cuckoo}}{\textipa{k\'u:ku:}\ }{}%
+ \ifthenelse{\equal{\word}{cucumber}}{\textipa{kj\'u:k2mb at r}\ }{}%
+ \ifthenelse{\equal{\word}{cud}}{\textipa{k2d}\ }{}%
+ \ifthenelse{\equal{\word}{cuddle}}{\textipa{k\'2dl}\ }{}%
+ \ifthenelse{\equal{\word}{cuddly}}{\textipa{k\'2dli}\ }{}%
+ \ifthenelse{\equal{\word}{cudgel}}{\textipa{k\'2dZl}\ }{}%
+ \ifthenelse{\equal{\word}{cue}}{\textipa{kju:}\ }{}%
+ \ifthenelse{\equal{\word}{cuff}}{\textipa{k2f}\ }{}%
+ \ifthenelse{\equal{\word}{cuisine}}{\textipa{kwIz\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{culinary}}{\textipa{k\'2l at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{cull}}{\textipa{k2l}\ }{}%
+ \ifthenelse{\equal{\word}{culminate}}{\textipa{k\'2lmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{culpable}}{\textipa{k\'2lp at bl}\ }{}%
+ \ifthenelse{\equal{\word}{culprit}}{\textipa{k\'2lprIt}\ }{}%
+ \ifthenelse{\equal{\word}{cult}}{\textipa{k2lt}\ }{}%
+ \ifthenelse{\equal{\word}{cultivable}}{\textipa{k\'2ltIv at bl}\ }{}%
+ \ifthenelse{\equal{\word}{cultivar}}{\textipa{k\'2ltIvA:r}\ }{}%
+ \ifthenelse{\equal{\word}{cultivate}}{\textipa{k\'2ltIv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{cultivator}}{\textipa{k\'2ltIv\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{cultural}}{\textipa{k\'2ltSrl}\ }{}%
+ \ifthenelse{\equal{\word}{culture}}{\textipa{k\'2ltS at r}\ }{}%
+ \ifthenelse{\equal{\word}{culvert}}{\textipa{k\'2lv at rt}\ }{}%
+ \ifthenelse{\equal{\word}{cumbersome}}{\textipa{k\'2mb at rsm}\ }{}%
+ \ifthenelse{\equal{\word}{cummerbund}}{\textipa{k\'2m at rb\`2nd}\ }{}%
+ \ifthenelse{\equal{\word}{cumulative}}{\textipa{kj\'u:mj at l@tIv}\ }{}%
+ \ifthenelse{\equal{\word}{cumulus}}{\textipa{kj\'u:mj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{cuneiform}}{\textipa{kj\'u:nIf\`O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{cunnilingus}}{\textipa{k\`2nIl\'INg at s}\ }{}%
+ \ifthenelse{\equal{\word}{cunning}}{\textipa{k\'2nIN}\ }{}%
+ \ifthenelse{\equal{\word}{cup}}{\textipa{k2p}\ }{}%
+ \ifthenelse{\equal{\word}{cupboard}}{\textipa{k\'2b at rd}\ }{}%
+ \ifthenelse{\equal{\word}{cupful}}{\textipa{k\'2pf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{cupid}}{\textipa{kj\'u:pId}\ }{}%
+ \ifthenelse{\equal{\word}{cupidity}}{\textipa{kjUp\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{cupola}}{\textipa{kj\'u:pl@}\ }{}%
+ \ifthenelse{\equal{\word}{cupping}}{\textipa{k\'2pIN}\ }{}%
+ \ifthenelse{\equal{\word}{cur}}{\textipa{k@:r}\ }{}%
+ \ifthenelse{\equal{\word}{curable}}{\textipa{kj\'U at r@bl}\ }{}%
+ \ifthenelse{\equal{\word}{curate}}{\textipa{kj\'U at r@t}\ }{}%
+ \ifthenelse{\equal{\word}{curative}}{\textipa{kj\'U at r@tIv}\ }{}%
+ \ifthenelse{\equal{\word}{curator}}{\textipa{kj\'UreIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{curb}}{\textipa{k@:rb}\ }{}%
+ \ifthenelse{\equal{\word}{curd}}{\textipa{k@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{curdle}}{\textipa{k\'@:rdl}\ }{}%
+ \ifthenelse{\equal{\word}{cure}}{\textipa{kjU at r}\ }{}%
+ \ifthenelse{\equal{\word}{curfew}}{\textipa{k\'@:rfju:}\ }{}%
+ \ifthenelse{\equal{\word}{curie}}{\textipa{kj\'U at ri}\ }{}%
+ \ifthenelse{\equal{\word}{curio}}{\textipa{kj\'U at ri\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{curiosity}}{\textipa{kj\`U at ri\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{curious}}{\textipa{kj\'U at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{curiously}}{\textipa{kj\'U at ri@sli}\ }{}%
+ \ifthenelse{\equal{\word}{curl}}{\textipa{k@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{curlew}}{\textipa{k\'@:rlju:}\ }{}%
+ \ifthenelse{\equal{\word}{curlicues}}{\textipa{k\'@:rlikj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{curling}}{\textipa{k\'@:rlIN}\ }{}%
+ \ifthenelse{\equal{\word}{curly}}{\textipa{k\'@:rli}\ }{}%
+ \ifthenelse{\equal{\word}{curmudgeons}}{\textipa{k@:rm\'2dZn}\ }{}%
+ \ifthenelse{\equal{\word}{currant}}{\textipa{k\'@:rnt}\ }{}%
+ \ifthenelse{\equal{\word}{currency}}{\textipa{k\'@:rnsi}\ }{}%
+ \ifthenelse{\equal{\word}{currently}}{\textipa{k\'@:rntli}\ }{}%
+ \ifthenelse{\equal{\word}{curricula}}{\textipa{k at r\'Ikj at l@m}\ }{}%
+ \ifthenelse{\equal{\word}{curricular}}{\textipa{k at r\'Ikj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{curry}}{\textipa{k\'@:ri}\ }{}%
+ \ifthenelse{\equal{\word}{curse}}{\textipa{k@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{cursed}}{\textipa{k\'@:rsId}\ }{}%
+ \ifthenelse{\equal{\word}{cursive}}{\textipa{k\'@:rsIv}\ }{}%
+ \ifthenelse{\equal{\word}{cursor}}{\textipa{k\'@:rs at r}\ }{}%
+ \ifthenelse{\equal{\word}{cursory}}{\textipa{k\'@:rsri}\ }{}%
+ \ifthenelse{\equal{\word}{curt}}{\textipa{k@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{curtail}}{\textipa{k@:rt\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{curtain}}{\textipa{k\'@:rtn}\ }{}%
+ \ifthenelse{\equal{\word}{curtsy}}{\textipa{k\'@:rtsi}\ }{}%
+ \ifthenelse{\equal{\word}{curvaceous}}{\textipa{k at rv\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{curvature}}{\textipa{k\'@:rv at tS\`U at r}\ }{}%
+ \ifthenelse{\equal{\word}{curve}}{\textipa{k@:rv}\ }{}%
+ \ifthenelse{\equal{\word}{curvilinear}}{\textipa{k\`@:rv at l\'Ini at r}\ }{}%
+ \ifthenelse{\equal{\word}{curvy}}{\textipa{k\'@:rvi}\ }{}%
+ \ifthenelse{\equal{\word}{cushion}}{\textipa{k\'USn}\ }{}%
+ \ifthenelse{\equal{\word}{cusp}}{\textipa{k2sp}\ }{}%
+ \ifthenelse{\equal{\word}{cuss}}{\textipa{k2s}\ }{}%
+ \ifthenelse{\equal{\word}{cussedness}}{\textipa{k\'2sId}\ }{}%
+ \ifthenelse{\equal{\word}{custard}}{\textipa{k\'2st at rd}\ }{}%
+ \ifthenelse{\equal{\word}{custodial}}{\textipa{k2st\'oUdi at l}\ }{}%
+ \ifthenelse{\equal{\word}{custodian}}{\textipa{k2st\'oUdi at n}\ }{}%
+ \ifthenelse{\equal{\word}{custody}}{\textipa{k\'2st at di}\ }{}%
+ \ifthenelse{\equal{\word}{custom}}{\textipa{k\'2st at m}\ }{}%
+ \ifthenelse{\equal{\word}{customary}}{\textipa{k\'2st at m\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{customer}}{\textipa{k\'2st at m@r}\ }{}%
+ \ifthenelse{\equal{\word}{customize}}{\textipa{k\'2st at m\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{cut}}{\textipa{k2t}\ }{}%
+ \ifthenelse{\equal{\word}{cute}}{\textipa{kju:t}\ }{}%
+ \ifthenelse{\equal{\word}{cuticle}}{\textipa{kj\'u:tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{cutlass}}{\textipa{k\'2tl at s}\ }{}%
+ \ifthenelse{\equal{\word}{cutler}}{\textipa{k\'2tl at r}\ }{}%
+ \ifthenelse{\equal{\word}{cutlery}}{\textipa{k\'2tl at ri}\ }{}%
+ \ifthenelse{\equal{\word}{cutlet}}{\textipa{k\'2tl at t}\ }{}%
+ \ifthenelse{\equal{\word}{cutting}}{\textipa{k\'2tIN}\ }{}%
+ \ifthenelse{\equal{\word}{cuttlefish}}{\textipa{k\'2tlf\`IS}\ }{}%
+ \ifthenelse{\equal{\word}{cyan}}{\textipa{s\'a at n}\ }{}%
+ \ifthenelse{\equal{\word}{cyanide}}{\textipa{s\'a at n\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{cybernetics}}{\textipa{s\`aIb at rn\'etIks}\ }{}%
+ \ifthenelse{\equal{\word}{cyberpunk}}{\textipa{s\'aIb at rp\`2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{cyberspace}}{\textipa{s\'aIb at rsp\`eIs}\ }{}%
+ \ifthenelse{\equal{\word}{cyborg}}{\textipa{s\'aIbO:rg}\ }{}%
+ \ifthenelse{\equal{\word}{cycle}}{\textipa{s\'aIkl}\ }{}%
+ \ifthenelse{\equal{\word}{cyclic}}{\textipa{s\'aIklIk}\ }{}%
+ \ifthenelse{\equal{\word}{cycling}}{\textipa{s\'aIklIN}\ }{}%
+ \ifthenelse{\equal{\word}{cyclist}}{\textipa{s\'aIklIst}\ }{}%
+ \ifthenelse{\equal{\word}{cyclone}}{\textipa{s\'aIkloUn}\ }{}%
+ \ifthenelse{\equal{\word}{cyclotron}}{\textipa{s\'aIkl at tr\`An}\ }{}%
+ \ifthenelse{\equal{\word}{cygnet}}{\textipa{s\'Ign at t}\ }{}%
+ \ifthenelse{\equal{\word}{cylinder}}{\textipa{s\'IlInd at r}\ }{}%
+ \ifthenelse{\equal{\word}{cylindrical}}{\textipa{s at l\'IndrIkl}\ }{}%
+ \ifthenelse{\equal{\word}{cymbal}}{\textipa{s\'Imbl}\ }{}%
+ \ifthenelse{\equal{\word}{cynic}}{\textipa{s\'InIk}\ }{}%
+ \ifthenelse{\equal{\word}{cynical}}{\textipa{s\'InIkl}\ }{}%
+ \ifthenelse{\equal{\word}{cynicism}}{\textipa{s\'InIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{cypriot}}{\textipa{s\'Ipri at t}\ }{}%
+ \ifthenelse{\equal{\word}{cyprus}}{\textipa{s\'aIpr at s}\ }{}%
+ \ifthenelse{\equal{\word}{cyst}}{\textipa{sIst}\ }{}%
+ \ifthenelse{\equal{\word}{cystitis}}{\textipa{sIst\'aItIs}\ }{}%
+ \ifthenelse{\equal{\word}{cytology}}{\textipa{saIt\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{cytoplasm}}{\textipa{s\'aIt at pl\`\ae zm}\ }{}%
+ \ifthenelse{\equal{\word}{czar}}{\textipa{zA:r}\ }{}%
+ \ifthenelse{\equal{\word}{dab}}{\textipa{d\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{dabble}}{\textipa{d\'\ae bl}\ }{}%
+ \ifthenelse{\equal{\word}{dace}}{\textipa{deIs}\ }{}%
+ \ifthenelse{\equal{\word}{dacha}}{\textipa{d\'A:tS@}\ }{}%
+ \ifthenelse{\equal{\word}{dachshund}}{\textipa{d\'A:ksh\`Und}\ }{}%
+ \ifthenelse{\equal{\word}{dactyl}}{\textipa{d\'\ae ktIl}\ }{}%
+ \ifthenelse{\equal{\word}{dad}}{\textipa{d\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{daddy}}{\textipa{d\'\ae di}\ }{}%
+ \ifthenelse{\equal{\word}{dado}}{\textipa{d\'eIdoU}\ }{}%
+ \ifthenelse{\equal{\word}{daffodil}}{\textipa{d\'\ae f at dIl}\ }{}%
+ \ifthenelse{\equal{\word}{daffy}}{\textipa{d\'\ae fi}\ }{}%
+ \ifthenelse{\equal{\word}{daft}}{\textipa{d\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{dagger}}{\textipa{d\'\ae g at r}\ }{}%
+ \ifthenelse{\equal{\word}{dahlia}}{\textipa{d\'\ae lj@}\ }{}%
+ \ifthenelse{\equal{\word}{daily}}{\textipa{d\'eIli}\ }{}%
+ \ifthenelse{\equal{\word}{daintily}}{\textipa{d\'eIntIli}\ }{}%
+ \ifthenelse{\equal{\word}{dainty}}{\textipa{d\'eInti}\ }{}%
+ \ifthenelse{\equal{\word}{dairy}}{\textipa{d\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{dais}}{\textipa{d\'eIIs}\ }{}%
+ \ifthenelse{\equal{\word}{daisy}}{\textipa{d\'eIzi}\ }{}%
+ \ifthenelse{\equal{\word}{dakar}}{\textipa{d at k\'Ar}\ }{}%
+ \ifthenelse{\equal{\word}{dale}}{\textipa{deIl}\ }{}%
+ \ifthenelse{\equal{\word}{dallas}}{\textipa{d\'\ae l at s}\ }{}%
+ \ifthenelse{\equal{\word}{dalliance}}{\textipa{d\'\ae li at ns}\ }{}%
+ \ifthenelse{\equal{\word}{dally}}{\textipa{d\'\ae li}\ }{}%
+ \ifthenelse{\equal{\word}{dam}}{\textipa{d\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{damage}}{\textipa{d\'\ae mIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{damascus}}{\textipa{d at m\'\ae sk at s}\ }{}%
+ \ifthenelse{\equal{\word}{damask}}{\textipa{d\'\ae m at sk}\ }{}%
+ \ifthenelse{\equal{\word}{dame}}{\textipa{deIm}\ }{}%
+ \ifthenelse{\equal{\word}{damnable}}{\textipa{d\'\ae mn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{damnation}}{\textipa{d\`\ae mn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{damned}}{\textipa{d\ae md}\ }{}%
+ \ifthenelse{\equal{\word}{damning}}{\textipa{d\'\ae mIN}\ }{}%
+ \ifthenelse{\equal{\word}{damp}}{\textipa{d\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{dampen}}{\textipa{d\'\ae mpn}\ }{}%
+ \ifthenelse{\equal{\word}{damsel}}{\textipa{d\'\ae mzl}\ }{}%
+ \ifthenelse{\equal{\word}{damson}}{\textipa{d\'\ae mzn}\ }{}%
+ \ifthenelse{\equal{\word}{dan}}{\textipa{d\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{dance}}{\textipa{d\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{dancer}}{\textipa{d\'\ae ns at r}\ }{}%
+ \ifthenelse{\equal{\word}{dancing}}{\textipa{d\'\ae nsIN}\ }{}%
+ \ifthenelse{\equal{\word}{dandelion}}{\textipa{d\'\ae ndl\`aI at n}\ }{}%
+ \ifthenelse{\equal{\word}{dandruff}}{\textipa{d\'\ae ndr at f}\ }{}%
+ \ifthenelse{\equal{\word}{dandy}}{\textipa{d\'\ae ndi}\ }{}%
+ \ifthenelse{\equal{\word}{dane}}{\textipa{deIn}\ }{}%
+ \ifthenelse{\equal{\word}{danger}}{\textipa{d\'eInZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{dangerous}}{\textipa{d\'eInZr at s}\ }{}%
+ \ifthenelse{\equal{\word}{dangle}}{\textipa{d\'\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{daniel}}{\textipa{d\'\ae nj at l}\ }{}%
+ \ifthenelse{\equal{\word}{danish}}{\textipa{d\'eInIS}\ }{}%
+ \ifthenelse{\equal{\word}{dank}}{\textipa{d\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{dante}}{\textipa{d\'A:nteI}\ }{}%
+ \ifthenelse{\equal{\word}{danube}}{\textipa{d\'\ae nju:b}\ }{}%
+ \ifthenelse{\equal{\word}{dapper}}{\textipa{d\'\ae p at r}\ }{}%
+ \ifthenelse{\equal{\word}{dapple}}{\textipa{d\'\ae pl}\ }{}%
+ \ifthenelse{\equal{\word}{dare}}{\textipa{de at r}\ }{}%
+ \ifthenelse{\equal{\word}{daring}}{\textipa{d\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{dark}}{\textipa{dA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{darken}}{\textipa{d\'A:rkn}\ }{}%
+ \ifthenelse{\equal{\word}{darkness}}{\textipa{d\'A:rkn at s}\ }{}%
+ \ifthenelse{\equal{\word}{darling}}{\textipa{d\'A:rlIN}\ }{}%
+ \ifthenelse{\equal{\word}{darn}}{\textipa{dA:rn}\ }{}%
+ \ifthenelse{\equal{\word}{dart}}{\textipa{dA:rt}\ }{}%
+ \ifthenelse{\equal{\word}{darwin}}{\textipa{d\'A:rwIn}\ }{}%
+ \ifthenelse{\equal{\word}{dash}}{\textipa{d\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{dastardly}}{\textipa{d\'\ae st at rd}\ }{}%
+ \ifthenelse{\equal{\word}{data}}{\textipa{d\'eIt@}\ }{}%
+ \ifthenelse{\equal{\word}{date}}{\textipa{deIt}\ }{}%
+ \ifthenelse{\equal{\word}{dated}}{\textipa{d\'eItId}\ }{}%
+ \ifthenelse{\equal{\word}{dative}}{\textipa{d\'eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{datum}}{\textipa{d\'eIt at m}\ }{}%
+ \ifthenelse{\equal{\word}{daub}}{\textipa{dO:b}\ }{}%
+ \ifthenelse{\equal{\word}{daughter}}{\textipa{d\'O:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{daunt}}{\textipa{dO:nt}\ }{}%
+ \ifthenelse{\equal{\word}{dauphin}}{\textipa{doUf\'\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{david}}{\textipa{d\'eIvId}\ }{}%
+ \ifthenelse{\equal{\word}{dawdle}}{\textipa{d\'O:dl}\ }{}%
+ \ifthenelse{\equal{\word}{dawn}}{\textipa{dO:n}\ }{}%
+ \ifthenelse{\equal{\word}{day}}{\textipa{deI}\ }{}%
+ \ifthenelse{\equal{\word}{daybreak}}{\textipa{d\'eIbr\`eIk}\ }{}%
+ \ifthenelse{\equal{\word}{daylight}}{\textipa{d\'eIl\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{days}}{\textipa{deIz}\ }{}%
+ \ifthenelse{\equal{\word}{daytime}}{\textipa{d\'eIt\`aIm}\ }{}%
+ \ifthenelse{\equal{\word}{dazedly}}{\textipa{d\'eizidli}\ }{}%
+ \ifthenelse{\equal{\word}{dazzle}}{\textipa{d\'\ae zl}\ }{}%
+ \ifthenelse{\equal{\word}{deacon}}{\textipa{d\'\i:kn}\ }{}%
+ \ifthenelse{\equal{\word}{deaconess}}{\textipa{d\'\i:kn at s}\ }{}%
+ \ifthenelse{\equal{\word}{deactivate}}{\textipa{di\'\ae ktIv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{dead}}{\textipa{ded}\ }{}%
+ \ifthenelse{\equal{\word}{deaden}}{\textipa{d\'edn}\ }{}%
+ \ifthenelse{\equal{\word}{deadline}}{\textipa{d\'edl\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{deadly}}{\textipa{d\'edli}\ }{}%
+ \ifthenelse{\equal{\word}{deaf}}{\textipa{def}\ }{}%
+ \ifthenelse{\equal{\word}{deafen}}{\textipa{d\'efn}\ }{}%
+ \ifthenelse{\equal{\word}{deal}}{\textipa{di:l}\ }{}%
+ \ifthenelse{\equal{\word}{dealer}}{\textipa{d\'\i:l at r}\ }{}%
+ \ifthenelse{\equal{\word}{dealership}}{\textipa{d\'\i:l at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{dealing}}{\textipa{d\'\i:lIN}\ }{}%
+ \ifthenelse{\equal{\word}{dealt}}{\textipa{delt}\ }{}%
+ \ifthenelse{\equal{\word}{dean}}{\textipa{di:n}\ }{}%
+ \ifthenelse{\equal{\word}{deanery}}{\textipa{d\'\i:nri}\ }{}%
+ \ifthenelse{\equal{\word}{dear}}{\textipa{dI at r}\ }{}%
+ \ifthenelse{\equal{\word}{dearest}}{\textipa{d\'I at rIst}\ }{}%
+ \ifthenelse{\equal{\word}{dearly}}{\textipa{d\'I at rli}\ }{}%
+ \ifthenelse{\equal{\word}{dearth}}{\textipa{d@:rT}\ }{}%
+ \ifthenelse{\equal{\word}{deary}}{\textipa{d\'I at ri}\ }{}%
+ \ifthenelse{\equal{\word}{death}}{\textipa{deT}\ }{}%
+ \ifthenelse{\equal{\word}{deb}}{\textipa{deb}\ }{}%
+ \ifthenelse{\equal{\word}{debacle}}{\textipa{deIb\'A:kl}\ }{}%
+ \ifthenelse{\equal{\word}{debar}}{\textipa{dIb\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{debark}}{\textipa{dIb\'A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{debase}}{\textipa{dIb\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{debate}}{\textipa{dIb\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{debauch}}{\textipa{dIb\'O:tS}\ }{}%
+ \ifthenelse{\equal{\word}{debauchery}}{\textipa{dIb\'O:tSri}\ }{}%
+ \ifthenelse{\equal{\word}{debenture}}{\textipa{dIb\'enS at r}\ }{}%
+ \ifthenelse{\equal{\word}{debilitate}}{\textipa{dIb\'IlIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{debility}}{\textipa{dIb\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{debit}}{\textipa{d\'eb at t}\ }{}%
+ \ifthenelse{\equal{\word}{debonair}}{\textipa{d\`eb at n\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{debone}}{\textipa{d\`\i:b\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{debrief}}{\textipa{d\`\i:br\'\i:f}\ }{}%
+ \ifthenelse{\equal{\word}{debris}}{\textipa{d at br\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{debt}}{\textipa{det}\ }{}%
+ \ifthenelse{\equal{\word}{debtor}}{\textipa{d\'et at r}\ }{}%
+ \ifthenelse{\equal{\word}{debug}}{\textipa{d\`\i:b\'2g}\ }{}%
+ \ifthenelse{\equal{\word}{debunk}}{\textipa{d\`\i:b\'2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{debut}}{\textipa{d\'eIbju:}\ }{}%
+ \ifthenelse{\equal{\word}{debutant}}{\textipa{d\'ebju:t\`A:nt}\ }{}%
+ \ifthenelse{\equal{\word}{decade}}{\textipa{d\'ekeId}\ }{}%
+ \ifthenelse{\equal{\word}{decadence}}{\textipa{d\'ek at dns}\ }{}%
+ \ifthenelse{\equal{\word}{decadent}}{\textipa{d\'ek at dnt}\ }{}%
+ \ifthenelse{\equal{\word}{decaf}}{\textipa{d\'\i:k\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{decaffeinated}}{\textipa{d\`\i:k\'\ae fIn\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{decagon}}{\textipa{d\'ek at gAn}\ }{}%
+ \ifthenelse{\equal{\word}{decamp}}{\textipa{dIk\'\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{decant}}{\textipa{dIk\'\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{decapitate}}{\textipa{dIk\'\ae pIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{decapod}}{\textipa{d\'ek at p\`Ad}\ }{}%
+ \ifthenelse{\equal{\word}{decathlon}}{\textipa{dIk\'\ae TlAn}\ }{}%
+ \ifthenelse{\equal{\word}{decay}}{\textipa{dIk\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{decease}}{\textipa{dIs\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{deceased}}{\textipa{dIs\'\i:st}\ }{}%
+ \ifthenelse{\equal{\word}{deceit}}{\textipa{dIs\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{deceitful}}{\textipa{dIs\'\i:tfl}\ }{}%
+ \ifthenelse{\equal{\word}{deceive}}{\textipa{dIs\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{decelerate}}{\textipa{d\`\i:s\'el at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{december}}{\textipa{dIs\'emb at r}\ }{}%
+ \ifthenelse{\equal{\word}{decency}}{\textipa{d\'\i:snsi}\ }{}%
+ \ifthenelse{\equal{\word}{decent}}{\textipa{d\'\i:snt}\ }{}%
+ \ifthenelse{\equal{\word}{decentralize}}{\textipa{d\`\i:s\'entr at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{deception}}{\textipa{dIs\'epSn}\ }{}%
+ \ifthenelse{\equal{\word}{deceptive}}{\textipa{dIs\'eptIv}\ }{}%
+ \ifthenelse{\equal{\word}{decibel}}{\textipa{d\'esIb\`el}\ }{}%
+ \ifthenelse{\equal{\word}{decide}}{\textipa{dIs\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{decided}}{\textipa{dIs\'aIdId}\ }{}%
+ \ifthenelse{\equal{\word}{decidedly}}{\textipa{dIs\'aIdIdli}\ }{}%
+ \ifthenelse{\equal{\word}{deciduous}}{\textipa{dIs\'IdZu at s}\ }{}%
+ \ifthenelse{\equal{\word}{decile}}{\textipa{d\'esaIl}\ }{}%
+ \ifthenelse{\equal{\word}{deciliter}}{\textipa{d\'es at l\`\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{decimal}}{\textipa{d\'esml}\ }{}%
+ \ifthenelse{\equal{\word}{decimalize}}{\textipa{d\'esml\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{decimate}}{\textipa{d\'es at m\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{decimeters}}{\textipa{d\'es at m\`\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{decipher}}{\textipa{dIs\'aIf at r}\ }{}%
+ \ifthenelse{\equal{\word}{decision}}{\textipa{dIs\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{decisive}}{\textipa{dIs\'aIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{deck}}{\textipa{dek}\ }{}%
+ \ifthenelse{\equal{\word}{decker}}{\textipa{d\'ek at r}\ }{}%
+ \ifthenelse{\equal{\word}{declaim}}{\textipa{dIkl\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{declamation}}{\textipa{d\`ekl at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{declamatory}}{\textipa{dIkl\'\ae m at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{declaration}}{\textipa{d\`ekl at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{declarative}}{\textipa{dIkl\'\ae r at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{declaratory}}{\textipa{dIkl\'\ae r at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{declare}}{\textipa{dIkl\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{declassified}}{\textipa{di:kl\'\ae sIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{declension}}{\textipa{dIkl\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{declination}}{\textipa{d\`eklIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{decline}}{\textipa{dIkl\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{declivity}}{\textipa{dIkl\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{decode}}{\textipa{di:k\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{decoke}}{\textipa{d\`\i:k\'oUk}\ }{}%
+ \ifthenelse{\equal{\word}{decommission}}{\textipa{d\`\i:k at m\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{decompose}}{\textipa{d\`\i:k at mp\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{decomposition}}{\textipa{d\`\i:kAmp at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{decompress}}{\textipa{d\`\i:k at mpr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{decompression}}{\textipa{d\`\i:k at mpr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{decongestants}}{\textipa{d\`\i:kndZ\'estnt}\ }{}%
+ \ifthenelse{\equal{\word}{deconstruct}}{\textipa{d\`\i:knstr\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{decontaminated}}{\textipa{d\`\i:knt\'\ae mIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{decor}}{\textipa{deIk\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{decorate}}{\textipa{d\'ek at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{decoration}}{\textipa{d\`ek at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{decorative}}{\textipa{d\'ekr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{decorator}}{\textipa{d\'ek at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{decorous}}{\textipa{d\'ekr at s}\ }{}%
+ \ifthenelse{\equal{\word}{decorum}}{\textipa{dIk\'O:r at m}\ }{}%
+ \ifthenelse{\equal{\word}{decouple}}{\textipa{d\`\i:k\'2pl}\ }{}%
+ \ifthenelse{\equal{\word}{decoy}}{\textipa{d\'\i:kOI}\ }{}%
+ \ifthenelse{\equal{\word}{decrease}}{\textipa{d\`\i:kr\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{decree}}{\textipa{dIkr\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{decrement}}{\textipa{d\'ekrIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{decrepit}}{\textipa{dIkr\'epIt}\ }{}%
+ \ifthenelse{\equal{\word}{decrepitude}}{\textipa{dIkr\'epItju:d}\ }{}%
+ \ifthenelse{\equal{\word}{decriminalize}}{\textipa{d\`\i:kr\'ImIn at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{decry}}{\textipa{dIkr\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{decrypt}}{\textipa{di:kr\'Ipt}\ }{}%
+ \ifthenelse{\equal{\word}{dedicate}}{\textipa{d\'edIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{dedicated}}{\textipa{d\'edIk\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{deduce}}{\textipa{dIdj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{deduct}}{\textipa{dId\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{deduction}}{\textipa{dId\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{deductive}}{\textipa{dId\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{deed}}{\textipa{di:d}\ }{}%
+ \ifthenelse{\equal{\word}{deejay}}{\textipa{d\'\i:dZ\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{deem}}{\textipa{di:m}\ }{}%
+ \ifthenelse{\equal{\word}{deep}}{\textipa{di:p}\ }{}%
+ \ifthenelse{\equal{\word}{deepen}}{\textipa{d\'\i:pn}\ }{}%
+ \ifthenelse{\equal{\word}{deeply}}{\textipa{d\'\i:pli}\ }{}%
+ \ifthenelse{\equal{\word}{deerstalker}}{\textipa{d\'I at rst\`O:k at r}\ }{}%
+ \ifthenelse{\equal{\word}{deface}}{\textipa{dIf\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{defacto}}{\textipa{deIf\'\ae ktoU}\ }{}%
+ \ifthenelse{\equal{\word}{defamation}}{\textipa{d\`ef at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{defamatory}}{\textipa{dIf\'\ae m at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{defame}}{\textipa{dIf\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{default}}{\textipa{dIf\'O:lt}\ }{}%
+ \ifthenelse{\equal{\word}{defeat}}{\textipa{dIf\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{defecate}}{\textipa{d\'ef at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{defect}}{\textipa{d\'\i:fekt}\ }{}%
+ \ifthenelse{\equal{\word}{defective}}{\textipa{dIf\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{defense}}{\textipa{dIf\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{defend}}{\textipa{dIf\'end}\ }{}%
+ \ifthenelse{\equal{\word}{defendant}}{\textipa{dIf\'endnt}\ }{}%
+ \ifthenelse{\equal{\word}{defender}}{\textipa{dIf\'end at r}\ }{}%
+ \ifthenelse{\equal{\word}{defensible}}{\textipa{dIf\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{defensive}}{\textipa{dIf\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{defer}}{\textipa{dIf\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{deference}}{\textipa{d\'efrns}\ }{}%
+ \ifthenelse{\equal{\word}{deferential}}{\textipa{d\`ef at r\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{deferral}}{\textipa{dIf\'@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{defiance}}{\textipa{dIf\'a at ns}\ }{}%
+ \ifthenelse{\equal{\word}{defiant}}{\textipa{dIf\'a at nt}\ }{}%
+ \ifthenelse{\equal{\word}{deficiency}}{\textipa{dIf\'ISnsi}\ }{}%
+ \ifthenelse{\equal{\word}{deficient}}{\textipa{dIf\'ISnt}\ }{}%
+ \ifthenelse{\equal{\word}{deficit}}{\textipa{d\'ef at sIt}\ }{}%
+ \ifthenelse{\equal{\word}{defier}}{\textipa{dIf\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{defile}}{\textipa{dIf\'aIl}\ }{}%
+ \ifthenelse{\equal{\word}{define}}{\textipa{dIf\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{definite}}{\textipa{d\'efn at t}\ }{}%
+ \ifthenelse{\equal{\word}{definitely}}{\textipa{d\'efn at tli}\ }{}%
+ \ifthenelse{\equal{\word}{definition}}{\textipa{d\`ef at n\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{definitive}}{\textipa{dIf\'In at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{deflate}}{\textipa{d\`\i:fl\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{deflationary}}{\textipa{d\`\i:fl\'eIS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{deflect}}{\textipa{dIfl\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{deflower}}{\textipa{d\`\i:fl\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{defoliants}}{\textipa{d\`\i:f\'oUli at nt}\ }{}%
+ \ifthenelse{\equal{\word}{defoliation}}{\textipa{d\`\i:f\'oUli\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{deforestation}}{\textipa{d\`\i:f\`O:rIst\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{deforested}}{\textipa{d\`\i:f\'O:rIst}\ }{}%
+ \ifthenelse{\equal{\word}{deform}}{\textipa{dIf\'O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{deformation}}{\textipa{d\`\i:fO:rm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{deformity}}{\textipa{dIf\'O:rm at ti}\ }{}%
+ \ifthenelse{\equal{\word}{defragmentation}}{\textipa{d\`\i:fr\ae gm\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{defraud}}{\textipa{dIfr\'O:d}\ }{}%
+ \ifthenelse{\equal{\word}{defray}}{\textipa{dIfr\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{defrost}}{\textipa{d\`\i:fr\'O:st}\ }{}%
+ \ifthenelse{\equal{\word}{deft}}{\textipa{deft}\ }{}%
+ \ifthenelse{\equal{\word}{defunct}}{\textipa{dIf\'2Nt}\ }{}%
+ \ifthenelse{\equal{\word}{defuse}}{\textipa{d\`\i:fj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{defy}}{\textipa{dIf\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{degas}}{\textipa{d\`\i:g\'\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{degauss}}{\textipa{d\`\i:g\'aUs}\ }{}%
+ \ifthenelse{\equal{\word}{degeneracy}}{\textipa{dIdZ\'enr at si}\ }{}%
+ \ifthenelse{\equal{\word}{degenerate}}{\textipa{dIdZ\'en at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{degeneration}}{\textipa{dIdZ\`en at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{degenerative}}{\textipa{dIdZ\'enr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{degradation}}{\textipa{d\`egr at d\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{degrade}}{\textipa{dIgr\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{degrease}}{\textipa{d\`\i:gr\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{degree}}{\textipa{dIgr\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{dehumanized}}{\textipa{d\`\i:hj\'u:m at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{dehumidifier}}{\textipa{d\`\i:hjum\'IdIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{dehydrate}}{\textipa{d\`\i:h\'aIdreIt}\ }{}%
+ \ifthenelse{\equal{\word}{deification}}{\textipa{d\`eIIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{deify}}{\textipa{d\'eIIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{deism}}{\textipa{d\'\i:\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{deity}}{\textipa{d\'\i:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{dejected}}{\textipa{dIdZ\'ektId}\ }{}%
+ \ifthenelse{\equal{\word}{delay}}{\textipa{dIl\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{delectable}}{\textipa{dIl\'ekt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{delectation}}{\textipa{d\`\i:lekt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{delegate}}{\textipa{d\'elIg at t}\ }{}%
+ \ifthenelse{\equal{\word}{delegation}}{\textipa{d\`elIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{delete}}{\textipa{dIl\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{deleterious}}{\textipa{d\`elIt\'I at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{deletion}}{\textipa{dIl\'\i:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{deli}}{\textipa{d\'eli}\ }{}%
+ \ifthenelse{\equal{\word}{deliberate}}{\textipa{dIl\'Ibr at t}\ }{}%
+ \ifthenelse{\equal{\word}{deliberately}}{\textipa{dIl\'Ibr at tli}\ }{}%
+ \ifthenelse{\equal{\word}{deliberation}}{\textipa{dIl\`Ib at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{deliberative}}{\textipa{dIl\'Ib at r\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{delicacy}}{\textipa{d\'elIk at si}\ }{}%
+ \ifthenelse{\equal{\word}{delicate}}{\textipa{d\'elIk at t}\ }{}%
+ \ifthenelse{\equal{\word}{delicatessen}}{\textipa{d\`elIk at t\'esn}\ }{}%
+ \ifthenelse{\equal{\word}{delicious}}{\textipa{dIl\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{delight}}{\textipa{dIl\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{delighted}}{\textipa{dIl\'aItId}\ }{}%
+ \ifthenelse{\equal{\word}{delightful}}{\textipa{dIl\'aItfl}\ }{}%
+ \ifthenelse{\equal{\word}{delilah}}{\textipa{dIl\'aIl@}\ }{}%
+ \ifthenelse{\equal{\word}{delimit}}{\textipa{d\`\i:l\'Im at t}\ }{}%
+ \ifthenelse{\equal{\word}{delineate}}{\textipa{dIl\'Ini\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{delinquency}}{\textipa{dIl\'INkw at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{delinquent}}{\textipa{dIl\'INkw at nt}\ }{}%
+ \ifthenelse{\equal{\word}{deliquesced}}{\textipa{d\`elIkw\'es}\ }{}%
+ \ifthenelse{\equal{\word}{delirious}}{\textipa{dIl\'Iri at s}\ }{}%
+ \ifthenelse{\equal{\word}{delirium}}{\textipa{dIl\'Iri at m}\ }{}%
+ \ifthenelse{\equal{\word}{deliver}}{\textipa{dIl\'Iv at r}\ }{}%
+ \ifthenelse{\equal{\word}{deliverable}}{\textipa{dIl\'Ivr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{deliverance}}{\textipa{dIl\'Ivrns}\ }{}%
+ \ifthenelse{\equal{\word}{delivery}}{\textipa{dIl\'Ivri}\ }{}%
+ \ifthenelse{\equal{\word}{dell}}{\textipa{del}\ }{}%
+ \ifthenelse{\equal{\word}{delphi}}{\textipa{d\'elfaI}\ }{}%
+ \ifthenelse{\equal{\word}{delphiniums}}{\textipa{delf\'Ini at m}\ }{}%
+ \ifthenelse{\equal{\word}{delta}}{\textipa{d\'elt@}\ }{}%
+ \ifthenelse{\equal{\word}{delude}}{\textipa{dIl\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{deluge}}{\textipa{d\'elju:dZ}\ }{}%
+ \ifthenelse{\equal{\word}{delusion}}{\textipa{dIl\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{delusive}}{\textipa{dIl\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{deluxe}}{\textipa{d at l\'2ks}\ }{}%
+ \ifthenelse{\equal{\word}{delve}}{\textipa{delv}\ }{}%
+ \ifthenelse{\equal{\word}{demagnetize}}{\textipa{d\`\i:m\'\ae gn at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{demagog}}{\textipa{d\'em at g\`Ag}\ }{}%
+ \ifthenelse{\equal{\word}{demagogic}}{\textipa{d\`em at g\'AgIk}\ }{}%
+ \ifthenelse{\equal{\word}{demagoguery}}{\textipa{d\'em at g\`Agri}\ }{}%
+ \ifthenelse{\equal{\word}{demagogy}}{\textipa{d\'em at g\`Agi}\ }{}%
+ \ifthenelse{\equal{\word}{demand}}{\textipa{dIm\'\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{demanding}}{\textipa{dIm\'\ae ndIN}\ }{}%
+ \ifthenelse{\equal{\word}{demarcate}}{\textipa{dIm\'A:rkeIt}\ }{}%
+ \ifthenelse{\equal{\word}{demarcation}}{\textipa{d\`\i:mA:rk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{demean}}{\textipa{dIm\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{demeanor}}{\textipa{dIm\'\i:n at r}\ }{}%
+ \ifthenelse{\equal{\word}{demented}}{\textipa{dIm\'entId}\ }{}%
+ \ifthenelse{\equal{\word}{dementia}}{\textipa{dIm\'enS@}\ }{}%
+ \ifthenelse{\equal{\word}{demerge}}{\textipa{d\`\i:m\'@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{demerit}}{\textipa{d\`\i:m\'erIt}\ }{}%
+ \ifthenelse{\equal{\word}{demigod}}{\textipa{d\'emig\`Ad}\ }{}%
+ \ifthenelse{\equal{\word}{demijohns}}{\textipa{d\'emidZ\`An}\ }{}%
+ \ifthenelse{\equal{\word}{demilitarized}}{\textipa{d\`\i:m\'IlIt at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{demise}}{\textipa{dIm\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{demist}}{\textipa{d\`\i:m\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{demo}}{\textipa{d\'emoU}\ }{}%
+ \ifthenelse{\equal{\word}{demobilized}}{\textipa{dIm\'oUb at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{demobs}}{\textipa{d\`\i:m\'Ab}\ }{}%
+ \ifthenelse{\equal{\word}{democracy}}{\textipa{dIm\'Akr at si}\ }{}%
+ \ifthenelse{\equal{\word}{democrat}}{\textipa{d\'em at kr\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{democratic}}{\textipa{d\`em at kr\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{democratizing}}{\textipa{dIm\'Akr at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{demographic}}{\textipa{d\`em at gr\'\ae fIk}\ }{}%
+ \ifthenelse{\equal{\word}{demography}}{\textipa{dIm\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{demolish}}{\textipa{dIm\'AlIS}\ }{}%
+ \ifthenelse{\equal{\word}{demolition}}{\textipa{d\`em at l\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{demon}}{\textipa{d\'\i:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{demonic}}{\textipa{dIm\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{demonize}}{\textipa{d\'\i:m at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{demonology}}{\textipa{d\`\i:m at n\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{demonstrable}}{\textipa{dIm\'Anstr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{demonstrably}}{\textipa{dIm\'Anstr at bli}\ }{}%
+ \ifthenelse{\equal{\word}{demonstrate}}{\textipa{d\'em at nstr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{demonstration}}{\textipa{d\`em at nstr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{demonstrative}}{\textipa{dIm\'Anstr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{demonstrator}}{\textipa{d\'em at nstr\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{demoralize}}{\textipa{dIm\'O:r at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{demote}}{\textipa{d\`\i:m\'oUt}\ }{}%
+ \ifthenelse{\equal{\word}{demotic}}{\textipa{dIm\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{demur}}{\textipa{dIm\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{demure}}{\textipa{dImj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{demystify}}{\textipa{d\`\i:m\'IstIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{den}}{\textipa{den}\ }{}%
+ \ifthenelse{\equal{\word}{deniable}}{\textipa{dIn\'a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{denial}}{\textipa{dIn\'a at l}\ }{}%
+ \ifthenelse{\equal{\word}{denier}}{\textipa{dIn\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{denigrate}}{\textipa{d\'enIgr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{denim}}{\textipa{d\'enIm}\ }{}%
+ \ifthenelse{\equal{\word}{denizen}}{\textipa{d\'enIzn}\ }{}%
+ \ifthenelse{\equal{\word}{denmark}}{\textipa{d\'enmA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{denominated}}{\textipa{dIn\'AmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{denominational}}{\textipa{dIn\`AmIn\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{denominator}}{\textipa{dIn\'Am at n\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{denotation}}{\textipa{d\`\i:noUt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{denote}}{\textipa{dIn\'oUt}\ }{}%
+ \ifthenelse{\equal{\word}{denouement}}{\textipa{d\`eInu:m\'A:N}\ }{}%
+ \ifthenelse{\equal{\word}{denounce}}{\textipa{dIn\'aUns}\ }{}%
+ \ifthenelse{\equal{\word}{dense}}{\textipa{dens}\ }{}%
+ \ifthenelse{\equal{\word}{densely}}{\textipa{d\'ensli}\ }{}%
+ \ifthenelse{\equal{\word}{density}}{\textipa{d\'ens at ti}\ }{}%
+ \ifthenelse{\equal{\word}{dent}}{\textipa{dent}\ }{}%
+ \ifthenelse{\equal{\word}{dental}}{\textipa{d\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{dentin}}{\textipa{d\'entIn}\ }{}%
+ \ifthenelse{\equal{\word}{dentist}}{\textipa{d\'ent at st}\ }{}%
+ \ifthenelse{\equal{\word}{dentition}}{\textipa{dent\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{denture}}{\textipa{d\'enS at r}\ }{}%
+ \ifthenelse{\equal{\word}{denude}}{\textipa{dInj\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{denunciation}}{\textipa{dIn\`2nsi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{denver}}{\textipa{d\'env at r}\ }{}%
+ \ifthenelse{\equal{\word}{deny}}{\textipa{dIn\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{deodorant}}{\textipa{di\'oUdrnt}\ }{}%
+ \ifthenelse{\equal{\word}{deodorized}}{\textipa{di\'oUd at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{depart}}{\textipa{dIp\'A:rt}\ }{}%
+ \ifthenelse{\equal{\word}{department}}{\textipa{dIp\'A:rtm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{departmental}}{\textipa{d\`\i:pA:rtm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{departure}}{\textipa{dIp\'A:rtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{depend}}{\textipa{dIp\'end}\ }{}%
+ \ifthenelse{\equal{\word}{dependent}}{\textipa{dIp\'endnt}\ }{}%
+ \ifthenelse{\equal{\word}{dependence}}{\textipa{dIp\'endns}\ }{}%
+ \ifthenelse{\equal{\word}{dependency}}{\textipa{dIp\'endnsi}\ }{}%
+ \ifthenelse{\equal{\word}{depersonalizing}}{\textipa{d\`\i:p\'@:rsn at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{depict}}{\textipa{dIp\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{deplete}}{\textipa{dIpl\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{depletion}}{\textipa{dIpl\'\i:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{deplore}}{\textipa{dIpl\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{deploy}}{\textipa{dIpl\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{deponent}}{\textipa{dIp\'oUn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{depopulated}}{\textipa{d\`\i:p\'Apj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{deport}}{\textipa{dIp\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{deportation}}{\textipa{d\`\i:pO:rt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{deportee}}{\textipa{d\`\i:pO:rt\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{depose}}{\textipa{dIp\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{deposit}}{\textipa{dIp\'Az at t}\ }{}%
+ \ifthenelse{\equal{\word}{deposition}}{\textipa{d\`ep at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{depositors}}{\textipa{dIp\'Az at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{depository}}{\textipa{dIp\'Az at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{depot}}{\textipa{d\'\i:poU}\ }{}%
+ \ifthenelse{\equal{\word}{deprave}}{\textipa{dIpr\'eIv}\ }{}%
+ \ifthenelse{\equal{\word}{depravity}}{\textipa{dIpr\'\ae v at ti}\ }{}%
+ \ifthenelse{\equal{\word}{deprecate}}{\textipa{d\'epr at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{deprecatory}}{\textipa{d\'epr at k@t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{depreciate}}{\textipa{dIpr\'\i:Si\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{depredation}}{\textipa{d\`epr at d\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{depress}}{\textipa{dIpr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{depressant}}{\textipa{dIpr\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{depressed}}{\textipa{dIpr\'est}\ }{}%
+ \ifthenelse{\equal{\word}{depression}}{\textipa{dIpr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{depressive}}{\textipa{dIpr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{deprivation}}{\textipa{d\`epr at v\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{deprive}}{\textipa{dIpr\'aIv}\ }{}%
+ \ifthenelse{\equal{\word}{depth}}{\textipa{depT}\ }{}%
+ \ifthenelse{\equal{\word}{deputation}}{\textipa{d\`epj at t\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{depute}}{\textipa{dIpj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{deputize}}{\textipa{d\'epj at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{deputy}}{\textipa{d\'epj at ti}\ }{}%
+ \ifthenelse{\equal{\word}{derail}}{\textipa{d\`\i:r\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{derange}}{\textipa{dIr\'eInZ}\ }{}%
+ \ifthenelse{\equal{\word}{derby}}{\textipa{d\'@:rbi}\ }{}%
+ \ifthenelse{\equal{\word}{deregulate}}{\textipa{d\`\i:r\'egj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{derelict}}{\textipa{d\'er at l\`Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{deride}}{\textipa{dIr\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{derision}}{\textipa{dIr\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{derisive}}{\textipa{dIr\'aIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{derisory}}{\textipa{dIr\'aIsri}\ }{}%
+ \ifthenelse{\equal{\word}{derivable}}{\textipa{dIr\'aIv at bl}\ }{}%
+ \ifthenelse{\equal{\word}{derivation}}{\textipa{d\`erIv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{derivative}}{\textipa{dIr\'Iv at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{derive}}{\textipa{dIr\'aIv}\ }{}%
+ \ifthenelse{\equal{\word}{dermatitis}}{\textipa{d\`@:rm at t\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{dermatology}}{\textipa{d\`@:rm at t\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{dermis}}{\textipa{d\'@:rmIs}\ }{}%
+ \ifthenelse{\equal{\word}{derogate}}{\textipa{d\'er at g\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{derogatory}}{\textipa{dIr\'Ag at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{derrick}}{\textipa{d\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{dervishes}}{\textipa{d\'@:rvIS}\ }{}%
+ \ifthenelse{\equal{\word}{desalination}}{\textipa{d\`\i:s\'\ae lIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{desalt}}{\textipa{d\`\i:s\'O:lt}\ }{}%
+ \ifthenelse{\equal{\word}{descant}}{\textipa{d\'esk\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{descend}}{\textipa{dIs\'end}\ }{}%
+ \ifthenelse{\equal{\word}{descendant}}{\textipa{dIs\'endnt}\ }{}%
+ \ifthenelse{\equal{\word}{descent}}{\textipa{dIs\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{describe}}{\textipa{dIskr\'aIb}\ }{}%
+ \ifthenelse{\equal{\word}{description}}{\textipa{dIskr\'IpSn}\ }{}%
+ \ifthenelse{\equal{\word}{descriptive}}{\textipa{dIskr\'IptIv}\ }{}%
+ \ifthenelse{\equal{\word}{descriptor}}{\textipa{dIskr\'Ipt at r}\ }{}%
+ \ifthenelse{\equal{\word}{desecrate}}{\textipa{d\'esIkr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{deselected}}{\textipa{d\`\i:s at l\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{desensitizing}}{\textipa{d\`\i:s\'ens at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{desert}}{\textipa{d\'ez at rt}\ }{}%
+ \ifthenelse{\equal{\word}{deserted}}{\textipa{dIz\'@:rtId}\ }{}%
+ \ifthenelse{\equal{\word}{deserter}}{\textipa{dIz\'@:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{desertification}}{\textipa{dIz\`@:rt at fIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{desertion}}{\textipa{dIz\'@:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{deserve}}{\textipa{dIz\'@:rv}\ }{}%
+ \ifthenelse{\equal{\word}{desiderata}}{\textipa{dIz\`Id at r\'A:t at m}\ }{}%
+ \ifthenelse{\equal{\word}{design}}{\textipa{dIz\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{designate}}{\textipa{d\'ezIgn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{designator}}{\textipa{d\'ezIgn\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{designer}}{\textipa{dIz\'aIn at r}\ }{}%
+ \ifthenelse{\equal{\word}{desirable}}{\textipa{dIz\'aIr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{desire}}{\textipa{dIz\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{desirous}}{\textipa{dIz\'aIr at s}\ }{}%
+ \ifthenelse{\equal{\word}{desist}}{\textipa{dIz\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{desk}}{\textipa{desk}\ }{}%
+ \ifthenelse{\equal{\word}{deskilling}}{\textipa{d\`\i:sk\'Il}\ }{}%
+ \ifthenelse{\equal{\word}{desolate}}{\textipa{d\'esl at t}\ }{}%
+ \ifthenelse{\equal{\word}{desolation}}{\textipa{d\`es at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{despair}}{\textipa{dIsp\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{despairing}}{\textipa{dIsp\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{despatch}}{\textipa{dIsp\'\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{desperado}}{\textipa{d\`esp at r\'A:doU}\ }{}%
+ \ifthenelse{\equal{\word}{desperate}}{\textipa{d\'espr at t}\ }{}%
+ \ifthenelse{\equal{\word}{desperately}}{\textipa{d\'espr at tli}\ }{}%
+ \ifthenelse{\equal{\word}{desperation}}{\textipa{d\`esp at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{despicable}}{\textipa{dIsp\'Ik at bl}\ }{}%
+ \ifthenelse{\equal{\word}{despise}}{\textipa{dIsp\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{despite}}{\textipa{dIsp\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{despoil}}{\textipa{dIsp\'OIl}\ }{}%
+ \ifthenelse{\equal{\word}{despondency}}{\textipa{dIsp\'Andns}\ }{}%
+ \ifthenelse{\equal{\word}{despondent}}{\textipa{dIsp\'Andnt}\ }{}%
+ \ifthenelse{\equal{\word}{despot}}{\textipa{d\'espAt}\ }{}%
+ \ifthenelse{\equal{\word}{despotic}}{\textipa{dIsp\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{despotism}}{\textipa{d\'esp at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{dessert}}{\textipa{dIz\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{destabilize}}{\textipa{d\`\i:st\'eIb at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{destination}}{\textipa{d\`estIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{destine}}{\textipa{d\'estIn}\ }{}%
+ \ifthenelse{\equal{\word}{destined}}{\textipa{d\'estInd}\ }{}%
+ \ifthenelse{\equal{\word}{destiny}}{\textipa{d\'estni}\ }{}%
+ \ifthenelse{\equal{\word}{destitute}}{\textipa{d\'estItj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{destroy}}{\textipa{dIstr\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{destruct}}{\textipa{dIstr\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{destruction}}{\textipa{dIstr\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{destructive}}{\textipa{dIstr\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{desuetude}}{\textipa{d\'eswItju:d}\ }{}%
+ \ifthenelse{\equal{\word}{desultory}}{\textipa{d\'eslt\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{detach}}{\textipa{dIt\'\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{detail}}{\textipa{d\'\i:teIl}\ }{}%
+ \ifthenelse{\equal{\word}{detailed}}{\textipa{d\'\i:teIld}\ }{}%
+ \ifthenelse{\equal{\word}{detain}}{\textipa{dIt\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{detainee}}{\textipa{d\`\i:teIn\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{detect}}{\textipa{dIt\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{detection}}{\textipa{がん}\ }{}%
+ \ifthenelse{\equal{\word}{detective}}{\textipa{dIt\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{detector}}{\textipa{dIt\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{detente}}{\textipa{deIt\'A:nt}\ }{}%
+ \ifthenelse{\equal{\word}{detention}}{\textipa{dIt\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{deter}}{\textipa{dIt\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{detergent}}{\textipa{dIt\'@:rdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{deteriorate}}{\textipa{dIt\'I at ri@r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{determinable}}{\textipa{dIt\'@:rmIn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{determinant}}{\textipa{dIt\'@:rmIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{determinate}}{\textipa{dIt\'@:rmIn at t}\ }{}%
+ \ifthenelse{\equal{\word}{determination}}{\textipa{dIt\`@:rmIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{determinative}}{\textipa{dIt\'@:rm at n\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{determine}}{\textipa{dIt\'@:rmIn}\ }{}%
+ \ifthenelse{\equal{\word}{determined}}{\textipa{dIt\'@:rmInd}\ }{}%
+ \ifthenelse{\equal{\word}{determinist}}{\textipa{dIt\'@:rmInIst}\ }{}%
+ \ifthenelse{\equal{\word}{deterrence}}{\textipa{dIt\'@:rns}\ }{}%
+ \ifthenelse{\equal{\word}{deterrent}}{\textipa{dIt\'@:rnt}\ }{}%
+ \ifthenelse{\equal{\word}{detest}}{\textipa{dIt\'est}\ }{}%
+ \ifthenelse{\equal{\word}{detestation}}{\textipa{d\`\i:test\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{dethrone}}{\textipa{dITr\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{detonate}}{\textipa{d\'etn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{detonator}}{\textipa{d\'etn\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{detour}}{\textipa{d\'\i:tU at r}\ }{}%
+ \ifthenelse{\equal{\word}{detox}}{\textipa{d\`\i:t\'Aks}\ }{}%
+ \ifthenelse{\equal{\word}{detoxification}}{\textipa{d\`\i:t\`AksIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{detoxify}}{\textipa{d\`\i:t\'AksIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{detract}}{\textipa{dItr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{detractor}}{\textipa{dItr\'\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{detriment}}{\textipa{d\'etrIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{detrimental}}{\textipa{d\`etrIm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{detritus}}{\textipa{dItr\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{detroit}}{\textipa{dItr\'OIt}\ }{}%
+ \ifthenelse{\equal{\word}{deuced}}{\textipa{dju:st}\ }{}%
+ \ifthenelse{\equal{\word}{deuterium}}{\textipa{djut\'I at ri@m}\ }{}%
+ \ifthenelse{\equal{\word}{devalue}}{\textipa{d\`\i:v\'\ae lju:}\ }{}%
+ \ifthenelse{\equal{\word}{devastate}}{\textipa{d\'ev at st\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{develop}}{\textipa{dIv\'el at p}\ }{}%
+ \ifthenelse{\equal{\word}{development}}{\textipa{dIv\'el at pm@nt}\ }{}%
+ \ifthenelse{\equal{\word}{developmental}}{\textipa{dIv\`el at pm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{deviant}}{\textipa{d\'\i:vi at nt}\ }{}%
+ \ifthenelse{\equal{\word}{deviate}}{\textipa{d\'\i:vi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{deviation}}{\textipa{d\`\i:vi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{device}}{\textipa{dIv\'aIs}\ }{}%
+ \ifthenelse{\equal{\word}{devil}}{\textipa{d\'evl}\ }{}%
+ \ifthenelse{\equal{\word}{devilish}}{\textipa{d\'evlIS}\ }{}%
+ \ifthenelse{\equal{\word}{devilry}}{\textipa{d\'evltri}\ }{}%
+ \ifthenelse{\equal{\word}{devious}}{\textipa{d\'\i:vi at s}\ }{}%
+ \ifthenelse{\equal{\word}{devise}}{\textipa{dIv\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{devoice}}{\textipa{d\`\i:v\'OIs}\ }{}%
+ \ifthenelse{\equal{\word}{devoid}}{\textipa{dIv\'OId}\ }{}%
+ \ifthenelse{\equal{\word}{devolution}}{\textipa{d\`ev at l\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{devolve}}{\textipa{dIv\'Alv}\ }{}%
+ \ifthenelse{\equal{\word}{devote}}{\textipa{dIv\'oUt}\ }{}%
+ \ifthenelse{\equal{\word}{devoted}}{\textipa{dIv\'oUtId}\ }{}%
+ \ifthenelse{\equal{\word}{devotee}}{\textipa{d\`ev at t\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{devotion}}{\textipa{dIv\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{devotional}}{\textipa{dIv\'oUSnl}\ }{}%
+ \ifthenelse{\equal{\word}{devour}}{\textipa{dIv\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{devouring}}{\textipa{dIv\'aUrIN}\ }{}%
+ \ifthenelse{\equal{\word}{devout}}{\textipa{dIv\'aUt}\ }{}%
+ \ifthenelse{\equal{\word}{dew}}{\textipa{dju:}\ }{}%
+ \ifthenelse{\equal{\word}{dewy}}{\textipa{dj\'u:i}\ }{}%
+ \ifthenelse{\equal{\word}{dexterity}}{\textipa{dekst\'er at ti}\ }{}%
+ \ifthenelse{\equal{\word}{dextral}}{\textipa{d\'ekstrl}\ }{}%
+ \ifthenelse{\equal{\word}{dextrose}}{\textipa{d\'ekstroUs}\ }{}%
+ \ifthenelse{\equal{\word}{dextrous}}{\textipa{d\'ekstr at s}\ }{}%
+ \ifthenelse{\equal{\word}{dhow}}{\textipa{daU}\ }{}%
+ \ifthenelse{\equal{\word}{diabetes}}{\textipa{d\`a at b\'\i:t at s}\ }{}%
+ \ifthenelse{\equal{\word}{diabetic}}{\textipa{d\`a at b\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{diabolic}}{\textipa{d\`a at b\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{diabolical}}{\textipa{d\`a at b\'AlIkl}\ }{}%
+ \ifthenelse{\equal{\word}{diachronic}}{\textipa{d\`a at kr\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{diacritical}}{\textipa{d\`a at kr\'ItIkl}\ }{}%
+ \ifthenelse{\equal{\word}{diacritics}}{\textipa{d\`a at kr\'ItIk}\ }{}%
+ \ifthenelse{\equal{\word}{diadem}}{\textipa{d\'a at d\`em}\ }{}%
+ \ifthenelse{\equal{\word}{diagnose}}{\textipa{d\`a at gn\'oUs}\ }{}%
+ \ifthenelse{\equal{\word}{diagnosis}}{\textipa{d\`a at gn\'oUsIs}\ }{}%
+ \ifthenelse{\equal{\word}{diagnostic}}{\textipa{d\`a at gn\'AstIk}\ }{}%
+ \ifthenelse{\equal{\word}{diagonal}}{\textipa{daI\'\ae gnl}\ }{}%
+ \ifthenelse{\equal{\word}{diagram}}{\textipa{d\'a at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{diagrammatic}}{\textipa{d\`a at gr@m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{dial}}{\textipa{d\'a at l}\ }{}%
+ \ifthenelse{\equal{\word}{dialect}}{\textipa{d\'a at l\`ekt}\ }{}%
+ \ifthenelse{\equal{\word}{dialectal}}{\textipa{d\`a at l\'ektl}\ }{}%
+ \ifthenelse{\equal{\word}{dialectic}}{\textipa{d\`a at l\'ektIk}\ }{}%
+ \ifthenelse{\equal{\word}{dialog}}{\textipa{d\'a at l\`O:g}\ }{}%
+ \ifthenelse{\equal{\word}{dialysis}}{\textipa{daI\'\ae l at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{diamante}}{\textipa{d\`\i at mA:nt\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{diameter}}{\textipa{daI\'\ae m at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{diametric}}{\textipa{d\`a at m\'etrIk}\ }{}%
+ \ifthenelse{\equal{\word}{diamond}}{\textipa{d\'aIm at nd}\ }{}%
+ \ifthenelse{\equal{\word}{diana}}{\textipa{daI\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{diapason}}{\textipa{d\`a at p\'eIzn}\ }{}%
+ \ifthenelse{\equal{\word}{diaper}}{\textipa{d\'aIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{diaphanous}}{\textipa{daI\'\ae fn at s}\ }{}%
+ \ifthenelse{\equal{\word}{diaphragm}}{\textipa{d\'a at fr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{diarist}}{\textipa{d\'a at rIst}\ }{}%
+ \ifthenelse{\equal{\word}{diarrhea}}{\textipa{d\`a at r\'\i:@}\ }{}%
+ \ifthenelse{\equal{\word}{diary}}{\textipa{d\'a at ri}\ }{}%
+ \ifthenelse{\equal{\word}{diaspora}}{\textipa{daI\'\ae spr@}\ }{}%
+ \ifthenelse{\equal{\word}{diastolic}}{\textipa{daI\'\ae stli}\ }{}%
+ \ifthenelse{\equal{\word}{diatom}}{\textipa{d\'a at t\`Am}\ }{}%
+ \ifthenelse{\equal{\word}{diatomic}}{\textipa{d\`a at t\'AmIk}\ }{}%
+ \ifthenelse{\equal{\word}{diatonic}}{\textipa{d\`a at t\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{diatribe}}{\textipa{d\'a at tr\`aIb}\ }{}%
+ \ifthenelse{\equal{\word}{dice}}{\textipa{daIs}\ }{}%
+ \ifthenelse{\equal{\word}{dicey}}{\textipa{d\'aIsi}\ }{}%
+ \ifthenelse{\equal{\word}{dichotomy}}{\textipa{daIk\'At at mi}\ }{}%
+ \ifthenelse{\equal{\word}{dickens}}{\textipa{d\'IkInz}\ }{}%
+ \ifthenelse{\equal{\word}{dictate}}{\textipa{d\'IkteIt}\ }{}%
+ \ifthenelse{\equal{\word}{dictation}}{\textipa{dIkt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{dictator}}{\textipa{d\'IkteIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{dictatorial}}{\textipa{d\`Ikt at t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{dictatorship}}{\textipa{d\'IkteIt at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{diction}}{\textipa{d\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{dictionary}}{\textipa{d\'IkS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{dictum}}{\textipa{d\'Ikt at m}\ }{}%
+ \ifthenelse{\equal{\word}{did}}{\textipa{dId}\ }{}%
+ \ifthenelse{\equal{\word}{didactic}}{\textipa{daId\'\ae ktIk}\ }{}%
+ \ifthenelse{\equal{\word}{didnt}}{\textipa{d\'Idnt}\ }{}%
+ \ifthenelse{\equal{\word}{die}}{\textipa{daI}\ }{}%
+ \ifthenelse{\equal{\word}{dielectric}}{\textipa{d\`aIIl\'ektrIk}\ }{}%
+ \ifthenelse{\equal{\word}{diesel}}{\textipa{d\'\i:zl}\ }{}%
+ \ifthenelse{\equal{\word}{diet}}{\textipa{d\'a at t}\ }{}%
+ \ifthenelse{\equal{\word}{dietary}}{\textipa{d\'aI at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{dietetic}}{\textipa{d\`a at t\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{dietician}}{\textipa{d\`a at t\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{differ}}{\textipa{d\'If at r}\ }{}%
+ \ifthenelse{\equal{\word}{difference}}{\textipa{d\'Ifrns}\ }{}%
+ \ifthenelse{\equal{\word}{different}}{\textipa{d\'Ifrnt}\ }{}%
+ \ifthenelse{\equal{\word}{differential}}{\textipa{d\`If at r\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{differentiate}}{\textipa{dIf at r\'enSi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{difficult}}{\textipa{d\'IfIklt}\ }{}%
+ \ifthenelse{\equal{\word}{difficulty}}{\textipa{d\'IfIklti}\ }{}%
+ \ifthenelse{\equal{\word}{diffidence}}{\textipa{d\'IfIdns}\ }{}%
+ \ifthenelse{\equal{\word}{diffident}}{\textipa{d\'IfIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{diffract}}{\textipa{dIfr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{diffuse}}{\textipa{dIfj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{diffuser}}{\textipa{dIfj\'u:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{diffusion}}{\textipa{dIfj\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{dig}}{\textipa{dIg}\ }{}%
+ \ifthenelse{\equal{\word}{digest}}{\textipa{daIdZ\'est}\ }{}%
+ \ifthenelse{\equal{\word}{digestible}}{\textipa{daIdZ\'est at bl}\ }{}%
+ \ifthenelse{\equal{\word}{digestion}}{\textipa{daIdZ\'estSn}\ }{}%
+ \ifthenelse{\equal{\word}{digestive}}{\textipa{daIdZ\'estIv}\ }{}%
+ \ifthenelse{\equal{\word}{digger}}{\textipa{d\'Ig at r}\ }{}%
+ \ifthenelse{\equal{\word}{digging}}{\textipa{d\'IgIN}\ }{}%
+ \ifthenelse{\equal{\word}{digit}}{\textipa{d\'IdZIt}\ }{}%
+ \ifthenelse{\equal{\word}{digital}}{\textipa{d\'IdZItl}\ }{}%
+ \ifthenelse{\equal{\word}{digitalis}}{\textipa{d\`IdZIt\'\ae lIs}\ }{}%
+ \ifthenelse{\equal{\word}{digitize}}{\textipa{d\'IdZIt\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{dignified}}{\textipa{d\'IgnIf\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{dignify}}{\textipa{d\'IgnIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{dignitary}}{\textipa{d\'Ign at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{dignity}}{\textipa{d\'Ign at ti}\ }{}%
+ \ifthenelse{\equal{\word}{digraphs}}{\textipa{d\'aIgr\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{digress}}{\textipa{daIgr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{digression}}{\textipa{daIgr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{diktat}}{\textipa{dIkt\'A:t}\ }{}%
+ \ifthenelse{\equal{\word}{dilapidated}}{\textipa{dIl\'\ae pId\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{dilapidation}}{\textipa{dIl\`\ae pId\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{dilatation}}{\textipa{d\`aIleIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{dilate}}{\textipa{daIl\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{dilatory}}{\textipa{d\'Il at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{dildo}}{\textipa{d\'IldoU}\ }{}%
+ \ifthenelse{\equal{\word}{dilemma}}{\textipa{dIl\'em@}\ }{}%
+ \ifthenelse{\equal{\word}{dilettante}}{\textipa{d\`Il at t\'A:nt}\ }{}%
+ \ifthenelse{\equal{\word}{diligence}}{\textipa{d\'IlIdZns}\ }{}%
+ \ifthenelse{\equal{\word}{diligent}}{\textipa{d\'IlIdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{diligently}}{\textipa{d\'IlIdZntli}\ }{}%
+ \ifthenelse{\equal{\word}{dill}}{\textipa{dIl}\ }{}%
+ \ifthenelse{\equal{\word}{dilly}}{\textipa{d\'Ili}\ }{}%
+ \ifthenelse{\equal{\word}{dilute}}{\textipa{daIl\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{dilution}}{\textipa{daIl\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{dim}}{\textipa{dIm}\ }{}%
+ \ifthenelse{\equal{\word}{dime}}{\textipa{daIm}\ }{}%
+ \ifthenelse{\equal{\word}{dimension}}{\textipa{d at m\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{dimensional}}{\textipa{d at m\'enSnl}\ }{}%
+ \ifthenelse{\equal{\word}{diminish}}{\textipa{dIm\'InIS}\ }{}%
+ \ifthenelse{\equal{\word}{diminuendo}}{\textipa{dIm\`Inju\'endoU}\ }{}%
+ \ifthenelse{\equal{\word}{diminution}}{\textipa{d\`ImInj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{diminutive}}{\textipa{dIm\'Inj at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{dimple}}{\textipa{d\'Impl}\ }{}%
+ \ifthenelse{\equal{\word}{din}}{\textipa{dIn}\ }{}%
+ \ifthenelse{\equal{\word}{dinar}}{\textipa{dIn\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{dine}}{\textipa{daIn}\ }{}%
+ \ifthenelse{\equal{\word}{diner}}{\textipa{d\'aIn at r}\ }{}%
+ \ifthenelse{\equal{\word}{ding}}{\textipa{dIN}\ }{}%
+ \ifthenelse{\equal{\word}{dingdong}}{\textipa{d\'INd\`O:N}\ }{}%
+ \ifthenelse{\equal{\word}{dinghy}}{\textipa{d\'INi}\ }{}%
+ \ifthenelse{\equal{\word}{dingle}}{\textipa{d\'INgl}\ }{}%
+ \ifthenelse{\equal{\word}{dingo}}{\textipa{d\'INgoU}\ }{}%
+ \ifthenelse{\equal{\word}{dingy}}{\textipa{d\'INZi}\ }{}%
+ \ifthenelse{\equal{\word}{dining}}{\textipa{d\'aInIN}\ }{}%
+ \ifthenelse{\equal{\word}{dinky}}{\textipa{d\'INki}\ }{}%
+ \ifthenelse{\equal{\word}{dinner}}{\textipa{d\'In at r}\ }{}%
+ \ifthenelse{\equal{\word}{dinosaur}}{\textipa{d\'aIn at s\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{dint}}{\textipa{dInt}\ }{}%
+ \ifthenelse{\equal{\word}{diocesan}}{\textipa{daI\'AsIsn}\ }{}%
+ \ifthenelse{\equal{\word}{diocese}}{\textipa{d\'a at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{diode}}{\textipa{d\'aIoUd}\ }{}%
+ \ifthenelse{\equal{\word}{dioxide}}{\textipa{daI\'AksaId}\ }{}%
+ \ifthenelse{\equal{\word}{dioxin}}{\textipa{daI\'AksIn}\ }{}%
+ \ifthenelse{\equal{\word}{dip}}{\textipa{dIp}\ }{}%
+ \ifthenelse{\equal{\word}{diphtheria}}{\textipa{dIfT\'\i at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{diphthong}}{\textipa{d\'IfTO:N}\ }{}%
+ \ifthenelse{\equal{\word}{diploid}}{\textipa{d\'IplOId}\ }{}%
+ \ifthenelse{\equal{\word}{diploma}}{\textipa{dIpl\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{diplomacy}}{\textipa{dIpl\'oUm at si}\ }{}%
+ \ifthenelse{\equal{\word}{diplomat}}{\textipa{d\'Ipl at m\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{diplomatic}}{\textipa{d\`Ipl at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{diplomatically}}{\textipa{d\`Ipl at m\'\ae tIkli}\ }{}%
+ \ifthenelse{\equal{\word}{dipole}}{\textipa{d\'aIp\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{dipsomania}}{\textipa{d\`Ips at m\'eIni@}\ }{}%
+ \ifthenelse{\equal{\word}{dire}}{\textipa{daI at r}\ }{}%
+ \ifthenelse{\equal{\word}{direct}}{\textipa{d at r\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{direction}}{\textipa{d at r\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{directional}}{\textipa{d at r\'ekSnl}\ }{}%
+ \ifthenelse{\equal{\word}{directive}}{\textipa{d at r\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{directly}}{\textipa{d at r\'ektli}\ }{}%
+ \ifthenelse{\equal{\word}{director}}{\textipa{d at r\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{directorate}}{\textipa{d at r\'ektr at t}\ }{}%
+ \ifthenelse{\equal{\word}{directorial}}{\textipa{d\`aIrekt\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{directorship}}{\textipa{d at r\'ekt at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{directory}}{\textipa{d at r\'ektri}\ }{}%
+ \ifthenelse{\equal{\word}{dirge}}{\textipa{d@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{dirigible}}{\textipa{d\'IrIdZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{dirt}}{\textipa{d@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{dirtiness}}{\textipa{d\'@:rtIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{dirty}}{\textipa{d\'@:rti}\ }{}%
+ \ifthenelse{\equal{\word}{disability}}{\textipa{d\`Is at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{disable}}{\textipa{dIs\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{disabuse}}{\textipa{d\`Is at bj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{disadvantage}}{\textipa{d\`Is at dv\'\ae ntIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{disadvantageous}}{\textipa{d\`Is\`\ae dvnt\'eIdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{disaffected}}{\textipa{d\`Is at f\'ektId}\ }{}%
+ \ifthenelse{\equal{\word}{disaffection}}{\textipa{d\`Is at f\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{disaffiliate}}{\textipa{d\`Is at f\'Ili\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{disagree}}{\textipa{d\`Is at gr\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{disagreeable}}{\textipa{d\`Is at gr\'\i at bl}\ }{}%
+ \ifthenelse{\equal{\word}{disagreement}}{\textipa{d\`Is at gr\'\i:m at nt}\ }{}%
+ \ifthenelse{\equal{\word}{disallow}}{\textipa{d\`Is at l\'aU}\ }{}%
+ \ifthenelse{\equal{\word}{disambiguate}}{\textipa{d\`Is\ae mb\'IgjueIt}\ }{}%
+ \ifthenelse{\equal{\word}{disappear}}{\textipa{d\`Is at p\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{disappearance}}{\textipa{d\`Is at p\'\i at rns}\ }{}%
+ \ifthenelse{\equal{\word}{disappoint}}{\textipa{d\`Is at p\'OInt}\ }{}%
+ \ifthenelse{\equal{\word}{disappointed}}{\textipa{d\`Is at p\'OIntId}\ }{}%
+ \ifthenelse{\equal{\word}{disappointing}}{\textipa{d\`Is at p\'OIntIN}\ }{}%
+ \ifthenelse{\equal{\word}{disappointment}}{\textipa{d\`Is at p\'OIntm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{disapprobation}}{\textipa{d\`Is\ae pr at b\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{disapproval}}{\textipa{d\`Is at pr\'u:vl}\ }{}%
+ \ifthenelse{\equal{\word}{disapprove}}{\textipa{d\`Is at pr\'u:v}\ }{}%
+ \ifthenelse{\equal{\word}{disarm}}{\textipa{dIs\'A:rm}\ }{}%
+ \ifthenelse{\equal{\word}{disarmament}}{\textipa{dIs\'A:rm at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{disarranging}}{\textipa{d\`Is at r\'eInZ}\ }{}%
+ \ifthenelse{\equal{\word}{disarray}}{\textipa{d\`Is at r\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{disassemble}}{\textipa{d\`Is at s\'embl}\ }{}%
+ \ifthenelse{\equal{\word}{disassociate}}{\textipa{d\`Is at s\'oUSi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{disaster}}{\textipa{dIz\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{disastrous}}{\textipa{dIz\'\ae str at s}\ }{}%
+ \ifthenelse{\equal{\word}{disavow}}{\textipa{d\`Is at v\'aU}\ }{}%
+ \ifthenelse{\equal{\word}{disband}}{\textipa{dIsb\'\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{disbars}}{\textipa{dIsb\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{disbelief}}{\textipa{d\`IsbIl\'\i:f}\ }{}%
+ \ifthenelse{\equal{\word}{disbelieve}}{\textipa{d\`IsbIl\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{disburse}}{\textipa{dIsb\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{disc}}{\textipa{dIsk}\ }{}%
+ \ifthenelse{\equal{\word}{discard}}{\textipa{dIsk\'A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{discern}}{\textipa{dIs\'@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{discharge}}{\textipa{dIstS\'A:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{disciple}}{\textipa{dIs\'aIpl}\ }{}%
+ \ifthenelse{\equal{\word}{disciplinarian}}{\textipa{d\`Is at plIn\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{disciplinary}}{\textipa{d\'Is at pl@n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{discipline}}{\textipa{d\'Is at plIn}\ }{}%
+ \ifthenelse{\equal{\word}{disclaim}}{\textipa{dIskl\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{disclose}}{\textipa{dIskl\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{disclosure}}{\textipa{dIskl\'oUZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{disco}}{\textipa{d\'IskoU}\ }{}%
+ \ifthenelse{\equal{\word}{discography}}{\textipa{dIsk\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{discolor}}{\textipa{dIsk\'2l at r}\ }{}%
+ \ifthenelse{\equal{\word}{discoloration}}{\textipa{dIsk\`2l at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{discomfit}}{\textipa{dIsk\'2mf at t}\ }{}%
+ \ifthenelse{\equal{\word}{discomfiture}}{\textipa{dIsk\'2mfItS at r}\ }{}%
+ \ifthenelse{\equal{\word}{discomfort}}{\textipa{dIsk\'2mf at rt}\ }{}%
+ \ifthenelse{\equal{\word}{disconcert}}{\textipa{d\`Isk at ns\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{disconnect}}{\textipa{d\`Isk at n\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{disconsolate}}{\textipa{dIsk\'Ansl at t}\ }{}%
+ \ifthenelse{\equal{\word}{discontent}}{\textipa{d\`Isk at nt\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{discontinuance}}{\textipa{d\`Isk at nt\'Inju at ns}\ }{}%
+ \ifthenelse{\equal{\word}{discontinuation}}{\textipa{d\`Isk at nt\`Inju\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{discontinue}}{\textipa{d\`Isk at nt\'Inju:}\ }{}%
+ \ifthenelse{\equal{\word}{discontinuity}}{\textipa{dIsk\`Antnj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{discontinuous}}{\textipa{d\`Isk at nt\'Inju at s}\ }{}%
+ \ifthenelse{\equal{\word}{discord}}{\textipa{d\'IskO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{discordance}}{\textipa{dIsk\'O:rdns}\ }{}%
+ \ifthenelse{\equal{\word}{discordant}}{\textipa{dIsk\'O:rdnt}\ }{}%
+ \ifthenelse{\equal{\word}{discotheque}}{\textipa{d\'Isk at t\`ek}\ }{}%
+ \ifthenelse{\equal{\word}{discount}}{\textipa{d\'IskaUnt}\ }{}%
+ \ifthenelse{\equal{\word}{discourage}}{\textipa{dIsk\'@:rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{discourse}}{\textipa{d\'IskO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{discourteous}}{\textipa{dIsk\'@:rti at s}\ }{}%
+ \ifthenelse{\equal{\word}{discourtesy}}{\textipa{dIsk\'@:rt at si}\ }{}%
+ \ifthenelse{\equal{\word}{discover}}{\textipa{dIsk\'2v at r}\ }{}%
+ \ifthenelse{\equal{\word}{discoverer}}{\textipa{dIsk\'2vr at r}\ }{}%
+ \ifthenelse{\equal{\word}{discovery}}{\textipa{dIsk\'2vri}\ }{}%
+ \ifthenelse{\equal{\word}{discredit}}{\textipa{dIskr\'ed at t}\ }{}%
+ \ifthenelse{\equal{\word}{discreet}}{\textipa{dIskr\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{discrepancy}}{\textipa{dIskr\'epnsi}\ }{}%
+ \ifthenelse{\equal{\word}{discrepant}}{\textipa{dIskr\'epnt}\ }{}%
+ \ifthenelse{\equal{\word}{discretion}}{\textipa{dIskr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{discretionary}}{\textipa{dIskr\'eS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{discriminant}}{\textipa{dIskr\'ImIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{discriminate}}{\textipa{dIskr\'ImIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{discrimination}}{\textipa{dIskr\`ImIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{discriminative}}{\textipa{dIskr\'Im at n\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{discriminatory}}{\textipa{dIskr\'ImIn at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{discursive}}{\textipa{dIsk\'@:rsIv}\ }{}%
+ \ifthenelse{\equal{\word}{discus}}{\textipa{d\'Isk at s}\ }{}%
+ \ifthenelse{\equal{\word}{discuss}}{\textipa{dIsk\'2s}\ }{}%
+ \ifthenelse{\equal{\word}{discussion}}{\textipa{dIsk\'2Sn}\ }{}%
+ \ifthenelse{\equal{\word}{disdain}}{\textipa{dIsd\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{disdainful}}{\textipa{dIsd\'eInfl}\ }{}%
+ \ifthenelse{\equal{\word}{disease}}{\textipa{dIz\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{disembark}}{\textipa{d\`IsImb\'A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{disembarkation}}{\textipa{d\`Is\`embA:rk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{disembodied}}{\textipa{d\`IsImb\'Adid}\ }{}%
+ \ifthenelse{\equal{\word}{disembowel}}{\textipa{d\`IsImb\'aUl}\ }{}%
+ \ifthenelse{\equal{\word}{disenfranchise}}{\textipa{d\`IsInfr\'\ae nSaIz}\ }{}%
+ \ifthenelse{\equal{\word}{disengage}}{\textipa{d\`IsIng\'eIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{disentangle}}{\textipa{d\`IsInt\'\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{disequilibrium}}{\textipa{dIs\`ekwIl\'Ibri at m}\ }{}%
+ \ifthenelse{\equal{\word}{disestablish}}{\textipa{d\`IsIst\'\ae blIS}\ }{}%
+ \ifthenelse{\equal{\word}{disfavor}}{\textipa{dIsf\'eIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{disfigure}}{\textipa{dIsf\'Igj at r}\ }{}%
+ \ifthenelse{\equal{\word}{disfranchise}}{\textipa{dIsfr\'\ae nSaIz}\ }{}%
+ \ifthenelse{\equal{\word}{disgorge}}{\textipa{dIsg\'O:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{disgrace}}{\textipa{dIsgr\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{disgraceful}}{\textipa{dIsgr\'eIsfl}\ }{}%
+ \ifthenelse{\equal{\word}{disgruntled}}{\textipa{dIsgr\'2ntld}\ }{}%
+ \ifthenelse{\equal{\word}{disguise}}{\textipa{dIsg\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{disgust}}{\textipa{dIsg\'2st}\ }{}%
+ \ifthenelse{\equal{\word}{disgusting}}{\textipa{dIsg\'2stIN}\ }{}%
+ \ifthenelse{\equal{\word}{dish}}{\textipa{dIS}\ }{}%
+ \ifthenelse{\equal{\word}{disharmony}}{\textipa{dIsh\'A:rm at ni}\ }{}%
+ \ifthenelse{\equal{\word}{disheveled}}{\textipa{dIS\'evld}\ }{}%
+ \ifthenelse{\equal{\word}{dishonest}}{\textipa{dIs\'AnIst}\ }{}%
+ \ifthenelse{\equal{\word}{dishonesty}}{\textipa{dIs\'An at sti}\ }{}%
+ \ifthenelse{\equal{\word}{dishonor}}{\textipa{dIs\'An at r}\ }{}%
+ \ifthenelse{\equal{\word}{dishonorable}}{\textipa{dIs\'Anr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{dishy}}{\textipa{d\'ISi}\ }{}%
+ \ifthenelse{\equal{\word}{disillusion}}{\textipa{d\`IsIl\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{disincentive}}{\textipa{d\`IsIns\'entIv}\ }{}%
+ \ifthenelse{\equal{\word}{disinclination}}{\textipa{d\`Is\`InklIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{disinclined}}{\textipa{d\`IsInkl\'aInd}\ }{}%
+ \ifthenelse{\equal{\word}{disinfect}}{\textipa{d\`IsInf\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{disinfectant}}{\textipa{d\`IsInf\'ektnt}\ }{}%
+ \ifthenelse{\equal{\word}{disinformation}}{\textipa{d\`Is\`Inf at rm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{disingenuous}}{\textipa{d\`IsIndZ\'enju at s}\ }{}%
+ \ifthenelse{\equal{\word}{disinherit}}{\textipa{d\`IsInh\'er at t}\ }{}%
+ \ifthenelse{\equal{\word}{disintegrate}}{\textipa{dIs\'Int at gr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{disinter}}{\textipa{d\`IsInt\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{disinterest}}{\textipa{dIs\'Intr at st}\ }{}%
+ \ifthenelse{\equal{\word}{disinvest}}{\textipa{d\`IsInv\'est}\ }{}%
+ \ifthenelse{\equal{\word}{disjoin}}{\textipa{dIsdZ\'OIn}\ }{}%
+ \ifthenelse{\equal{\word}{disjoint}}{\textipa{dIsdZ\'OInt}\ }{}%
+ \ifthenelse{\equal{\word}{disjunction}}{\textipa{dIsdZ\'2NSn}\ }{}%
+ \ifthenelse{\equal{\word}{disjunctive}}{\textipa{dIsdZ\'2NtIv}\ }{}%
+ \ifthenelse{\equal{\word}{diskette}}{\textipa{dIsk\'et}\ }{}%
+ \ifthenelse{\equal{\word}{dislike}}{\textipa{dIsl\'aIk}\ }{}%
+ \ifthenelse{\equal{\word}{dislocate}}{\textipa{d\'Isl at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{dislodge}}{\textipa{dIsl\'AdZ}\ }{}%
+ \ifthenelse{\equal{\word}{disloyal}}{\textipa{dIsl\'OIl}\ }{}%
+ \ifthenelse{\equal{\word}{disloyalty}}{\textipa{dIsl\'OIlti}\ }{}%
+ \ifthenelse{\equal{\word}{dismal}}{\textipa{d\'Izml}\ }{}%
+ \ifthenelse{\equal{\word}{dismantle}}{\textipa{dIsm\'\ae ntl}\ }{}%
+ \ifthenelse{\equal{\word}{dismay}}{\textipa{dIsm\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{dismember}}{\textipa{dIsm\'emb at r}\ }{}%
+ \ifthenelse{\equal{\word}{dismiss}}{\textipa{dIsm\'Is}\ }{}%
+ \ifthenelse{\equal{\word}{dismissal}}{\textipa{dIsm\'Isl}\ }{}%
+ \ifthenelse{\equal{\word}{dismissive}}{\textipa{dIsm\'IsIv}\ }{}%
+ \ifthenelse{\equal{\word}{dismount}}{\textipa{dIsm\'aUnt}\ }{}%
+ \ifthenelse{\equal{\word}{disobedience}}{\textipa{d\`Is at b\'\i:di at ns}\ }{}%
+ \ifthenelse{\equal{\word}{disobedient}}{\textipa{d\`Is at b\'\i:di at nt}\ }{}%
+ \ifthenelse{\equal{\word}{disobey}}{\textipa{d\`Is at b\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{disorder}}{\textipa{dIs\'O:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{disorganize}}{\textipa{dIs\'O:rg at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{disorient}}{\textipa{dIs\'O:ri\`ent}\ }{}%
+ \ifthenelse{\equal{\word}{disorientated}}{\textipa{dIs\'O:ri at nt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{disown}}{\textipa{dIs\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{disparage}}{\textipa{dIsp\'\ae rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{disparate}}{\textipa{d\'Ispr at t}\ }{}%
+ \ifthenelse{\equal{\word}{disparity}}{\textipa{dIsp\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{dispassionate}}{\textipa{dIsp\'\ae Sn at t}\ }{}%
+ \ifthenelse{\equal{\word}{dispel}}{\textipa{dIsp\'el}\ }{}%
+ \ifthenelse{\equal{\word}{dispensable}}{\textipa{dIsp\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{dispensary}}{\textipa{dIsp\'ensri}\ }{}%
+ \ifthenelse{\equal{\word}{dispensation}}{\textipa{d\`Ispns\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{dispense}}{\textipa{dIsp\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{dispersal}}{\textipa{dIsp\'@:rsl}\ }{}%
+ \ifthenelse{\equal{\word}{disperse}}{\textipa{dIsp\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{dispersion}}{\textipa{dIsp\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{displace}}{\textipa{dIspl\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{display}}{\textipa{dIspl\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{displease}}{\textipa{dIspl\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{displeasure}}{\textipa{dIspl\'eZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{disporting}}{\textipa{dIsp\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{disposable}}{\textipa{dIsp\'oUz at bl}\ }{}%
+ \ifthenelse{\equal{\word}{disposal}}{\textipa{dIsp\'oUzl}\ }{}%
+ \ifthenelse{\equal{\word}{dispose}}{\textipa{dIsp\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{disposition}}{\textipa{d\`Isp at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{dispossess}}{\textipa{d\`Isp at z\'es}\ }{}%
+ \ifthenelse{\equal{\word}{disproof}}{\textipa{dIspr\'u:f}\ }{}%
+ \ifthenelse{\equal{\word}{disproportionate}}{\textipa{d\`Ispr at p\'O:rSn at t}\ }{}%
+ \ifthenelse{\equal{\word}{disprove}}{\textipa{dIspr\'u:v}\ }{}%
+ \ifthenelse{\equal{\word}{disputable}}{\textipa{dIspj\'u:t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{disputant}}{\textipa{dIspj\'u:tnt}\ }{}%
+ \ifthenelse{\equal{\word}{disputation}}{\textipa{d\`Ispj at t\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{disputatious}}{\textipa{d\`Ispj at t\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{dispute}}{\textipa{dIspj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{disqualification}}{\textipa{dIskw\`AlIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{disqualify}}{\textipa{dIskw\'AlIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{disquiet}}{\textipa{dIskw\'a at t}\ }{}%
+ \ifthenelse{\equal{\word}{disquisition}}{\textipa{d\`IskwIz\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{disregard}}{\textipa{d\`IsrIg\'A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{disrepair}}{\textipa{d\`IsrIp\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{disreputable}}{\textipa{dIsr\'epj at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{disrepute}}{\textipa{d\`IsrIpj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{disrespectful}}{\textipa{d\`IsrIsp\'ektfl}\ }{}%
+ \ifthenelse{\equal{\word}{disrobe}}{\textipa{dIsr\'oUb}\ }{}%
+ \ifthenelse{\equal{\word}{disrupt}}{\textipa{dIsr\'2pt}\ }{}%
+ \ifthenelse{\equal{\word}{disruptive}}{\textipa{dIsr\'2ptIv}\ }{}%
+ \ifthenelse{\equal{\word}{dissatisfaction}}{\textipa{d\`Iss\`\ae t at sf\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{dissatisfied}}{\textipa{dIs\'\ae tIsf\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{dissatisfy}}{\textipa{dIs\'\ae tIsf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{dissect}}{\textipa{dIs\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{dissemble}}{\textipa{dIs\'embl}\ }{}%
+ \ifthenelse{\equal{\word}{disseminate}}{\textipa{dIs\'emIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{dissension}}{\textipa{dIs\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{dissertation}}{\textipa{d\`Is at rt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{disservice}}{\textipa{dIs\'@:rvIs}\ }{}%
+ \ifthenelse{\equal{\word}{dissidence}}{\textipa{d\'IsIdns}\ }{}%
+ \ifthenelse{\equal{\word}{dissident}}{\textipa{d\'IsIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{dissimilar}}{\textipa{dIs\'ImIl at r}\ }{}%
+ \ifthenelse{\equal{\word}{dissimilarity}}{\textipa{d\`IsImIl\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{dissipate}}{\textipa{d\'IsIp\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{dissociate}}{\textipa{dIs\'oUSi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{dissociative}}{\textipa{dIs\'oUSi\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{dissolute}}{\textipa{d\'Is at l\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{dissolution}}{\textipa{d\`Is at l\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{dissolve}}{\textipa{dIz\'Alv}\ }{}%
+ \ifthenelse{\equal{\word}{dissonance}}{\textipa{d\'Isn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{dissonant}}{\textipa{d\'Isn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{dissuade}}{\textipa{dIsw\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{distaff}}{\textipa{d\'Ist\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{distal}}{\textipa{d\'Istl}\ }{}%
+ \ifthenelse{\equal{\word}{distance}}{\textipa{d\'Istns}\ }{}%
+ \ifthenelse{\equal{\word}{distant}}{\textipa{d\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{distaste}}{\textipa{dIst\'eIst}\ }{}%
+ \ifthenelse{\equal{\word}{distasteful}}{\textipa{dIst\'eIstfl}\ }{}%
+ \ifthenelse{\equal{\word}{distemper}}{\textipa{dIst\'emp at r}\ }{}%
+ \ifthenelse{\equal{\word}{distended}}{\textipa{dIst\'end}\ }{}%
+ \ifthenelse{\equal{\word}{distension}}{\textipa{dIst\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{distil}}{\textipa{dIst\'Il}\ }{}%
+ \ifthenelse{\equal{\word}{distillate}}{\textipa{d\'IstIl at t}\ }{}%
+ \ifthenelse{\equal{\word}{distillation}}{\textipa{d\`IstIl\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{distillery}}{\textipa{dIst\'Ilri}\ }{}%
+ \ifthenelse{\equal{\word}{distinct}}{\textipa{dIst\'INt}\ }{}%
+ \ifthenelse{\equal{\word}{distinction}}{\textipa{dIst\'INSn}\ }{}%
+ \ifthenelse{\equal{\word}{distinctive}}{\textipa{dIst\'INtIv}\ }{}%
+ \ifthenelse{\equal{\word}{distinctly}}{\textipa{dIst\'INtli}\ }{}%
+ \ifthenelse{\equal{\word}{distinguish}}{\textipa{dIst\'INgwIS}\ }{}%
+ \ifthenelse{\equal{\word}{distinguished}}{\textipa{dIst\'INgwISt}\ }{}%
+ \ifthenelse{\equal{\word}{distort}}{\textipa{dIst\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{distortion}}{\textipa{dIst\'O:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{distract}}{\textipa{dIstr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{distraction}}{\textipa{dIstr\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{distraught}}{\textipa{dIstr\'O:t}\ }{}%
+ \ifthenelse{\equal{\word}{distress}}{\textipa{dIstr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{distribute}}{\textipa{dIstr\'Ibj at t}\ }{}%
+ \ifthenelse{\equal{\word}{distribution}}{\textipa{d\`IstrIbj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{distributive}}{\textipa{dIstr\'Ibj at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{distributor}}{\textipa{dIstr\'Ibj at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{district}}{\textipa{d\'IstrIkt}\ }{}%
+ \ifthenelse{\equal{\word}{distrust}}{\textipa{dIstr\'2st}\ }{}%
+ \ifthenelse{\equal{\word}{distrustful}}{\textipa{dIstr\'2sfl}\ }{}%
+ \ifthenelse{\equal{\word}{disturb}}{\textipa{dIst\'@:rb}\ }{}%
+ \ifthenelse{\equal{\word}{disturbance}}{\textipa{dIst\'@:rbns}\ }{}%
+ \ifthenelse{\equal{\word}{disturbed}}{\textipa{dIst\'@:rbd}\ }{}%
+ \ifthenelse{\equal{\word}{disunion}}{\textipa{dIsj\'u:ni at n}\ }{}%
+ \ifthenelse{\equal{\word}{disunite}}{\textipa{d\`Isju:n\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{disunity}}{\textipa{dIsj\'u:n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{disuse}}{\textipa{dIsj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{disused}}{\textipa{d\`Isj\'u:zd}\ }{}%
+ \ifthenelse{\equal{\word}{disyllabic}}{\textipa{d\`aIsIl\'\ae bIk}\ }{}%
+ \ifthenelse{\equal{\word}{disyllable}}{\textipa{d\`aIs\'Il at bl}\ }{}%
+ \ifthenelse{\equal{\word}{ditch}}{\textipa{dItS}\ }{}%
+ \ifthenelse{\equal{\word}{dither}}{\textipa{d\'ID at r}\ }{}%
+ \ifthenelse{\equal{\word}{ditto}}{\textipa{d\'ItoU}\ }{}%
+ \ifthenelse{\equal{\word}{ditty}}{\textipa{d\'Iti}\ }{}%
+ \ifthenelse{\equal{\word}{diuretic}}{\textipa{d\`aIj at r\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{diurnal}}{\textipa{daI\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{diva}}{\textipa{d\'\i:v@}\ }{}%
+ \ifthenelse{\equal{\word}{divan}}{\textipa{dIv\'\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{dive}}{\textipa{daIv}\ }{}%
+ \ifthenelse{\equal{\word}{diver}}{\textipa{d\'aIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{diverge}}{\textipa{d at v\'@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{divergence}}{\textipa{d at v\'@:rdZns}\ }{}%
+ \ifthenelse{\equal{\word}{divergent}}{\textipa{d at v\'@:rdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{divers}}{\textipa{d\'aIv at rz}\ }{}%
+ \ifthenelse{\equal{\word}{diverse}}{\textipa{d at v\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{diversification}}{\textipa{d at v\`@:rsIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{diversify}}{\textipa{d at v\'@:rsIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{diversion}}{\textipa{d at v\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{diversionary}}{\textipa{d at v\'@:rZ at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{diversity}}{\textipa{d at v\'@:rs at ti}\ }{}%
+ \ifthenelse{\equal{\word}{divert}}{\textipa{d at v\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{divest}}{\textipa{daIv\'est}\ }{}%
+ \ifthenelse{\equal{\word}{divide}}{\textipa{dIv\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{dividend}}{\textipa{d\'IvId\`end}\ }{}%
+ \ifthenelse{\equal{\word}{divination}}{\textipa{d\`IvIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{divine}}{\textipa{dIv\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{diving}}{\textipa{d\'aIvIN}\ }{}%
+ \ifthenelse{\equal{\word}{divinity}}{\textipa{dIv\'In at ti}\ }{}%
+ \ifthenelse{\equal{\word}{divisible}}{\textipa{dIv\'Iz at bl}\ }{}%
+ \ifthenelse{\equal{\word}{division}}{\textipa{dIv\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{divisional}}{\textipa{dIv\'IZnl}\ }{}%
+ \ifthenelse{\equal{\word}{divisive}}{\textipa{dIv\'aIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{divisor}}{\textipa{dIv\'aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{divorce}}{\textipa{dIv\'O:rs}\ }{}%
+ \ifthenelse{\equal{\word}{divorced}}{\textipa{dIv\'O:rst}\ }{}%
+ \ifthenelse{\equal{\word}{divorcee}}{\textipa{d at v\`O:rs\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{divot}}{\textipa{d\'Iv at t}\ }{}%
+ \ifthenelse{\equal{\word}{divulge}}{\textipa{d at v\'2ldZ}\ }{}%
+ \ifthenelse{\equal{\word}{dizzy}}{\textipa{d\'Izi}\ }{}%
+ \ifthenelse{\equal{\word}{do}}{\textipa{dU}\ }{}%
+ \ifthenelse{\equal{\word}{doberman}}{\textipa{d\`oUb at rm@n}\ }{}%
+ \ifthenelse{\equal{\word}{doc}}{\textipa{dAk}\ }{}%
+ \ifthenelse{\equal{\word}{docile}}{\textipa{d\'Asl}\ }{}%
+ \ifthenelse{\equal{\word}{docility}}{\textipa{dAs\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{docker}}{\textipa{d\'Ak at r}\ }{}%
+ \ifthenelse{\equal{\word}{docket}}{\textipa{d\'Ak at t}\ }{}%
+ \ifthenelse{\equal{\word}{doctoral}}{\textipa{d\'Aktrl}\ }{}%
+ \ifthenelse{\equal{\word}{doctorate}}{\textipa{d\'Aktr at t}\ }{}%
+ \ifthenelse{\equal{\word}{doctrinaire}}{\textipa{d\`Aktr at n\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{doctrinal}}{\textipa{d\'Aktrnl}\ }{}%
+ \ifthenelse{\equal{\word}{doctrine}}{\textipa{d\'AktrIn}\ }{}%
+ \ifthenelse{\equal{\word}{document}}{\textipa{d\'Akj at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{documentary}}{\textipa{d\`Akj at m\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{documentation}}{\textipa{d\`Akj at ment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{dodecahedra}}{\textipa{doUd\`ek at h\'\i:drn}\ }{}%
+ \ifthenelse{\equal{\word}{dodge}}{\textipa{dAdZ}\ }{}%
+ \ifthenelse{\equal{\word}{dodgem}}{\textipa{d\'AdZ at m}\ }{}%
+ \ifthenelse{\equal{\word}{dodger}}{\textipa{d\'AdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{dodgy}}{\textipa{d\'AdZi}\ }{}%
+ \ifthenelse{\equal{\word}{dodo}}{\textipa{d\'oUdoU}\ }{}%
+ \ifthenelse{\equal{\word}{doe}}{\textipa{doU}\ }{}%
+ \ifthenelse{\equal{\word}{doer}}{\textipa{d\'u:@r}\ }{}%
+ \ifthenelse{\equal{\word}{does}}{\textipa{d at z}\ }{}%
+ \ifthenelse{\equal{\word}{doesnt}}{\textipa{d\'2znt}\ }{}%
+ \ifthenelse{\equal{\word}{doffed}}{\textipa{dO:f}\ }{}%
+ \ifthenelse{\equal{\word}{dog}}{\textipa{dO:g}\ }{}%
+ \ifthenelse{\equal{\word}{doge}}{\textipa{doUdZ}\ }{}%
+ \ifthenelse{\equal{\word}{doggerel}}{\textipa{d\'O:grl}\ }{}%
+ \ifthenelse{\equal{\word}{doggy}}{\textipa{d\'O:gi}\ }{}%
+ \ifthenelse{\equal{\word}{dogma}}{\textipa{d\'O:gm@}\ }{}%
+ \ifthenelse{\equal{\word}{dogmatic}}{\textipa{dO:gm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{dogmatism}}{\textipa{d\'O:gm at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{dogmatist}}{\textipa{d\'O:gm at t@st}\ }{}%
+ \ifthenelse{\equal{\word}{doily}}{\textipa{d\'OIli}\ }{}%
+ \ifthenelse{\equal{\word}{doing}}{\textipa{d\'uIN}\ }{}%
+ \ifthenelse{\equal{\word}{doldrums}}{\textipa{d\'oUldr at mz}\ }{}%
+ \ifthenelse{\equal{\word}{dole}}{\textipa{doUl}\ }{}%
+ \ifthenelse{\equal{\word}{doleful}}{\textipa{d\'oUlfl}\ }{}%
+ \ifthenelse{\equal{\word}{doll}}{\textipa{dAl}\ }{}%
+ \ifthenelse{\equal{\word}{dollar}}{\textipa{d\'Al at r}\ }{}%
+ \ifthenelse{\equal{\word}{dollop}}{\textipa{d\'Al at p}\ }{}%
+ \ifthenelse{\equal{\word}{dolly}}{\textipa{d\'Ali}\ }{}%
+ \ifthenelse{\equal{\word}{dolmen}}{\textipa{d\'oUlm at n}\ }{}%
+ \ifthenelse{\equal{\word}{dolomite}}{\textipa{d\'oUl at m\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{dolorous}}{\textipa{d\'oUlr at s}\ }{}%
+ \ifthenelse{\equal{\word}{dolphin}}{\textipa{d\'AlfIn}\ }{}%
+ \ifthenelse{\equal{\word}{dolt}}{\textipa{doUlt}\ }{}%
+ \ifthenelse{\equal{\word}{domain}}{\textipa{doUm\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{dome}}{\textipa{doUm}\ }{}%
+ \ifthenelse{\equal{\word}{domestic}}{\textipa{d at m\'estIk}\ }{}%
+ \ifthenelse{\equal{\word}{domestication}}{\textipa{d at m\'estIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{domesticity}}{\textipa{d\`oUmest\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{domicile}}{\textipa{d\'AmIs\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{dominance}}{\textipa{d\'AmIn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{dominant}}{\textipa{d\'AmIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{dominate}}{\textipa{d\'AmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{domineer}}{\textipa{d\`Am at n\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{dominion}}{\textipa{d at m\'Inj at n}\ }{}%
+ \ifthenelse{\equal{\word}{domino}}{\textipa{d\'Am at n\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{don}}{\textipa{dAn}\ }{}%
+ \ifthenelse{\equal{\word}{donate}}{\textipa{d\'oUneIt}\ }{}%
+ \ifthenelse{\equal{\word}{donation}}{\textipa{doUn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{donkey}}{\textipa{d\'ANki}\ }{}%
+ \ifthenelse{\equal{\word}{donor}}{\textipa{d\'oUn at r}\ }{}%
+ \ifthenelse{\equal{\word}{dont}}{\textipa{doUnt}\ }{}%
+ \ifthenelse{\equal{\word}{donut}}{\textipa{d\'oUn\`2t}\ }{}%
+ \ifthenelse{\equal{\word}{doodle}}{\textipa{d\'u:dl}\ }{}%
+ \ifthenelse{\equal{\word}{doom}}{\textipa{du:m}\ }{}%
+ \ifthenelse{\equal{\word}{doomsday}}{\textipa{d\'u:mzd\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{door}}{\textipa{dO:r}\ }{}%
+ \ifthenelse{\equal{\word}{doorstep}}{\textipa{d\'O:rst\`ep}\ }{}%
+ \ifthenelse{\equal{\word}{doorway}}{\textipa{d\'O:rw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{dopamine}}{\textipa{d\'oUp at m\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{dope}}{\textipa{doUp}\ }{}%
+ \ifthenelse{\equal{\word}{doping}}{\textipa{d\'oUpIN}\ }{}%
+ \ifthenelse{\equal{\word}{dopy}}{\textipa{d\'oUpi}\ }{}%
+ \ifthenelse{\equal{\word}{dorado}}{\textipa{d at r\'A:doU}\ }{}%
+ \ifthenelse{\equal{\word}{dormancy}}{\textipa{d\'O:rm at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{dormant}}{\textipa{d\'O:rm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{dormer}}{\textipa{d\'O:rm at r}\ }{}%
+ \ifthenelse{\equal{\word}{dormice}}{\textipa{d\'O:rm\`aUs}\ }{}%
+ \ifthenelse{\equal{\word}{dormitory}}{\textipa{d\'O:rm at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{dorsal}}{\textipa{d\'O:rsl}\ }{}%
+ \ifthenelse{\equal{\word}{dosage}}{\textipa{d\'oUsIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{dose}}{\textipa{doUs}\ }{}%
+ \ifthenelse{\equal{\word}{dossier}}{\textipa{d\'O:si\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{dot}}{\textipa{dAt}\ }{}%
+ \ifthenelse{\equal{\word}{dotage}}{\textipa{d\'oUtIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{dote}}{\textipa{doUt}\ }{}%
+ \ifthenelse{\equal{\word}{doting}}{\textipa{d\'oUtIN}\ }{}%
+ \ifthenelse{\equal{\word}{dotty}}{\textipa{d\'Ati}\ }{}%
+ \ifthenelse{\equal{\word}{double}}{\textipa{d\'2bl}\ }{}%
+ \ifthenelse{\equal{\word}{doublet}}{\textipa{d\'2bl at t}\ }{}%
+ \ifthenelse{\equal{\word}{doubt}}{\textipa{daUt}\ }{}%
+ \ifthenelse{\equal{\word}{doubtful}}{\textipa{d\'aUtfl}\ }{}%
+ \ifthenelse{\equal{\word}{doubtless}}{\textipa{d\'aUtl at s}\ }{}%
+ \ifthenelse{\equal{\word}{douche}}{\textipa{du:S}\ }{}%
+ \ifthenelse{\equal{\word}{donut}}{\textipa{d\'oUn at t}\ }{}%
+ \ifthenelse{\equal{\word}{doughty}}{\textipa{d\'aUti}\ }{}%
+ \ifthenelse{\equal{\word}{dour}}{\textipa{dU at r}\ }{}%
+ \ifthenelse{\equal{\word}{douse}}{\textipa{daUs}\ }{}%
+ \ifthenelse{\equal{\word}{dove}}{\textipa{d2v}\ }{}%
+ \ifthenelse{\equal{\word}{dover}}{\textipa{d\'oUv at r}\ }{}%
+ \ifthenelse{\equal{\word}{dowager}}{\textipa{d\'a at dZ@r}\ }{}%
+ \ifthenelse{\equal{\word}{dowdy}}{\textipa{d\'aUdi}\ }{}%
+ \ifthenelse{\equal{\word}{dowel}}{\textipa{d\'aUl}\ }{}%
+ \ifthenelse{\equal{\word}{down}}{\textipa{daUn}\ }{}%
+ \ifthenelse{\equal{\word}{downs}}{\textipa{daUnz}\ }{}%
+ \ifthenelse{\equal{\word}{downstairs}}{\textipa{d\`aUnst\'e at rz}\ }{}%
+ \ifthenelse{\equal{\word}{downward}}{\textipa{d\'aUnw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{downy}}{\textipa{d\'aUni}\ }{}%
+ \ifthenelse{\equal{\word}{dowry}}{\textipa{d\'aUri}\ }{}%
+ \ifthenelse{\equal{\word}{dowse}}{\textipa{daUz}\ }{}%
+ \ifthenelse{\equal{\word}{doyen}}{\textipa{d\'OI at n}\ }{}%
+ \ifthenelse{\equal{\word}{doyenne}}{\textipa{dOI\'en}\ }{}%
+ \ifthenelse{\equal{\word}{doze}}{\textipa{doUz}\ }{}%
+ \ifthenelse{\equal{\word}{dozen}}{\textipa{d\'2zn}\ }{}%
+ \ifthenelse{\equal{\word}{dozy}}{\textipa{d\'oUzi}\ }{}%
+ \ifthenelse{\equal{\word}{dr}}{\textipa{d\'Akt at r}\ }{}%
+ \ifthenelse{\equal{\word}{drab}}{\textipa{dr\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{drachma}}{\textipa{dr\'\ae km@}\ }{}%
+ \ifthenelse{\equal{\word}{draconian}}{\textipa{dr at k\'oUni at n}\ }{}%
+ \ifthenelse{\equal{\word}{dracula}}{\textipa{dr\'\ae kj at l@}\ }{}%
+ \ifthenelse{\equal{\word}{draft}}{\textipa{dr\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{draftee}}{\textipa{dr\ae ft\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{drafty}}{\textipa{dr\'\ae fti}\ }{}%
+ \ifthenelse{\equal{\word}{drag}}{\textipa{dr\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{dragon}}{\textipa{dr\'\ae gn}\ }{}%
+ \ifthenelse{\equal{\word}{dragoon}}{\textipa{dr at g\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{drain}}{\textipa{dreIn}\ }{}%
+ \ifthenelse{\equal{\word}{drainage}}{\textipa{dr\'eInIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{drake}}{\textipa{dreIk}\ }{}%
+ \ifthenelse{\equal{\word}{dram}}{\textipa{dr\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{drama}}{\textipa{dr\'A:m@}\ }{}%
+ \ifthenelse{\equal{\word}{dramatic}}{\textipa{dr at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{dramatically}}{\textipa{dr at m\'\ae tIkli}\ }{}%
+ \ifthenelse{\equal{\word}{dramatize}}{\textipa{dr\'\ae m at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{dramatist}}{\textipa{dr\'\ae m at t@st}\ }{}%
+ \ifthenelse{\equal{\word}{drank}}{\textipa{dr\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{drape}}{\textipa{dreIp}\ }{}%
+ \ifthenelse{\equal{\word}{draper}}{\textipa{dr\'eIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{drapery}}{\textipa{dr\'eIpri}\ }{}%
+ \ifthenelse{\equal{\word}{drastic}}{\textipa{dr\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{drat}}{\textipa{dr\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{draw}}{\textipa{drO:}\ }{}%
+ \ifthenelse{\equal{\word}{drawees}}{\textipa{drO:\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{drawer}}{\textipa{dr\'O:@r;1}\ }{}%
+ \ifthenelse{\equal{\word}{drawing}}{\textipa{dr\'O:IN}\ }{}%
+ \ifthenelse{\equal{\word}{drawl}}{\textipa{drO:l}\ }{}%
+ \ifthenelse{\equal{\word}{drawn}}{\textipa{drO:n}\ }{}%
+ \ifthenelse{\equal{\word}{dray}}{\textipa{dreI}\ }{}%
+ \ifthenelse{\equal{\word}{dread}}{\textipa{dred}\ }{}%
+ \ifthenelse{\equal{\word}{dreadful}}{\textipa{dr\'edfl}\ }{}%
+ \ifthenelse{\equal{\word}{dream}}{\textipa{dri:m}\ }{}%
+ \ifthenelse{\equal{\word}{dreamed}}{\textipa{dremt}\ }{}%
+ \ifthenelse{\equal{\word}{dreamy}}{\textipa{dr\'\i:mi}\ }{}%
+ \ifthenelse{\equal{\word}{dreary}}{\textipa{dr\'I at ri}\ }{}%
+ \ifthenelse{\equal{\word}{dredge}}{\textipa{dredZ}\ }{}%
+ \ifthenelse{\equal{\word}{dredger}}{\textipa{dr\'edZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{dregs}}{\textipa{dregz}\ }{}%
+ \ifthenelse{\equal{\word}{drench}}{\textipa{drenS}\ }{}%
+ \ifthenelse{\equal{\word}{dress}}{\textipa{dres}\ }{}%
+ \ifthenelse{\equal{\word}{dressage}}{\textipa{dr at s\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{dressed}}{\textipa{drest}\ }{}%
+ \ifthenelse{\equal{\word}{dresser}}{\textipa{dr\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{dressy}}{\textipa{dr\'esi}\ }{}%
+ \ifthenelse{\equal{\word}{drew}}{\textipa{dru:}\ }{}%
+ \ifthenelse{\equal{\word}{dribble}}{\textipa{dr\'Ibl}\ }{}%
+ \ifthenelse{\equal{\word}{dried}}{\textipa{draId}\ }{}%
+ \ifthenelse{\equal{\word}{drier}}{\textipa{dr\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{drift}}{\textipa{drIft}\ }{}%
+ \ifthenelse{\equal{\word}{drill}}{\textipa{drIl}\ }{}%
+ \ifthenelse{\equal{\word}{drily}}{\textipa{dr\'aIli}\ }{}%
+ \ifthenelse{\equal{\word}{drink}}{\textipa{drINk}\ }{}%
+ \ifthenelse{\equal{\word}{drip}}{\textipa{drIp}\ }{}%
+ \ifthenelse{\equal{\word}{drive}}{\textipa{draIv}\ }{}%
+ \ifthenelse{\equal{\word}{drivel}}{\textipa{dr\'Ivl}\ }{}%
+ \ifthenelse{\equal{\word}{driven}}{\textipa{dr\'Ivn}\ }{}%
+ \ifthenelse{\equal{\word}{driver}}{\textipa{dr\'aIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{driving}}{\textipa{dr\'aIvIN}\ }{}%
+ \ifthenelse{\equal{\word}{drizzle}}{\textipa{dr\'Izl}\ }{}%
+ \ifthenelse{\equal{\word}{droll}}{\textipa{droUl}\ }{}%
+ \ifthenelse{\equal{\word}{dromedary}}{\textipa{dr\'Am at d\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{drone}}{\textipa{droUn}\ }{}%
+ \ifthenelse{\equal{\word}{drool}}{\textipa{dru:l}\ }{}%
+ \ifthenelse{\equal{\word}{droop}}{\textipa{dru:p}\ }{}%
+ \ifthenelse{\equal{\word}{droopy}}{\textipa{dr\'u:pi}\ }{}%
+ \ifthenelse{\equal{\word}{drop}}{\textipa{drAp}\ }{}%
+ \ifthenelse{\equal{\word}{droplet}}{\textipa{dr\'Aplit}\ }{}%
+ \ifthenelse{\equal{\word}{dropsy}}{\textipa{dr\'Apsi}\ }{}%
+ \ifthenelse{\equal{\word}{dross}}{\textipa{drAs}\ }{}%
+ \ifthenelse{\equal{\word}{drought}}{\textipa{draUt}\ }{}%
+ \ifthenelse{\equal{\word}{drove}}{\textipa{droUv}\ }{}%
+ \ifthenelse{\equal{\word}{drover}}{\textipa{dr\'oUv at r}\ }{}%
+ \ifthenelse{\equal{\word}{drown}}{\textipa{draUn}\ }{}%
+ \ifthenelse{\equal{\word}{drowse}}{\textipa{draUz}\ }{}%
+ \ifthenelse{\equal{\word}{drowsy}}{\textipa{dr\'aUzi}\ }{}%
+ \ifthenelse{\equal{\word}{drub}}{\textipa{dr2b}\ }{}%
+ \ifthenelse{\equal{\word}{drudge}}{\textipa{dr2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{drudgery}}{\textipa{dr\'2dZri}\ }{}%
+ \ifthenelse{\equal{\word}{drug}}{\textipa{dr2g}\ }{}%
+ \ifthenelse{\equal{\word}{druggist}}{\textipa{dr\'2gIst}\ }{}%
+ \ifthenelse{\equal{\word}{druid}}{\textipa{dr\'uId}\ }{}%
+ \ifthenelse{\equal{\word}{drum}}{\textipa{dr2m}\ }{}%
+ \ifthenelse{\equal{\word}{drummer}}{\textipa{dr\'2m at r}\ }{}%
+ \ifthenelse{\equal{\word}{drunk}}{\textipa{dr2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{drunkard}}{\textipa{dr\'2Nk at rd}\ }{}%
+ \ifthenelse{\equal{\word}{drunken}}{\textipa{dr\'2Nkn}\ }{}%
+ \ifthenelse{\equal{\word}{dry}}{\textipa{draI}\ }{}%
+ \ifthenelse{\equal{\word}{dual}}{\textipa{dj\'u:@l}\ }{}%
+ \ifthenelse{\equal{\word}{dualistic}}{\textipa{dju\'\ae l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{dualism}}{\textipa{dju\'\ae l\`Iz at m}\ }{}%
+ \ifthenelse{\equal{\word}{duality}}{\textipa{dju\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{dub}}{\textipa{d2b}\ }{}%
+ \ifthenelse{\equal{\word}{dubious}}{\textipa{dj\'u:bi at s}\ }{}%
+ \ifthenelse{\equal{\word}{dublin}}{\textipa{d\'2blIn}\ }{}%
+ \ifthenelse{\equal{\word}{duce}}{\textipa{dju:s}\ }{}%
+ \ifthenelse{\equal{\word}{duchess}}{\textipa{d\'2tSIs}\ }{}%
+ \ifthenelse{\equal{\word}{duchy}}{\textipa{d\'2tSi}\ }{}%
+ \ifthenelse{\equal{\word}{duck}}{\textipa{d2k}\ }{}%
+ \ifthenelse{\equal{\word}{duckling}}{\textipa{d\'2klIN}\ }{}%
+ \ifthenelse{\equal{\word}{duct}}{\textipa{d2kt}\ }{}%
+ \ifthenelse{\equal{\word}{ductile}}{\textipa{d\'2ktl}\ }{}%
+ \ifthenelse{\equal{\word}{dud}}{\textipa{d2d}\ }{}%
+ \ifthenelse{\equal{\word}{dude}}{\textipa{du:d}\ }{}%
+ \ifthenelse{\equal{\word}{dudgeon}}{\textipa{d\'2dZn}\ }{}%
+ \ifthenelse{\equal{\word}{duet}}{\textipa{dju\'et}\ }{}%
+ \ifthenelse{\equal{\word}{duff}}{\textipa{d2f}\ }{}%
+ \ifthenelse{\equal{\word}{duffel}}{\textipa{d\'2fl}\ }{}%
+ \ifthenelse{\equal{\word}{dug}}{\textipa{d2g}\ }{}%
+ \ifthenelse{\equal{\word}{duke}}{\textipa{dju:k}\ }{}%
+ \ifthenelse{\equal{\word}{dukedom}}{\textipa{dj\'u:kd at m}\ }{}%
+ \ifthenelse{\equal{\word}{dulcet}}{\textipa{d\'2lsIt}\ }{}%
+ \ifthenelse{\equal{\word}{dulcimer}}{\textipa{d\'2lsIm at r}\ }{}%
+ \ifthenelse{\equal{\word}{dull}}{\textipa{d2l}\ }{}%
+ \ifthenelse{\equal{\word}{dullard}}{\textipa{d\'2l at rd}\ }{}%
+ \ifthenelse{\equal{\word}{dully}}{\textipa{d\'2lli}\ }{}%
+ \ifthenelse{\equal{\word}{dulness}}{\textipa{d\'2ln at s}\ }{}%
+ \ifthenelse{\equal{\word}{duly}}{\textipa{dj\'u:li}\ }{}%
+ \ifthenelse{\equal{\word}{dumb}}{\textipa{d2m}\ }{}%
+ \ifthenelse{\equal{\word}{dummy}}{\textipa{d\'2mi}\ }{}%
+ \ifthenelse{\equal{\word}{dump}}{\textipa{d2mp}\ }{}%
+ \ifthenelse{\equal{\word}{dumpling}}{\textipa{d\'2mplIN}\ }{}%
+ \ifthenelse{\equal{\word}{dumpy}}{\textipa{d\'2mpi}\ }{}%
+ \ifthenelse{\equal{\word}{dun}}{\textipa{d2n}\ }{}%
+ \ifthenelse{\equal{\word}{dunce}}{\textipa{d2ns}\ }{}%
+ \ifthenelse{\equal{\word}{dune}}{\textipa{dju:n}\ }{}%
+ \ifthenelse{\equal{\word}{dung}}{\textipa{d2N}\ }{}%
+ \ifthenelse{\equal{\word}{dungeon}}{\textipa{d\'2nZn}\ }{}%
+ \ifthenelse{\equal{\word}{dunked}}{\textipa{d2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{dunkirk}}{\textipa{d\'2nk@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{duo}}{\textipa{dj\'u:oU}\ }{}%
+ \ifthenelse{\equal{\word}{duodenal}}{\textipa{dj\`u:@d\'I:nl}\ }{}%
+ \ifthenelse{\equal{\word}{duodenum}}{\textipa{dj\`u:@d\'I:n at m}\ }{}%
+ \ifthenelse{\equal{\word}{duopoly}}{\textipa{dju\'Apli}\ }{}%
+ \ifthenelse{\equal{\word}{dupe}}{\textipa{dju:p}\ }{}%
+ \ifthenelse{\equal{\word}{duplex}}{\textipa{dj\'u:pleks}\ }{}%
+ \ifthenelse{\equal{\word}{duplicate}}{\textipa{dj\'u:plIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{duplication}}{\textipa{dj\`u:plIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{duplicator}}{\textipa{dj\'u:plIk\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{duplicity}}{\textipa{djupl\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{durable}}{\textipa{dj\'U at r@bl}\ }{}%
+ \ifthenelse{\equal{\word}{duration}}{\textipa{djur\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{duress}}{\textipa{dUr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{during}}{\textipa{d\'@:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{dusk}}{\textipa{d2sk}\ }{}%
+ \ifthenelse{\equal{\word}{dusky}}{\textipa{d\'2ski}\ }{}%
+ \ifthenelse{\equal{\word}{dust}}{\textipa{d2st}\ }{}%
+ \ifthenelse{\equal{\word}{dusty}}{\textipa{d\'2sti}\ }{}%
+ \ifthenelse{\equal{\word}{dutch}}{\textipa{d2tS}\ }{}%
+ \ifthenelse{\equal{\word}{dutiful}}{\textipa{dj\'u:tIfl}\ }{}%
+ \ifthenelse{\equal{\word}{duty}}{\textipa{dj\'u:ti}\ }{}%
+ \ifthenelse{\equal{\word}{duvet}}{\textipa{duv\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{dwarf}}{\textipa{dwO:rf}\ }{}%
+ \ifthenelse{\equal{\word}{dwell}}{\textipa{dwel}\ }{}%
+ \ifthenelse{\equal{\word}{dwelling}}{\textipa{dw\'elIN}\ }{}%
+ \ifthenelse{\equal{\word}{dwelt}}{\textipa{dwelt}\ }{}%
+ \ifthenelse{\equal{\word}{dwindle}}{\textipa{dw\'Indl}\ }{}%
+ \ifthenelse{\equal{\word}{dyad}}{\textipa{d\'aI\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{dyer}}{\textipa{d\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{dying}}{\textipa{d\'aIIN}\ }{}%
+ \ifthenelse{\equal{\word}{dyke}}{\textipa{daIk}\ }{}%
+ \ifthenelse{\equal{\word}{dynamic}}{\textipa{daIn\'\ae mIk}\ }{}%
+ \ifthenelse{\equal{\word}{dynamism}}{\textipa{d\'aIn at m\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{dynamite}}{\textipa{d\'aIn at m\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{dynamo}}{\textipa{d\'aIn at m\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{dynastic}}{\textipa{daIn\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{dynasty}}{\textipa{d\'aIn at sti}\ }{}%
+ \ifthenelse{\equal{\word}{dysentery}}{\textipa{d\'Isnt\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{dysfunction}}{\textipa{dIsf\'2NSn}\ }{}%
+ \ifthenelse{\equal{\word}{dyslexia}}{\textipa{dIsl\'eksi@}\ }{}%
+ \ifthenelse{\equal{\word}{dyslexic}}{\textipa{dIsl\'eksIk}\ }{}%
+ \ifthenelse{\equal{\word}{dyspepsia}}{\textipa{dIsp\'epsi@}\ }{}%
+ \ifthenelse{\equal{\word}{dyspeptic}}{\textipa{dIsp\'eptIk}\ }{}%
+ \ifthenelse{\equal{\word}{dystrophy}}{\textipa{d\'Istr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{each}}{\textipa{i:tS}\ }{}%
+ \ifthenelse{\equal{\word}{eager}}{\textipa{\'\i:g at r}\ }{}%
+ \ifthenelse{\equal{\word}{eagerly}}{\textipa{\'\i:g at rli}\ }{}%
+ \ifthenelse{\equal{\word}{eagerness}}{\textipa{\'\i:g at rn@s}\ }{}%
+ \ifthenelse{\equal{\word}{eagle}}{\textipa{\'\i:gl}\ }{}%
+ \ifthenelse{\equal{\word}{eaglet}}{\textipa{\'\i:gl at t}\ }{}%
+ \ifthenelse{\equal{\word}{ear}}{\textipa{I at r}\ }{}%
+ \ifthenelse{\equal{\word}{earache}}{\textipa{\'I at r\`eIk}\ }{}%
+ \ifthenelse{\equal{\word}{eared}}{\textipa{I at rd}\ }{}%
+ \ifthenelse{\equal{\word}{earful}}{\textipa{\'I at rf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{earl}}{\textipa{@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{earldom}}{\textipa{\'@:rld at m}\ }{}%
+ \ifthenelse{\equal{\word}{earlier}}{\textipa{\'@:rli at r}\ }{}%
+ \ifthenelse{\equal{\word}{earliest}}{\textipa{\'@:rliIst}\ }{}%
+ \ifthenelse{\equal{\word}{early}}{\textipa{\'@:rli}\ }{}%
+ \ifthenelse{\equal{\word}{earnest}}{\textipa{\'@:rnIst}\ }{}%
+ \ifthenelse{\equal{\word}{earnestly}}{\textipa{\'@:rnIstli}\ }{}%
+ \ifthenelse{\equal{\word}{earnings}}{\textipa{\'@:rnINz}\ }{}%
+ \ifthenelse{\equal{\word}{earring}}{\textipa{\'\i at r\`IN}\ }{}%
+ \ifthenelse{\equal{\word}{earth}}{\textipa{@:rT}\ }{}%
+ \ifthenelse{\equal{\word}{earthen}}{\textipa{\'@:rTn}\ }{}%
+ \ifthenelse{\equal{\word}{earthling}}{\textipa{\'@:rTlIN}\ }{}%
+ \ifthenelse{\equal{\word}{earthly}}{\textipa{\'@:rTli}\ }{}%
+ \ifthenelse{\equal{\word}{earthquake}}{\textipa{\'@:rTkw\`eIk}\ }{}%
+ \ifthenelse{\equal{\word}{earthy}}{\textipa{\'@:rTi}\ }{}%
+ \ifthenelse{\equal{\word}{ease}}{\textipa{i:z}\ }{}%
+ \ifthenelse{\equal{\word}{easel}}{\textipa{\'\i:zl}\ }{}%
+ \ifthenelse{\equal{\word}{easily}}{\textipa{\'\i:zIli}\ }{}%
+ \ifthenelse{\equal{\word}{easiness}}{\textipa{\'\i:zin at s}\ }{}%
+ \ifthenelse{\equal{\word}{east}}{\textipa{\'\i:st}\ }{}%
+ \ifthenelse{\equal{\word}{easter}}{\textipa{\'\i:st at r}\ }{}%
+ \ifthenelse{\equal{\word}{eastern}}{\textipa{\'\i:st at rn}\ }{}%
+ \ifthenelse{\equal{\word}{eastward}}{\textipa{\'\i:stw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{eastwards}}{\textipa{\'\i:stw at rdz}\ }{}%
+ \ifthenelse{\equal{\word}{easy}}{\textipa{\'\i:zi}\ }{}%
+ \ifthenelse{\equal{\word}{eat}}{\textipa{i:t}\ }{}%
+ \ifthenelse{\equal{\word}{eatable}}{\textipa{\'\i:t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{eaten}}{\textipa{\'\i:tn}\ }{}%
+ \ifthenelse{\equal{\word}{eatery}}{\textipa{\'\i:tri}\ }{}%
+ \ifthenelse{\equal{\word}{eaves}}{\textipa{i:vz}\ }{}%
+ \ifthenelse{\equal{\word}{ebb}}{\textipa{eb}\ }{}%
+ \ifthenelse{\equal{\word}{ebony}}{\textipa{\'ebni}\ }{}%
+ \ifthenelse{\equal{\word}{ebullience}}{\textipa{Ib\'2li at ns}\ }{}%
+ \ifthenelse{\equal{\word}{ebullient}}{\textipa{Ib\'2li at nt}\ }{}%
+ \ifthenelse{\equal{\word}{eccentric}}{\textipa{Iks\'entrIk}\ }{}%
+ \ifthenelse{\equal{\word}{eccentricity}}{\textipa{\`eksentr\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ecclesiastic}}{\textipa{Ikl\`\i:zi\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{ecclesiastical}}{\textipa{Ikl\`\i:zi\'\ae stIkl}\ }{}%
+ \ifthenelse{\equal{\word}{echelon}}{\textipa{\'eS at l\`An}\ }{}%
+ \ifthenelse{\equal{\word}{echidna}}{\textipa{ik\'Idn@}\ }{}%
+ \ifthenelse{\equal{\word}{echo}}{\textipa{\'ekoU}\ }{}%
+ \ifthenelse{\equal{\word}{eclair}}{\textipa{eIkl\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{eclectic}}{\textipa{Ikl\'ektIk}\ }{}%
+ \ifthenelse{\equal{\word}{eclecticism}}{\textipa{Ikl\'ektIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{eclipse}}{\textipa{Ikl\'Ips}\ }{}%
+ \ifthenelse{\equal{\word}{ecliptic}}{\textipa{Ikl\'IptIk}\ }{}%
+ \ifthenelse{\equal{\word}{ecological}}{\textipa{\`\i:k at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{ecology}}{\textipa{Ik\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{econometrics}}{\textipa{Ik\`An at m\'etrIks}\ }{}%
+ \ifthenelse{\equal{\word}{economic}}{\textipa{\`\i:k at n\'AmIk}\ }{}%
+ \ifthenelse{\equal{\word}{economical}}{\textipa{\`\i:k at n\'AmIkl}\ }{}%
+ \ifthenelse{\equal{\word}{economically}}{\textipa{\`\i:k at n\'AmIkli}\ }{}%
+ \ifthenelse{\equal{\word}{economics}}{\textipa{\`\i:k at n\'AmIks}\ }{}%
+ \ifthenelse{\equal{\word}{economize}}{\textipa{Ik\'An at m\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{economist}}{\textipa{Ik\'An at mIst}\ }{}%
+ \ifthenelse{\equal{\word}{economy}}{\textipa{Ik\'An at mi}\ }{}%
+ \ifthenelse{\equal{\word}{ecstasy}}{\textipa{\'ekst at si}\ }{}%
+ \ifthenelse{\equal{\word}{ecstatic}}{\textipa{Ikst\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{ecuador}}{\textipa{\'ekw at d\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{ecumenical}}{\textipa{\`ekj at m\'enIkl}\ }{}%
+ \ifthenelse{\equal{\word}{eczema}}{\textipa{\'egz at m@}\ }{}%
+ \ifthenelse{\equal{\word}{eddy}}{\textipa{\'edi}\ }{}%
+ \ifthenelse{\equal{\word}{edema}}{\textipa{Id\'\i:m@}\ }{}%
+ \ifthenelse{\equal{\word}{eden}}{\textipa{\'\i:dn}\ }{}%
+ \ifthenelse{\equal{\word}{edge}}{\textipa{edZ}\ }{}%
+ \ifthenelse{\equal{\word}{edged}}{\textipa{edZd}\ }{}%
+ \ifthenelse{\equal{\word}{edgy}}{\textipa{\'edZi}\ }{}%
+ \ifthenelse{\equal{\word}{edible}}{\textipa{\'ed at bl}\ }{}%
+ \ifthenelse{\equal{\word}{edict}}{\textipa{\'\i:dIkt}\ }{}%
+ \ifthenelse{\equal{\word}{edification}}{\textipa{\`edIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{edifice}}{\textipa{\'edIfIs}\ }{}%
+ \ifthenelse{\equal{\word}{edify}}{\textipa{\'edIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{edison}}{\textipa{\'edIsn}\ }{}%
+ \ifthenelse{\equal{\word}{edit}}{\textipa{\'edIt}\ }{}%
+ \ifthenelse{\equal{\word}{edition}}{\textipa{Id\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{editor}}{\textipa{\'ed at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{editorial}}{\textipa{\`edIt\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{editorship}}{\textipa{\'edIt at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{educate}}{\textipa{\'edZ at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{educated}}{\textipa{\'edZ at k\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{education}}{\textipa{\`edZ at k\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{educational}}{\textipa{\`edZ at k\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{educative}}{\textipa{\'edZ at k\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{educator}}{\textipa{\'edZ at k\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{eel}}{\textipa{i:l}\ }{}%
+ \ifthenelse{\equal{\word}{eeriness}}{\textipa{\'I at rin@s}\ }{}%
+ \ifthenelse{\equal{\word}{eery}}{\textipa{\'I at ri}\ }{}%
+ \ifthenelse{\equal{\word}{efface}}{\textipa{If\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{effect}}{\textipa{If\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{effective}}{\textipa{If\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{effectively}}{\textipa{If\'ektIvli}\ }{}%
+ \ifthenelse{\equal{\word}{effectual}}{\textipa{If\'ektSul}\ }{}%
+ \ifthenelse{\equal{\word}{effeminacy}}{\textipa{If\'emIn at t}\ }{}%
+ \ifthenelse{\equal{\word}{effervescence}}{\textipa{\`ef at rv\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{effervescent}}{\textipa{\`ef at rv\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{effete}}{\textipa{If\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{efficacious}}{\textipa{\`efIk\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{efficacy}}{\textipa{\'efIk at si}\ }{}%
+ \ifthenelse{\equal{\word}{efficiency}}{\textipa{If\'ISnsi}\ }{}%
+ \ifthenelse{\equal{\word}{efficient}}{\textipa{If\'ISnt}\ }{}%
+ \ifthenelse{\equal{\word}{effigy}}{\textipa{\'efIdZi}\ }{}%
+ \ifthenelse{\equal{\word}{effluent}}{\textipa{\'eflu at nt}\ }{}%
+ \ifthenelse{\equal{\word}{effort}}{\textipa{\'ef at rt}\ }{}%
+ \ifthenelse{\equal{\word}{effrontery}}{\textipa{Ifr\'2ntri}\ }{}%
+ \ifthenelse{\equal{\word}{effulgence}}{\textipa{If\'2ldZns}\ }{}%
+ \ifthenelse{\equal{\word}{effulgent}}{\textipa{If\'2ldZnt}\ }{}%
+ \ifthenelse{\equal{\word}{effusion}}{\textipa{Ifj\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{effusive}}{\textipa{Ifj\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{eg}}{\textipa{\`\i:dZ\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{egalitarian}}{\textipa{Ig\`\ae lIt\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{egg}}{\textipa{eg}\ }{}%
+ \ifthenelse{\equal{\word}{ego}}{\textipa{\'\i:goU}\ }{}%
+ \ifthenelse{\equal{\word}{egocentric}}{\textipa{\`\i:goUs\'entrIk}\ }{}%
+ \ifthenelse{\equal{\word}{egoistic}}{\textipa{\`\i:goU\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{egomania}}{\textipa{\`\i:goUm\'eIni@}\ }{}%
+ \ifthenelse{\equal{\word}{egotism}}{\textipa{\'\i:g at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{egotist}}{\textipa{\'\i:g at t@st}\ }{}%
+ \ifthenelse{\equal{\word}{egotistic}}{\textipa{\`\i:g at t\'\i stik}\ }{}%
+ \ifthenelse{\equal{\word}{egregious}}{\textipa{Igr\'\i:dZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{egress}}{\textipa{\'\i:gers}\ }{}%
+ \ifthenelse{\equal{\word}{egret}}{\textipa{\'\i:gr at t}\ }{}%
+ \ifthenelse{\equal{\word}{egypt}}{\textipa{\'\i:dZIpt}\ }{}%
+ \ifthenelse{\equal{\word}{egyptian}}{\textipa{IdZ\'IpSn}\ }{}%
+ \ifthenelse{\equal{\word}{eider}}{\textipa{\'aId at r}\ }{}%
+ \ifthenelse{\equal{\word}{eighteen}}{\textipa{\`eIt\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{eighteenth}}{\textipa{\`eIt\'\i:nT}\ }{}%
+ \ifthenelse{\equal{\word}{eighth}}{\textipa{eItT}\ }{}%
+ \ifthenelse{\equal{\word}{eightieth}}{\textipa{\'eIti at T}\ }{}%
+ \ifthenelse{\equal{\word}{eighty}}{\textipa{\'eIti}\ }{}%
+ \ifthenelse{\equal{\word}{einstein}}{\textipa{\'aInstaIn}\ }{}%
+ \ifthenelse{\equal{\word}{eire}}{\textipa{\'e at r@}\ }{}%
+ \ifthenelse{\equal{\word}{eisteddfod}}{\textipa{aIst\'edvAd}\ }{}%
+ \ifthenelse{\equal{\word}{either}}{\textipa{\'\i:D at r}\ }{}%
+ \ifthenelse{\equal{\word}{eject}}{\textipa{IdZ\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{ejector}}{\textipa{IdZ\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{eke}}{\textipa{i:k}\ }{}%
+ \ifthenelse{\equal{\word}{elaborate}}{\textipa{Il\'\ae br at t}\ }{}%
+ \ifthenelse{\equal{\word}{elaboration}}{\textipa{Il\`\ae b at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{elan}}{\textipa{eIl\'A:n}\ }{}%
+ \ifthenelse{\equal{\word}{eland}}{\textipa{\'\i:l at nd}\ }{}%
+ \ifthenelse{\equal{\word}{elapse}}{\textipa{Il\'\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{elastic}}{\textipa{Il\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{elasticated}}{\textipa{Il\'\ae stIk\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{elasticity}}{\textipa{\`\i:l\ae st\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{elastin}}{\textipa{Il\'\ae stIn}\ }{}%
+ \ifthenelse{\equal{\word}{elate}}{\textipa{Il\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{elbow}}{\textipa{\'elboU}\ }{}%
+ \ifthenelse{\equal{\word}{elder}}{\textipa{\'eld at r}\ }{}%
+ \ifthenelse{\equal{\word}{elderly}}{\textipa{\'eld at rli}\ }{}%
+ \ifthenelse{\equal{\word}{eldest}}{\textipa{\'eldIst}\ }{}%
+ \ifthenelse{\equal{\word}{eldorado}}{\textipa{\`eld at r\'A:doU}\ }{}%
+ \ifthenelse{\equal{\word}{elect}}{\textipa{Il\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{election}}{\textipa{Il\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{electioneering}}{\textipa{Il\`ekS at n\'\i at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{elective}}{\textipa{Il\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{elector}}{\textipa{Il\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{electoral}}{\textipa{Il\'ektrl}\ }{}%
+ \ifthenelse{\equal{\word}{electorate}}{\textipa{Il\'ektr at t}\ }{}%
+ \ifthenelse{\equal{\word}{electric}}{\textipa{Il\'ektrIk}\ }{}%
+ \ifthenelse{\equal{\word}{electrical}}{\textipa{Il\'ektrIkl}\ }{}%
+ \ifthenelse{\equal{\word}{electrician}}{\textipa{Il\`ektr\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{electricity}}{\textipa{Il\`ektr\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{electrification}}{\textipa{Il\`ektrIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{electrify}}{\textipa{Il\'ektrIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{electro}}{\textipa{Il\'ektroU}\ }{}%
+ \ifthenelse{\equal{\word}{electrocute}}{\textipa{Il\'ektr at kj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{electrode}}{\textipa{Il\'ektroUd}\ }{}%
+ \ifthenelse{\equal{\word}{electroencephalogram}}{\textipa{Il\'ektrouIns\'efl at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{electrolysis}}{\textipa{Il\`ektr\'Al at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{electrolyte}}{\textipa{Il\'ektr at l\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{electron}}{\textipa{Il\'ektrAn}\ }{}%
+ \ifthenelse{\equal{\word}{electronic}}{\textipa{Il\`ektr\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{electronics}}{\textipa{Il\`ektr\'AnIks}\ }{}%
+ \ifthenelse{\equal{\word}{elegance}}{\textipa{\'elIgns}\ }{}%
+ \ifthenelse{\equal{\word}{elegant}}{\textipa{\'elIgnt}\ }{}%
+ \ifthenelse{\equal{\word}{elegiac}}{\textipa{\`elIdZ\'aI at k}\ }{}%
+ \ifthenelse{\equal{\word}{elegy}}{\textipa{\'el at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{element}}{\textipa{\'elIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{elemental}}{\textipa{\`elIm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{elementarily}}{\textipa{\`elIm\'entrli}\ }{}%
+ \ifthenelse{\equal{\word}{elementary}}{\textipa{\`elIm\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{elephant}}{\textipa{\'elIfnt}\ }{}%
+ \ifthenelse{\equal{\word}{elephantine}}{\textipa{\`elIf\'\ae nti:n}\ }{}%
+ \ifthenelse{\equal{\word}{elevate}}{\textipa{\'elIv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{elevation}}{\textipa{\`elIv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{elevator}}{\textipa{\'elIv\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{eleven}}{\textipa{Il\'evn}\ }{}%
+ \ifthenelse{\equal{\word}{eleventh}}{\textipa{Il\'evnT}\ }{}%
+ \ifthenelse{\equal{\word}{elf}}{\textipa{elf}\ }{}%
+ \ifthenelse{\equal{\word}{elfin}}{\textipa{\'elfIn}\ }{}%
+ \ifthenelse{\equal{\word}{elicit}}{\textipa{Il\'Is at t}\ }{}%
+ \ifthenelse{\equal{\word}{elide}}{\textipa{Il\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{eligible}}{\textipa{\'elIdZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{eliminate}}{\textipa{Il\'ImIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{elision}}{\textipa{Il\'\i Zn}\ }{}%
+ \ifthenelse{\equal{\word}{elite}}{\textipa{Il\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{elitism}}{\textipa{Il\'\i:t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{elitist}}{\textipa{Il\'\i:tIst}\ }{}%
+ \ifthenelse{\equal{\word}{elixir}}{\textipa{Il\'Iks at r}\ }{}%
+ \ifthenelse{\equal{\word}{elk}}{\textipa{elk}\ }{}%
+ \ifthenelse{\equal{\word}{ell}}{\textipa{el}\ }{}%
+ \ifthenelse{\equal{\word}{ellipse}}{\textipa{Il\'Ips}\ }{}%
+ \ifthenelse{\equal{\word}{ellipsis}}{\textipa{Il\'IpsIs}\ }{}%
+ \ifthenelse{\equal{\word}{elliptic}}{\textipa{Il\'IptIk}\ }{}%
+ \ifthenelse{\equal{\word}{elm}}{\textipa{elm}\ }{}%
+ \ifthenelse{\equal{\word}{elocution}}{\textipa{\`el at kj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{elongate}}{\textipa{Il\'O:NgeIt}\ }{}%
+ \ifthenelse{\equal{\word}{elope}}{\textipa{Il\'oUp}\ }{}%
+ \ifthenelse{\equal{\word}{eloquence}}{\textipa{\'el at kw@ns}\ }{}%
+ \ifthenelse{\equal{\word}{eloquent}}{\textipa{\'el at kw@nt}\ }{}%
+ \ifthenelse{\equal{\word}{else}}{\textipa{els}\ }{}%
+ \ifthenelse{\equal{\word}{elsewhere}}{\textipa{\'elsw\`e at r}\ }{}%
+ \ifthenelse{\equal{\word}{elucidate}}{\textipa{Il\'u:sId\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{elude}}{\textipa{Il\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{elusive}}{\textipa{Il\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{elves}}{\textipa{elvz}\ }{}%
+ \ifthenelse{\equal{\word}{em}}{\textipa{Im}\ }{}%
+ \ifthenelse{\equal{\word}{emaciate}}{\textipa{Im\'eISi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{email}}{\textipa{\'\i:m\`eIl}\ }{}%
+ \ifthenelse{\equal{\word}{emanate}}{\textipa{\'em at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{emancipate}}{\textipa{Im\'\ae nsIp\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{emasculate}}{\textipa{Im\'\ae skj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{embalm}}{\textipa{Imb\'A:m}\ }{}%
+ \ifthenelse{\equal{\word}{embankment}}{\textipa{Imb\'\ae Nkm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{embargo}}{\textipa{Imb\'A:rgoU}\ }{}%
+ \ifthenelse{\equal{\word}{embark}}{\textipa{Imb\'A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{embarkation}}{\textipa{\`embA:rk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{embarrass}}{\textipa{Imb\'\ae r at s}\ }{}%
+ \ifthenelse{\equal{\word}{embarrassed}}{\textipa{Imb\'\ae r at st}\ }{}%
+ \ifthenelse{\equal{\word}{embassy}}{\textipa{\'emb at si}\ }{}%
+ \ifthenelse{\equal{\word}{embattled}}{\textipa{Imb\'\ae tld}\ }{}%
+ \ifthenelse{\equal{\word}{embed}}{\textipa{Imb\'ed}\ }{}%
+ \ifthenelse{\equal{\word}{embedded}}{\textipa{Imb\'edId}\ }{}%
+ \ifthenelse{\equal{\word}{embellish}}{\textipa{Imb\'elIS}\ }{}%
+ \ifthenelse{\equal{\word}{ember}}{\textipa{\'emb at r}\ }{}%
+ \ifthenelse{\equal{\word}{embezzle}}{\textipa{Imb\'ezl}\ }{}%
+ \ifthenelse{\equal{\word}{embitter}}{\textipa{Imb\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{emblem}}{\textipa{\'embl at m}\ }{}%
+ \ifthenelse{\equal{\word}{emblematic}}{\textipa{\`embl at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{embodiment}}{\textipa{Imb\'Adim at nt}\ }{}%
+ \ifthenelse{\equal{\word}{embody}}{\textipa{Imb\'Adi}\ }{}%
+ \ifthenelse{\equal{\word}{embolden}}{\textipa{Imb\'oUldn}\ }{}%
+ \ifthenelse{\equal{\word}{embolism}}{\textipa{\'emb at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{emboss}}{\textipa{Imb\'As}\ }{}%
+ \ifthenelse{\equal{\word}{embrace}}{\textipa{Imbr\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{embrasure}}{\textipa{Imbr\'eIZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{embrocation}}{\textipa{\`embr at k\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{embroider}}{\textipa{Imbr\'OId at r}\ }{}%
+ \ifthenelse{\equal{\word}{embroidery}}{\textipa{Imbr\'OIdri}\ }{}%
+ \ifthenelse{\equal{\word}{embroil}}{\textipa{Imbr\'OIl}\ }{}%
+ \ifthenelse{\equal{\word}{embryo}}{\textipa{\'embri\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{embryology}}{\textipa{\`embri\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{embryonal}}{\textipa{\`embri\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{emendation}}{\textipa{\`\i:mend\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{emended}}{\textipa{Im\'end}\ }{}%
+ \ifthenelse{\equal{\word}{emerald}}{\textipa{\'emrld}\ }{}%
+ \ifthenelse{\equal{\word}{emerge}}{\textipa{Im\'@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{emergence}}{\textipa{Im\'@:rdZns}\ }{}%
+ \ifthenelse{\equal{\word}{emergency}}{\textipa{Im\'@:rdZnsi}\ }{}%
+ \ifthenelse{\equal{\word}{emergent}}{\textipa{Im\'@:rdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{emeritus}}{\textipa{Im\'er at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{emery}}{\textipa{\'emri}\ }{}%
+ \ifthenelse{\equal{\word}{emetic}}{\textipa{Im\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{emigrant}}{\textipa{\'emIgrnt}\ }{}%
+ \ifthenelse{\equal{\word}{emigrate}}{\textipa{\'emIgr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{emigre}}{\textipa{\'emIgr\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{eminence}}{\textipa{\'emIn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{eminent}}{\textipa{\'emIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{emir}}{\textipa{em\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{emirate}}{\textipa{\'emr at t}\ }{}%
+ \ifthenelse{\equal{\word}{emissary}}{\textipa{\'em at s\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{emission}}{\textipa{Im\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{emit}}{\textipa{Im\'It}\ }{}%
+ \ifthenelse{\equal{\word}{emollient}}{\textipa{Im\'Ali at nt}\ }{}%
+ \ifthenelse{\equal{\word}{emolument}}{\textipa{Im\'Alj at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{emotion}}{\textipa{Im\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{emotional}}{\textipa{Im\'oUSnl}\ }{}%
+ \ifthenelse{\equal{\word}{emotionally}}{\textipa{Im\'oUSnli}\ }{}%
+ \ifthenelse{\equal{\word}{emotive}}{\textipa{Im\'oUtIv}\ }{}%
+ \ifthenelse{\equal{\word}{empathize}}{\textipa{\'emp at T\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{empathy}}{\textipa{\'emp at Ti}\ }{}%
+ \ifthenelse{\equal{\word}{emperor}}{\textipa{\'empr at r}\ }{}%
+ \ifthenelse{\equal{\word}{emphases}}{\textipa{\'emf at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{emphasize}}{\textipa{\'emf at s\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{emphatic}}{\textipa{Imf\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{emphysema}}{\textipa{\`emfIs\'\i:m@}\ }{}%
+ \ifthenelse{\equal{\word}{empire}}{\textipa{\'empaI at r}\ }{}%
+ \ifthenelse{\equal{\word}{empirical}}{\textipa{Imp\'IrIkl}\ }{}%
+ \ifthenelse{\equal{\word}{empiricism}}{\textipa{Imp\'IrIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{emplacement}}{\textipa{Impl\'eIsm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{employ}}{\textipa{Impl\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{employee}}{\textipa{Impl\'OIi:}\ }{}%
+ \ifthenelse{\equal{\word}{employer}}{\textipa{Impl\'OI at r}\ }{}%
+ \ifthenelse{\equal{\word}{employment}}{\textipa{Impl\'OIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{emporia}}{\textipa{emp\'O:ri at m}\ }{}%
+ \ifthenelse{\equal{\word}{empower}}{\textipa{Imp\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{empress}}{\textipa{\'empr at s}\ }{}%
+ \ifthenelse{\equal{\word}{emptily}}{\textipa{\'emtIli}\ }{}%
+ \ifthenelse{\equal{\word}{emptiness}}{\textipa{\'emtin at s}\ }{}%
+ \ifthenelse{\equal{\word}{empty}}{\textipa{\'emti}\ }{}%
+ \ifthenelse{\equal{\word}{emu}}{\textipa{\'\i:mju:}\ }{}%
+ \ifthenelse{\equal{\word}{emulate}}{\textipa{\'emj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{emulsifies}}{\textipa{Im\'2lsIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{emulsion}}{\textipa{Im\'2lSn}\ }{}%
+ \ifthenelse{\equal{\word}{enable}}{\textipa{In\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{enabled}}{\textipa{In\'eIbld}\ }{}%
+ \ifthenelse{\equal{\word}{enact}}{\textipa{In\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{enamel}}{\textipa{In\'\ae ml}\ }{}%
+ \ifthenelse{\equal{\word}{enamored}}{\textipa{In\'\ae m at rd}\ }{}%
+ \ifthenelse{\equal{\word}{encamp}}{\textipa{Ink\'\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{encapsulate}}{\textipa{Ink\'\ae ps at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{encase}}{\textipa{Ink\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{encashment}}{\textipa{Ink\'\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{encephalitis}}{\textipa{Ins\`ef at l\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{encephalopathy}}{\textipa{Ins\`ef at l\'Ap at Ti}\ }{}%
+ \ifthenelse{\equal{\word}{enchain}}{\textipa{IntS\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{enchant}}{\textipa{IntS\'\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{enchantress}}{\textipa{IntS\'\ae ntr at s}\ }{}%
+ \ifthenelse{\equal{\word}{enchiladas}}{\textipa{\`entSIl\'A:d@}\ }{}%
+ \ifthenelse{\equal{\word}{encircle}}{\textipa{Ins\'@:rkl}\ }{}%
+ \ifthenelse{\equal{\word}{enclave}}{\textipa{\'enkleIv}\ }{}%
+ \ifthenelse{\equal{\word}{enclose}}{\textipa{Inkl\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{enclosure}}{\textipa{Inkl\'oUZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{encode}}{\textipa{Ink\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{encomium}}{\textipa{Ink\'oUmi at m}\ }{}%
+ \ifthenelse{\equal{\word}{encompass}}{\textipa{Ink\'2mp at s}\ }{}%
+ \ifthenelse{\equal{\word}{encore}}{\textipa{\'A:nkO:r}\ }{}%
+ \ifthenelse{\equal{\word}{encounter}}{\textipa{Ink\'aUnt at r}\ }{}%
+ \ifthenelse{\equal{\word}{encourage}}{\textipa{Ink\'@:rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{encouragement}}{\textipa{Ink\'@:rIdZm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{encouraging}}{\textipa{Ink\'@:rIdZIN}\ }{}%
+ \ifthenelse{\equal{\word}{encroach}}{\textipa{Inkr\'oUtS}\ }{}%
+ \ifthenelse{\equal{\word}{encrusted}}{\textipa{Inkr\'2stId}\ }{}%
+ \ifthenelse{\equal{\word}{encrypt}}{\textipa{Inkr\'Ipt}\ }{}%
+ \ifthenelse{\equal{\word}{encumber}}{\textipa{Ink\'2mb at r}\ }{}%
+ \ifthenelse{\equal{\word}{encumbrance}}{\textipa{Ink\'2mbrns}\ }{}%
+ \ifthenelse{\equal{\word}{encyclical}}{\textipa{Ins\'IklIkl}\ }{}%
+ \ifthenelse{\equal{\word}{encyclopedia}}{\textipa{Ins\`aIkl at p\'\i:di@}\ }{}%
+ \ifthenelse{\equal{\word}{encyclopedic}}{\textipa{Ins\`aIkl at p\'\i:dIk}\ }{}%
+ \ifthenelse{\equal{\word}{end}}{\textipa{end}\ }{}%
+ \ifthenelse{\equal{\word}{endanger}}{\textipa{Ind\'eInZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{endear}}{\textipa{Ind\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{endearing}}{\textipa{Ind\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{endeavor}}{\textipa{Ind\'ev at r}\ }{}%
+ \ifthenelse{\equal{\word}{endemic}}{\textipa{end\'emIk}\ }{}%
+ \ifthenelse{\equal{\word}{endive}}{\textipa{\'endaIv}\ }{}%
+ \ifthenelse{\equal{\word}{endless}}{\textipa{\'endl at s}\ }{}%
+ \ifthenelse{\equal{\word}{endocrine}}{\textipa{\'end at kr\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{endogenous}}{\textipa{end\'AdZn at s}\ }{}%
+ \ifthenelse{\equal{\word}{endorphins}}{\textipa{end\'O:rfIn}\ }{}%
+ \ifthenelse{\equal{\word}{endorse}}{\textipa{Ind\'O:rs}\ }{}%
+ \ifthenelse{\equal{\word}{endoscope}}{\textipa{\'end at sk\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{endoscopy}}{\textipa{end\'Ask at pi}\ }{}%
+ \ifthenelse{\equal{\word}{endothermic}}{\textipa{\`end at T\'@:rmIk}\ }{}%
+ \ifthenelse{\equal{\word}{endow}}{\textipa{Ind\'aU}\ }{}%
+ \ifthenelse{\equal{\word}{endued}}{\textipa{Indj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{endurable}}{\textipa{Indj\'U at r@bl}\ }{}%
+ \ifthenelse{\equal{\word}{endurance}}{\textipa{Indj\'U at rns}\ }{}%
+ \ifthenelse{\equal{\word}{endure}}{\textipa{Indj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{enduring}}{\textipa{Indj\'U at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{enema}}{\textipa{\'en at m@}\ }{}%
+ \ifthenelse{\equal{\word}{enemy}}{\textipa{\'en at mi}\ }{}%
+ \ifthenelse{\equal{\word}{energetic}}{\textipa{\`en at rdZ\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{energize}}{\textipa{\'en at rdZ\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{energy}}{\textipa{\'en at rdZi}\ }{}%
+ \ifthenelse{\equal{\word}{enervate}}{\textipa{\'en at rv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{enfeeble}}{\textipa{Inf\'\i:bl}\ }{}%
+ \ifthenelse{\equal{\word}{enfold}}{\textipa{Inf\'oUld}\ }{}%
+ \ifthenelse{\equal{\word}{enforce}}{\textipa{Inf\'O:rs}\ }{}%
+ \ifthenelse{\equal{\word}{enfranchise}}{\textipa{Infr\'\ae nSaIz}\ }{}%
+ \ifthenelse{\equal{\word}{engage}}{\textipa{Ing\'eIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{engaged}}{\textipa{Ing\'eIdZd}\ }{}%
+ \ifthenelse{\equal{\word}{engagement}}{\textipa{Ing\'eIdZm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{engels}}{\textipa{\'eN at lz}\ }{}%
+ \ifthenelse{\equal{\word}{engender}}{\textipa{IndZ\'end at r}\ }{}%
+ \ifthenelse{\equal{\word}{engine}}{\textipa{\'enZIn}\ }{}%
+ \ifthenelse{\equal{\word}{engined}}{\textipa{\'enZInd}\ }{}%
+ \ifthenelse{\equal{\word}{engineer}}{\textipa{\`enZIn\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{engineering}}{\textipa{\`enZIn\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{england}}{\textipa{\'INgl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{english}}{\textipa{\'INglIS}\ }{}%
+ \ifthenelse{\equal{\word}{engorge}}{\textipa{Ing\'O:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{engrained}}{\textipa{Ingr\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{engrave}}{\textipa{Ingr\'eIv}\ }{}%
+ \ifthenelse{\equal{\word}{engross}}{\textipa{Ingr\'oUs}\ }{}%
+ \ifthenelse{\equal{\word}{engulf}}{\textipa{Ing\'2lf}\ }{}%
+ \ifthenelse{\equal{\word}{enhance}}{\textipa{Inh\'\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{enigma}}{\textipa{In\'Igm@}\ }{}%
+ \ifthenelse{\equal{\word}{enigmatic}}{\textipa{\`enIgm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{enjoin}}{\textipa{IndZ\'OIn}\ }{}%
+ \ifthenelse{\equal{\word}{enjoy}}{\textipa{IndZ\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{enjoyment}}{\textipa{IndZ\'OIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{enlarge}}{\textipa{Inl\'A:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{enlighten}}{\textipa{Inl\'aItn}\ }{}%
+ \ifthenelse{\equal{\word}{enlist}}{\textipa{Inl\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{enliven}}{\textipa{Inl\'aIvn}\ }{}%
+ \ifthenelse{\equal{\word}{enmasse}}{\textipa{A:nm\'\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{enmity}}{\textipa{\'enm at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ennoble}}{\textipa{In\'oUbl}\ }{}%
+ \ifthenelse{\equal{\word}{ennui}}{\textipa{\`A:nw\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{enormity}}{\textipa{In\'O:rm at ti}\ }{}%
+ \ifthenelse{\equal{\word}{enormous}}{\textipa{In\'O:rm at s}\ }{}%
+ \ifthenelse{\equal{\word}{enough}}{\textipa{In\'2f}\ }{}%
+ \ifthenelse{\equal{\word}{enrage}}{\textipa{Inr\'eIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{enrich}}{\textipa{Inr\'ItS}\ }{}%
+ \ifthenelse{\equal{\word}{enroll}}{\textipa{Inr\'oUl}\ }{}%
+ \ifthenelse{\equal{\word}{enroute}}{\textipa{\`A:nr\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{ensconce}}{\textipa{Insk\'Ans}\ }{}%
+ \ifthenelse{\equal{\word}{ensemble}}{\textipa{A:ns\'A:mbl}\ }{}%
+ \ifthenelse{\equal{\word}{enshrine}}{\textipa{InSr\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{enshroud}}{\textipa{InSr\'aUd}\ }{}%
+ \ifthenelse{\equal{\word}{ensign}}{\textipa{\'ensaIn}\ }{}%
+ \ifthenelse{\equal{\word}{enslave}}{\textipa{Insl\'eIv}\ }{}%
+ \ifthenelse{\equal{\word}{ensnare}}{\textipa{Insn\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{ensue}}{\textipa{Insj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{ensure}}{\textipa{InS\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{entail}}{\textipa{Int\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{entangle}}{\textipa{Int\'\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{entente}}{\textipa{A:nt\'A:nt}\ }{}%
+ \ifthenelse{\equal{\word}{enter}}{\textipa{\'ent at r}\ }{}%
+ \ifthenelse{\equal{\word}{enteritis}}{\textipa{\`ent at r\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{enterprise}}{\textipa{\'ent at rpr\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{entertain}}{\textipa{\`ent at rt\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{entertainment}}{\textipa{\`ent at rt\'eInm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{enthralled}}{\textipa{InTr\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{enthrone}}{\textipa{InTr\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{enthuse}}{\textipa{InTj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{enthusiasm}}{\textipa{InTj\'u:zi\`\ae zm}\ }{}%
+ \ifthenelse{\equal{\word}{enthusiast}}{\textipa{InTj\'u:zi\`\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{enthusiastic}}{\textipa{InTj\`u:zi\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{entice}}{\textipa{Int\'aIs}\ }{}%
+ \ifthenelse{\equal{\word}{entire}}{\textipa{Int\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{entirely}}{\textipa{Int\'aI at rli}\ }{}%
+ \ifthenelse{\equal{\word}{entirety}}{\textipa{Int\'aI at rti}\ }{}%
+ \ifthenelse{\equal{\word}{entitle}}{\textipa{Int\'aItl}\ }{}%
+ \ifthenelse{\equal{\word}{entity}}{\textipa{\'ent at ti}\ }{}%
+ \ifthenelse{\equal{\word}{entomb}}{\textipa{Int\'u:m}\ }{}%
+ \ifthenelse{\equal{\word}{entomology}}{\textipa{\`ent at m\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{entourage}}{\textipa{\`A:ntur\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{entrails}}{\textipa{\'entreIlz}\ }{}%
+ \ifthenelse{\equal{\word}{entrance}}{\textipa{\'entrns}\ }{}%
+ \ifthenelse{\equal{\word}{entrant}}{\textipa{\'entrnt}\ }{}%
+ \ifthenelse{\equal{\word}{entrap}}{\textipa{Intr\'\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{entreat}}{\textipa{Intr\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{entreaty}}{\textipa{Intr\'\i:ti}\ }{}%
+ \ifthenelse{\equal{\word}{entree}}{\textipa{\'A:ntreI}\ }{}%
+ \ifthenelse{\equal{\word}{entrench}}{\textipa{Intr\'enS}\ }{}%
+ \ifthenelse{\equal{\word}{entrepreneur}}{\textipa{\`A:ntr at pr@n\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{entropy}}{\textipa{\'entr at pi}\ }{}%
+ \ifthenelse{\equal{\word}{entrust}}{\textipa{Intr\'2st}\ }{}%
+ \ifthenelse{\equal{\word}{entry}}{\textipa{\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{entwine}}{\textipa{Intw\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{enumerate}}{\textipa{Inj\'u:m at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{enunciate}}{\textipa{In\'2nsi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{envelop}}{\textipa{Inv\'el at p}\ }{}%
+ \ifthenelse{\equal{\word}{envelope}}{\textipa{\'env at l\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{enviable}}{\textipa{\'envi at bl}\ }{}%
+ \ifthenelse{\equal{\word}{envious}}{\textipa{\'envi at s}\ }{}%
+ \ifthenelse{\equal{\word}{environ}}{\textipa{Inv\'aIrn}\ }{}%
+ \ifthenelse{\equal{\word}{environment}}{\textipa{Inv\'aIrnm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{environmental}}{\textipa{Inv\`aIrnm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{environmentalism}}{\textipa{Inv\`aIrnm\'entl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{environs}}{\textipa{Inv\'aIrnz}\ }{}%
+ \ifthenelse{\equal{\word}{envisage}}{\textipa{Inv\'IzIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{envision}}{\textipa{Inv\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{envoy}}{\textipa{\'envOI}\ }{}%
+ \ifthenelse{\equal{\word}{envy}}{\textipa{\'envi}\ }{}%
+ \ifthenelse{\equal{\word}{enwrap}}{\textipa{Inr\'\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{enzyme}}{\textipa{\'enzaIm}\ }{}%
+ \ifthenelse{\equal{\word}{eon}}{\textipa{\'\i at n}\ }{}%
+ \ifthenelse{\equal{\word}{eosin}}{\textipa{\'\i:@sIn}\ }{}%
+ \ifthenelse{\equal{\word}{epaulettes}}{\textipa{\`ep at l\'et}\ }{}%
+ \ifthenelse{\equal{\word}{ephemera}}{\textipa{If\'emr@}\ }{}%
+ \ifthenelse{\equal{\word}{ephemeral}}{\textipa{If\'emrl}\ }{}%
+ \ifthenelse{\equal{\word}{epic}}{\textipa{\'epIk}\ }{}%
+ \ifthenelse{\equal{\word}{epicenter}}{\textipa{\'epIs\`ent at r}\ }{}%
+ \ifthenelse{\equal{\word}{epicure}}{\textipa{\'epIkj\`U at r}\ }{}%
+ \ifthenelse{\equal{\word}{epicurean}}{\textipa{\`epIkjur\'\i at n}\ }{}%
+ \ifthenelse{\equal{\word}{epidemic}}{\textipa{\`epId\'emIk}\ }{}%
+ \ifthenelse{\equal{\word}{epidemiology}}{\textipa{\`epId\`\i:mi\'Al at Zi}\ }{}%
+ \ifthenelse{\equal{\word}{epidermal}}{\textipa{\`epId\'@:rm at l}\ }{}%
+ \ifthenelse{\equal{\word}{epidermis}}{\textipa{\`epId\'@:rmIs}\ }{}%
+ \ifthenelse{\equal{\word}{epidural}}{\textipa{\`epIdj\'U at rl}\ }{}%
+ \ifthenelse{\equal{\word}{epigones}}{\textipa{\'epIg\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{epigram}}{\textipa{\'epIgr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{epigraph}}{\textipa{\'epIgr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{epigraphy}}{\textipa{ep\'Igr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{epilepsy}}{\textipa{\'epIl\`epsi}\ }{}%
+ \ifthenelse{\equal{\word}{epileptic}}{\textipa{\`epIl\'eptIk}\ }{}%
+ \ifthenelse{\equal{\word}{epilogue}}{\textipa{\'epIl\`O:g}\ }{}%
+ \ifthenelse{\equal{\word}{epinephrine}}{\textipa{\`epIn\'efrIn}\ }{}%
+ \ifthenelse{\equal{\word}{epiphanies}}{\textipa{Ip\'Ifni}\ }{}%
+ \ifthenelse{\equal{\word}{episcopacy}}{\textipa{Ip\'Isk at p@si}\ }{}%
+ \ifthenelse{\equal{\word}{episcopal}}{\textipa{Ip\'Isk at pl}\ }{}%
+ \ifthenelse{\equal{\word}{episcopalian}}{\textipa{Ip\`Isk at p\'eIli at n}\ }{}%
+ \ifthenelse{\equal{\word}{episcopate}}{\textipa{Ip\'Isk at p@t}\ }{}%
+ \ifthenelse{\equal{\word}{episode}}{\textipa{\'epIs\`oUd}\ }{}%
+ \ifthenelse{\equal{\word}{episodic}}{\textipa{\`epIs\'AdIk}\ }{}%
+ \ifthenelse{\equal{\word}{epistemic}}{\textipa{\`epIst\'\i:mIk}\ }{}%
+ \ifthenelse{\equal{\word}{epistemology}}{\textipa{Ip\`IstIm\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{epistle}}{\textipa{Ip\'Isl}\ }{}%
+ \ifthenelse{\equal{\word}{epistolary}}{\textipa{Ip\'Ist at l\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{epitaph}}{\textipa{\'epIt\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{epithelial}}{\textipa{\`epIT\'\i:li at m}\ }{}%
+ \ifthenelse{\equal{\word}{epithet}}{\textipa{\'epIT\`et}\ }{}%
+ \ifthenelse{\equal{\word}{epitome}}{\textipa{Ip\'It at mi}\ }{}%
+ \ifthenelse{\equal{\word}{epitomize}}{\textipa{Ip\'It at m\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{epoch}}{\textipa{\'ep at k}\ }{}%
+ \ifthenelse{\equal{\word}{epochal}}{\textipa{\'ep at kl}\ }{}%
+ \ifthenelse{\equal{\word}{epoxy}}{\textipa{ep\'Aksi}\ }{}%
+ \ifthenelse{\equal{\word}{epsilon}}{\textipa{\'eps at l\`An}\ }{}%
+ \ifthenelse{\equal{\word}{equable}}{\textipa{\'ekw at bl}\ }{}%
+ \ifthenelse{\equal{\word}{equal}}{\textipa{\'\i:kwl}\ }{}%
+ \ifthenelse{\equal{\word}{equalize}}{\textipa{\'\i:kw at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{equality}}{\textipa{Ikw\'Al at ti}\ }{}%
+ \ifthenelse{\equal{\word}{equally}}{\textipa{\'\i:kwli}\ }{}%
+ \ifthenelse{\equal{\word}{equanimity}}{\textipa{\`ekw at n\'Im at ti}\ }{}%
+ \ifthenelse{\equal{\word}{equate}}{\textipa{Ikw\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{equation}}{\textipa{Ikw\'eIZn}\ }{}%
+ \ifthenelse{\equal{\word}{equator}}{\textipa{Ikw\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{equatorial}}{\textipa{\`\i:kw at t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{equerry}}{\textipa{\'ekw at ri}\ }{}%
+ \ifthenelse{\equal{\word}{equestrian}}{\textipa{Ikw\'estri at n}\ }{}%
+ \ifthenelse{\equal{\word}{equidistant}}{\textipa{\`\i:kwId\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{equilateral}}{\textipa{\`\i:kwIl\'\ae tr at l}\ }{}%
+ \ifthenelse{\equal{\word}{equilibria}}{\textipa{\`\i:kwIl\'Ibri at m}\ }{}%
+ \ifthenelse{\equal{\word}{equine}}{\textipa{\'\i:kwaIn}\ }{}%
+ \ifthenelse{\equal{\word}{equinoctial}}{\textipa{\`\i:kwIn\'AkSl}\ }{}%
+ \ifthenelse{\equal{\word}{equinox}}{\textipa{\'ekwIn\`Aks}\ }{}%
+ \ifthenelse{\equal{\word}{equip}}{\textipa{Ikw\'Ip}\ }{}%
+ \ifthenelse{\equal{\word}{equipment}}{\textipa{Ikw\'Ipm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{equipped}}{\textipa{Ikw\'Ipt}\ }{}%
+ \ifthenelse{\equal{\word}{equitable}}{\textipa{\'ekw at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{equity}}{\textipa{\'ekw at ti}\ }{}%
+ \ifthenelse{\equal{\word}{equivalence}}{\textipa{Ikw\'Ivl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{equivalent}}{\textipa{Ikw\'Ivl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{equivocal}}{\textipa{Ikw\'Iv at kl}\ }{}%
+ \ifthenelse{\equal{\word}{equivocated}}{\textipa{Ikw\'Iv at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{era}}{\textipa{\'I at r@}\ }{}%
+ \ifthenelse{\equal{\word}{eradicate}}{\textipa{Ir\'\ae dIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{erasable}}{\textipa{Ir\'eIs at bl}\ }{}%
+ \ifthenelse{\equal{\word}{erase}}{\textipa{Ir\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{eraser}}{\textipa{Ir\'eIs at r}\ }{}%
+ \ifthenelse{\equal{\word}{erasure}}{\textipa{Ir\'eIS at r}\ }{}%
+ \ifthenelse{\equal{\word}{erbium}}{\textipa{\'@:rbi at m}\ }{}%
+ \ifthenelse{\equal{\word}{erect}}{\textipa{Ir\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{erectile}}{\textipa{Ir\'ektl}\ }{}%
+ \ifthenelse{\equal{\word}{erg}}{\textipa{@:rg}\ }{}%
+ \ifthenelse{\equal{\word}{ergo}}{\textipa{\'e at rgoU}\ }{}%
+ \ifthenelse{\equal{\word}{ergonomic}}{\textipa{\`@:rg at n\'AmIks}\ }{}%
+ \ifthenelse{\equal{\word}{ergot}}{\textipa{\'@:rg at t}\ }{}%
+ \ifthenelse{\equal{\word}{eritrea}}{\textipa{\`erItr\'\i:@}\ }{}%
+ \ifthenelse{\equal{\word}{ermine}}{\textipa{\'@:rmIn}\ }{}%
+ \ifthenelse{\equal{\word}{erode}}{\textipa{Ir\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{erogenous}}{\textipa{Ir\'AdZn at s}\ }{}%
+ \ifthenelse{\equal{\word}{eros}}{\textipa{\'erAs}\ }{}%
+ \ifthenelse{\equal{\word}{erosion}}{\textipa{Ir\'oUZn}\ }{}%
+ \ifthenelse{\equal{\word}{erosive}}{\textipa{Ir\'oUsIv}\ }{}%
+ \ifthenelse{\equal{\word}{erotic}}{\textipa{Ir\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{erotica}}{\textipa{Ir\'AtIk@}\ }{}%
+ \ifthenelse{\equal{\word}{eroticism}}{\textipa{Ir\'At at s\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{err}}{\textipa{@:r}\ }{}%
+ \ifthenelse{\equal{\word}{errand}}{\textipa{\'ernd}\ }{}%
+ \ifthenelse{\equal{\word}{errant}}{\textipa{\'ernt}\ }{}%
+ \ifthenelse{\equal{\word}{errata}}{\textipa{er\'A:t@}\ }{}%
+ \ifthenelse{\equal{\word}{erratic}}{\textipa{Ir\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{erratum}}{\textipa{er\'A:t at m}\ }{}%
+ \ifthenelse{\equal{\word}{erroneous}}{\textipa{Ir\'oUni at s}\ }{}%
+ \ifthenelse{\equal{\word}{error}}{\textipa{\'er at r}\ }{}%
+ \ifthenelse{\equal{\word}{ersatz}}{\textipa{\'e at rzA:ts}\ }{}%
+ \ifthenelse{\equal{\word}{erstwhile}}{\textipa{\'@:rstw\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{erudite}}{\textipa{\'erj at d\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{erudition}}{\textipa{\`erj at d\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{erupt}}{\textipa{Ir\'2pt}\ }{}%
+ \ifthenelse{\equal{\word}{eruption}}{\textipa{Ir\'2pSn}\ }{}%
+ \ifthenelse{\equal{\word}{eruptive}}{\textipa{Ir\'2ptIv}\ }{}%
+ \ifthenelse{\equal{\word}{erysipelas}}{\textipa{\`erIs\'Ipl at s}\ }{}%
+ \ifthenelse{\equal{\word}{escalate}}{\textipa{\'esk at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{escalator}}{\textipa{\'esk at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{escapade}}{\textipa{\'esk at p\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{escape}}{\textipa{Isk\'eIp}\ }{}%
+ \ifthenelse{\equal{\word}{escapee}}{\textipa{Isk\`eIp\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{escapism}}{\textipa{Isk\'eIpIzm}\ }{}%
+ \ifthenelse{\equal{\word}{escapist}}{\textipa{Isk\'eIpIst}\ }{}%
+ \ifthenelse{\equal{\word}{escapology}}{\textipa{\`esk at p\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{escarpment}}{\textipa{Isk\'A:rpm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{eschatology}}{\textipa{\`esk at t\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{eschew}}{\textipa{IstS\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{escort}}{\textipa{\'eskO:rt}\ }{}%
+ \ifthenelse{\equal{\word}{escudo}}{\textipa{ISk\'u:doU}\ }{}%
+ \ifthenelse{\equal{\word}{eskimo}}{\textipa{\'eskIm\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{esoteric}}{\textipa{\`es at t\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{espadrilles}}{\textipa{\'esp at drIl}\ }{}%
+ \ifthenelse{\equal{\word}{especial}}{\textipa{Isp\'eSl}\ }{}%
+ \ifthenelse{\equal{\word}{especially}}{\textipa{Isp\'eSli}\ }{}%
+ \ifthenelse{\equal{\word}{espionage}}{\textipa{\'espi at n\`A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{esplanade}}{\textipa{\'espl at n\`A:d}\ }{}%
+ \ifthenelse{\equal{\word}{espousal}}{\textipa{Isp\'aUzl}\ }{}%
+ \ifthenelse{\equal{\word}{espouse}}{\textipa{Isp\'aUz}\ }{}%
+ \ifthenelse{\equal{\word}{espresso}}{\textipa{espr\'esoU}\ }{}%
+ \ifthenelse{\equal{\word}{esprit}}{\textipa{espr\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{espy}}{\textipa{Isp\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{esquire}}{\textipa{\'eskwaI at r}\ }{}%
+ \ifthenelse{\equal{\word}{essay}}{\textipa{\'eseI}\ }{}%
+ \ifthenelse{\equal{\word}{essayist}}{\textipa{\'eseIIst}\ }{}%
+ \ifthenelse{\equal{\word}{essence}}{\textipa{\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{essential}}{\textipa{Is\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{essentially}}{\textipa{Is\'enSli}\ }{}%
+ \ifthenelse{\equal{\word}{est}}{\textipa{Ist}\ }{}%
+ \ifthenelse{\equal{\word}{establish}}{\textipa{Ist\'\ae blIS}\ }{}%
+ \ifthenelse{\equal{\word}{establishment}}{\textipa{Ist\'\ae blISm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{estate}}{\textipa{Ist\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{esteem}}{\textipa{Ist\'\i:m}\ }{}%
+ \ifthenelse{\equal{\word}{ester}}{\textipa{\'est at r}\ }{}%
+ \ifthenelse{\equal{\word}{esthete}}{\textipa{\'esT\`\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{esthetic}}{\textipa{esT\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{estimable}}{\textipa{\'estIm at bl}\ }{}%
+ \ifthenelse{\equal{\word}{estimate}}{\textipa{\'estIm\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{estonia}}{\textipa{est\'oUni@}\ }{}%
+ \ifthenelse{\equal{\word}{estuary}}{\textipa{\'estSu\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{eta}}{\textipa{\'eIt@}\ }{}%
+ \ifthenelse{\equal{\word}{etcetera}}{\textipa{ets\'etr@}\ }{}%
+ \ifthenelse{\equal{\word}{etch}}{\textipa{etS}\ }{}%
+ \ifthenelse{\equal{\word}{eternal}}{\textipa{It\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{eternity}}{\textipa{It\'@:rn at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ethanol}}{\textipa{\'eT at n\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{ether}}{\textipa{\'\i:T at r}\ }{}%
+ \ifthenelse{\equal{\word}{ethereal}}{\textipa{IT\'I at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{etherized}}{\textipa{\'\i:T at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{ethic}}{\textipa{\'eTIk}\ }{}%
+ \ifthenelse{\equal{\word}{ethical}}{\textipa{\'eTIkl}\ }{}%
+ \ifthenelse{\equal{\word}{ethics}}{\textipa{\'eTIks}\ }{}%
+ \ifthenelse{\equal{\word}{ethiopia}}{\textipa{\`\i:Ti\'oUpi@}\ }{}%
+ \ifthenelse{\equal{\word}{ethnic}}{\textipa{\'eTnIk}\ }{}%
+ \ifthenelse{\equal{\word}{ethnicity}}{\textipa{eTn\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ethnocentric}}{\textipa{\`eTnoUrtik}\ }{}%
+ \ifthenelse{\equal{\word}{ethnography}}{\textipa{eTn\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{ethnology}}{\textipa{eTn\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{ethology}}{\textipa{i:T\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{ethos}}{\textipa{\'\i:TAs}\ }{}%
+ \ifthenelse{\equal{\word}{ethyl}}{\textipa{\'eTl}\ }{}%
+ \ifthenelse{\equal{\word}{ethylene}}{\textipa{\'eT at l\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{etiquette}}{\textipa{\'etIk at t}\ }{}%
+ \ifthenelse{\equal{\word}{etna}}{\textipa{\'etn@}\ }{}%
+ \ifthenelse{\equal{\word}{etymological}}{\textipa{\`et at m@l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{etymology}}{\textipa{\`et at m\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{eucalyptus}}{\textipa{j\`u:k at l\'Ipt at s}\ }{}%
+ \ifthenelse{\equal{\word}{eugenic}}{\textipa{ju:dZ\'enIk}\ }{}%
+ \ifthenelse{\equal{\word}{eugenics}}{\textipa{ju:dZ\'enIks}\ }{}%
+ \ifthenelse{\equal{\word}{eulogize}}{\textipa{j\'u:l at dZ\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{eulogistic}}{\textipa{j\`u:l at dZ\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{eulogy}}{\textipa{j\'u:l at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{eunuch}}{\textipa{j\'u:n at k}\ }{}%
+ \ifthenelse{\equal{\word}{euphemism}}{\textipa{j\'u:f at m\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{euphemistic}}{\textipa{j\`u:f at m\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{euphonious}}{\textipa{juf\'oUni at s}\ }{}%
+ \ifthenelse{\equal{\word}{euphonium}}{\textipa{j\'ufoUni at m}\ }{}%
+ \ifthenelse{\equal{\word}{euphony}}{\textipa{j\'u:fni}\ }{}%
+ \ifthenelse{\equal{\word}{euphoria}}{\textipa{juf\'O:ri@}\ }{}%
+ \ifthenelse{\equal{\word}{euphoric}}{\textipa{juf\'O:rIk}\ }{}%
+ \ifthenelse{\equal{\word}{eurasia}}{\textipa{jur\'eIZ@}\ }{}%
+ \ifthenelse{\equal{\word}{eurasian}}{\textipa{jur\'eIZn}\ }{}%
+ \ifthenelse{\equal{\word}{eureka}}{\textipa{jur\'\i:k@}\ }{}%
+ \ifthenelse{\equal{\word}{euro}}{\textipa{j\'U at roU}\ }{}%
+ \ifthenelse{\equal{\word}{europe}}{\textipa{j\'U at r@p}\ }{}%
+ \ifthenelse{\equal{\word}{european}}{\textipa{j\`U at r@p\'\i:@n}\ }{}%
+ \ifthenelse{\equal{\word}{euthanasia}}{\textipa{j\`u:T at n\'eIZ@}\ }{}%
+ \ifthenelse{\equal{\word}{evacuate}}{\textipa{Iv\'\ae kju\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{evacuee}}{\textipa{Iv\`\ae kju\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{evade}}{\textipa{Iv\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{evaluate}}{\textipa{Iv\'\ae lju\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{evanescent}}{\textipa{\`ev at n\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{evangelical}}{\textipa{\`\i:v\ae ndZ\'elIkl}\ }{}%
+ \ifthenelse{\equal{\word}{evangelize}}{\textipa{Iv\'\ae nZ at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{evangelistic}}{\textipa{Iv\`\ae nZ at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{evaporate}}{\textipa{Iv\'\ae p at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{evasion}}{\textipa{Iv\'eIZn}\ }{}%
+ \ifthenelse{\equal{\word}{evasive}}{\textipa{Iv\'eIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{eve}}{\textipa{i:v}\ }{}%
+ \ifthenelse{\equal{\word}{even}}{\textipa{\'\i:vn}\ }{}%
+ \ifthenelse{\equal{\word}{evening}}{\textipa{\'\i:vnIN}\ }{}%
+ \ifthenelse{\equal{\word}{evens}}{\textipa{\'\i:vnz}\ }{}%
+ \ifthenelse{\equal{\word}{event}}{\textipa{Iv\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{eventful}}{\textipa{Iv\'entfl}\ }{}%
+ \ifthenelse{\equal{\word}{eventing}}{\textipa{Iv\'entIN}\ }{}%
+ \ifthenelse{\equal{\word}{eventual}}{\textipa{Iv\'enSul}\ }{}%
+ \ifthenelse{\equal{\word}{eventuality}}{\textipa{Iv\`enSu\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{eventually}}{\textipa{Iv\'enSuli}\ }{}%
+ \ifthenelse{\equal{\word}{ever}}{\textipa{\'ev at r}\ }{}%
+ \ifthenelse{\equal{\word}{everest}}{\textipa{\'evrIst}\ }{}%
+ \ifthenelse{\equal{\word}{everlasting}}{\textipa{\`ev at rl\'\ae stIN}\ }{}%
+ \ifthenelse{\equal{\word}{every}}{\textipa{\'evri}\ }{}%
+ \ifthenelse{\equal{\word}{everybody}}{\textipa{\'evrib\`Adi}\ }{}%
+ \ifthenelse{\equal{\word}{everyday}}{\textipa{\'evrid\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{everyone}}{\textipa{\'evriw\`2n}\ }{}%
+ \ifthenelse{\equal{\word}{everything}}{\textipa{\'evriT\`IN}\ }{}%
+ \ifthenelse{\equal{\word}{everywhere}}{\textipa{\'evriw\`e at r}\ }{}%
+ \ifthenelse{\equal{\word}{evict}}{\textipa{Iv\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{evidence}}{\textipa{\'evIdns}\ }{}%
+ \ifthenelse{\equal{\word}{evident}}{\textipa{\'evIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{evidential}}{\textipa{\`evId\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{evidently}}{\textipa{\'evIdntli}\ }{}%
+ \ifthenelse{\equal{\word}{evil}}{\textipa{\'\i:vl}\ }{}%
+ \ifthenelse{\equal{\word}{evilly}}{\textipa{\'\i:vli}\ }{}%
+ \ifthenelse{\equal{\word}{evince}}{\textipa{Iv\'Ins}\ }{}%
+ \ifthenelse{\equal{\word}{eviscerate}}{\textipa{Iv\'Is at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{evocation}}{\textipa{\`\i:voUk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{evocative}}{\textipa{Iv\'Ak at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{evoke}}{\textipa{Iv\'oUk}\ }{}%
+ \ifthenelse{\equal{\word}{evolution}}{\textipa{\`ev at l\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{evolutionary}}{\textipa{\`ev at l\'u:S at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{evolve}}{\textipa{Iv\'Alv}\ }{}%
+ \ifthenelse{\equal{\word}{ewe}}{\textipa{ju:}\ }{}%
+ \ifthenelse{\equal{\word}{exacerbate}}{\textipa{Igz\'\ae s at rb\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{exact}}{\textipa{Igz\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{exactitude}}{\textipa{Igz\'\ae ktItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{exactly}}{\textipa{Igz\'\ae kli}\ }{}%
+ \ifthenelse{\equal{\word}{exaggerate}}{\textipa{Igz\'\ae dZ at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{exaggerated}}{\textipa{Igz\'\ae dZ at r\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{exalt}}{\textipa{Igz\'O:lt}\ }{}%
+ \ifthenelse{\equal{\word}{exaltation}}{\textipa{\`egzO:lt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exam}}{\textipa{Igz\'\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{examination}}{\textipa{Igz\`\ae mIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{examine}}{\textipa{Igz\'\ae mIn}\ }{}%
+ \ifthenelse{\equal{\word}{examinees}}{\textipa{Igz\`\ae mIn\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{example}}{\textipa{Igz\'\ae mpl}\ }{}%
+ \ifthenelse{\equal{\word}{exasperate}}{\textipa{Igz\'\ae sp at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{excavate}}{\textipa{\'eksk at v\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{excavator}}{\textipa{\'eksk at v\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{exceed}}{\textipa{Iks\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{exceedingly}}{\textipa{Iks\'\i:dINli}\ }{}%
+ \ifthenelse{\equal{\word}{excel}}{\textipa{Iks\'el}\ }{}%
+ \ifthenelse{\equal{\word}{excellence}}{\textipa{\'eksl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{excellency}}{\textipa{\'eksl at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{excellent}}{\textipa{\'eksl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{excelsior}}{\textipa{eks\'elsi at r}\ }{}%
+ \ifthenelse{\equal{\word}{except}}{\textipa{Iks\'ept}\ }{}%
+ \ifthenelse{\equal{\word}{exception}}{\textipa{Iks\'epSn}\ }{}%
+ \ifthenelse{\equal{\word}{exceptional}}{\textipa{Iks\'epSnl}\ }{}%
+ \ifthenelse{\equal{\word}{excerpt}}{\textipa{\'eks@:rpt}\ }{}%
+ \ifthenelse{\equal{\word}{excess}}{\textipa{Iks\'es}\ }{}%
+ \ifthenelse{\equal{\word}{excessive}}{\textipa{Iks\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{exchange}}{\textipa{IkstS\'eInZ}\ }{}%
+ \ifthenelse{\equal{\word}{exchequer}}{\textipa{IkstS\'ek at r}\ }{}%
+ \ifthenelse{\equal{\word}{excise}}{\textipa{\'eksaIz}\ }{}%
+ \ifthenelse{\equal{\word}{excision}}{\textipa{Iks\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{excite}}{\textipa{Iks\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{excited}}{\textipa{Iks\'aItId}\ }{}%
+ \ifthenelse{\equal{\word}{excitement}}{\textipa{Iks\'aItm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{exciting}}{\textipa{Iks\'aItIN}\ }{}%
+ \ifthenelse{\equal{\word}{exclaim}}{\textipa{Ikskl\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{exclamation}}{\textipa{\`ekskl at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exclamatory}}{\textipa{Ikskl\'\ae m at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{exclude}}{\textipa{Ikskl\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{excluding}}{\textipa{Ikskl\'u:dIN}\ }{}%
+ \ifthenelse{\equal{\word}{exclusion}}{\textipa{Ikskl\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{exclusionary}}{\textipa{Ikskl\'u:Z at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{exclusive}}{\textipa{Ikskl\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{exclusively}}{\textipa{Ikskl\'u:sIvli}\ }{}%
+ \ifthenelse{\equal{\word}{excommunicate}}{\textipa{\`eksk at mj\'u:nIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{excrete}}{\textipa{Ikskr\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{excruciating}}{\textipa{Ikskr\'u:Si\`eItIN}\ }{}%
+ \ifthenelse{\equal{\word}{excursion}}{\textipa{Iksk\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{excursus}}{\textipa{eksk\'@:rs at s}\ }{}%
+ \ifthenelse{\equal{\word}{excuse}}{\textipa{Ikskj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{executable}}{\textipa{eksIkj\'u:t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{execute}}{\textipa{\'eksIkj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{execution}}{\textipa{\`eksIkj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{executive}}{\textipa{Igz\'ekj at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{executor}}{\textipa{Igz\'ekj at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{exegesis}}{\textipa{\`eksIdZ\'\i:sIs}\ }{}%
+ \ifthenelse{\equal{\word}{exemplar}}{\textipa{Igz\'emplA:r}\ }{}%
+ \ifthenelse{\equal{\word}{exemplary}}{\textipa{Igz\'emplri}\ }{}%
+ \ifthenelse{\equal{\word}{exemplification}}{\textipa{Igz\`emplIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exemplify}}{\textipa{Igz\'emplIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{exempt}}{\textipa{Igz\'emt}\ }{}%
+ \ifthenelse{\equal{\word}{exemption}}{\textipa{Igz\'emSn}\ }{}%
+ \ifthenelse{\equal{\word}{exercise}}{\textipa{\'eks at rs\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{exert}}{\textipa{Igz\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{exertion}}{\textipa{Igz\'@:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{exes}}{\textipa{eks}\ }{}%
+ \ifthenelse{\equal{\word}{exeunt}}{\textipa{\'eksi\`2nt}\ }{}%
+ \ifthenelse{\equal{\word}{exfoliation}}{\textipa{eksf\'oUli\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{exhalation}}{\textipa{\`eksh at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exhale}}{\textipa{eksh\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{exhaust}}{\textipa{Igz\'O:st}\ }{}%
+ \ifthenelse{\equal{\word}{exhausted}}{\textipa{Igz\'O:stId}\ }{}%
+ \ifthenelse{\equal{\word}{exhaustion}}{\textipa{Igz\'O:stSn}\ }{}%
+ \ifthenelse{\equal{\word}{exhaustive}}{\textipa{Igz\'O:stIv}\ }{}%
+ \ifthenelse{\equal{\word}{exhibit}}{\textipa{Igz\'Ib at t}\ }{}%
+ \ifthenelse{\equal{\word}{exhibition}}{\textipa{\`eksIb\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{exhibitor}}{\textipa{Igz\'Ib at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{exhilarate}}{\textipa{Igz\'Il at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{exhort}}{\textipa{Igz\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{exhortation}}{\textipa{\`egzO:rt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exhumation}}{\textipa{\`ekshjum\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exhume}}{\textipa{Igz\'u:m}\ }{}%
+ \ifthenelse{\equal{\word}{exigency}}{\textipa{\'eksIdZnsi}\ }{}%
+ \ifthenelse{\equal{\word}{exigent}}{\textipa{\'eksIdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{exiguous}}{\textipa{Igz\'Igju at s}\ }{}%
+ \ifthenelse{\equal{\word}{exile}}{\textipa{\'eksaIl}\ }{}%
+ \ifthenelse{\equal{\word}{exist}}{\textipa{Igz\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{existence}}{\textipa{Igz\'Istns}\ }{}%
+ \ifthenelse{\equal{\word}{existent}}{\textipa{Igz\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{existential}}{\textipa{\`egzIst\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{existing}}{\textipa{Igz\'IstIN}\ }{}%
+ \ifthenelse{\equal{\word}{exit}}{\textipa{\'egz at t}\ }{}%
+ \ifthenelse{\equal{\word}{exocrine}}{\textipa{\'eks at krn}\ }{}%
+ \ifthenelse{\equal{\word}{exodus}}{\textipa{\'eks at d@s}\ }{}%
+ \ifthenelse{\equal{\word}{exogenous}}{\textipa{eks\'AdZn at s}\ }{}%
+ \ifthenelse{\equal{\word}{exonerate}}{\textipa{Igz\'An at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{exorbitant}}{\textipa{Igz\'O:rb at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{exorcise}}{\textipa{\'eksO:rs\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{exorcism}}{\textipa{\'eksO:rs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{exothermic}}{\textipa{\`eksoUT\'@:rmIk}\ }{}%
+ \ifthenelse{\equal{\word}{exotic}}{\textipa{Igz\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{exotica}}{\textipa{Igz\'AtIk@}\ }{}%
+ \ifthenelse{\equal{\word}{exoticism}}{\textipa{Igz\'At at s\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{expand}}{\textipa{Iksp\'\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{expanse}}{\textipa{Iksp\'\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{expansion}}{\textipa{Iksp\'\ae nSn}\ }{}%
+ \ifthenelse{\equal{\word}{expansionary}}{\textipa{Iksp\'\ae nS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{expansive}}{\textipa{Iksp\'\ae nsIv}\ }{}%
+ \ifthenelse{\equal{\word}{expatriate}}{\textipa{eksp\'eItri at t}\ }{}%
+ \ifthenelse{\equal{\word}{expect}}{\textipa{Iksp\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{expectancy}}{\textipa{Iksp\'ektnsi}\ }{}%
+ \ifthenelse{\equal{\word}{expectant}}{\textipa{Iksp\'ektnt}\ }{}%
+ \ifthenelse{\equal{\word}{expectation}}{\textipa{\`ekspekt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{expectorate}}{\textipa{Iksp\'ekt at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{expediency}}{\textipa{Iksp\'\i:di at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{expedient}}{\textipa{Iksp\'\i:di at nt}\ }{}%
+ \ifthenelse{\equal{\word}{expedite}}{\textipa{\'eksp at d\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{expedition}}{\textipa{\`eksp at d\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{expeditionary}}{\textipa{\`eksp at d\'IS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{expeditious}}{\textipa{\`eksp at d\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{expel}}{\textipa{Iksp\'el}\ }{}%
+ \ifthenelse{\equal{\word}{expend}}{\textipa{Iksp\'end}\ }{}%
+ \ifthenelse{\equal{\word}{expenditure}}{\textipa{Iksp\'endItS at r}\ }{}%
+ \ifthenelse{\equal{\word}{expense}}{\textipa{Iksp\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{expensive}}{\textipa{Iksp\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{experience}}{\textipa{Iksp\'I at ri@ns}\ }{}%
+ \ifthenelse{\equal{\word}{experienced}}{\textipa{Iksp\'I at ri@nst}\ }{}%
+ \ifthenelse{\equal{\word}{experiential}}{\textipa{Iksp\`I at ri\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{experiment}}{\textipa{Iksp\'erIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{experimental}}{\textipa{Iksp\`erIm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{experimentation}}{\textipa{Iksp\`erIment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{expert}}{\textipa{\'eksp@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{expertise}}{\textipa{\`eksp@:rt\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{expiate}}{\textipa{\'ekspi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{expiration}}{\textipa{\`eksp at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{expiratory}}{\textipa{Iksp\'aIr at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{expire}}{\textipa{Iksp\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{expiry}}{\textipa{Iksp\'aIri}\ }{}%
+ \ifthenelse{\equal{\word}{explain}}{\textipa{Ikspl\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{explanation}}{\textipa{\`ekspl at n\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{explanatory}}{\textipa{Ikspl\'\ae n at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{expletive}}{\textipa{\'ekspl at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{explicable}}{\textipa{Ikspl\'Ik at bl}\ }{}%
+ \ifthenelse{\equal{\word}{explicate}}{\textipa{\'eksplIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{explicit}}{\textipa{Ikspl\'IsIt}\ }{}%
+ \ifthenelse{\equal{\word}{explode}}{\textipa{Ikspl\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{exploit}}{\textipa{Ikspl\'OIt}\ }{}%
+ \ifthenelse{\equal{\word}{exploitable}}{\textipa{Ikspl\'OIt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{exploitation}}{\textipa{\`eksplOIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exploitative}}{\textipa{Ikspl\'OIt at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{exploration}}{\textipa{\`ekspl at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exploratory}}{\textipa{Ikspl\'O:r at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{explore}}{\textipa{Ikspl\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{explorer}}{\textipa{Ikspl\'O:r at r}\ }{}%
+ \ifthenelse{\equal{\word}{explosion}}{\textipa{Ikspl\'oUZn}\ }{}%
+ \ifthenelse{\equal{\word}{explosive}}{\textipa{Ikspl\'oUsIv}\ }{}%
+ \ifthenelse{\equal{\word}{expo}}{\textipa{\'ekspoU}\ }{}%
+ \ifthenelse{\equal{\word}{exponent}}{\textipa{Iksp\'oUn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{exponential}}{\textipa{\`eksp at n\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{export}}{\textipa{\'ekspO:rt}\ }{}%
+ \ifthenelse{\equal{\word}{expose}}{\textipa{Iksp\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{exposed}}{\textipa{Iksp\'oUzd}\ }{}%
+ \ifthenelse{\equal{\word}{exposition}}{\textipa{\`eksp at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{expository}}{\textipa{Iksp\'Az at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{expostulate}}{\textipa{Iksp\'AstS at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{exposure}}{\textipa{Iksp\'oUZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{expound}}{\textipa{Iksp\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{express}}{\textipa{Ikspr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{expression}}{\textipa{Ikspr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{expressive}}{\textipa{Ikspr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{expropriate}}{\textipa{Ikspr\'oUpri\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{expulsion}}{\textipa{Iksp\'2lSn}\ }{}%
+ \ifthenelse{\equal{\word}{expunge}}{\textipa{Iksp\'2nZ}\ }{}%
+ \ifthenelse{\equal{\word}{expurgate}}{\textipa{\'eksp at rg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{exquisite}}{\textipa{Ikskw\'IzIt}\ }{}%
+ \ifthenelse{\equal{\word}{extend}}{\textipa{Ikst\'end}\ }{}%
+ \ifthenelse{\equal{\word}{extension}}{\textipa{Ikst\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{extensive}}{\textipa{Ikst\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{extensors}}{\textipa{Ikst\'ens at r}\ }{}%
+ \ifthenelse{\equal{\word}{extent}}{\textipa{Ikst\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{extenuate}}{\textipa{Ikst\'enju\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{extenuation}}{\textipa{Ikst\`enju\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{exterior}}{\textipa{Ikst\'\i at ri@r}\ }{}%
+ \ifthenelse{\equal{\word}{exterminate}}{\textipa{Ikst\'@:rmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{extern}}{\textipa{\'ekst@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{external}}{\textipa{Ikst\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{externalized}}{\textipa{Ikst\'@:rn at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{extinct}}{\textipa{Ikst\'INt}\ }{}%
+ \ifthenelse{\equal{\word}{extinguish}}{\textipa{Ikst\'INgwIS}\ }{}%
+ \ifthenelse{\equal{\word}{extirpate}}{\textipa{\'ekst@:rp\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{extol}}{\textipa{Ikst\'oUl}\ }{}%
+ \ifthenelse{\equal{\word}{extort}}{\textipa{Ikst\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{extortionate}}{\textipa{Ikst\'O:rSn at t}\ }{}%
+ \ifthenelse{\equal{\word}{extra}}{\textipa{\'ekstr@}\ }{}%
+ \ifthenelse{\equal{\word}{extract}}{\textipa{Ikstr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{extractive}}{\textipa{Ikstr\'\ae ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{extractor}}{\textipa{Ikstr\'\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{extradite}}{\textipa{\'ekstr at d\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{extraneous}}{\textipa{Ikstr\'eIni at s}\ }{}%
+ \ifthenelse{\equal{\word}{extraordinarily}}{\textipa{Ikstr\`O:rdn\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{extraordinary}}{\textipa{Ikstr\'O:rdn\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{extrapolate}}{\textipa{Ikstr\'\ae p at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{extravagance}}{\textipa{Ikstr\'\ae v at gns}\ }{}%
+ \ifthenelse{\equal{\word}{extravagant}}{\textipa{Ikstr\'\ae v at gnt}\ }{}%
+ \ifthenelse{\equal{\word}{extravaganza}}{\textipa{Ikstr\`\ae v at g\'\ae nz@}\ }{}%
+ \ifthenelse{\equal{\word}{extreme}}{\textipa{Ikstr\'\i:m}\ }{}%
+ \ifthenelse{\equal{\word}{extremely}}{\textipa{Ikstr\'\i:mli}\ }{}%
+ \ifthenelse{\equal{\word}{extremism}}{\textipa{Ikstr\'\i:mIzm}\ }{}%
+ \ifthenelse{\equal{\word}{extremist}}{\textipa{Ikstr\'\i:mIst}\ }{}%
+ \ifthenelse{\equal{\word}{extremity}}{\textipa{Ikstr\'em at ti}\ }{}%
+ \ifthenelse{\equal{\word}{extricate}}{\textipa{\'ekstrIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{extrication}}{\textipa{\`ekstrIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{extrinsic}}{\textipa{ekstr\'InsIk}\ }{}%
+ \ifthenelse{\equal{\word}{extroversion}}{\textipa{\`ekstr at v\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{extrovert}}{\textipa{\'ekstr at v\`@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{extrude}}{\textipa{Ikstr\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{extrusion}}{\textipa{Ikstr\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{exuberance}}{\textipa{Igzj\'u:brns}\ }{}%
+ \ifthenelse{\equal{\word}{exuberant}}{\textipa{Igzj\'u:brnt}\ }{}%
+ \ifthenelse{\equal{\word}{exude}}{\textipa{Igzj\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{exult}}{\textipa{Igz\'2lt}\ }{}%
+ \ifthenelse{\equal{\word}{exultant}}{\textipa{Igz\'2ltnt}\ }{}%
+ \ifthenelse{\equal{\word}{exultation}}{\textipa{\`egz2lt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{eyebrow}}{\textipa{\'aIbr\`aU}\ }{}%
+ \ifthenelse{\equal{\word}{eyed}}{\textipa{aId}\ }{}%
+ \ifthenelse{\equal{\word}{eyeful}}{\textipa{\'aIf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{eyeglass}}{\textipa{\'aIgl\`\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{eyelid}}{\textipa{\'aIl\`Id}\ }{}%
+ \ifthenelse{\equal{\word}{eyesight}}{\textipa{\'aIs\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{fab}}{\textipa{f\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{fable}}{\textipa{f\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{fabric}}{\textipa{f\'\ae brIk}\ }{}%
+ \ifthenelse{\equal{\word}{fabricate}}{\textipa{f\'\ae brIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{fabulists}}{\textipa{f\'\ae bj at lIst}\ }{}%
+ \ifthenelse{\equal{\word}{fabulous}}{\textipa{f\'\ae bj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{facade}}{\textipa{f at s\'A:d}\ }{}%
+ \ifthenelse{\equal{\word}{face}}{\textipa{feIs}\ }{}%
+ \ifthenelse{\equal{\word}{faced}}{\textipa{feIst}\ }{}%
+ \ifthenelse{\equal{\word}{facet}}{\textipa{f\'\ae sIt}\ }{}%
+ \ifthenelse{\equal{\word}{faceted}}{\textipa{f\'\ae sItId}\ }{}%
+ \ifthenelse{\equal{\word}{facetious}}{\textipa{f at s\'\i:S at s}\ }{}%
+ \ifthenelse{\equal{\word}{facia}}{\textipa{f\'eIS@}\ }{}%
+ \ifthenelse{\equal{\word}{facial}}{\textipa{f\'eISl}\ }{}%
+ \ifthenelse{\equal{\word}{facile}}{\textipa{f\'\ae sl}\ }{}%
+ \ifthenelse{\equal{\word}{facilitate}}{\textipa{f at s\'Il at t\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{facilitator}}{\textipa{f at s\'Il at t\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{facility}}{\textipa{f at s\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{facing}}{\textipa{f\'eIsIN}\ }{}%
+ \ifthenelse{\equal{\word}{facsimile}}{\textipa{f\ae ks\'Imli}\ }{}%
+ \ifthenelse{\equal{\word}{fact}}{\textipa{f\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{faction}}{\textipa{f\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{factional}}{\textipa{f\'\ae kSnl}\ }{}%
+ \ifthenelse{\equal{\word}{factitious}}{\textipa{f\ae kt\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{factor}}{\textipa{f\'\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{factorial}}{\textipa{f\ae kt\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{factoring}}{\textipa{f\'\ae ktrIN}\ }{}%
+ \ifthenelse{\equal{\word}{factorize}}{\textipa{f\'\ae kt at raIz}\ }{}%
+ \ifthenelse{\equal{\word}{factory}}{\textipa{f\'\ae ktri}\ }{}%
+ \ifthenelse{\equal{\word}{factotum}}{\textipa{f\ae kt\'oUt at m}\ }{}%
+ \ifthenelse{\equal{\word}{factual}}{\textipa{f\'\ae ktSul}\ }{}%
+ \ifthenelse{\equal{\word}{faculty}}{\textipa{f\'\ae klti}\ }{}%
+ \ifthenelse{\equal{\word}{fad}}{\textipa{f\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{fade}}{\textipa{feId}\ }{}%
+ \ifthenelse{\equal{\word}{faded}}{\textipa{f\'eIdId}\ }{}%
+ \ifthenelse{\equal{\word}{faecal}}{\textipa{f\'\i:kl}\ }{}%
+ \ifthenelse{\equal{\word}{faeces}}{\textipa{f\'\i:si:z}\ }{}%
+ \ifthenelse{\equal{\word}{fag}}{\textipa{f\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{fagot}}{\textipa{f\'\ae g at t}\ }{}%
+ \ifthenelse{\equal{\word}{fail}}{\textipa{feIl}\ }{}%
+ \ifthenelse{\equal{\word}{failure}}{\textipa{f\'eIlj at r}\ }{}%
+ \ifthenelse{\equal{\word}{faint}}{\textipa{feInt}\ }{}%
+ \ifthenelse{\equal{\word}{faintly}}{\textipa{f\'eIntli}\ }{}%
+ \ifthenelse{\equal{\word}{fair}}{\textipa{fe at r}\ }{}%
+ \ifthenelse{\equal{\word}{fairing}}{\textipa{f\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{fairly}}{\textipa{f\'e at rli}\ }{}%
+ \ifthenelse{\equal{\word}{fairy}}{\textipa{f\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{faith}}{\textipa{feIT}\ }{}%
+ \ifthenelse{\equal{\word}{faithful}}{\textipa{f\'eITfl}\ }{}%
+ \ifthenelse{\equal{\word}{faithfully}}{\textipa{f\'eITfli}\ }{}%
+ \ifthenelse{\equal{\word}{fake}}{\textipa{feIk}\ }{}%
+ \ifthenelse{\equal{\word}{fakers}}{\textipa{f\'eIk at r}\ }{}%
+ \ifthenelse{\equal{\word}{falcon}}{\textipa{f\'\ae lkn}\ }{}%
+ \ifthenelse{\equal{\word}{fall}}{\textipa{fO:l}\ }{}%
+ \ifthenelse{\equal{\word}{fallacious}}{\textipa{f at l\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{fallacy}}{\textipa{f\'\ae l at si}\ }{}%
+ \ifthenelse{\equal{\word}{fallen}}{\textipa{f\'O:l at n}\ }{}%
+ \ifthenelse{\equal{\word}{fallible}}{\textipa{f\'\ae l at bl}\ }{}%
+ \ifthenelse{\equal{\word}{fallow}}{\textipa{f\'\ae loU}\ }{}%
+ \ifthenelse{\equal{\word}{false}}{\textipa{fO:ls}\ }{}%
+ \ifthenelse{\equal{\word}{falsehood}}{\textipa{f\'O:lsh\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{falsetto}}{\textipa{fO:ls\'etoU}\ }{}%
+ \ifthenelse{\equal{\word}{falsification}}{\textipa{f\`O:lsIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{falsify}}{\textipa{f\'O:lsIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{falsity}}{\textipa{f\'O:ls at ti}\ }{}%
+ \ifthenelse{\equal{\word}{falter}}{\textipa{f\'O:lt at r}\ }{}%
+ \ifthenelse{\equal{\word}{fame}}{\textipa{feIm}\ }{}%
+ \ifthenelse{\equal{\word}{familial}}{\textipa{f at m\'Ilj at l}\ }{}%
+ \ifthenelse{\equal{\word}{familiar}}{\textipa{f at m\'Ilj at r}\ }{}%
+ \ifthenelse{\equal{\word}{familiarize}}{\textipa{f at m\'Ilj at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{familiarity}}{\textipa{f at m\`Ilj\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{family}}{\textipa{f\'\ae mli}\ }{}%
+ \ifthenelse{\equal{\word}{famine}}{\textipa{f\'\ae mIn}\ }{}%
+ \ifthenelse{\equal{\word}{famous}}{\textipa{f\'eIm at s}\ }{}%
+ \ifthenelse{\equal{\word}{fan}}{\textipa{f\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{fanatic}}{\textipa{f at n\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{fanatical}}{\textipa{f at n\'\ae tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{fanaticism}}{\textipa{f at n\'\ae t at s\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{fanciable}}{\textipa{f\'\ae nsi at bl}\ }{}%
+ \ifthenelse{\equal{\word}{fancier}}{\textipa{f\'\ae nsi at r}\ }{}%
+ \ifthenelse{\equal{\word}{fanciful}}{\textipa{f\'\ae nsIfl}\ }{}%
+ \ifthenelse{\equal{\word}{fancy}}{\textipa{f\'\ae nsi}\ }{}%
+ \ifthenelse{\equal{\word}{fandango}}{\textipa{f\ae nd\'\ae NgoU}\ }{}%
+ \ifthenelse{\equal{\word}{fanfare}}{\textipa{f\'\ae nf\`e at r}\ }{}%
+ \ifthenelse{\equal{\word}{fang}}{\textipa{f\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{fanny}}{\textipa{f\'\ae ni}\ }{}%
+ \ifthenelse{\equal{\word}{fantasia}}{\textipa{f\ae nt\'eIZ@}\ }{}%
+ \ifthenelse{\equal{\word}{fantastic}}{\textipa{f\ae nt\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{far}}{\textipa{fA:r}\ }{}%
+ \ifthenelse{\equal{\word}{farad}}{\textipa{f\'\ae r at d}\ }{}%
+ \ifthenelse{\equal{\word}{faraday}}{\textipa{f\'\ae r at deI}\ }{}%
+ \ifthenelse{\equal{\word}{faraway}}{\textipa{f\`A:r at w\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{farce}}{\textipa{fA:rs}\ }{}%
+ \ifthenelse{\equal{\word}{farcical}}{\textipa{f\'A:rsIkl}\ }{}%
+ \ifthenelse{\equal{\word}{farewell}}{\textipa{f\`e at rw\'el}\ }{}%
+ \ifthenelse{\equal{\word}{farm}}{\textipa{fA:rm}\ }{}%
+ \ifthenelse{\equal{\word}{farmer}}{\textipa{f\'A:rm at r}\ }{}%
+ \ifthenelse{\equal{\word}{farming}}{\textipa{f\'A:rmIN}\ }{}%
+ \ifthenelse{\equal{\word}{farrago}}{\textipa{f at r\'A:goU}\ }{}%
+ \ifthenelse{\equal{\word}{farrier}}{\textipa{f\'\ae ri at r}\ }{}%
+ \ifthenelse{\equal{\word}{farrow}}{\textipa{f\'\ae roU}\ }{}%
+ \ifthenelse{\equal{\word}{farther}}{\textipa{f\'A:rD at r}\ }{}%
+ \ifthenelse{\equal{\word}{farthest}}{\textipa{f\'A:rDIst}\ }{}%
+ \ifthenelse{\equal{\word}{farthing}}{\textipa{f\'A:rDIN}\ }{}%
+ \ifthenelse{\equal{\word}{fascia}}{\textipa{f\'\ae Si@}\ }{}%
+ \ifthenelse{\equal{\word}{fascinate}}{\textipa{f\'\ae sIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{fascinated}}{\textipa{f\'\ae sIn\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{fascinating}}{\textipa{f\'\ae sIn\`eItIN}\ }{}%
+ \ifthenelse{\equal{\word}{fascism}}{\textipa{f\'\ae SIzm}\ }{}%
+ \ifthenelse{\equal{\word}{fascist}}{\textipa{f\'\ae SIst}\ }{}%
+ \ifthenelse{\equal{\word}{fashion}}{\textipa{f\'\ae Sn}\ }{}%
+ \ifthenelse{\equal{\word}{fashionable}}{\textipa{f\'\ae Sn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{fast}}{\textipa{f\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{fasten}}{\textipa{f\'\ae sn}\ }{}%
+ \ifthenelse{\equal{\word}{fastidious}}{\textipa{f\ae st\'Idi at s}\ }{}%
+ \ifthenelse{\equal{\word}{fat}}{\textipa{f\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{fatal}}{\textipa{f\'eItl}\ }{}%
+ \ifthenelse{\equal{\word}{fatalism}}{\textipa{f\'eIt at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{fatalist}}{\textipa{f\'eIt at lIst}\ }{}%
+ \ifthenelse{\equal{\word}{fatalistic}}{\textipa{f\`eIt at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{fatality}}{\textipa{feIt\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fate}}{\textipa{feIt}\ }{}%
+ \ifthenelse{\equal{\word}{fated}}{\textipa{f\'eItId}\ }{}%
+ \ifthenelse{\equal{\word}{fateful}}{\textipa{f\'eItfl}\ }{}%
+ \ifthenelse{\equal{\word}{father}}{\textipa{f\'A:D at r}\ }{}%
+ \ifthenelse{\equal{\word}{fathering}}{\textipa{f\'A:DrIN}\ }{}%
+ \ifthenelse{\equal{\word}{fathom}}{\textipa{f\'\ae Dm}\ }{}%
+ \ifthenelse{\equal{\word}{fatigue}}{\textipa{f at t\'\i:g}\ }{}%
+ \ifthenelse{\equal{\word}{fatten}}{\textipa{f\'\ae tn}\ }{}%
+ \ifthenelse{\equal{\word}{fatty}}{\textipa{f\'\ae ti}\ }{}%
+ \ifthenelse{\equal{\word}{fatuity}}{\textipa{f at tj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{fatuous}}{\textipa{f\'\ae tSu at s}\ }{}%
+ \ifthenelse{\equal{\word}{fatwa}}{\textipa{f\'\ae twA:}\ }{}%
+ \ifthenelse{\equal{\word}{faucet}}{\textipa{f\'O:sIt}\ }{}%
+ \ifthenelse{\equal{\word}{fault}}{\textipa{fO:lt}\ }{}%
+ \ifthenelse{\equal{\word}{faulty}}{\textipa{f\'O:lti}\ }{}%
+ \ifthenelse{\equal{\word}{faun}}{\textipa{fO:n}\ }{}%
+ \ifthenelse{\equal{\word}{fauna}}{\textipa{f\'O:n@}\ }{}%
+ \ifthenelse{\equal{\word}{faust}}{\textipa{faUst}\ }{}%
+ \ifthenelse{\equal{\word}{favor}}{\textipa{f\'eIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{favorable}}{\textipa{f\'eIvr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{favorite}}{\textipa{f\'eIvr at t}\ }{}%
+ \ifthenelse{\equal{\word}{fax}}{\textipa{f\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{fealty}}{\textipa{f\'\i at lti}\ }{}%
+ \ifthenelse{\equal{\word}{fear}}{\textipa{fI at r}\ }{}%
+ \ifthenelse{\equal{\word}{fearful}}{\textipa{f\'I at rfl}\ }{}%
+ \ifthenelse{\equal{\word}{fearless}}{\textipa{f\'I at rl@s}\ }{}%
+ \ifthenelse{\equal{\word}{fearsome}}{\textipa{f\'I at rsm}\ }{}%
+ \ifthenelse{\equal{\word}{feasible}}{\textipa{f\'\i:z at bl}\ }{}%
+ \ifthenelse{\equal{\word}{feast}}{\textipa{fi:st}\ }{}%
+ \ifthenelse{\equal{\word}{feat}}{\textipa{fi:t}\ }{}%
+ \ifthenelse{\equal{\word}{feather}}{\textipa{f\'eD at r}\ }{}%
+ \ifthenelse{\equal{\word}{feathery}}{\textipa{f\'eDri}\ }{}%
+ \ifthenelse{\equal{\word}{feature}}{\textipa{f\'\i:tS at r}\ }{}%
+ \ifthenelse{\equal{\word}{febrile}}{\textipa{f\'ebraIl}\ }{}%
+ \ifthenelse{\equal{\word}{february}}{\textipa{f\'ebju\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{feckless}}{\textipa{f\'ekl at s}\ }{}%
+ \ifthenelse{\equal{\word}{fecund}}{\textipa{f\'eknd}\ }{}%
+ \ifthenelse{\equal{\word}{fecundity}}{\textipa{fIk\'2nd at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fed}}{\textipa{fed}\ }{}%
+ \ifthenelse{\equal{\word}{federal}}{\textipa{f\'edrl}\ }{}%
+ \ifthenelse{\equal{\word}{federate}}{\textipa{f\'ed at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{federated}}{\textipa{f\'ed at r\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{federation}}{\textipa{f\`ed at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{fedora}}{\textipa{fId\'O:r@}\ }{}%
+ \ifthenelse{\equal{\word}{fee}}{\textipa{fi:}\ }{}%
+ \ifthenelse{\equal{\word}{feeble}}{\textipa{f\'\i:bl}\ }{}%
+ \ifthenelse{\equal{\word}{feebly}}{\textipa{f\'\i:bli}\ }{}%
+ \ifthenelse{\equal{\word}{feed}}{\textipa{fi:d}\ }{}%
+ \ifthenelse{\equal{\word}{feedback}}{\textipa{f\'\i:db\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{feel}}{\textipa{fi:l}\ }{}%
+ \ifthenelse{\equal{\word}{feeling}}{\textipa{f\'\i:lIN}\ }{}%
+ \ifthenelse{\equal{\word}{feign}}{\textipa{feIn}\ }{}%
+ \ifthenelse{\equal{\word}{feldspar}}{\textipa{f\'elsp\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{felicitation}}{\textipa{f at l\`IsIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{felicitous}}{\textipa{f at l\'Is at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{felicity}}{\textipa{f at l\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{feline}}{\textipa{f\'\i:laIn}\ }{}%
+ \ifthenelse{\equal{\word}{fell}}{\textipa{fel}\ }{}%
+ \ifthenelse{\equal{\word}{fellatio}}{\textipa{fel\'eISi\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{feller}}{\textipa{f\'el at r}\ }{}%
+ \ifthenelse{\equal{\word}{fellow}}{\textipa{f\'eloU}\ }{}%
+ \ifthenelse{\equal{\word}{fellowship}}{\textipa{f\'eloUS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{felon}}{\textipa{f\'el at n}\ }{}%
+ \ifthenelse{\equal{\word}{felonious}}{\textipa{f at l\'oUni at s}\ }{}%
+ \ifthenelse{\equal{\word}{felony}}{\textipa{f\'el at ni}\ }{}%
+ \ifthenelse{\equal{\word}{felt}}{\textipa{felt}\ }{}%
+ \ifthenelse{\equal{\word}{female}}{\textipa{f\'\i:meIl}\ }{}%
+ \ifthenelse{\equal{\word}{feminine}}{\textipa{f\'em at nIn}\ }{}%
+ \ifthenelse{\equal{\word}{femininity}}{\textipa{f\`em at n\'In at ti}\ }{}%
+ \ifthenelse{\equal{\word}{feminism}}{\textipa{f\'em at n\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{femur}}{\textipa{f\'\i:m at r}\ }{}%
+ \ifthenelse{\equal{\word}{fen}}{\textipa{fen}\ }{}%
+ \ifthenelse{\equal{\word}{fence}}{\textipa{fens}\ }{}%
+ \ifthenelse{\equal{\word}{fencing}}{\textipa{f\'ensIN}\ }{}%
+ \ifthenelse{\equal{\word}{fend}}{\textipa{fend}\ }{}%
+ \ifthenelse{\equal{\word}{fenland}}{\textipa{f\'enl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{fennel}}{\textipa{f\'enl}\ }{}%
+ \ifthenelse{\equal{\word}{feral}}{\textipa{f\'erl}\ }{}%
+ \ifthenelse{\equal{\word}{ferment}}{\textipa{f at rm\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{fermentation}}{\textipa{f\`@:rment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{fern}}{\textipa{f@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{ferny}}{\textipa{f\'@:rni}\ }{}%
+ \ifthenelse{\equal{\word}{ferocious}}{\textipa{f at r\'oUS at s}\ }{}%
+ \ifthenelse{\equal{\word}{ferocity}}{\textipa{f at r\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ferret}}{\textipa{f\'er at t}\ }{}%
+ \ifthenelse{\equal{\word}{ferrous}}{\textipa{f\'er at s}\ }{}%
+ \ifthenelse{\equal{\word}{ferry}}{\textipa{f\'eri}\ }{}%
+ \ifthenelse{\equal{\word}{fertile}}{\textipa{f\'@:rtl}\ }{}%
+ \ifthenelse{\equal{\word}{fertilize}}{\textipa{f\'@:rtl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{fertility}}{\textipa{f@:rt\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fervent}}{\textipa{f\'@:rvnt}\ }{}%
+ \ifthenelse{\equal{\word}{fervid}}{\textipa{f\'@:rvId}\ }{}%
+ \ifthenelse{\equal{\word}{fervor}}{\textipa{f\'@:rv at r}\ }{}%
+ \ifthenelse{\equal{\word}{fest}}{\textipa{fest}\ }{}%
+ \ifthenelse{\equal{\word}{festal}}{\textipa{f\'estl}\ }{}%
+ \ifthenelse{\equal{\word}{fester}}{\textipa{f\'est at r}\ }{}%
+ \ifthenelse{\equal{\word}{festival}}{\textipa{f\'estIvl}\ }{}%
+ \ifthenelse{\equal{\word}{festive}}{\textipa{f\'estIv}\ }{}%
+ \ifthenelse{\equal{\word}{festivity}}{\textipa{fest\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{festoon}}{\textipa{fest\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{fetal}}{\textipa{f\'\i:tl}\ }{}%
+ \ifthenelse{\equal{\word}{fetch}}{\textipa{fetS}\ }{}%
+ \ifthenelse{\equal{\word}{fetid}}{\textipa{f\'et at d}\ }{}%
+ \ifthenelse{\equal{\word}{fetish}}{\textipa{f\'etIS}\ }{}%
+ \ifthenelse{\equal{\word}{fetlock}}{\textipa{f\'etl\`Ak}\ }{}%
+ \ifthenelse{\equal{\word}{fetter}}{\textipa{f\'et at r}\ }{}%
+ \ifthenelse{\equal{\word}{fettle}}{\textipa{f\'etl}\ }{}%
+ \ifthenelse{\equal{\word}{fetus}}{\textipa{f\'\i:t at s}\ }{}%
+ \ifthenelse{\equal{\word}{feud}}{\textipa{fju:d}\ }{}%
+ \ifthenelse{\equal{\word}{feudal}}{\textipa{fj\'u:dl}\ }{}%
+ \ifthenelse{\equal{\word}{feudalism}}{\textipa{fj\'u:dl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{fever}}{\textipa{f\'\i:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{feverish}}{\textipa{f\'\i:vrIS}\ }{}%
+ \ifthenelse{\equal{\word}{few}}{\textipa{fju:}\ }{}%
+ \ifthenelse{\equal{\word}{fez}}{\textipa{fez}\ }{}%
+ \ifthenelse{\equal{\word}{fiance}}{\textipa{f\`\i:A:ns\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{fiasco}}{\textipa{fi\'\ae skoU}\ }{}%
+ \ifthenelse{\equal{\word}{fiat}}{\textipa{f\'\i:\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{fib}}{\textipa{fIb}\ }{}%
+ \ifthenelse{\equal{\word}{fiber}}{\textipa{f\'aIb at r}\ }{}%
+ \ifthenelse{\equal{\word}{fibrillation}}{\textipa{f\`IbrIl\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{fibrous}}{\textipa{f\'aIbr at s}\ }{}%
+ \ifthenelse{\equal{\word}{fibula}}{\textipa{f\'Ibj at l@}\ }{}%
+ \ifthenelse{\equal{\word}{fiche}}{\textipa{fi:S}\ }{}%
+ \ifthenelse{\equal{\word}{fickle}}{\textipa{f\'Ikl}\ }{}%
+ \ifthenelse{\equal{\word}{fiction}}{\textipa{f\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{fictional}}{\textipa{f\'IkSnl}\ }{}%
+ \ifthenelse{\equal{\word}{fictitious}}{\textipa{fIkt\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{fictive}}{\textipa{f\'IktIv}\ }{}%
+ \ifthenelse{\equal{\word}{fiddle}}{\textipa{f\'Idl}\ }{}%
+ \ifthenelse{\equal{\word}{fiddly}}{\textipa{f\'Idli}\ }{}%
+ \ifthenelse{\equal{\word}{fidelity}}{\textipa{fId\'el at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fidget}}{\textipa{f\'IdZ at t}\ }{}%
+ \ifthenelse{\equal{\word}{fidgety}}{\textipa{f\'IdZ at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fiduciary}}{\textipa{f at d\'u:Si\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{fief}}{\textipa{fi:f}\ }{}%
+ \ifthenelse{\equal{\word}{fiefdom}}{\textipa{f\'\i:fd at m}\ }{}%
+ \ifthenelse{\equal{\word}{field}}{\textipa{fi:ld}\ }{}%
+ \ifthenelse{\equal{\word}{fiend}}{\textipa{fi:nd}\ }{}%
+ \ifthenelse{\equal{\word}{fiendish}}{\textipa{f\'\i:ndIS}\ }{}%
+ \ifthenelse{\equal{\word}{fierce}}{\textipa{fI at rs}\ }{}%
+ \ifthenelse{\equal{\word}{fiery}}{\textipa{f\'aIri}\ }{}%
+ \ifthenelse{\equal{\word}{fiesta}}{\textipa{fi\'est@}\ }{}%
+ \ifthenelse{\equal{\word}{fife}}{\textipa{faIf}\ }{}%
+ \ifthenelse{\equal{\word}{fifteen}}{\textipa{f\`Ift\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{fifteenth}}{\textipa{f\`Ift\'\i:nT}\ }{}%
+ \ifthenelse{\equal{\word}{fifth}}{\textipa{fIfT}\ }{}%
+ \ifthenelse{\equal{\word}{fiftieth}}{\textipa{f\'Ifti at T}\ }{}%
+ \ifthenelse{\equal{\word}{fifty}}{\textipa{f\'Ifti}\ }{}%
+ \ifthenelse{\equal{\word}{fig}}{\textipa{fIg}\ }{}%
+ \ifthenelse{\equal{\word}{fight}}{\textipa{faIt}\ }{}%
+ \ifthenelse{\equal{\word}{fighter}}{\textipa{f\'aIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{figment}}{\textipa{f\'Igm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{figuration}}{\textipa{f\`Igj at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{figurative}}{\textipa{f\'Igj at r@tIv}\ }{}%
+ \ifthenelse{\equal{\word}{figure}}{\textipa{f\'Igj at r}\ }{}%
+ \ifthenelse{\equal{\word}{figurine}}{\textipa{f\`Igj at r\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{fiji}}{\textipa{f\'\i:dZi:}\ }{}%
+ \ifthenelse{\equal{\word}{filament}}{\textipa{f\'Il at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{filch}}{\textipa{fIltS}\ }{}%
+ \ifthenelse{\equal{\word}{file}}{\textipa{faIl}\ }{}%
+ \ifthenelse{\equal{\word}{filet}}{\textipa{fIl\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{filial}}{\textipa{f\'Ili at l}\ }{}%
+ \ifthenelse{\equal{\word}{filibuster}}{\textipa{f\'IlIb\`2st at r}\ }{}%
+ \ifthenelse{\equal{\word}{filigree}}{\textipa{f\'IlIgr\`\i:}\ }{}%
+ \ifthenelse{\equal{\word}{filing}}{\textipa{f\'aIlIN}\ }{}%
+ \ifthenelse{\equal{\word}{filings}}{\textipa{f\'aIlINz}\ }{}%
+ \ifthenelse{\equal{\word}{fill}}{\textipa{fIl}\ }{}%
+ \ifthenelse{\equal{\word}{filled}}{\textipa{fIld}\ }{}%
+ \ifthenelse{\equal{\word}{fillet}}{\textipa{f\'IlIt}\ }{}%
+ \ifthenelse{\equal{\word}{fillip}}{\textipa{f\'IlIp}\ }{}%
+ \ifthenelse{\equal{\word}{filly}}{\textipa{f\'Ili}\ }{}%
+ \ifthenelse{\equal{\word}{film}}{\textipa{fIlm}\ }{}%
+ \ifthenelse{\equal{\word}{filmic}}{\textipa{fIlmIk}\ }{}%
+ \ifthenelse{\equal{\word}{filmy}}{\textipa{f\'Ilmi}\ }{}%
+ \ifthenelse{\equal{\word}{filter}}{\textipa{f\'Ilt at r}\ }{}%
+ \ifthenelse{\equal{\word}{filth}}{\textipa{fIlT}\ }{}%
+ \ifthenelse{\equal{\word}{filthy}}{\textipa{f\'IlTi}\ }{}%
+ \ifthenelse{\equal{\word}{filtrate}}{\textipa{f\'IltreIt}\ }{}%
+ \ifthenelse{\equal{\word}{fin}}{\textipa{fIn}\ }{}%
+ \ifthenelse{\equal{\word}{final}}{\textipa{f\'aInl}\ }{}%
+ \ifthenelse{\equal{\word}{finale}}{\textipa{fIn\'\ae li}\ }{}%
+ \ifthenelse{\equal{\word}{finalize}}{\textipa{f\'aIn at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{finality}}{\textipa{faIn\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{finance}}{\textipa{f\'aIn\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{financial}}{\textipa{f at n\'\ae nSl}\ }{}%
+ \ifthenelse{\equal{\word}{financially}}{\textipa{f at n\'\ae nSli}\ }{}%
+ \ifthenelse{\equal{\word}{financier}}{\textipa{f\`In at ns\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{finch}}{\textipa{fInS}\ }{}%
+ \ifthenelse{\equal{\word}{find}}{\textipa{faInd}\ }{}%
+ \ifthenelse{\equal{\word}{finding}}{\textipa{f\'aIndIN}\ }{}%
+ \ifthenelse{\equal{\word}{fine}}{\textipa{faIn}\ }{}%
+ \ifthenelse{\equal{\word}{finely}}{\textipa{f\'aInli}\ }{}%
+ \ifthenelse{\equal{\word}{finery}}{\textipa{f\'aInri}\ }{}%
+ \ifthenelse{\equal{\word}{finesse}}{\textipa{fIn\'es}\ }{}%
+ \ifthenelse{\equal{\word}{finger}}{\textipa{f\'INg at r}\ }{}%
+ \ifthenelse{\equal{\word}{fingered}}{\textipa{f\'INg at rd}\ }{}%
+ \ifthenelse{\equal{\word}{fingering}}{\textipa{f\'INgrIN}\ }{}%
+ \ifthenelse{\equal{\word}{finial}}{\textipa{f\'aInI at l}\ }{}%
+ \ifthenelse{\equal{\word}{finicky}}{\textipa{f\'InIki}\ }{}%
+ \ifthenelse{\equal{\word}{finis}}{\textipa{f\'InIs}\ }{}%
+ \ifthenelse{\equal{\word}{finish}}{\textipa{f\'InIS}\ }{}%
+ \ifthenelse{\equal{\word}{finite}}{\textipa{f\'aInaIt}\ }{}%
+ \ifthenelse{\equal{\word}{finland}}{\textipa{f\'Inl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{finned}}{\textipa{fInd}\ }{}%
+ \ifthenelse{\equal{\word}{fiord}}{\textipa{fi\'O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{fir}}{\textipa{f@:r}\ }{}%
+ \ifthenelse{\equal{\word}{fire}}{\textipa{faI at r}\ }{}%
+ \ifthenelse{\equal{\word}{firearm}}{\textipa{f\'aIr\`Arm}\ }{}%
+ \ifthenelse{\equal{\word}{fired}}{\textipa{faI at rd}\ }{}%
+ \ifthenelse{\equal{\word}{fireman}}{\textipa{f\'aI at rm@n}\ }{}%
+ \ifthenelse{\equal{\word}{fireplace}}{\textipa{f\'aI at rpl\`eIs}\ }{}%
+ \ifthenelse{\equal{\word}{firer}}{\textipa{f\'aIr at r}\ }{}%
+ \ifthenelse{\equal{\word}{fireside}}{\textipa{f\'aI at rs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{firing}}{\textipa{f\'aIrIN}\ }{}%
+ \ifthenelse{\equal{\word}{firkin}}{\textipa{f\'@:rkIn}\ }{}%
+ \ifthenelse{\equal{\word}{firm}}{\textipa{f@:rm}\ }{}%
+ \ifthenelse{\equal{\word}{firmament}}{\textipa{f\'@:rm at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{firmly}}{\textipa{f\'@:rmli}\ }{}%
+ \ifthenelse{\equal{\word}{first}}{\textipa{f@:rst}\ }{}%
+ \ifthenelse{\equal{\word}{firsthand}}{\textipa{f\`@:rsth\'\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{firth}}{\textipa{f@:rT}\ }{}%
+ \ifthenelse{\equal{\word}{fiscal}}{\textipa{f\'Iskl}\ }{}%
+ \ifthenelse{\equal{\word}{fish}}{\textipa{fIS}\ }{}%
+ \ifthenelse{\equal{\word}{fisherman}}{\textipa{f\'IS at rm@n}\ }{}%
+ \ifthenelse{\equal{\word}{fishery}}{\textipa{f\'ISri}\ }{}%
+ \ifthenelse{\equal{\word}{fishing}}{\textipa{f\'ISIN}\ }{}%
+ \ifthenelse{\equal{\word}{fishmonger}}{\textipa{f\'ISm\`2Ng at r}\ }{}%
+ \ifthenelse{\equal{\word}{fishy}}{\textipa{f\'ISi}\ }{}%
+ \ifthenelse{\equal{\word}{fissile}}{\textipa{f\'Isl}\ }{}%
+ \ifthenelse{\equal{\word}{fission}}{\textipa{f\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{fissure}}{\textipa{f\'IS at r}\ }{}%
+ \ifthenelse{\equal{\word}{fist}}{\textipa{fIst}\ }{}%
+ \ifthenelse{\equal{\word}{fistful}}{\textipa{f\'Isf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{fisticuffs}}{\textipa{f\'Istik\`2fs}\ }{}%
+ \ifthenelse{\equal{\word}{fistula}}{\textipa{f\'IstSl@}\ }{}%
+ \ifthenelse{\equal{\word}{fit}}{\textipa{fIt}\ }{}%
+ \ifthenelse{\equal{\word}{fitful}}{\textipa{f\'Itfl}\ }{}%
+ \ifthenelse{\equal{\word}{fitted}}{\textipa{f\'ItId}\ }{}%
+ \ifthenelse{\equal{\word}{fitter}}{\textipa{f\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{fitting}}{\textipa{f\'ItIN}\ }{}%
+ \ifthenelse{\equal{\word}{five}}{\textipa{faIv}\ }{}%
+ \ifthenelse{\equal{\word}{fiver}}{\textipa{f\'aIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{fix}}{\textipa{fIks}\ }{}%
+ \ifthenelse{\equal{\word}{fixate}}{\textipa{f\'IkseIt}\ }{}%
+ \ifthenelse{\equal{\word}{fixative}}{\textipa{f\'Iks at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{fixed}}{\textipa{fIkst}\ }{}%
+ \ifthenelse{\equal{\word}{fixedly}}{\textipa{f\'IksIdli}\ }{}%
+ \ifthenelse{\equal{\word}{fixture}}{\textipa{f\'IkstS at r}\ }{}%
+ \ifthenelse{\equal{\word}{fizz}}{\textipa{fIz}\ }{}%
+ \ifthenelse{\equal{\word}{fizzle}}{\textipa{f\'Izl}\ }{}%
+ \ifthenelse{\equal{\word}{fizzy}}{\textipa{f\'Izi}\ }{}%
+ \ifthenelse{\equal{\word}{fjord}}{\textipa{fiO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{flab}}{\textipa{fl\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{flabbergasted}}{\textipa{fl\'\ae b at rg\`\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{flabby}}{\textipa{fl\'\ae bi}\ }{}%
+ \ifthenelse{\equal{\word}{flaccid}}{\textipa{fl\'\ae ksId}\ }{}%
+ \ifthenelse{\equal{\word}{flag}}{\textipa{fl\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{flagella}}{\textipa{fl at dZ\'el at m}\ }{}%
+ \ifthenelse{\equal{\word}{flagellate}}{\textipa{fl\'\ae dZ at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{flagon}}{\textipa{fl\'\ae gn}\ }{}%
+ \ifthenelse{\equal{\word}{flagrant}}{\textipa{fl\'eIgrnt}\ }{}%
+ \ifthenelse{\equal{\word}{flair}}{\textipa{fle at r}\ }{}%
+ \ifthenelse{\equal{\word}{flak}}{\textipa{fl\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{flake}}{\textipa{fleIk}\ }{}%
+ \ifthenelse{\equal{\word}{flaky}}{\textipa{fl\'eIki}\ }{}%
+ \ifthenelse{\equal{\word}{flamboyance}}{\textipa{fl\ae mb\'OI at ns}\ }{}%
+ \ifthenelse{\equal{\word}{flamboyant}}{\textipa{fl\ae mb\'OI at nt}\ }{}%
+ \ifthenelse{\equal{\word}{flame}}{\textipa{fleIm}\ }{}%
+ \ifthenelse{\equal{\word}{flamenco}}{\textipa{fl at m\'eNkoU}\ }{}%
+ \ifthenelse{\equal{\word}{flaming}}{\textipa{fl\'eImIN}\ }{}%
+ \ifthenelse{\equal{\word}{flamingo}}{\textipa{fl at m\'INgoU}\ }{}%
+ \ifthenelse{\equal{\word}{flammable}}{\textipa{fl\'\ae m at bl}\ }{}%
+ \ifthenelse{\equal{\word}{flan}}{\textipa{fl\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{flange}}{\textipa{fl\ae nZ}\ }{}%
+ \ifthenelse{\equal{\word}{flank}}{\textipa{fl\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{flannel}}{\textipa{fl\'\ae nl}\ }{}%
+ \ifthenelse{\equal{\word}{flannelette}}{\textipa{fl\`\ae nl\'et}\ }{}%
+ \ifthenelse{\equal{\word}{flap}}{\textipa{fl\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{flareup}}{\textipa{fl\'e at r\`2p}\ }{}%
+ \ifthenelse{\equal{\word}{flash}}{\textipa{fl\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{flashlight}}{\textipa{fl\'\ae Sl\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{flashy}}{\textipa{fl\'\ae Si}\ }{}%
+ \ifthenelse{\equal{\word}{flask}}{\textipa{fl\ae sk}\ }{}%
+ \ifthenelse{\equal{\word}{flat}}{\textipa{fl\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{flatly}}{\textipa{fl\'\ae tli}\ }{}%
+ \ifthenelse{\equal{\word}{flatten}}{\textipa{fl\'\ae tn}\ }{}%
+ \ifthenelse{\equal{\word}{flatter}}{\textipa{fl\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{flatterer}}{\textipa{fl\'\ae tr at r}\ }{}%
+ \ifthenelse{\equal{\word}{flattery}}{\textipa{fl\'\ae tri}\ }{}%
+ \ifthenelse{\equal{\word}{flattish}}{\textipa{fl\'\ae tIS}\ }{}%
+ \ifthenelse{\equal{\word}{flatulence}}{\textipa{fl\'\ae tSl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{flatulent}}{\textipa{fl\'\ae tSl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{flatus}}{\textipa{fl\'eIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{flaunt}}{\textipa{flO:nt}\ }{}%
+ \ifthenelse{\equal{\word}{flautist}}{\textipa{fl\'O:tIst}\ }{}%
+ \ifthenelse{\equal{\word}{flavor}}{\textipa{fl\'eIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{flaw}}{\textipa{flO:}\ }{}%
+ \ifthenelse{\equal{\word}{flax}}{\textipa{fl\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{flaxen}}{\textipa{fl\'\ae ksn}\ }{}%
+ \ifthenelse{\equal{\word}{flay}}{\textipa{fleI}\ }{}%
+ \ifthenelse{\equal{\word}{flea}}{\textipa{fli:}\ }{}%
+ \ifthenelse{\equal{\word}{fleck}}{\textipa{flek}\ }{}%
+ \ifthenelse{\equal{\word}{fled}}{\textipa{fled}\ }{}%
+ \ifthenelse{\equal{\word}{fledged}}{\textipa{fledZd}\ }{}%
+ \ifthenelse{\equal{\word}{fledgling}}{\textipa{fl\'edZlIN}\ }{}%
+ \ifthenelse{\equal{\word}{fleece}}{\textipa{fli:s}\ }{}%
+ \ifthenelse{\equal{\word}{fleecy}}{\textipa{fl\'\i:si}\ }{}%
+ \ifthenelse{\equal{\word}{fleet}}{\textipa{fli:t}\ }{}%
+ \ifthenelse{\equal{\word}{flemish}}{\textipa{fl\'emIS}\ }{}%
+ \ifthenelse{\equal{\word}{flesh}}{\textipa{fleS}\ }{}%
+ \ifthenelse{\equal{\word}{fleshy}}{\textipa{fl\'eSi}\ }{}%
+ \ifthenelse{\equal{\word}{flew}}{\textipa{flu:}\ }{}%
+ \ifthenelse{\equal{\word}{flex}}{\textipa{fleks}\ }{}%
+ \ifthenelse{\equal{\word}{flexible}}{\textipa{fl\'eks at bl}\ }{}%
+ \ifthenelse{\equal{\word}{flexion}}{\textipa{fl\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{flexor}}{\textipa{fl\'eks at r}\ }{}%
+ \ifthenelse{\equal{\word}{flick}}{\textipa{flIk}\ }{}%
+ \ifthenelse{\equal{\word}{flicker}}{\textipa{fl\'Ik at r}\ }{}%
+ \ifthenelse{\equal{\word}{flier}}{\textipa{fl\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{flight}}{\textipa{flaIt}\ }{}%
+ \ifthenelse{\equal{\word}{flighty}}{\textipa{fl\'aIti}\ }{}%
+ \ifthenelse{\equal{\word}{flimsy}}{\textipa{fl\'Imzi}\ }{}%
+ \ifthenelse{\equal{\word}{flinch}}{\textipa{flInS}\ }{}%
+ \ifthenelse{\equal{\word}{fling}}{\textipa{flIN}\ }{}%
+ \ifthenelse{\equal{\word}{flint}}{\textipa{flInt}\ }{}%
+ \ifthenelse{\equal{\word}{flinty}}{\textipa{fl\'Inti}\ }{}%
+ \ifthenelse{\equal{\word}{flip}}{\textipa{flIp}\ }{}%
+ \ifthenelse{\equal{\word}{flippancy}}{\textipa{fl\'Ipnsi}\ }{}%
+ \ifthenelse{\equal{\word}{flippant}}{\textipa{fl\'Ipnt}\ }{}%
+ \ifthenelse{\equal{\word}{flirt}}{\textipa{fl@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{flirtation}}{\textipa{fl@:rt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{flirtatious}}{\textipa{fl@:rt\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{flit}}{\textipa{flIt}\ }{}%
+ \ifthenelse{\equal{\word}{float}}{\textipa{floUt}\ }{}%
+ \ifthenelse{\equal{\word}{flock}}{\textipa{flAk}\ }{}%
+ \ifthenelse{\equal{\word}{floe}}{\textipa{floU}\ }{}%
+ \ifthenelse{\equal{\word}{flog}}{\textipa{flAg}\ }{}%
+ \ifthenelse{\equal{\word}{flood}}{\textipa{fl2d}\ }{}%
+ \ifthenelse{\equal{\word}{floor}}{\textipa{flO:r}\ }{}%
+ \ifthenelse{\equal{\word}{flooring}}{\textipa{fl\'O:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{floozy}}{\textipa{fl\'u:zi}\ }{}%
+ \ifthenelse{\equal{\word}{flop}}{\textipa{flAp}\ }{}%
+ \ifthenelse{\equal{\word}{floppy}}{\textipa{fl\'Api}\ }{}%
+ \ifthenelse{\equal{\word}{flora}}{\textipa{fl\'O:r@}\ }{}%
+ \ifthenelse{\equal{\word}{floral}}{\textipa{fl\'O:rl}\ }{}%
+ \ifthenelse{\equal{\word}{florence}}{\textipa{fl\'O:rns}\ }{}%
+ \ifthenelse{\equal{\word}{floret}}{\textipa{fl\'O:r at t}\ }{}%
+ \ifthenelse{\equal{\word}{florid}}{\textipa{fl\'O:rId}\ }{}%
+ \ifthenelse{\equal{\word}{florida}}{\textipa{fl\'O:rId@}\ }{}%
+ \ifthenelse{\equal{\word}{florin}}{\textipa{fl\'O:rIn}\ }{}%
+ \ifthenelse{\equal{\word}{florist}}{\textipa{fl\'O:rIst}\ }{}%
+ \ifthenelse{\equal{\word}{floss}}{\textipa{flO:s}\ }{}%
+ \ifthenelse{\equal{\word}{flossy}}{\textipa{fl\'O:si}\ }{}%
+ \ifthenelse{\equal{\word}{flotation}}{\textipa{floUt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{flotilla}}{\textipa{floUt\'Il@}\ }{}%
+ \ifthenelse{\equal{\word}{flotsam}}{\textipa{fl\'Atsm}\ }{}%
+ \ifthenelse{\equal{\word}{flounce}}{\textipa{flaUns}\ }{}%
+ \ifthenelse{\equal{\word}{flounder}}{\textipa{fl\'aUnd at r}\ }{}%
+ \ifthenelse{\equal{\word}{flour}}{\textipa{flaU at r}\ }{}%
+ \ifthenelse{\equal{\word}{flourish}}{\textipa{fl\'@:rIS}\ }{}%
+ \ifthenelse{\equal{\word}{floury}}{\textipa{fl\'aUri}\ }{}%
+ \ifthenelse{\equal{\word}{flout}}{\textipa{flaUt}\ }{}%
+ \ifthenelse{\equal{\word}{flower}}{\textipa{fl\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{flown}}{\textipa{floUn}\ }{}%
+ \ifthenelse{\equal{\word}{flub}}{\textipa{fl2b}\ }{}%
+ \ifthenelse{\equal{\word}{fluctuate}}{\textipa{fl\'2ktSu\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{fluency}}{\textipa{fl\'u at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{fluent}}{\textipa{fl\'u at nt}\ }{}%
+ \ifthenelse{\equal{\word}{fluff}}{\textipa{fl2f}\ }{}%
+ \ifthenelse{\equal{\word}{fluffy}}{\textipa{fl\'2fi}\ }{}%
+ \ifthenelse{\equal{\word}{fluid}}{\textipa{fl\'uId}\ }{}%
+ \ifthenelse{\equal{\word}{fluidity}}{\textipa{flu\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fluke}}{\textipa{flu:k}\ }{}%
+ \ifthenelse{\equal{\word}{flumes}}{\textipa{flu:m}\ }{}%
+ \ifthenelse{\equal{\word}{flumped}}{\textipa{fl2mp}\ }{}%
+ \ifthenelse{\equal{\word}{flung}}{\textipa{fl2N}\ }{}%
+ \ifthenelse{\equal{\word}{flunked}}{\textipa{fl2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{fluoresce}}{\textipa{fl\`O:r\'es}\ }{}%
+ \ifthenelse{\equal{\word}{fluorescence}}{\textipa{fl\`O:r\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{fluorescent}}{\textipa{fl\`O:r\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{fluoride}}{\textipa{fl\'U at r\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{fluorine}}{\textipa{fl\'U at r\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{fluorocarbon}}{\textipa{fl\`U at roUk\'A:rbn}\ }{}%
+ \ifthenelse{\equal{\word}{flurry}}{\textipa{fl\'@:ri}\ }{}%
+ \ifthenelse{\equal{\word}{flush}}{\textipa{fl2S}\ }{}%
+ \ifthenelse{\equal{\word}{fluster}}{\textipa{fl\'2st at r}\ }{}%
+ \ifthenelse{\equal{\word}{flute}}{\textipa{flu:t}\ }{}%
+ \ifthenelse{\equal{\word}{fluting}}{\textipa{fl\'u:tIN}\ }{}%
+ \ifthenelse{\equal{\word}{flutist}}{\textipa{fl\'u:t at st}\ }{}%
+ \ifthenelse{\equal{\word}{flutter}}{\textipa{fl\'2t at r}\ }{}%
+ \ifthenelse{\equal{\word}{fluvial}}{\textipa{fl\'u:vi at l}\ }{}%
+ \ifthenelse{\equal{\word}{flux}}{\textipa{fl2ks}\ }{}%
+ \ifthenelse{\equal{\word}{fly}}{\textipa{flaI}\ }{}%
+ \ifthenelse{\equal{\word}{flying}}{\textipa{fl\'aIIN}\ }{}%
+ \ifthenelse{\equal{\word}{foal}}{\textipa{foUl}\ }{}%
+ \ifthenelse{\equal{\word}{foam}}{\textipa{foUm}\ }{}%
+ \ifthenelse{\equal{\word}{foamy}}{\textipa{f\'oUmi}\ }{}%
+ \ifthenelse{\equal{\word}{fob}}{\textipa{fAb}\ }{}%
+ \ifthenelse{\equal{\word}{focal}}{\textipa{f\'oUkl}\ }{}%
+ \ifthenelse{\equal{\word}{foci}}{\textipa{f\'oUsaI}\ }{}%
+ \ifthenelse{\equal{\word}{focus}}{\textipa{f\'oUk at s}\ }{}%
+ \ifthenelse{\equal{\word}{fodder}}{\textipa{f\'Ad at r}\ }{}%
+ \ifthenelse{\equal{\word}{foe}}{\textipa{foU}\ }{}%
+ \ifthenelse{\equal{\word}{fog}}{\textipa{fAg}\ }{}%
+ \ifthenelse{\equal{\word}{foggy}}{\textipa{f\'Agi}\ }{}%
+ \ifthenelse{\equal{\word}{fogy}}{\textipa{f\'oUgi}\ }{}%
+ \ifthenelse{\equal{\word}{foible}}{\textipa{f\'OIbl}\ }{}%
+ \ifthenelse{\equal{\word}{foil}}{\textipa{fOIl}\ }{}%
+ \ifthenelse{\equal{\word}{foist}}{\textipa{fOIst}\ }{}%
+ \ifthenelse{\equal{\word}{fold}}{\textipa{foUld}\ }{}%
+ \ifthenelse{\equal{\word}{foliage}}{\textipa{f\'oUliIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{foliate}}{\textipa{f\'oUli at t}\ }{}%
+ \ifthenelse{\equal{\word}{folio}}{\textipa{f\'oUli\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{folk}}{\textipa{foUk}\ }{}%
+ \ifthenelse{\equal{\word}{folklorist}}{\textipa{f\'oUkl\`O:rIst}\ }{}%
+ \ifthenelse{\equal{\word}{follicle}}{\textipa{f\'AlIkl}\ }{}%
+ \ifthenelse{\equal{\word}{follow}}{\textipa{f\'AloU}\ }{}%
+ \ifthenelse{\equal{\word}{follower}}{\textipa{f\'AloU at r}\ }{}%
+ \ifthenelse{\equal{\word}{following}}{\textipa{f\'AloUIN}\ }{}%
+ \ifthenelse{\equal{\word}{folly}}{\textipa{f\'Ali}\ }{}%
+ \ifthenelse{\equal{\word}{foment}}{\textipa{foUm\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{fond}}{\textipa{fAnd}\ }{}%
+ \ifthenelse{\equal{\word}{fondant}}{\textipa{f\'Andnt}\ }{}%
+ \ifthenelse{\equal{\word}{fondle}}{\textipa{f\'Andl}\ }{}%
+ \ifthenelse{\equal{\word}{fondue}}{\textipa{fAnd\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{font}}{\textipa{fAnt}\ }{}%
+ \ifthenelse{\equal{\word}{fontanel}}{\textipa{f\`Antn\'el}\ }{}%
+ \ifthenelse{\equal{\word}{food}}{\textipa{fu:d}\ }{}%
+ \ifthenelse{\equal{\word}{fool}}{\textipa{fu:l}\ }{}%
+ \ifthenelse{\equal{\word}{foolery}}{\textipa{f\'u:lri}\ }{}%
+ \ifthenelse{\equal{\word}{foolhardy}}{\textipa{f\'u:lh\`A:rdi}\ }{}%
+ \ifthenelse{\equal{\word}{foolish}}{\textipa{f\'u:lIS}\ }{}%
+ \ifthenelse{\equal{\word}{foolscap}}{\textipa{f\'u:lsk\`\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{foot}}{\textipa{fUt}\ }{}%
+ \ifthenelse{\equal{\word}{footage}}{\textipa{f\'UtIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{football}}{\textipa{f\'Utb\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{footsie}}{\textipa{f\'Utsi}\ }{}%
+ \ifthenelse{\equal{\word}{footstep}}{\textipa{f\'Utst\`ep}\ }{}%
+ \ifthenelse{\equal{\word}{fop}}{\textipa{fAp}\ }{}%
+ \ifthenelse{\equal{\word}{for}}{\textipa{f at r}\ }{}%
+ \ifthenelse{\equal{\word}{forage}}{\textipa{f\'O:rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{foray}}{\textipa{f\'O:reI}\ }{}%
+ \ifthenelse{\equal{\word}{forbad}}{\textipa{f at rb\'\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{forbear}}{\textipa{fO:rb\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{forbearance}}{\textipa{fO:rb\'e at rns}\ }{}%
+ \ifthenelse{\equal{\word}{forbid}}{\textipa{f at rb\'Id}\ }{}%
+ \ifthenelse{\equal{\word}{forbidden}}{\textipa{f at rb\'Idn}\ }{}%
+ \ifthenelse{\equal{\word}{forbore}}{\textipa{fO:rb\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{force}}{\textipa{fO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{forceful}}{\textipa{f\'O:rsfl}\ }{}%
+ \ifthenelse{\equal{\word}{forceps}}{\textipa{f\'O:rs at ps}\ }{}%
+ \ifthenelse{\equal{\word}{forcible}}{\textipa{f\'O:rs at bl}\ }{}%
+ \ifthenelse{\equal{\word}{forcibly}}{\textipa{f\'O:rs at bli}\ }{}%
+ \ifthenelse{\equal{\word}{ford}}{\textipa{fO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{fore}}{\textipa{fO:r}\ }{}%
+ \ifthenelse{\equal{\word}{forecast}}{\textipa{f\'O:rk\`\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{forefather}}{\textipa{f\'O:rf\`A:D at r}\ }{}%
+ \ifthenelse{\equal{\word}{foregoing}}{\textipa{fO:rg\'oUIN}\ }{}%
+ \ifthenelse{\equal{\word}{forehead}}{\textipa{f\'O:rh\`ed}\ }{}%
+ \ifthenelse{\equal{\word}{foreign}}{\textipa{f\'O:rn}\ }{}%
+ \ifthenelse{\equal{\word}{foreigner}}{\textipa{f\'O:rn at r}\ }{}%
+ \ifthenelse{\equal{\word}{foreman}}{\textipa{f\'O:rm at n}\ }{}%
+ \ifthenelse{\equal{\word}{foremost}}{\textipa{f\'O:rm\`oUst}\ }{}%
+ \ifthenelse{\equal{\word}{forensic}}{\textipa{f at r\'ensIk}\ }{}%
+ \ifthenelse{\equal{\word}{foresaw}}{\textipa{fO:rs\'O:}\ }{}%
+ \ifthenelse{\equal{\word}{foresee}}{\textipa{fO:rs\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{foreseen}}{\textipa{fO:rs\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{foresight}}{\textipa{f\'O:rs\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{forest}}{\textipa{f\'O:r at st}\ }{}%
+ \ifthenelse{\equal{\word}{forestry}}{\textipa{f\'O:rIstri}\ }{}%
+ \ifthenelse{\equal{\word}{foretell}}{\textipa{fO:rt\'el}\ }{}%
+ \ifthenelse{\equal{\word}{forever}}{\textipa{fr\'ev at r}\ }{}%
+ \ifthenelse{\equal{\word}{forfeit}}{\textipa{f\'O:rf at t}\ }{}%
+ \ifthenelse{\equal{\word}{forfeiture}}{\textipa{f\'O:rf at tS@r}\ }{}%
+ \ifthenelse{\equal{\word}{forgave}}{\textipa{f at rg\'eIv}\ }{}%
+ \ifthenelse{\equal{\word}{forge}}{\textipa{fO:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{forger}}{\textipa{f\'O:rdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{forgery}}{\textipa{f\'O:rdZri}\ }{}%
+ \ifthenelse{\equal{\word}{forget}}{\textipa{f at rg\'et}\ }{}%
+ \ifthenelse{\equal{\word}{forgetful}}{\textipa{f at rg\'etfl}\ }{}%
+ \ifthenelse{\equal{\word}{forgettable}}{\textipa{f at rg\'et at bl}\ }{}%
+ \ifthenelse{\equal{\word}{forgive}}{\textipa{f at rg\'Iv}\ }{}%
+ \ifthenelse{\equal{\word}{forgiven}}{\textipa{f at rg\'Ivn}\ }{}%
+ \ifthenelse{\equal{\word}{forgo}}{\textipa{fO:rg\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{forgot}}{\textipa{f at rg\'At}\ }{}%
+ \ifthenelse{\equal{\word}{forgotten}}{\textipa{f at rg\'Atn}\ }{}%
+ \ifthenelse{\equal{\word}{fork}}{\textipa{fO:rk}\ }{}%
+ \ifthenelse{\equal{\word}{forlorn}}{\textipa{f at rl\'O:rn}\ }{}%
+ \ifthenelse{\equal{\word}{form}}{\textipa{fO:rm}\ }{}%
+ \ifthenelse{\equal{\word}{formal}}{\textipa{f\'O:rml}\ }{}%
+ \ifthenelse{\equal{\word}{formaldehyde}}{\textipa{fO:rm\'\ae ldIh\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{formalin}}{\textipa{f\'O:rmlIn}\ }{}%
+ \ifthenelse{\equal{\word}{formalize}}{\textipa{f\'O:rm at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{formality}}{\textipa{fO:rm\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{format}}{\textipa{f\'O:rm\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{formation}}{\textipa{fO:rm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{formative}}{\textipa{f\'O:rm at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{former}}{\textipa{f\'O:rm at r}\ }{}%
+ \ifthenelse{\equal{\word}{formerly}}{\textipa{f\'O:rm at rli}\ }{}%
+ \ifthenelse{\equal{\word}{formic}}{\textipa{f\'O:rmIk}\ }{}%
+ \ifthenelse{\equal{\word}{formidable}}{\textipa{f\'O:rmId at bl}\ }{}%
+ \ifthenelse{\equal{\word}{formosa}}{\textipa{fO:rm\'oUs@}\ }{}%
+ \ifthenelse{\equal{\word}{formula}}{\textipa{f\'O:rmj at l@}\ }{}%
+ \ifthenelse{\equal{\word}{formulaic}}{\textipa{f\`O:rmj at l\'eIIk}\ }{}%
+ \ifthenelse{\equal{\word}{formulary}}{\textipa{f\'O:rmj at l\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{formulate}}{\textipa{f\'O:rmj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{fornicate}}{\textipa{f\'O:rnIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{forsake}}{\textipa{f at rs\'eIk}\ }{}%
+ \ifthenelse{\equal{\word}{forsaken}}{\textipa{f at rs\'eIkn}\ }{}%
+ \ifthenelse{\equal{\word}{forsook}}{\textipa{f at rs\'Uk}\ }{}%
+ \ifthenelse{\equal{\word}{forswear}}{\textipa{fO:rsw\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{forsythia}}{\textipa{fO:rs\'ITi@}\ }{}%
+ \ifthenelse{\equal{\word}{fort}}{\textipa{fO:rt}\ }{}%
+ \ifthenelse{\equal{\word}{forth}}{\textipa{fO:rT}\ }{}%
+ \ifthenelse{\equal{\word}{forthcoming}}{\textipa{f\`O:rTk\'2mIN}\ }{}%
+ \ifthenelse{\equal{\word}{fortieth}}{\textipa{f\'O:rti at T}\ }{}%
+ \ifthenelse{\equal{\word}{fortification}}{\textipa{f\`O:rt at fIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{fortify}}{\textipa{f\'O:rt at f\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{fortissimo}}{\textipa{fO:rt\'Is at moU}\ }{}%
+ \ifthenelse{\equal{\word}{fortitude}}{\textipa{f\'O:rt at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{fortnight}}{\textipa{f\'O:rtn\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{fortress}}{\textipa{f\'O:rtr at s}\ }{}%
+ \ifthenelse{\equal{\word}{fortuitous}}{\textipa{fO:rtj\'u:@t at s}\ }{}%
+ \ifthenelse{\equal{\word}{fortunate}}{\textipa{f\'O:rtSn at t}\ }{}%
+ \ifthenelse{\equal{\word}{fortunately}}{\textipa{f\'O:rtSn at tli}\ }{}%
+ \ifthenelse{\equal{\word}{fortune}}{\textipa{f\'O:rtSn}\ }{}%
+ \ifthenelse{\equal{\word}{forty}}{\textipa{f\'O:rti}\ }{}%
+ \ifthenelse{\equal{\word}{forum}}{\textipa{f\'O:r at m}\ }{}%
+ \ifthenelse{\equal{\word}{forward}}{\textipa{f\'O:rw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{fossil}}{\textipa{f\'Asl}\ }{}%
+ \ifthenelse{\equal{\word}{fossilize}}{\textipa{f\'Asl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{foster}}{\textipa{f\'Ast at r}\ }{}%
+ \ifthenelse{\equal{\word}{fought}}{\textipa{fO:t}\ }{}%
+ \ifthenelse{\equal{\word}{foul}}{\textipa{faUl}\ }{}%
+ \ifthenelse{\equal{\word}{foully}}{\textipa{f\'aUlli}\ }{}%
+ \ifthenelse{\equal{\word}{foulmouthed}}{\textipa{f\'aUlm\'aUDd}\ }{}%
+ \ifthenelse{\equal{\word}{found}}{\textipa{faUnd}\ }{}%
+ \ifthenelse{\equal{\word}{foundation}}{\textipa{faUnd\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{founder}}{\textipa{f\'aUnd at r}\ }{}%
+ \ifthenelse{\equal{\word}{foundling}}{\textipa{f\'aUndlIN}\ }{}%
+ \ifthenelse{\equal{\word}{foundry}}{\textipa{f\'aUndri}\ }{}%
+ \ifthenelse{\equal{\word}{fount}}{\textipa{faUnt}\ }{}%
+ \ifthenelse{\equal{\word}{fountain}}{\textipa{f\'aUntn}\ }{}%
+ \ifthenelse{\equal{\word}{foursome}}{\textipa{f\'O:rsm}\ }{}%
+ \ifthenelse{\equal{\word}{fourteen}}{\textipa{f\`O:rt\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{fourteenth}}{\textipa{f\`O:rt\'\i:nT}\ }{}%
+ \ifthenelse{\equal{\word}{fox}}{\textipa{fAks}\ }{}%
+ \ifthenelse{\equal{\word}{foxed}}{\textipa{fAkst}\ }{}%
+ \ifthenelse{\equal{\word}{foxy}}{\textipa{f\'Aksi}\ }{}%
+ \ifthenelse{\equal{\word}{foyer}}{\textipa{f\'OI at r}\ }{}%
+ \ifthenelse{\equal{\word}{fracas}}{\textipa{fr\'eIk at s}\ }{}%
+ \ifthenelse{\equal{\word}{fractal}}{\textipa{fr\'\ae ktl}\ }{}%
+ \ifthenelse{\equal{\word}{fraction}}{\textipa{fr\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{fractional}}{\textipa{fr\'\ae kSnl}\ }{}%
+ \ifthenelse{\equal{\word}{fractious}}{\textipa{fr\'\ae kS at s}\ }{}%
+ \ifthenelse{\equal{\word}{fracture}}{\textipa{fr\'\ae ktS at r}\ }{}%
+ \ifthenelse{\equal{\word}{fragile}}{\textipa{fr\'\ae dZl}\ }{}%
+ \ifthenelse{\equal{\word}{fragility}}{\textipa{fr at dZ\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fragment}}{\textipa{fr\'\ae gm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{fragmentary}}{\textipa{fr\'\ae gm at nt\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{fragmentation}}{\textipa{fr\`\ae gm at nt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{fragmented}}{\textipa{fr\'\ae gm at ntId}\ }{}%
+ \ifthenelse{\equal{\word}{fragrance}}{\textipa{fr\'eIgrns}\ }{}%
+ \ifthenelse{\equal{\word}{fragrant}}{\textipa{fr\'eIgrnt}\ }{}%
+ \ifthenelse{\equal{\word}{frail}}{\textipa{freIl}\ }{}%
+ \ifthenelse{\equal{\word}{frailty}}{\textipa{fr\'eIlti}\ }{}%
+ \ifthenelse{\equal{\word}{frame}}{\textipa{freIm}\ }{}%
+ \ifthenelse{\equal{\word}{framework}}{\textipa{fr\'eImw\`@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{franc}}{\textipa{fr\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{france}}{\textipa{fr\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{franchise}}{\textipa{fr\'\ae nSaIz}\ }{}%
+ \ifthenelse{\equal{\word}{francophone}}{\textipa{fr\'\ae Nk at foUn}\ }{}%
+ \ifthenelse{\equal{\word}{frankfurter}}{\textipa{fr\'\ae Nkf at rt}\ }{}%
+ \ifthenelse{\equal{\word}{frankincense}}{\textipa{fr\'\ae NkIns\`ens}\ }{}%
+ \ifthenelse{\equal{\word}{frankly}}{\textipa{fr\'\ae Nkli}\ }{}%
+ \ifthenelse{\equal{\word}{frantic}}{\textipa{fr\'\ae ntIk}\ }{}%
+ \ifthenelse{\equal{\word}{frantically}}{\textipa{fr\'\ae ntIkli}\ }{}%
+ \ifthenelse{\equal{\word}{fraternal}}{\textipa{fr at t\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{fraternize}}{\textipa{fr\'\ae t at rn\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{fraternity}}{\textipa{fr at t\'@:rn at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fratricidal}}{\textipa{fr\`\ae trIs\'aIdl}\ }{}%
+ \ifthenelse{\equal{\word}{fratricide}}{\textipa{fr\'\ae trIs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{fraud}}{\textipa{frO:d}\ }{}%
+ \ifthenelse{\equal{\word}{fraudulent}}{\textipa{fr\'O:dZl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{fraught}}{\textipa{frO:t}\ }{}%
+ \ifthenelse{\equal{\word}{fray}}{\textipa{freI}\ }{}%
+ \ifthenelse{\equal{\word}{frazzle}}{\textipa{fr\'\ae zl}\ }{}%
+ \ifthenelse{\equal{\word}{freak}}{\textipa{fri:k}\ }{}%
+ \ifthenelse{\equal{\word}{freakish}}{\textipa{fr\'\i:kIS}\ }{}%
+ \ifthenelse{\equal{\word}{freckle}}{\textipa{fr\'ekl}\ }{}%
+ \ifthenelse{\equal{\word}{free}}{\textipa{fri:}\ }{}%
+ \ifthenelse{\equal{\word}{freebie}}{\textipa{fr\'\i:bi}\ }{}%
+ \ifthenelse{\equal{\word}{freedom}}{\textipa{fr\'\i:d at m}\ }{}%
+ \ifthenelse{\equal{\word}{freely}}{\textipa{fr\'\i:li}\ }{}%
+ \ifthenelse{\equal{\word}{freeman}}{\textipa{fr\'\i:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{freemasonry}}{\textipa{fr\'\i:m\`eIsnri}\ }{}%
+ \ifthenelse{\equal{\word}{freesia}}{\textipa{fr\'\i:Z@}\ }{}%
+ \ifthenelse{\equal{\word}{freeze}}{\textipa{fri:z}\ }{}%
+ \ifthenelse{\equal{\word}{freezer}}{\textipa{fr\'\i:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{freezing}}{\textipa{fr\'\i:zIN}\ }{}%
+ \ifthenelse{\equal{\word}{freight}}{\textipa{freIt}\ }{}%
+ \ifthenelse{\equal{\word}{french}}{\textipa{frenS}\ }{}%
+ \ifthenelse{\equal{\word}{frenetic}}{\textipa{fr at n\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{frenzied}}{\textipa{fr\'enzid}\ }{}%
+ \ifthenelse{\equal{\word}{frenzy}}{\textipa{fr\'enzi}\ }{}%
+ \ifthenelse{\equal{\word}{freon}}{\textipa{fr\'\i:An}\ }{}%
+ \ifthenelse{\equal{\word}{frequency}}{\textipa{fr\'\i:kw at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{frequent}}{\textipa{fr\'\i:kw at nt}\ }{}%
+ \ifthenelse{\equal{\word}{frequently}}{\textipa{fr\'\i:kw at ntli}\ }{}%
+ \ifthenelse{\equal{\word}{fresco}}{\textipa{fr\'eskoU}\ }{}%
+ \ifthenelse{\equal{\word}{fresh}}{\textipa{freS}\ }{}%
+ \ifthenelse{\equal{\word}{freshen}}{\textipa{fr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{freshly}}{\textipa{fr\'eSli}\ }{}%
+ \ifthenelse{\equal{\word}{freshman}}{\textipa{fr\'eSm at n}\ }{}%
+ \ifthenelse{\equal{\word}{freshness}}{\textipa{fr\'eSn at s}\ }{}%
+ \ifthenelse{\equal{\word}{fret}}{\textipa{fret}\ }{}%
+ \ifthenelse{\equal{\word}{fretful}}{\textipa{fr\'etfl}\ }{}%
+ \ifthenelse{\equal{\word}{freud}}{\textipa{frOId}\ }{}%
+ \ifthenelse{\equal{\word}{friable}}{\textipa{fr\'a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{friar}}{\textipa{fr\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{friary}}{\textipa{fr\'a at ri}\ }{}%
+ \ifthenelse{\equal{\word}{fricative}}{\textipa{fr\'Ik at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{friction}}{\textipa{fr\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{friday}}{\textipa{fr\'aIdeI}\ }{}%
+ \ifthenelse{\equal{\word}{fridge}}{\textipa{frIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{fried}}{\textipa{fraId}\ }{}%
+ \ifthenelse{\equal{\word}{friend}}{\textipa{frend}\ }{}%
+ \ifthenelse{\equal{\word}{friendliness}}{\textipa{fr\'enlin at s}\ }{}%
+ \ifthenelse{\equal{\word}{friendly}}{\textipa{fr\'enli}\ }{}%
+ \ifthenelse{\equal{\word}{friendship}}{\textipa{fr\'enS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{frigate}}{\textipa{fr\'Ig at t}\ }{}%
+ \ifthenelse{\equal{\word}{fright}}{\textipa{fraIt}\ }{}%
+ \ifthenelse{\equal{\word}{frighten}}{\textipa{fr\'aItn}\ }{}%
+ \ifthenelse{\equal{\word}{frightened}}{\textipa{fr\'aItnd}\ }{}%
+ \ifthenelse{\equal{\word}{frighteners}}{\textipa{fr\'aItn at rz}\ }{}%
+ \ifthenelse{\equal{\word}{frightening}}{\textipa{fr\'aItnIN}\ }{}%
+ \ifthenelse{\equal{\word}{frightful}}{\textipa{fr\'aItfl}\ }{}%
+ \ifthenelse{\equal{\word}{frigid}}{\textipa{fr\'IdZId}\ }{}%
+ \ifthenelse{\equal{\word}{frigidity}}{\textipa{frIdZ\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{frill}}{\textipa{frIl}\ }{}%
+ \ifthenelse{\equal{\word}{frilly}}{\textipa{fr\'Ili}\ }{}%
+ \ifthenelse{\equal{\word}{fringe}}{\textipa{frInZ}\ }{}%
+ \ifthenelse{\equal{\word}{frippery}}{\textipa{fr\'Ipri}\ }{}%
+ \ifthenelse{\equal{\word}{frisk}}{\textipa{frIsk}\ }{}%
+ \ifthenelse{\equal{\word}{frisky}}{\textipa{fr\'Iski}\ }{}%
+ \ifthenelse{\equal{\word}{frisson}}{\textipa{fri:s\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{fritter}}{\textipa{fr\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{frivol}}{\textipa{fr\'Ivl}\ }{}%
+ \ifthenelse{\equal{\word}{frivolity}}{\textipa{frIv\'Al at ti}\ }{}%
+ \ifthenelse{\equal{\word}{frivolous}}{\textipa{fr\'Ivl at s}\ }{}%
+ \ifthenelse{\equal{\word}{frizzle}}{\textipa{fr\'Izl}\ }{}%
+ \ifthenelse{\equal{\word}{frizzy}}{\textipa{fr\'Izi}\ }{}%
+ \ifthenelse{\equal{\word}{fro}}{\textipa{froU}\ }{}%
+ \ifthenelse{\equal{\word}{frock}}{\textipa{frAk}\ }{}%
+ \ifthenelse{\equal{\word}{frog}}{\textipa{frAg}\ }{}%
+ \ifthenelse{\equal{\word}{frolic}}{\textipa{fr\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{frolicsome}}{\textipa{fr\'AlIksm}\ }{}%
+ \ifthenelse{\equal{\word}{from}}{\textipa{fr at m}\ }{}%
+ \ifthenelse{\equal{\word}{frond}}{\textipa{frAnd}\ }{}%
+ \ifthenelse{\equal{\word}{front}}{\textipa{fr2nt}\ }{}%
+ \ifthenelse{\equal{\word}{frontage}}{\textipa{fr\'2nIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{frontal}}{\textipa{fr\'2ntl}\ }{}%
+ \ifthenelse{\equal{\word}{frontier}}{\textipa{fr2nt\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{frontispiece}}{\textipa{fr\'2nt at sp\`\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{frost}}{\textipa{frO:st}\ }{}%
+ \ifthenelse{\equal{\word}{frosty}}{\textipa{fr\'O:sti}\ }{}%
+ \ifthenelse{\equal{\word}{froth}}{\textipa{frO:T}\ }{}%
+ \ifthenelse{\equal{\word}{frothy}}{\textipa{fr\'O:Ti}\ }{}%
+ \ifthenelse{\equal{\word}{frown}}{\textipa{fraUn}\ }{}%
+ \ifthenelse{\equal{\word}{froze}}{\textipa{froUz}\ }{}%
+ \ifthenelse{\equal{\word}{frozen}}{\textipa{fr\'oUzn}\ }{}%
+ \ifthenelse{\equal{\word}{fructose}}{\textipa{fr\'2ktoUs}\ }{}%
+ \ifthenelse{\equal{\word}{frugal}}{\textipa{fr\'u:gl}\ }{}%
+ \ifthenelse{\equal{\word}{frugality}}{\textipa{fru:g\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{fruit}}{\textipa{fru:t}\ }{}%
+ \ifthenelse{\equal{\word}{fruitful}}{\textipa{fr\'u:tfl}\ }{}%
+ \ifthenelse{\equal{\word}{fruition}}{\textipa{fru\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{fruitless}}{\textipa{fr\'u:tl at s}\ }{}%
+ \ifthenelse{\equal{\word}{fruity}}{\textipa{fr\'u:ti}\ }{}%
+ \ifthenelse{\equal{\word}{frumps}}{\textipa{fr2mp}\ }{}%
+ \ifthenelse{\equal{\word}{frustrate}}{\textipa{fr\'2streIt}\ }{}%
+ \ifthenelse{\equal{\word}{frustrated}}{\textipa{fr\'2streItId}\ }{}%
+ \ifthenelse{\equal{\word}{frustum}}{\textipa{fr\'2st at m}\ }{}%
+ \ifthenelse{\equal{\word}{fry}}{\textipa{fraI}\ }{}%
+ \ifthenelse{\equal{\word}{fuchsia}}{\textipa{fj\'u:S@}\ }{}%
+ \ifthenelse{\equal{\word}{fuddle}}{\textipa{f\'2dl}\ }{}%
+ \ifthenelse{\equal{\word}{fudge}}{\textipa{f2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{fuel}}{\textipa{fj\'u at l}\ }{}%
+ \ifthenelse{\equal{\word}{fug}}{\textipa{f2g}\ }{}%
+ \ifthenelse{\equal{\word}{fugitive}}{\textipa{fj\'u:dZ at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{fugue}}{\textipa{fju:g}\ }{}%
+ \ifthenelse{\equal{\word}{fuhrer}}{\textipa{fj\'u at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{fulcrum}}{\textipa{f\'2lkr at m}\ }{}%
+ \ifthenelse{\equal{\word}{fulfill}}{\textipa{fUlf\'Il}\ }{}%
+ \ifthenelse{\equal{\word}{full}}{\textipa{fUl}\ }{}%
+ \ifthenelse{\equal{\word}{fuller}}{\textipa{f\'Ul at r}\ }{}%
+ \ifthenelse{\equal{\word}{fullness}}{\textipa{f\'Uln at s}\ }{}%
+ \ifthenelse{\equal{\word}{fulltime}}{\textipa{f\`Ult\'aIm}\ }{}%
+ \ifthenelse{\equal{\word}{fully}}{\textipa{f\'Uli}\ }{}%
+ \ifthenelse{\equal{\word}{fulminate}}{\textipa{f\'UlmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{fulsome}}{\textipa{f\'Ulsm}\ }{}%
+ \ifthenelse{\equal{\word}{fumarole}}{\textipa{fj\'u:m at roUl}\ }{}%
+ \ifthenelse{\equal{\word}{fumble}}{\textipa{f\'2mbl}\ }{}%
+ \ifthenelse{\equal{\word}{fume}}{\textipa{fju:m}\ }{}%
+ \ifthenelse{\equal{\word}{fumigate}}{\textipa{fj\'u:mIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{fun}}{\textipa{f2n}\ }{}%
+ \ifthenelse{\equal{\word}{function}}{\textipa{f\'2NSn}\ }{}%
+ \ifthenelse{\equal{\word}{functional}}{\textipa{f\'2NSnl}\ }{}%
+ \ifthenelse{\equal{\word}{functionality}}{\textipa{f\`2NSn\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{functionary}}{\textipa{f\'2NSn\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{fund}}{\textipa{f2nd}\ }{}%
+ \ifthenelse{\equal{\word}{fundamental}}{\textipa{f\`2nd at m\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{fundamentalism}}{\textipa{f\`2nd at m\'entl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{fundamentalist}}{\textipa{f\`2nd at m\'entlIst}\ }{}%
+ \ifthenelse{\equal{\word}{fundamentally}}{\textipa{f\`2nd at m\'entli}\ }{}%
+ \ifthenelse{\equal{\word}{funeral}}{\textipa{fj\'u:nrl}\ }{}%
+ \ifthenelse{\equal{\word}{funerary}}{\textipa{fj\'u:n at r\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{funereal}}{\textipa{fju:n\'\i at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{fungal}}{\textipa{f\'2Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{fungi}}{\textipa{f\'2Ngi:}\ }{}%
+ \ifthenelse{\equal{\word}{fungicide}}{\textipa{f\'2NgIs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{fungoid}}{\textipa{f\'2NgOId}\ }{}%
+ \ifthenelse{\equal{\word}{fungus}}{\textipa{f\'2Ng at s}\ }{}%
+ \ifthenelse{\equal{\word}{funicular}}{\textipa{fjun\'Ikj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{funk}}{\textipa{f2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{funky}}{\textipa{f\'2Nki}\ }{}%
+ \ifthenelse{\equal{\word}{funnel}}{\textipa{f\'2nl}\ }{}%
+ \ifthenelse{\equal{\word}{funnily}}{\textipa{f\'2nIli}\ }{}%
+ \ifthenelse{\equal{\word}{funny}}{\textipa{f\'2ni}\ }{}%
+ \ifthenelse{\equal{\word}{furbished}}{\textipa{f\'@:rbIS}\ }{}%
+ \ifthenelse{\equal{\word}{furious}}{\textipa{fj\'u at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{furlong}}{\textipa{f\'@:rlO:N}\ }{}%
+ \ifthenelse{\equal{\word}{furlough}}{\textipa{f\'@:rloU}\ }{}%
+ \ifthenelse{\equal{\word}{furls}}{\textipa{f@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{furnace}}{\textipa{f\'@:rnIs}\ }{}%
+ \ifthenelse{\equal{\word}{furnish}}{\textipa{f\'@:rnIS}\ }{}%
+ \ifthenelse{\equal{\word}{furniture}}{\textipa{f\'@:rnItS at r}\ }{}%
+ \ifthenelse{\equal{\word}{furore}}{\textipa{fj\'U at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{furred}}{\textipa{f@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{furrier}}{\textipa{f\'@:ri at r}\ }{}%
+ \ifthenelse{\equal{\word}{furring}}{\textipa{f\'@:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{furrow}}{\textipa{f\'@:roU}\ }{}%
+ \ifthenelse{\equal{\word}{furry}}{\textipa{f\'@:ri}\ }{}%
+ \ifthenelse{\equal{\word}{further}}{\textipa{f\'@:rD at r}\ }{}%
+ \ifthenelse{\equal{\word}{furtherance}}{\textipa{f\'@:rDrns}\ }{}%
+ \ifthenelse{\equal{\word}{furthermore}}{\textipa{f\'@:rD at rm\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{furthest}}{\textipa{f\'@:rDIst}\ }{}%
+ \ifthenelse{\equal{\word}{furtive}}{\textipa{f\'@:rtIv}\ }{}%
+ \ifthenelse{\equal{\word}{fury}}{\textipa{fj\'U at ri}\ }{}%
+ \ifthenelse{\equal{\word}{furze}}{\textipa{f@:rz}\ }{}%
+ \ifthenelse{\equal{\word}{fuse}}{\textipa{fju:z}\ }{}%
+ \ifthenelse{\equal{\word}{fuselage}}{\textipa{fj\'u:s at l\`A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{fusible}}{\textipa{fj\'u:z at bl}\ }{}%
+ \ifthenelse{\equal{\word}{fusilier}}{\textipa{fj\`u:z at l\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{fusillade}}{\textipa{fj\'u:s at l\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{fusion}}{\textipa{fj\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{fuss}}{\textipa{f2s}\ }{}%
+ \ifthenelse{\equal{\word}{fussily}}{\textipa{f\'2sIli}\ }{}%
+ \ifthenelse{\equal{\word}{fussy}}{\textipa{f\'2si}\ }{}%
+ \ifthenelse{\equal{\word}{fustian}}{\textipa{f\'2stSn}\ }{}%
+ \ifthenelse{\equal{\word}{fusty}}{\textipa{f\'2sti}\ }{}%
+ \ifthenelse{\equal{\word}{futile}}{\textipa{fj\'u:tl}\ }{}%
+ \ifthenelse{\equal{\word}{futility}}{\textipa{fju:t\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{futon}}{\textipa{f\'u:tAn}\ }{}%
+ \ifthenelse{\equal{\word}{future}}{\textipa{fj\'u:tS at r}\ }{}%
+ \ifthenelse{\equal{\word}{futurism}}{\textipa{fj\'u:tSr\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{futurist}}{\textipa{fj\'u:tSrIst}\ }{}%
+ \ifthenelse{\equal{\word}{futuristic}}{\textipa{fj\`u:tS at r\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{futurity}}{\textipa{fju:tj\'U at r@ti}\ }{}%
+ \ifthenelse{\equal{\word}{futurologists}}{\textipa{fj\`u:tS at r\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{fuzz}}{\textipa{f2z}\ }{}%
+ \ifthenelse{\equal{\word}{fuzzy}}{\textipa{f\'2zi}\ }{}%
+ \ifthenelse{\equal{\word}{gab}}{\textipa{g\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{gabble}}{\textipa{g\'\ae bl}\ }{}%
+ \ifthenelse{\equal{\word}{gaberdine}}{\textipa{g\'\ae b at rd\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{gable}}{\textipa{g\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{gabon}}{\textipa{g at b\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{gad}}{\textipa{g\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{gadget}}{\textipa{g\'\ae dZIt}\ }{}%
+ \ifthenelse{\equal{\word}{gadgetry}}{\textipa{g\'\ae dZItri}\ }{}%
+ \ifthenelse{\equal{\word}{gaff}}{\textipa{g\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{gag}}{\textipa{g\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{gaga}}{\textipa{g\'A:gA:}\ }{}%
+ \ifthenelse{\equal{\word}{gage}}{\textipa{geIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{gaggle}}{\textipa{g\'\ae gl}\ }{}%
+ \ifthenelse{\equal{\word}{gaiety}}{\textipa{g\'eI at ti}\ }{}%
+ \ifthenelse{\equal{\word}{gaily}}{\textipa{g\'eIli}\ }{}%
+ \ifthenelse{\equal{\word}{gain}}{\textipa{geIn}\ }{}%
+ \ifthenelse{\equal{\word}{gainful}}{\textipa{g\'eInfl}\ }{}%
+ \ifthenelse{\equal{\word}{gainsay}}{\textipa{g\`eIns\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{gait}}{\textipa{geIt}\ }{}%
+ \ifthenelse{\equal{\word}{gaiter}}{\textipa{g\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{gal}}{\textipa{g\ae l}\ }{}%
+ \ifthenelse{\equal{\word}{gala}}{\textipa{g\'eIl@}\ }{}%
+ \ifthenelse{\equal{\word}{galactic}}{\textipa{g at l\'\ae ktIk}\ }{}%
+ \ifthenelse{\equal{\word}{galaxy}}{\textipa{g\'\ae l at ksi}\ }{}%
+ \ifthenelse{\equal{\word}{gale}}{\textipa{geIl}\ }{}%
+ \ifthenelse{\equal{\word}{galena}}{\textipa{g at l\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{galilean}}{\textipa{g\`\ae lIl\'\i at n}\ }{}%
+ \ifthenelse{\equal{\word}{galileo}}{\textipa{g\`\ae lIl\'eIoU}\ }{}%
+ \ifthenelse{\equal{\word}{gall}}{\textipa{gO:l}\ }{}%
+ \ifthenelse{\equal{\word}{gallant}}{\textipa{g\'\ae l at nt}\ }{}%
+ \ifthenelse{\equal{\word}{gallantly}}{\textipa{g\'\ae l at ntli}\ }{}%
+ \ifthenelse{\equal{\word}{gallantry}}{\textipa{g\'\ae l at ntri}\ }{}%
+ \ifthenelse{\equal{\word}{galleon}}{\textipa{g\'\ae li at n}\ }{}%
+ \ifthenelse{\equal{\word}{gallery}}{\textipa{g\'\ae lri}\ }{}%
+ \ifthenelse{\equal{\word}{galley}}{\textipa{g\'\ae li}\ }{}%
+ \ifthenelse{\equal{\word}{gallic}}{\textipa{g\'\ae lIk}\ }{}%
+ \ifthenelse{\equal{\word}{galling}}{\textipa{g\'O:lIN}\ }{}%
+ \ifthenelse{\equal{\word}{gallium}}{\textipa{g\'\ae li at m}\ }{}%
+ \ifthenelse{\equal{\word}{gallivanted}}{\textipa{g\'\ae l at v\`\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{gallon}}{\textipa{g\'\ae l at n}\ }{}%
+ \ifthenelse{\equal{\word}{gallows}}{\textipa{g\'\ae loUz}\ }{}%
+ \ifthenelse{\equal{\word}{galop}}{\textipa{g\'\ae l at p}\ }{}%
+ \ifthenelse{\equal{\word}{galore}}{\textipa{g at l\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{galoshes}}{\textipa{g at l\'AS}\ }{}%
+ \ifthenelse{\equal{\word}{galvanic}}{\textipa{g\ae lv\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{galvanize}}{\textipa{g\'\ae lv at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{galvanometer}}{\textipa{g\`\ae lv at n\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{gambia}}{\textipa{g\'\ae mbi@}\ }{}%
+ \ifthenelse{\equal{\word}{gambit}}{\textipa{g\'\ae mbIt}\ }{}%
+ \ifthenelse{\equal{\word}{gamble}}{\textipa{g\'\ae mbl}\ }{}%
+ \ifthenelse{\equal{\word}{game}}{\textipa{geIm}\ }{}%
+ \ifthenelse{\equal{\word}{gamesmanship}}{\textipa{g\'eImzm at nS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{gamete}}{\textipa{g\'\ae mi:t}\ }{}%
+ \ifthenelse{\equal{\word}{gaming}}{\textipa{g\'eImIN}\ }{}%
+ \ifthenelse{\equal{\word}{gamma}}{\textipa{g\'\ae m@}\ }{}%
+ \ifthenelse{\equal{\word}{gammon}}{\textipa{g\'\ae m at n}\ }{}%
+ \ifthenelse{\equal{\word}{gamut}}{\textipa{g\'\ae m at t}\ }{}%
+ \ifthenelse{\equal{\word}{gamy}}{\textipa{g\'eImi}\ }{}%
+ \ifthenelse{\equal{\word}{gander}}{\textipa{g\'\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{gandhi}}{\textipa{g\'\ae ndi}\ }{}%
+ \ifthenelse{\equal{\word}{gang}}{\textipa{g\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{ganges}}{\textipa{g\'\ae nZi:z}\ }{}%
+ \ifthenelse{\equal{\word}{ganglia}}{\textipa{g\'\ae Ngli at n}\ }{}%
+ \ifthenelse{\equal{\word}{gangling}}{\textipa{g\'\ae NglIN}\ }{}%
+ \ifthenelse{\equal{\word}{gangly}}{\textipa{g\'\ae Ngli}\ }{}%
+ \ifthenelse{\equal{\word}{gangrene}}{\textipa{g\'\ae Ngri:n}\ }{}%
+ \ifthenelse{\equal{\word}{gangrenous}}{\textipa{g\'\ae NgrIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{gangster}}{\textipa{g\'\ae Nst at r}\ }{}%
+ \ifthenelse{\equal{\word}{gannet}}{\textipa{g\'\ae nIt}\ }{}%
+ \ifthenelse{\equal{\word}{gantry}}{\textipa{g\'\ae ntri}\ }{}%
+ \ifthenelse{\equal{\word}{gaol}}{\textipa{dZeIl}\ }{}%
+ \ifthenelse{\equal{\word}{gap}}{\textipa{g\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{gape}}{\textipa{geIp}\ }{}%
+ \ifthenelse{\equal{\word}{garage}}{\textipa{g at r\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{garb}}{\textipa{gA:rb}\ }{}%
+ \ifthenelse{\equal{\word}{garbage}}{\textipa{g\'A:rbIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{garble}}{\textipa{g\'A:rbl}\ }{}%
+ \ifthenelse{\equal{\word}{garden}}{\textipa{g\'A:rdn}\ }{}%
+ \ifthenelse{\equal{\word}{gardener}}{\textipa{g\'A:rdn at r}\ }{}%
+ \ifthenelse{\equal{\word}{gargantuan}}{\textipa{gA:rg\'\ae nSu at n}\ }{}%
+ \ifthenelse{\equal{\word}{gargle}}{\textipa{g\'A:rgl}\ }{}%
+ \ifthenelse{\equal{\word}{gargoyle}}{\textipa{g\'A:rgOIl}\ }{}%
+ \ifthenelse{\equal{\word}{garish}}{\textipa{g\'e at rIS}\ }{}%
+ \ifthenelse{\equal{\word}{garland}}{\textipa{g\'A:rl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{garlic}}{\textipa{g\'A:rlIk}\ }{}%
+ \ifthenelse{\equal{\word}{garment}}{\textipa{g\'A:rm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{garner}}{\textipa{g\'A:rn at r}\ }{}%
+ \ifthenelse{\equal{\word}{garnet}}{\textipa{g\'A:rnIt}\ }{}%
+ \ifthenelse{\equal{\word}{garnish}}{\textipa{g\'A:rnIS}\ }{}%
+ \ifthenelse{\equal{\word}{garotte}}{\textipa{g at r\'At}\ }{}%
+ \ifthenelse{\equal{\word}{garret}}{\textipa{g\'\ae r at t}\ }{}%
+ \ifthenelse{\equal{\word}{garrison}}{\textipa{g\'\ae rIsn}\ }{}%
+ \ifthenelse{\equal{\word}{garrulous}}{\textipa{g\'\ae rl at s}\ }{}%
+ \ifthenelse{\equal{\word}{garter}}{\textipa{g\'A:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{gas}}{\textipa{g\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{gaseous}}{\textipa{g\'\ae si at s}\ }{}%
+ \ifthenelse{\equal{\word}{gash}}{\textipa{g\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{gasify}}{\textipa{g\'\ae sIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{gasket}}{\textipa{g\'\ae skIt}\ }{}%
+ \ifthenelse{\equal{\word}{gasometer}}{\textipa{g\ae s\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{gasp}}{\textipa{g\ae sp}\ }{}%
+ \ifthenelse{\equal{\word}{gassy}}{\textipa{g\'\ae si}\ }{}%
+ \ifthenelse{\equal{\word}{gastric}}{\textipa{g\'\ae strIk}\ }{}%
+ \ifthenelse{\equal{\word}{gastritis}}{\textipa{g\ae str\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{gastroenteritis}}{\textipa{g\`\ae stroU\`ent at r\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{gastrointestinal}}{\textipa{g\`\ae stroUInt\'estnl}\ }{}%
+ \ifthenelse{\equal{\word}{gastronomic}}{\textipa{g\`\ae str at n\'AmIk}\ }{}%
+ \ifthenelse{\equal{\word}{gastronomy}}{\textipa{g\ae str\'An at mi}\ }{}%
+ \ifthenelse{\equal{\word}{gastropod}}{\textipa{g\'\ae str at p\`Ad}\ }{}%
+ \ifthenelse{\equal{\word}{gateau}}{\textipa{g\ae t\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{gated}}{\textipa{g\'eItId}\ }{}%
+ \ifthenelse{\equal{\word}{gateway}}{\textipa{g\'eItw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{gather}}{\textipa{g\'\ae D at r}\ }{}%
+ \ifthenelse{\equal{\word}{gathering}}{\textipa{g\'\ae DrIN}\ }{}%
+ \ifthenelse{\equal{\word}{gauche}}{\textipa{goUS}\ }{}%
+ \ifthenelse{\equal{\word}{gaucherie}}{\textipa{g\`oUS at r\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{gaud}}{\textipa{gO:d}\ }{}%
+ \ifthenelse{\equal{\word}{gaudy}}{\textipa{g\'O:di}\ }{}%
+ \ifthenelse{\equal{\word}{gaunt}}{\textipa{gO:nt}\ }{}%
+ \ifthenelse{\equal{\word}{gauntlet}}{\textipa{g\'O:ntl at t}\ }{}%
+ \ifthenelse{\equal{\word}{gauze}}{\textipa{gO:z}\ }{}%
+ \ifthenelse{\equal{\word}{gave}}{\textipa{geIv}\ }{}%
+ \ifthenelse{\equal{\word}{gavel}}{\textipa{g\'\ae vl}\ }{}%
+ \ifthenelse{\equal{\word}{gavial}}{\textipa{g\'eIvi at l}\ }{}%
+ \ifthenelse{\equal{\word}{gavotte}}{\textipa{g at v\'At}\ }{}%
+ \ifthenelse{\equal{\word}{gawk}}{\textipa{gO:k}\ }{}%
+ \ifthenelse{\equal{\word}{gawky}}{\textipa{g\'O:ki}\ }{}%
+ \ifthenelse{\equal{\word}{gay}}{\textipa{geI}\ }{}%
+ \ifthenelse{\equal{\word}{gaze}}{\textipa{geIz}\ }{}%
+ \ifthenelse{\equal{\word}{gazebo}}{\textipa{g at z\'eIboU}\ }{}%
+ \ifthenelse{\equal{\word}{gazelle}}{\textipa{g at z\'el}\ }{}%
+ \ifthenelse{\equal{\word}{gazette}}{\textipa{g at z\'et}\ }{}%
+ \ifthenelse{\equal{\word}{gazetteer}}{\textipa{g\`\ae z at t\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{gear}}{\textipa{gI at r}\ }{}%
+ \ifthenelse{\equal{\word}{gearing}}{\textipa{g\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{gecko}}{\textipa{g\'ekoU}\ }{}%
+ \ifthenelse{\equal{\word}{geek}}{\textipa{gi:k}\ }{}%
+ \ifthenelse{\equal{\word}{geese}}{\textipa{gi:s}\ }{}%
+ \ifthenelse{\equal{\word}{geezer}}{\textipa{g\'\i:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{geisha}}{\textipa{g\'eIS@}\ }{}%
+ \ifthenelse{\equal{\word}{gel}}{\textipa{dZel}\ }{}%
+ \ifthenelse{\equal{\word}{gelatin}}{\textipa{dZ\'el at tIn}\ }{}%
+ \ifthenelse{\equal{\word}{gelatinous}}{\textipa{dZ at l\'\ae tn at s}\ }{}%
+ \ifthenelse{\equal{\word}{gelignite}}{\textipa{dZ\'elIgn\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{gem}}{\textipa{dZem}\ }{}%
+ \ifthenelse{\equal{\word}{gemini}}{\textipa{dZ\'emIn\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{gemsbok}}{\textipa{g\'emzb\`Ak}\ }{}%
+ \ifthenelse{\equal{\word}{gen}}{\textipa{dZen}\ }{}%
+ \ifthenelse{\equal{\word}{gender}}{\textipa{dZ\'end at r}\ }{}%
+ \ifthenelse{\equal{\word}{gene}}{\textipa{dZi:n}\ }{}%
+ \ifthenelse{\equal{\word}{genealogical}}{\textipa{dZ\`\i:ni at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{genealogy}}{\textipa{dZ\`\i:ni\'\ae l at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{genera}}{\textipa{dZ\'enr@}\ }{}%
+ \ifthenelse{\equal{\word}{general}}{\textipa{dZ\'enrl}\ }{}%
+ \ifthenelse{\equal{\word}{generalize}}{\textipa{dZ\'enr at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{generalist}}{\textipa{dZ\'enrlIst}\ }{}%
+ \ifthenelse{\equal{\word}{generality}}{\textipa{dZ\`en at r\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{generally}}{\textipa{dZ\'enrli}\ }{}%
+ \ifthenelse{\equal{\word}{generalship}}{\textipa{dZ\'enrlS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{generate}}{\textipa{dZ\'en at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{generation}}{\textipa{dZ\`en at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{generative}}{\textipa{dZ\'enr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{generator}}{\textipa{dZ\'en at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{generic}}{\textipa{dZ at n\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{generosity}}{\textipa{dZ\`en at r\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{generous}}{\textipa{dZ\'enr at s}\ }{}%
+ \ifthenelse{\equal{\word}{genesis}}{\textipa{dZ\'en at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{genetic}}{\textipa{dZ at n\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{genetically}}{\textipa{dZ at n\'etIkli}\ }{}%
+ \ifthenelse{\equal{\word}{geneticist}}{\textipa{dZ at n\'etIsIst}\ }{}%
+ \ifthenelse{\equal{\word}{genetics}}{\textipa{dZ at n\'etIks}\ }{}%
+ \ifthenelse{\equal{\word}{genets}}{\textipa{dZ\'enIt}\ }{}%
+ \ifthenelse{\equal{\word}{geneva}}{\textipa{dZ at n\'\i:v@}\ }{}%
+ \ifthenelse{\equal{\word}{genial}}{\textipa{dZ\'\i:nj at l}\ }{}%
+ \ifthenelse{\equal{\word}{geniality}}{\textipa{dZ\`\i:ni\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{genie}}{\textipa{dZ\'\i:ni}\ }{}%
+ \ifthenelse{\equal{\word}{genii}}{\textipa{dZ\'\i:niaI}\ }{}%
+ \ifthenelse{\equal{\word}{genital}}{\textipa{dZ\'en at tl}\ }{}%
+ \ifthenelse{\equal{\word}{genitalia}}{\textipa{dZ\`enIt\'eIli@}\ }{}%
+ \ifthenelse{\equal{\word}{genitive}}{\textipa{dZ\'en at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{genius}}{\textipa{dZ\'\i:ni at s}\ }{}%
+ \ifthenelse{\equal{\word}{genoa}}{\textipa{dZ\'enoU@}\ }{}%
+ \ifthenelse{\equal{\word}{genocidal}}{\textipa{dZ\`en at s\'aIdl}\ }{}%
+ \ifthenelse{\equal{\word}{genocide}}{\textipa{dZ\'en at s\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{genome}}{\textipa{dZ\'\i:noUm}\ }{}%
+ \ifthenelse{\equal{\word}{genotype}}{\textipa{dZ\'en at t\`aIp}\ }{}%
+ \ifthenelse{\equal{\word}{genre}}{\textipa{Z\'Anr@}\ }{}%
+ \ifthenelse{\equal{\word}{gent}}{\textipa{dZent}\ }{}%
+ \ifthenelse{\equal{\word}{genteel}}{\textipa{dZent\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{gentians}}{\textipa{dZ\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{gentile}}{\textipa{dZ\'entaIl}\ }{}%
+ \ifthenelse{\equal{\word}{gentility}}{\textipa{dZ at nt\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{gentle}}{\textipa{dZ\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{gentleman}}{\textipa{dZ\'entlm at n}\ }{}%
+ \ifthenelse{\equal{\word}{gentleness}}{\textipa{dZ\'entln at s}\ }{}%
+ \ifthenelse{\equal{\word}{gently}}{\textipa{dZ\'entli}\ }{}%
+ \ifthenelse{\equal{\word}{gentrified}}{\textipa{dZ\'entrIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{gentry}}{\textipa{dZ\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{gents}}{\textipa{dZents}\ }{}%
+ \ifthenelse{\equal{\word}{genuflect}}{\textipa{dZ\'enj at fl\`ekt}\ }{}%
+ \ifthenelse{\equal{\word}{genuine}}{\textipa{dZ\'enjuIn}\ }{}%
+ \ifthenelse{\equal{\word}{genuinely}}{\textipa{dZ\'enjuInli}\ }{}%
+ \ifthenelse{\equal{\word}{genus}}{\textipa{dZ\'\i:n at s}\ }{}%
+ \ifthenelse{\equal{\word}{geodesic}}{\textipa{dZ\`\i:@d\'esIk}\ }{}%
+ \ifthenelse{\equal{\word}{geographer}}{\textipa{dZi\'Agr at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{geographic}}{\textipa{dZ\`\i at gr\'\ae fIkl}\ }{}%
+ \ifthenelse{\equal{\word}{geography}}{\textipa{dZi\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{geologic}}{\textipa{dZ\`\i at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{geologist}}{\textipa{dZi\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{geology}}{\textipa{dZi\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{geometer}}{\textipa{dZi\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{geometric}}{\textipa{dZ\`\i at m\'etrIk}\ }{}%
+ \ifthenelse{\equal{\word}{geometry}}{\textipa{dZi\'Am at tri}\ }{}%
+ \ifthenelse{\equal{\word}{george}}{\textipa{dZO:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{georgia}}{\textipa{dZ\'O:rdZ@}\ }{}%
+ \ifthenelse{\equal{\word}{geothermal}}{\textipa{dZ\`\i:oUT\'@:rml}\ }{}%
+ \ifthenelse{\equal{\word}{geranium}}{\textipa{dZ at r\'eIni at m}\ }{}%
+ \ifthenelse{\equal{\word}{gerbil}}{\textipa{dZ\'@:rbl}\ }{}%
+ \ifthenelse{\equal{\word}{geriatric}}{\textipa{dZ\`eri\'\ae trIk}\ }{}%
+ \ifthenelse{\equal{\word}{germ}}{\textipa{dZ@:rm}\ }{}%
+ \ifthenelse{\equal{\word}{german}}{\textipa{dZ\'@:rm at n}\ }{}%
+ \ifthenelse{\equal{\word}{germane}}{\textipa{dZ at rm\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{germanic}}{\textipa{dZ at rm\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{germanium}}{\textipa{dZ at rm\'eIni at m}\ }{}%
+ \ifthenelse{\equal{\word}{germany}}{\textipa{dZ\'@:rm at ni}\ }{}%
+ \ifthenelse{\equal{\word}{germicidal}}{\textipa{dZ\'@:rmIs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{germinal}}{\textipa{dZ\'@:rmInl}\ }{}%
+ \ifthenelse{\equal{\word}{germinate}}{\textipa{dZ\'@:rmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{germination}}{\textipa{dZ\`@:rmIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{gerontocracy}}{\textipa{dZ\`ernt\'Akr at si}\ }{}%
+ \ifthenelse{\equal{\word}{gerontology}}{\textipa{dZ\`ernt\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{gerrymander}}{\textipa{dZ\'erim\`\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{gerund}}{\textipa{dZ\'ernd}\ }{}%
+ \ifthenelse{\equal{\word}{gerundive}}{\textipa{dZ at r\'2ndIv}\ }{}%
+ \ifthenelse{\equal{\word}{gestalt}}{\textipa{g at St\'A:lt}\ }{}%
+ \ifthenelse{\equal{\word}{gestapo}}{\textipa{g at st\'A:poU}\ }{}%
+ \ifthenelse{\equal{\word}{gestate}}{\textipa{dZ\'esteIt}\ }{}%
+ \ifthenelse{\equal{\word}{gestation}}{\textipa{dZest\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{gesticulate}}{\textipa{dZest\'Ikj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{gestural}}{\textipa{dZ\'estSrl}\ }{}%
+ \ifthenelse{\equal{\word}{gesture}}{\textipa{dZ\'estS at r}\ }{}%
+ \ifthenelse{\equal{\word}{get}}{\textipa{get}\ }{}%
+ \ifthenelse{\equal{\word}{geyser}}{\textipa{g\'aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{ghana}}{\textipa{g\'A:n@}\ }{}%
+ \ifthenelse{\equal{\word}{ghastly}}{\textipa{g\'\ae sli}\ }{}%
+ \ifthenelse{\equal{\word}{gherkin}}{\textipa{g\'@:rkIn}\ }{}%
+ \ifthenelse{\equal{\word}{ghetto}}{\textipa{g\'etoU}\ }{}%
+ \ifthenelse{\equal{\word}{ghost}}{\textipa{goUst}\ }{}%
+ \ifthenelse{\equal{\word}{ghoul}}{\textipa{gu:l}\ }{}%
+ \ifthenelse{\equal{\word}{ghoulish}}{\textipa{g\'u:lIS}\ }{}%
+ \ifthenelse{\equal{\word}{giant}}{\textipa{dZ\'a at nt}\ }{}%
+ \ifthenelse{\equal{\word}{giantess}}{\textipa{dZ\'aI at nt@s}\ }{}%
+ \ifthenelse{\equal{\word}{gibber}}{\textipa{dZ\'Ib at r}\ }{}%
+ \ifthenelse{\equal{\word}{gibberish}}{\textipa{dZ\'IbrIS}\ }{}%
+ \ifthenelse{\equal{\word}{gibbet}}{\textipa{dZ\'IbIt}\ }{}%
+ \ifthenelse{\equal{\word}{gibbon}}{\textipa{g\'Ibn}\ }{}%
+ \ifthenelse{\equal{\word}{gibbous}}{\textipa{g\'Ib at s}\ }{}%
+ \ifthenelse{\equal{\word}{gibed}}{\textipa{dZaIb}\ }{}%
+ \ifthenelse{\equal{\word}{giblets}}{\textipa{dZ\'Ibl at ts}\ }{}%
+ \ifthenelse{\equal{\word}{giddy}}{\textipa{g\'Idi}\ }{}%
+ \ifthenelse{\equal{\word}{gift}}{\textipa{gIft}\ }{}%
+ \ifthenelse{\equal{\word}{gifted}}{\textipa{g\'IftId}\ }{}%
+ \ifthenelse{\equal{\word}{gig}}{\textipa{gIg}\ }{}%
+ \ifthenelse{\equal{\word}{gigantic}}{\textipa{dZaIg\'\ae ntIk}\ }{}%
+ \ifthenelse{\equal{\word}{giggle}}{\textipa{g\'Igl}\ }{}%
+ \ifthenelse{\equal{\word}{giggly}}{\textipa{g\'Igli}\ }{}%
+ \ifthenelse{\equal{\word}{gigolo}}{\textipa{dZ\'Ig at l\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{gilds}}{\textipa{gIld}\ }{}%
+ \ifthenelse{\equal{\word}{gill}}{\textipa{gIl}\ }{}%
+ \ifthenelse{\equal{\word}{gillie}}{\textipa{g\'Ili}\ }{}%
+ \ifthenelse{\equal{\word}{gilt}}{\textipa{gIlt}\ }{}%
+ \ifthenelse{\equal{\word}{gimcrack}}{\textipa{dZ\'Imkr\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{gimlet}}{\textipa{g\'Iml at t}\ }{}%
+ \ifthenelse{\equal{\word}{gimmick}}{\textipa{g\'ImIk}\ }{}%
+ \ifthenelse{\equal{\word}{gimmickry}}{\textipa{g\'ImIkri}\ }{}%
+ \ifthenelse{\equal{\word}{gimmicky}}{\textipa{g\'ImIki}\ }{}%
+ \ifthenelse{\equal{\word}{gin}}{\textipa{dZIn}\ }{}%
+ \ifthenelse{\equal{\word}{ginger}}{\textipa{dZ\'InZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{gingerly}}{\textipa{dZ\'InZ at rli}\ }{}%
+ \ifthenelse{\equal{\word}{gingery}}{\textipa{dZ\'InZri}\ }{}%
+ \ifthenelse{\equal{\word}{gingham}}{\textipa{g\'IN at m}\ }{}%
+ \ifthenelse{\equal{\word}{gingivitis}}{\textipa{dZ\`InZIv\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{ginseng}}{\textipa{dZ\'InseN}\ }{}%
+ \ifthenelse{\equal{\word}{gipsy}}{\textipa{dZ\'Ipsi}\ }{}%
+ \ifthenelse{\equal{\word}{giraffe}}{\textipa{dZ at r\'\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{gird}}{\textipa{g@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{girder}}{\textipa{g\'@:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{girdle}}{\textipa{g\'@:rdl}\ }{}%
+ \ifthenelse{\equal{\word}{girl}}{\textipa{g@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{girlfriend}}{\textipa{g\'@:rlfr\`end}\ }{}%
+ \ifthenelse{\equal{\word}{girlhood}}{\textipa{g\'@:rlh\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{girlie}}{\textipa{g\'@:rli}\ }{}%
+ \ifthenelse{\equal{\word}{girlish}}{\textipa{g\'@:rlIS}\ }{}%
+ \ifthenelse{\equal{\word}{giro}}{\textipa{dZ\'aIroU}\ }{}%
+ \ifthenelse{\equal{\word}{girt}}{\textipa{g@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{girth}}{\textipa{g@:rT}\ }{}%
+ \ifthenelse{\equal{\word}{gist}}{\textipa{dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{give}}{\textipa{gIv}\ }{}%
+ \ifthenelse{\equal{\word}{given}}{\textipa{g\'Ivn}\ }{}%
+ \ifthenelse{\equal{\word}{giver}}{\textipa{g\'Iv at r}\ }{}%
+ \ifthenelse{\equal{\word}{giving}}{\textipa{g\'IvIN}\ }{}%
+ \ifthenelse{\equal{\word}{gizzard}}{\textipa{g\'Iz at rd}\ }{}%
+ \ifthenelse{\equal{\word}{glace}}{\textipa{gl\ae s\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{glacial}}{\textipa{gl\'eISl}\ }{}%
+ \ifthenelse{\equal{\word}{glaciation}}{\textipa{gl\`eISi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{glacier}}{\textipa{gl\'eIS at r}\ }{}%
+ \ifthenelse{\equal{\word}{glaciology}}{\textipa{gl\`eISi\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{glad}}{\textipa{gl\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{gladden}}{\textipa{gl\'\ae dn}\ }{}%
+ \ifthenelse{\equal{\word}{glade}}{\textipa{gleId}\ }{}%
+ \ifthenelse{\equal{\word}{gladiator}}{\textipa{gl\'\ae di\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{gladioli}}{\textipa{gl\`\ae di\'oUl at s}\ }{}%
+ \ifthenelse{\equal{\word}{gladly}}{\textipa{gl\'\ae dli}\ }{}%
+ \ifthenelse{\equal{\word}{glamorous}}{\textipa{gl\'\ae mr at s}\ }{}%
+ \ifthenelse{\equal{\word}{glamor}}{\textipa{gl\'\ae m at r}\ }{}%
+ \ifthenelse{\equal{\word}{glance}}{\textipa{gl\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{glancing}}{\textipa{gl\'\ae nsIN}\ }{}%
+ \ifthenelse{\equal{\word}{gland}}{\textipa{gl\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{glandular}}{\textipa{gl\'\ae ndZl at r}\ }{}%
+ \ifthenelse{\equal{\word}{glans}}{\textipa{gl\ae nz}\ }{}%
+ \ifthenelse{\equal{\word}{glare}}{\textipa{gle at r}\ }{}%
+ \ifthenelse{\equal{\word}{glaring}}{\textipa{gl\'erIN}\ }{}%
+ \ifthenelse{\equal{\word}{glasgow}}{\textipa{gl\'\ae sgoU}\ }{}%
+ \ifthenelse{\equal{\word}{glasnost}}{\textipa{gl\'A:snoUst}\ }{}%
+ \ifthenelse{\equal{\word}{glass}}{\textipa{gl\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{glassful}}{\textipa{gl\'\ae sf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{glassy}}{\textipa{gl\'\ae si}\ }{}%
+ \ifthenelse{\equal{\word}{glaucoma}}{\textipa{glaUk\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{glaze}}{\textipa{gleIz}\ }{}%
+ \ifthenelse{\equal{\word}{glazed}}{\textipa{gleIzd}\ }{}%
+ \ifthenelse{\equal{\word}{glazier}}{\textipa{gl\'eIZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{glazing}}{\textipa{gl\'eIzIN}\ }{}%
+ \ifthenelse{\equal{\word}{gleam}}{\textipa{gli:m}\ }{}%
+ \ifthenelse{\equal{\word}{glean}}{\textipa{gli:n}\ }{}%
+ \ifthenelse{\equal{\word}{gleanings}}{\textipa{gl\'\i:nINz}\ }{}%
+ \ifthenelse{\equal{\word}{glebe}}{\textipa{gli:b}\ }{}%
+ \ifthenelse{\equal{\word}{glee}}{\textipa{gli:}\ }{}%
+ \ifthenelse{\equal{\word}{gleeful}}{\textipa{gl\'\i:fl}\ }{}%
+ \ifthenelse{\equal{\word}{glen}}{\textipa{glen}\ }{}%
+ \ifthenelse{\equal{\word}{glib}}{\textipa{glIb}\ }{}%
+ \ifthenelse{\equal{\word}{glide}}{\textipa{glaId}\ }{}%
+ \ifthenelse{\equal{\word}{glider}}{\textipa{gl\'aId at r}\ }{}%
+ \ifthenelse{\equal{\word}{gliding}}{\textipa{gl\'aIdIN}\ }{}%
+ \ifthenelse{\equal{\word}{glimmer}}{\textipa{gl\'Im at r}\ }{}%
+ \ifthenelse{\equal{\word}{glimpse}}{\textipa{glIms}\ }{}%
+ \ifthenelse{\equal{\word}{glint}}{\textipa{glInt}\ }{}%
+ \ifthenelse{\equal{\word}{glisten}}{\textipa{gl\'Isn}\ }{}%
+ \ifthenelse{\equal{\word}{glitter}}{\textipa{gl\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{glittery}}{\textipa{gl\'It at ri}\ }{}%
+ \ifthenelse{\equal{\word}{gloaming}}{\textipa{gl\'oUmIN}\ }{}%
+ \ifthenelse{\equal{\word}{gloat}}{\textipa{gloUt}\ }{}%
+ \ifthenelse{\equal{\word}{glob}}{\textipa{glAb}\ }{}%
+ \ifthenelse{\equal{\word}{global}}{\textipa{gl\'oUbl}\ }{}%
+ \ifthenelse{\equal{\word}{globe}}{\textipa{gloUb}\ }{}%
+ \ifthenelse{\equal{\word}{globular}}{\textipa{gl\'Abj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{globule}}{\textipa{gl\'Abju:l}\ }{}%
+ \ifthenelse{\equal{\word}{gloom}}{\textipa{glu:m}\ }{}%
+ \ifthenelse{\equal{\word}{gloomy}}{\textipa{gl\'u:mi}\ }{}%
+ \ifthenelse{\equal{\word}{glorification}}{\textipa{gl\`O:rIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{glorify}}{\textipa{gl\'O:rIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{glorious}}{\textipa{gl\'O:ri at s}\ }{}%
+ \ifthenelse{\equal{\word}{glory}}{\textipa{gl\'O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{gloss}}{\textipa{glAs}\ }{}%
+ \ifthenelse{\equal{\word}{glossary}}{\textipa{gl\'Asri}\ }{}%
+ \ifthenelse{\equal{\word}{glossy}}{\textipa{gl\'Asi}\ }{}%
+ \ifthenelse{\equal{\word}{glottal}}{\textipa{gl\'Atl}\ }{}%
+ \ifthenelse{\equal{\word}{glove}}{\textipa{gl2v}\ }{}%
+ \ifthenelse{\equal{\word}{glow}}{\textipa{gloU}\ }{}%
+ \ifthenelse{\equal{\word}{glower}}{\textipa{gl\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{glowering}}{\textipa{gl\'aUrIN}\ }{}%
+ \ifthenelse{\equal{\word}{glucose}}{\textipa{gl\'u:koUs}\ }{}%
+ \ifthenelse{\equal{\word}{glue}}{\textipa{glu:}\ }{}%
+ \ifthenelse{\equal{\word}{glum}}{\textipa{gl2m}\ }{}%
+ \ifthenelse{\equal{\word}{glut}}{\textipa{gl2t}\ }{}%
+ \ifthenelse{\equal{\word}{gluten}}{\textipa{gl\'u:tn}\ }{}%
+ \ifthenelse{\equal{\word}{glutinous}}{\textipa{gl\'u:tn at s}\ }{}%
+ \ifthenelse{\equal{\word}{glutton}}{\textipa{gl\'2tn}\ }{}%
+ \ifthenelse{\equal{\word}{gluttonous}}{\textipa{gl\'2tn at s}\ }{}%
+ \ifthenelse{\equal{\word}{gluttony}}{\textipa{gl\'2tni}\ }{}%
+ \ifthenelse{\equal{\word}{glycerine}}{\textipa{gl\'IsrIn}\ }{}%
+ \ifthenelse{\equal{\word}{glycol}}{\textipa{gl\'aIkoUl}\ }{}%
+ \ifthenelse{\equal{\word}{gnarl}}{\textipa{nA:rl}\ }{}%
+ \ifthenelse{\equal{\word}{gnarled}}{\textipa{nA:rld}\ }{}%
+ \ifthenelse{\equal{\word}{gnash}}{\textipa{n\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{gnat}}{\textipa{n\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{gnaw}}{\textipa{nO:}\ }{}%
+ \ifthenelse{\equal{\word}{gnome}}{\textipa{noUm}\ }{}%
+ \ifthenelse{\equal{\word}{gnomic}}{\textipa{n\'oUmIk}\ }{}%
+ \ifthenelse{\equal{\word}{gnu}}{\textipa{nu:}\ }{}%
+ \ifthenelse{\equal{\word}{go}}{\textipa{goU}\ }{}%
+ \ifthenelse{\equal{\word}{goad}}{\textipa{goUd}\ }{}%
+ \ifthenelse{\equal{\word}{goal}}{\textipa{goUl}\ }{}%
+ \ifthenelse{\equal{\word}{goalies}}{\textipa{g\'oUli}\ }{}%
+ \ifthenelse{\equal{\word}{goat}}{\textipa{goUt}\ }{}%
+ \ifthenelse{\equal{\word}{goatee}}{\textipa{g\`oUt\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{gobbet}}{\textipa{g\'AbIt}\ }{}%
+ \ifthenelse{\equal{\word}{gobble}}{\textipa{g\'Abl}\ }{}%
+ \ifthenelse{\equal{\word}{gobbledegook}}{\textipa{g\'Abldig\`u:k}\ }{}%
+ \ifthenelse{\equal{\word}{gobi}}{\textipa{g\'oUbi}\ }{}%
+ \ifthenelse{\equal{\word}{goblet}}{\textipa{g\'Abl at t}\ }{}%
+ \ifthenelse{\equal{\word}{goblin}}{\textipa{g\'AblIn}\ }{}%
+ \ifthenelse{\equal{\word}{god}}{\textipa{gAd}\ }{}%
+ \ifthenelse{\equal{\word}{goddess}}{\textipa{g\'Ad at s}\ }{}%
+ \ifthenelse{\equal{\word}{goer}}{\textipa{g\'oU at r}\ }{}%
+ \ifthenelse{\equal{\word}{goethe}}{\textipa{g\'eIt@}\ }{}%
+ \ifthenelse{\equal{\word}{gofer}}{\textipa{g\'oUf at r}\ }{}%
+ \ifthenelse{\equal{\word}{goggled}}{\textipa{g\'Agl}\ }{}%
+ \ifthenelse{\equal{\word}{going}}{\textipa{g\'oUIN}\ }{}%
+ \ifthenelse{\equal{\word}{goiter}}{\textipa{g\'OIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{gold}}{\textipa{goUld}\ }{}%
+ \ifthenelse{\equal{\word}{golden}}{\textipa{g\'oUldn}\ }{}%
+ \ifthenelse{\equal{\word}{goldsmith}}{\textipa{g\'oUldsm\`IT}\ }{}%
+ \ifthenelse{\equal{\word}{golf}}{\textipa{gAlf}\ }{}%
+ \ifthenelse{\equal{\word}{golgotha}}{\textipa{g\'Alg at T@}\ }{}%
+ \ifthenelse{\equal{\word}{goliath}}{\textipa{g at l\'a at T}\ }{}%
+ \ifthenelse{\equal{\word}{golliwog}}{\textipa{g\'Aliw\`Ag}\ }{}%
+ \ifthenelse{\equal{\word}{golly}}{\textipa{g\'Ali}\ }{}%
+ \ifthenelse{\equal{\word}{gonad}}{\textipa{g\'oUn\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{gondola}}{\textipa{g\'Andl@}\ }{}%
+ \ifthenelse{\equal{\word}{gondolier}}{\textipa{g\`And at l\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{gone}}{\textipa{gO:n}\ }{}%
+ \ifthenelse{\equal{\word}{gong}}{\textipa{gO:N}\ }{}%
+ \ifthenelse{\equal{\word}{gonorrhea}}{\textipa{g\`An at r\'\i:@}\ }{}%
+ \ifthenelse{\equal{\word}{goo}}{\textipa{gu:}\ }{}%
+ \ifthenelse{\equal{\word}{good}}{\textipa{gUd}\ }{}%
+ \ifthenelse{\equal{\word}{goodbye}}{\textipa{g\`udb\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{goodish}}{\textipa{g\'UdIS}\ }{}%
+ \ifthenelse{\equal{\word}{goodness}}{\textipa{g\'Udn at s}\ }{}%
+ \ifthenelse{\equal{\word}{goodnight}}{\textipa{g\`Udn\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{goods}}{\textipa{gUdz}\ }{}%
+ \ifthenelse{\equal{\word}{goodwill}}{\textipa{g\`Udw\'Il}\ }{}%
+ \ifthenelse{\equal{\word}{goody}}{\textipa{g\'Udi}\ }{}%
+ \ifthenelse{\equal{\word}{gooey}}{\textipa{g\'ui}\ }{}%
+ \ifthenelse{\equal{\word}{goof}}{\textipa{gu:f}\ }{}%
+ \ifthenelse{\equal{\word}{goofy}}{\textipa{g\'u:fi}\ }{}%
+ \ifthenelse{\equal{\word}{googly}}{\textipa{g\'u:gli}\ }{}%
+ \ifthenelse{\equal{\word}{goon}}{\textipa{gu:n}\ }{}%
+ \ifthenelse{\equal{\word}{goose}}{\textipa{gu:s}\ }{}%
+ \ifthenelse{\equal{\word}{gooseberry}}{\textipa{g\'u:sb\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{gore}}{\textipa{gO:r}\ }{}%
+ \ifthenelse{\equal{\word}{gorge}}{\textipa{gO:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{gorgeous}}{\textipa{g\'O:rdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{gorgon}}{\textipa{g\'O:rgn}\ }{}%
+ \ifthenelse{\equal{\word}{gorilla}}{\textipa{g at r\'Il@}\ }{}%
+ \ifthenelse{\equal{\word}{gormless}}{\textipa{g\'O:rml at s}\ }{}%
+ \ifthenelse{\equal{\word}{gorse}}{\textipa{gO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{gory}}{\textipa{g\'O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{gosh}}{\textipa{gAS}\ }{}%
+ \ifthenelse{\equal{\word}{gosling}}{\textipa{g\'AzlIN}\ }{}%
+ \ifthenelse{\equal{\word}{gospel}}{\textipa{g\'Aspl}\ }{}%
+ \ifthenelse{\equal{\word}{gossamer}}{\textipa{g\'As at m@r}\ }{}%
+ \ifthenelse{\equal{\word}{gossip}}{\textipa{g\'As at p}\ }{}%
+ \ifthenelse{\equal{\word}{got}}{\textipa{gAt}\ }{}%
+ \ifthenelse{\equal{\word}{gothic}}{\textipa{g\'ATIk}\ }{}%
+ \ifthenelse{\equal{\word}{goths}}{\textipa{gAT}\ }{}%
+ \ifthenelse{\equal{\word}{gotten}}{\textipa{g\'Atn}\ }{}%
+ \ifthenelse{\equal{\word}{gouda}}{\textipa{g\'aUd@}\ }{}%
+ \ifthenelse{\equal{\word}{gouge}}{\textipa{gaUdZ}\ }{}%
+ \ifthenelse{\equal{\word}{goulash}}{\textipa{g\'u:lA:S}\ }{}%
+ \ifthenelse{\equal{\word}{gourd}}{\textipa{gO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{gourmand}}{\textipa{g\'U at rmA:nd}\ }{}%
+ \ifthenelse{\equal{\word}{gourmet}}{\textipa{g\'U at rmeI}\ }{}%
+ \ifthenelse{\equal{\word}{gout}}{\textipa{gaUt}\ }{}%
+ \ifthenelse{\equal{\word}{govern}}{\textipa{g\'2v at rn}\ }{}%
+ \ifthenelse{\equal{\word}{governance}}{\textipa{g\'2v at rn@ns}\ }{}%
+ \ifthenelse{\equal{\word}{governess}}{\textipa{g\'2v at rn@s}\ }{}%
+ \ifthenelse{\equal{\word}{government}}{\textipa{g\'2v at rnm@nt}\ }{}%
+ \ifthenelse{\equal{\word}{governmental}}{\textipa{g\`2v at rnm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{governor}}{\textipa{g\'2vn at r}\ }{}%
+ \ifthenelse{\equal{\word}{gown}}{\textipa{gaUn}\ }{}%
+ \ifthenelse{\equal{\word}{grab}}{\textipa{gr\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{grace}}{\textipa{greIs}\ }{}%
+ \ifthenelse{\equal{\word}{graceful}}{\textipa{gr\'eIsfl}\ }{}%
+ \ifthenelse{\equal{\word}{gracious}}{\textipa{gr\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{gradation}}{\textipa{gr at d\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{grade}}{\textipa{greId}\ }{}%
+ \ifthenelse{\equal{\word}{gradient}}{\textipa{gr\'eIdi at nt}\ }{}%
+ \ifthenelse{\equal{\word}{gradual}}{\textipa{gr\'\ae dZul}\ }{}%
+ \ifthenelse{\equal{\word}{gradually}}{\textipa{gr\'\ae dZuli}\ }{}%
+ \ifthenelse{\equal{\word}{graduate}}{\textipa{gr\'\ae dZu\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{graduation}}{\textipa{gr\`\ae dZu\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{graffiti}}{\textipa{gr at f\'\i:ti}\ }{}%
+ \ifthenelse{\equal{\word}{graffito}}{\textipa{gr at f\'\i:toU}\ }{}%
+ \ifthenelse{\equal{\word}{graft}}{\textipa{gr\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{graham}}{\textipa{gr\'eI at m}\ }{}%
+ \ifthenelse{\equal{\word}{grail}}{\textipa{greIl}\ }{}%
+ \ifthenelse{\equal{\word}{grain}}{\textipa{greIn}\ }{}%
+ \ifthenelse{\equal{\word}{grainy}}{\textipa{gr\'eIni}\ }{}%
+ \ifthenelse{\equal{\word}{gram}}{\textipa{gr\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{grammar}}{\textipa{gr\'\ae m at r}\ }{}%
+ \ifthenelse{\equal{\word}{grammarian}}{\textipa{gr at m\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{grammatical}}{\textipa{gr at m\'\ae tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{gramophone}}{\textipa{gr\'\ae m at f\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{granary}}{\textipa{gr\'\ae nri}\ }{}%
+ \ifthenelse{\equal{\word}{grand}}{\textipa{gr\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{grandchild}}{\textipa{gr\'\ae ntS\`aIld}\ }{}%
+ \ifthenelse{\equal{\word}{granddaughter}}{\textipa{gr\'\ae nd\`O:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{grandee}}{\textipa{gr\ae nd\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{grandeur}}{\textipa{gr\'\ae nZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{grandfather}}{\textipa{gr\'\ae nf\`A:D at r}\ }{}%
+ \ifthenelse{\equal{\word}{grandiloquent}}{\textipa{gr\ae nd\'Il at kw@nt}\ }{}%
+ \ifthenelse{\equal{\word}{grandiose}}{\textipa{gr\'\ae ndi\`oUs}\ }{}%
+ \ifthenelse{\equal{\word}{grandma}}{\textipa{gr\'\ae nm\`A:}\ }{}%
+ \ifthenelse{\equal{\word}{grandmother}}{\textipa{gr\'\ae nm\`2D at r}\ }{}%
+ \ifthenelse{\equal{\word}{grandpa}}{\textipa{gr\'\ae np\`A:}\ }{}%
+ \ifthenelse{\equal{\word}{grandparent}}{\textipa{gr\`\ae np\'e at rnt}\ }{}%
+ \ifthenelse{\equal{\word}{grandson}}{\textipa{gr\'\ae ns\`2n}\ }{}%
+ \ifthenelse{\equal{\word}{grange}}{\textipa{greInZ}\ }{}%
+ \ifthenelse{\equal{\word}{granite}}{\textipa{gr\'\ae nIt}\ }{}%
+ \ifthenelse{\equal{\word}{granny}}{\textipa{gr\'\ae ni}\ }{}%
+ \ifthenelse{\equal{\word}{grant}}{\textipa{gr\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{grantee}}{\textipa{gr\`\ae nt\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{granular}}{\textipa{gr\'\ae nj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{granularity}}{\textipa{gr\`\ae nj at l\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{granule}}{\textipa{gr\'\ae nju:l}\ }{}%
+ \ifthenelse{\equal{\word}{grape}}{\textipa{greIp}\ }{}%
+ \ifthenelse{\equal{\word}{graph}}{\textipa{gr\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{graphic}}{\textipa{gr\'\ae fIk}\ }{}%
+ \ifthenelse{\equal{\word}{graphical}}{\textipa{gr\'\ae fIkl}\ }{}%
+ \ifthenelse{\equal{\word}{graphically}}{\textipa{gr\'\ae fIkli}\ }{}%
+ \ifthenelse{\equal{\word}{graphics}}{\textipa{gr\'\ae fIks}\ }{}%
+ \ifthenelse{\equal{\word}{graphite}}{\textipa{gr\'\ae faIt}\ }{}%
+ \ifthenelse{\equal{\word}{graphology}}{\textipa{gr\ae f\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{grapnel}}{\textipa{gr\'\ae pnl}\ }{}%
+ \ifthenelse{\equal{\word}{grapple}}{\textipa{gr\'\ae pl}\ }{}%
+ \ifthenelse{\equal{\word}{grasp}}{\textipa{gr\ae sp}\ }{}%
+ \ifthenelse{\equal{\word}{grass}}{\textipa{gr\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{grasshopper}}{\textipa{gr\'\ae sh\`Ap at r}\ }{}%
+ \ifthenelse{\equal{\word}{grate}}{\textipa{greIt}\ }{}%
+ \ifthenelse{\equal{\word}{grateful}}{\textipa{gr\'eItfl}\ }{}%
+ \ifthenelse{\equal{\word}{grater}}{\textipa{gr\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{gratification}}{\textipa{gr\`\ae tIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{gratify}}{\textipa{gr\'\ae tIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{grating}}{\textipa{gr\'eItIN}\ }{}%
+ \ifthenelse{\equal{\word}{gratis}}{\textipa{gr\'\ae t at s}\ }{}%
+ \ifthenelse{\equal{\word}{gratitude}}{\textipa{gr\'\ae t at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{gratuitous}}{\textipa{gr at tj\'u:@t at s}\ }{}%
+ \ifthenelse{\equal{\word}{gratuity}}{\textipa{gr at tj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{grave}}{\textipa{greIv}\ }{}%
+ \ifthenelse{\equal{\word}{gravel}}{\textipa{gr\'\ae vl}\ }{}%
+ \ifthenelse{\equal{\word}{gravelly}}{\textipa{gr\'\ae vli}\ }{}%
+ \ifthenelse{\equal{\word}{graven}}{\textipa{gr\'eIvn}\ }{}%
+ \ifthenelse{\equal{\word}{gravitas}}{\textipa{gr\'\ae vIt\`\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{gravitate}}{\textipa{gr\'\ae vIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{gravitational}}{\textipa{gr\`\ae vIt\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{gravity}}{\textipa{gr\'\ae v at ti}\ }{}%
+ \ifthenelse{\equal{\word}{gravy}}{\textipa{gr\'eIvi}\ }{}%
+ \ifthenelse{\equal{\word}{graze}}{\textipa{greIz}\ }{}%
+ \ifthenelse{\equal{\word}{grazing}}{\textipa{gr\'eIzIN}\ }{}%
+ \ifthenelse{\equal{\word}{grease}}{\textipa{gri:s}\ }{}%
+ \ifthenelse{\equal{\word}{greasers}}{\textipa{gr\'\i:s at r}\ }{}%
+ \ifthenelse{\equal{\word}{greasy}}{\textipa{gr\'\i:si}\ }{}%
+ \ifthenelse{\equal{\word}{greatly}}{\textipa{gr\'eItli}\ }{}%
+ \ifthenelse{\equal{\word}{greatness}}{\textipa{gr\'eItn at s}\ }{}%
+ \ifthenelse{\equal{\word}{grecian}}{\textipa{gr\'\i:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{greed}}{\textipa{gri:d}\ }{}%
+ \ifthenelse{\equal{\word}{greedily}}{\textipa{gr\'\i:dIli}\ }{}%
+ \ifthenelse{\equal{\word}{greedy}}{\textipa{gr\'\i:di}\ }{}%
+ \ifthenelse{\equal{\word}{greek}}{\textipa{gri:k}\ }{}%
+ \ifthenelse{\equal{\word}{green}}{\textipa{gri:n}\ }{}%
+ \ifthenelse{\equal{\word}{greenery}}{\textipa{gr\'\i:nri}\ }{}%
+ \ifthenelse{\equal{\word}{greenhouse}}{\textipa{gr\'\i:nh\`aUs}\ }{}%
+ \ifthenelse{\equal{\word}{greenish}}{\textipa{gr\'\i:nIS}\ }{}%
+ \ifthenelse{\equal{\word}{greenwich}}{\textipa{gr\'enItS}\ }{}%
+ \ifthenelse{\equal{\word}{greet}}{\textipa{gri:t}\ }{}%
+ \ifthenelse{\equal{\word}{greeting}}{\textipa{gr\'\i:tIN}\ }{}%
+ \ifthenelse{\equal{\word}{gregarious}}{\textipa{grIg\'e at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{gremlin}}{\textipa{gr\'emlIn}\ }{}%
+ \ifthenelse{\equal{\word}{grenade}}{\textipa{grIn\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{grenadier}}{\textipa{gr\`en at d\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{grew}}{\textipa{gru:}\ }{}%
+ \ifthenelse{\equal{\word}{gray}}{\textipa{greI}\ }{}%
+ \ifthenelse{\equal{\word}{greyish}}{\textipa{gr\'eIIS}\ }{}%
+ \ifthenelse{\equal{\word}{grid}}{\textipa{grId}\ }{}%
+ \ifthenelse{\equal{\word}{grief}}{\textipa{gri:f}\ }{}%
+ \ifthenelse{\equal{\word}{grievance}}{\textipa{gr\'\i:vns}\ }{}%
+ \ifthenelse{\equal{\word}{grieve}}{\textipa{gri:v}\ }{}%
+ \ifthenelse{\equal{\word}{grievous}}{\textipa{gr\'\i:v at s}\ }{}%
+ \ifthenelse{\equal{\word}{griffin}}{\textipa{gr\'IfIn}\ }{}%
+ \ifthenelse{\equal{\word}{griffon}}{\textipa{gr\'Ifn}\ }{}%
+ \ifthenelse{\equal{\word}{grill}}{\textipa{grIl}\ }{}%
+ \ifthenelse{\equal{\word}{grim}}{\textipa{grIm}\ }{}%
+ \ifthenelse{\equal{\word}{grimace}}{\textipa{grIm\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{grime}}{\textipa{graIm}\ }{}%
+ \ifthenelse{\equal{\word}{grimy}}{\textipa{gr\'aImi}\ }{}%
+ \ifthenelse{\equal{\word}{grin}}{\textipa{grIn}\ }{}%
+ \ifthenelse{\equal{\word}{grind}}{\textipa{graInd}\ }{}%
+ \ifthenelse{\equal{\word}{grip}}{\textipa{grIp}\ }{}%
+ \ifthenelse{\equal{\word}{gripe}}{\textipa{graIp}\ }{}%
+ \ifthenelse{\equal{\word}{grisly}}{\textipa{gr\'Izli}\ }{}%
+ \ifthenelse{\equal{\word}{grist}}{\textipa{grIst}\ }{}%
+ \ifthenelse{\equal{\word}{gristle}}{\textipa{gr\'Isl}\ }{}%
+ \ifthenelse{\equal{\word}{grit}}{\textipa{grIt}\ }{}%
+ \ifthenelse{\equal{\word}{grits}}{\textipa{grIts}\ }{}%
+ \ifthenelse{\equal{\word}{gritty}}{\textipa{gr\'Iti}\ }{}%
+ \ifthenelse{\equal{\word}{grizzled}}{\textipa{gr\'Izld}\ }{}%
+ \ifthenelse{\equal{\word}{groan}}{\textipa{groUn}\ }{}%
+ \ifthenelse{\equal{\word}{groat}}{\textipa{groUt}\ }{}%
+ \ifthenelse{\equal{\word}{groats}}{\textipa{groUts}\ }{}%
+ \ifthenelse{\equal{\word}{grocer}}{\textipa{gr\'oUs at r}\ }{}%
+ \ifthenelse{\equal{\word}{grocery}}{\textipa{gr\'oUsri}\ }{}%
+ \ifthenelse{\equal{\word}{grog}}{\textipa{grAg}\ }{}%
+ \ifthenelse{\equal{\word}{groggy}}{\textipa{gr\'Agi}\ }{}%
+ \ifthenelse{\equal{\word}{groin}}{\textipa{grOIn}\ }{}%
+ \ifthenelse{\equal{\word}{grommet}}{\textipa{gr\'AmIt}\ }{}%
+ \ifthenelse{\equal{\word}{groom}}{\textipa{gru:m}\ }{}%
+ \ifthenelse{\equal{\word}{groove}}{\textipa{gru:v}\ }{}%
+ \ifthenelse{\equal{\word}{groovy}}{\textipa{gr\'u:vi}\ }{}%
+ \ifthenelse{\equal{\word}{grope}}{\textipa{groUp}\ }{}%
+ \ifthenelse{\equal{\word}{gross}}{\textipa{groUs}\ }{}%
+ \ifthenelse{\equal{\word}{grotesque}}{\textipa{groUt\'esk}\ }{}%
+ \ifthenelse{\equal{\word}{grotto}}{\textipa{gr\'AtoU}\ }{}%
+ \ifthenelse{\equal{\word}{grouch}}{\textipa{graUtS}\ }{}%
+ \ifthenelse{\equal{\word}{grouchy}}{\textipa{gr\'aUtSi}\ }{}%
+ \ifthenelse{\equal{\word}{ground}}{\textipa{graUnd}\ }{}%
+ \ifthenelse{\equal{\word}{group}}{\textipa{gru:p}\ }{}%
+ \ifthenelse{\equal{\word}{grouper}}{\textipa{gr\'u:p at r}\ }{}%
+ \ifthenelse{\equal{\word}{groupie}}{\textipa{gr\'u:pi}\ }{}%
+ \ifthenelse{\equal{\word}{grouse}}{\textipa{graUs}\ }{}%
+ \ifthenelse{\equal{\word}{grout}}{\textipa{graUt}\ }{}%
+ \ifthenelse{\equal{\word}{grove}}{\textipa{groUv}\ }{}%
+ \ifthenelse{\equal{\word}{grovel}}{\textipa{gr\'2vl}\ }{}%
+ \ifthenelse{\equal{\word}{grow}}{\textipa{groU}\ }{}%
+ \ifthenelse{\equal{\word}{grower}}{\textipa{gr\'oU at r}\ }{}%
+ \ifthenelse{\equal{\word}{growl}}{\textipa{graUl}\ }{}%
+ \ifthenelse{\equal{\word}{grownup}}{\textipa{gr\'oUn\`2p}\ }{}%
+ \ifthenelse{\equal{\word}{growth}}{\textipa{groUT}\ }{}%
+ \ifthenelse{\equal{\word}{grub}}{\textipa{gr2b}\ }{}%
+ \ifthenelse{\equal{\word}{grubby}}{\textipa{gr\'2bi}\ }{}%
+ \ifthenelse{\equal{\word}{grudge}}{\textipa{gr2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{grudging}}{\textipa{gr\'2dZIN}\ }{}%
+ \ifthenelse{\equal{\word}{gruel}}{\textipa{gr\'u at l}\ }{}%
+ \ifthenelse{\equal{\word}{grueling}}{\textipa{gr\'u at lIN}\ }{}%
+ \ifthenelse{\equal{\word}{gruesome}}{\textipa{gr\'u:sm}\ }{}%
+ \ifthenelse{\equal{\word}{gruff}}{\textipa{gr2f}\ }{}%
+ \ifthenelse{\equal{\word}{grumble}}{\textipa{gr\'2mbl}\ }{}%
+ \ifthenelse{\equal{\word}{grumps}}{\textipa{gr2mp}\ }{}%
+ \ifthenelse{\equal{\word}{grumpy}}{\textipa{gr\'2mpi}\ }{}%
+ \ifthenelse{\equal{\word}{grunge}}{\textipa{gr2nZ}\ }{}%
+ \ifthenelse{\equal{\word}{grunt}}{\textipa{gr2nt}\ }{}%
+ \ifthenelse{\equal{\word}{guacamole}}{\textipa{gw\`A:k at m\'oUli}\ }{}%
+ \ifthenelse{\equal{\word}{guano}}{\textipa{gw\'A:noU}\ }{}%
+ \ifthenelse{\equal{\word}{guarantee}}{\textipa{g\`\ae rnt\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{guarantor}}{\textipa{g\`\ae rnt\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{guard}}{\textipa{gA:rd}\ }{}%
+ \ifthenelse{\equal{\word}{guardian}}{\textipa{g\'A:rdi at n}\ }{}%
+ \ifthenelse{\equal{\word}{guardianship}}{\textipa{g\'A:rdi at nS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{guava}}{\textipa{gw\'A:v@}\ }{}%
+ \ifthenelse{\equal{\word}{gubernatorial}}{\textipa{g\`u:b at rn@t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{gudgeon}}{\textipa{g\'2dZn}\ }{}%
+ \ifthenelse{\equal{\word}{guess}}{\textipa{ges}\ }{}%
+ \ifthenelse{\equal{\word}{guest}}{\textipa{gest}\ }{}%
+ \ifthenelse{\equal{\word}{guffaw}}{\textipa{g2f\'O:}\ }{}%
+ \ifthenelse{\equal{\word}{guidance}}{\textipa{g\'aIdns}\ }{}%
+ \ifthenelse{\equal{\word}{guide}}{\textipa{gaId}\ }{}%
+ \ifthenelse{\equal{\word}{guideline}}{\textipa{g\'aIdl\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{guilder}}{\textipa{g\'Ild at r}\ }{}%
+ \ifthenelse{\equal{\word}{guile}}{\textipa{gaIl}\ }{}%
+ \ifthenelse{\equal{\word}{guillemot}}{\textipa{g\'IlIm\`At}\ }{}%
+ \ifthenelse{\equal{\word}{guillotine}}{\textipa{g\'Il at t\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{guiltily}}{\textipa{g\'IltIli}\ }{}%
+ \ifthenelse{\equal{\word}{guilty}}{\textipa{g\'Ilti}\ }{}%
+ \ifthenelse{\equal{\word}{guinea}}{\textipa{g\'Ini}\ }{}%
+ \ifthenelse{\equal{\word}{guise}}{\textipa{gaIz}\ }{}%
+ \ifthenelse{\equal{\word}{guitar}}{\textipa{gIt\'A:r}\ }{}%
+ \ifthenelse{\equal{\word}{guitarist}}{\textipa{gIt\'A:rIst}\ }{}%
+ \ifthenelse{\equal{\word}{gulf}}{\textipa{g2lf}\ }{}%
+ \ifthenelse{\equal{\word}{gull}}{\textipa{g2l}\ }{}%
+ \ifthenelse{\equal{\word}{gullet}}{\textipa{g\'2lIt}\ }{}%
+ \ifthenelse{\equal{\word}{gullibility}}{\textipa{g\`2l at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{gullible}}{\textipa{g\'2l at bl}\ }{}%
+ \ifthenelse{\equal{\word}{gully}}{\textipa{g\'2li}\ }{}%
+ \ifthenelse{\equal{\word}{gulp}}{\textipa{g2lp}\ }{}%
+ \ifthenelse{\equal{\word}{gum}}{\textipa{g2m}\ }{}%
+ \ifthenelse{\equal{\word}{gun}}{\textipa{g2n}\ }{}%
+ \ifthenelse{\equal{\word}{gunk}}{\textipa{g2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{gunner}}{\textipa{g\'2n at r}\ }{}%
+ \ifthenelse{\equal{\word}{gunnery}}{\textipa{g\'2nri}\ }{}%
+ \ifthenelse{\equal{\word}{gunpowder}}{\textipa{g\'2np\`aUd at r}\ }{}%
+ \ifthenelse{\equal{\word}{gunwale}}{\textipa{g\'2nl}\ }{}%
+ \ifthenelse{\equal{\word}{guppy}}{\textipa{g\'2pi}\ }{}%
+ \ifthenelse{\equal{\word}{gurgle}}{\textipa{g\'@:rgl}\ }{}%
+ \ifthenelse{\equal{\word}{guru}}{\textipa{g\'u:ru:}\ }{}%
+ \ifthenelse{\equal{\word}{gush}}{\textipa{g2S}\ }{}%
+ \ifthenelse{\equal{\word}{gusset}}{\textipa{g\'2s at t}\ }{}%
+ \ifthenelse{\equal{\word}{gust}}{\textipa{g2st}\ }{}%
+ \ifthenelse{\equal{\word}{gusto}}{\textipa{g\'2stoU}\ }{}%
+ \ifthenelse{\equal{\word}{gusty}}{\textipa{g\'2sti}\ }{}%
+ \ifthenelse{\equal{\word}{gut}}{\textipa{g2t}\ }{}%
+ \ifthenelse{\equal{\word}{gutsy}}{\textipa{g\'2tsi}\ }{}%
+ \ifthenelse{\equal{\word}{gutter}}{\textipa{g\'2t at r}\ }{}%
+ \ifthenelse{\equal{\word}{guttural}}{\textipa{g\'2trl}\ }{}%
+ \ifthenelse{\equal{\word}{guy}}{\textipa{gaI}\ }{}%
+ \ifthenelse{\equal{\word}{guzzle}}{\textipa{g\'2zl}\ }{}%
+ \ifthenelse{\equal{\word}{gym}}{\textipa{dZIm}\ }{}%
+ \ifthenelse{\equal{\word}{gymkhana}}{\textipa{dZImk\'A:n@}\ }{}%
+ \ifthenelse{\equal{\word}{gymnasia}}{\textipa{dZImn\'eIzi at m}\ }{}%
+ \ifthenelse{\equal{\word}{gymnast}}{\textipa{dZ\'Imn\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{gymnastic}}{\textipa{dZImn\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{gynecological}}{\textipa{g\`aInIk at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{gynecologist}}{\textipa{g\`aInIk\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{gynecology}}{\textipa{g\`aInIk\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{gypsum}}{\textipa{dZ\'Ipsm}\ }{}%
+ \ifthenelse{\equal{\word}{gyrate}}{\textipa{dZ\'aIreIt}\ }{}%
+ \ifthenelse{\equal{\word}{ha}}{\textipa{hA:}\ }{}%
+ \ifthenelse{\equal{\word}{haberdasher}}{\textipa{h\'\ae b at rd\`\ae S at r}\ }{}%
+ \ifthenelse{\equal{\word}{haberdashery}}{\textipa{h\'\ae b at rd\`\ae Sri}\ }{}%
+ \ifthenelse{\equal{\word}{habit}}{\textipa{h\'\ae bIt}\ }{}%
+ \ifthenelse{\equal{\word}{habitable}}{\textipa{h\'\ae bIt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{habitat}}{\textipa{h\'\ae bIt\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{habitation}}{\textipa{h\`\ae bIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{habitual}}{\textipa{h at b\'ItSul}\ }{}%
+ \ifthenelse{\equal{\word}{habituate}}{\textipa{h at b\'ItSu\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{hacienda}}{\textipa{h\`A:si\'end@}\ }{}%
+ \ifthenelse{\equal{\word}{hack}}{\textipa{h\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{hackle}}{\textipa{h\'\ae kl}\ }{}%
+ \ifthenelse{\equal{\word}{hackney}}{\textipa{h\'\ae kni}\ }{}%
+ \ifthenelse{\equal{\word}{hackneyed}}{\textipa{h\'\ae knid}\ }{}%
+ \ifthenelse{\equal{\word}{had}}{\textipa{h at d}\ }{}%
+ \ifthenelse{\equal{\word}{haddock}}{\textipa{h\'\ae d at k}\ }{}%
+ \ifthenelse{\equal{\word}{hades}}{\textipa{h\'eIdi:z}\ }{}%
+ \ifthenelse{\equal{\word}{hadnt}}{\textipa{h\'\ae dnt}\ }{}%
+ \ifthenelse{\equal{\word}{hematology}}{\textipa{h\`\i:m at t\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{hemoglobin}}{\textipa{h\`\i:m at gl\'oUbn}\ }{}%
+ \ifthenelse{\equal{\word}{haemophilia}}{\textipa{h\`\i:m at f\'Ili@}\ }{}%
+ \ifthenelse{\equal{\word}{hemophiliac}}{\textipa{h\`\i:m at f\'Ili\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{haemorrhage}}{\textipa{h\'emrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{haemorrhoid}}{\textipa{h\'em at r\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{haft}}{\textipa{h\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{hag}}{\textipa{h\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{haggard}}{\textipa{h\'\ae g at rd}\ }{}%
+ \ifthenelse{\equal{\word}{haggis}}{\textipa{h\'\ae gIs}\ }{}%
+ \ifthenelse{\equal{\word}{haggle}}{\textipa{h\'\ae gl}\ }{}%
+ \ifthenelse{\equal{\word}{hagiography}}{\textipa{h\`\ae gi\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{haha}}{\textipa{hA:h\'A:}\ }{}%
+ \ifthenelse{\equal{\word}{haiku}}{\textipa{h\'aIku:}\ }{}%
+ \ifthenelse{\equal{\word}{hail}}{\textipa{heIl}\ }{}%
+ \ifthenelse{\equal{\word}{hair}}{\textipa{he at r}\ }{}%
+ \ifthenelse{\equal{\word}{hairbrush}}{\textipa{h\'e at rbr\`2S}\ }{}%
+ \ifthenelse{\equal{\word}{haircut}}{\textipa{h\'e at rk\`2t}\ }{}%
+ \ifthenelse{\equal{\word}{hairdresser}}{\textipa{h\'e at rdr\`es at r}\ }{}%
+ \ifthenelse{\equal{\word}{haired}}{\textipa{he at rd}\ }{}%
+ \ifthenelse{\equal{\word}{hairy}}{\textipa{h\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{haiti}}{\textipa{h\'eIti}\ }{}%
+ \ifthenelse{\equal{\word}{haitian}}{\textipa{h\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{hake}}{\textipa{heIk}\ }{}%
+ \ifthenelse{\equal{\word}{half}}{\textipa{h\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{halfway}}{\textipa{h\`\ae fw\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{halibut}}{\textipa{h\'\ae lIb at t}\ }{}%
+ \ifthenelse{\equal{\word}{halifax}}{\textipa{h\'\ae lIf\`\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{halitosis}}{\textipa{h\`\ae lIt\'oUsIs}\ }{}%
+ \ifthenelse{\equal{\word}{hall}}{\textipa{hO:l}\ }{}%
+ \ifthenelse{\equal{\word}{hallelujah}}{\textipa{h\`\ae lIl\'u:j@}\ }{}%
+ \ifthenelse{\equal{\word}{hallo}}{\textipa{h at l\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{hallow}}{\textipa{h\'\ae loU}\ }{}%
+ \ifthenelse{\equal{\word}{hallucinate}}{\textipa{h at l\'u:sIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{hallucinatory}}{\textipa{h at l\'u:sn at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{hallway}}{\textipa{h\'O:lw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{halo}}{\textipa{h\'eIloU}\ }{}%
+ \ifthenelse{\equal{\word}{halogen}}{\textipa{h\'\ae l at dZen}\ }{}%
+ \ifthenelse{\equal{\word}{halon}}{\textipa{h\'eIlAn}\ }{}%
+ \ifthenelse{\equal{\word}{halt}}{\textipa{hO:lt}\ }{}%
+ \ifthenelse{\equal{\word}{halter}}{\textipa{h\'O:lt at r}\ }{}%
+ \ifthenelse{\equal{\word}{halve}}{\textipa{h\ae v}\ }{}%
+ \ifthenelse{\equal{\word}{halves}}{\textipa{h\ae vz}\ }{}%
+ \ifthenelse{\equal{\word}{ham}}{\textipa{h\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{hamburg}}{\textipa{h\'\ae mb@:rg}\ }{}%
+ \ifthenelse{\equal{\word}{hamburger}}{\textipa{h\'\ae mb\`@:rg at r}\ }{}%
+ \ifthenelse{\equal{\word}{hamlet}}{\textipa{h\'\ae ml at t}\ }{}%
+ \ifthenelse{\equal{\word}{hammer}}{\textipa{h\'\ae m at r}\ }{}%
+ \ifthenelse{\equal{\word}{hammock}}{\textipa{h\'\ae m at k}\ }{}%
+ \ifthenelse{\equal{\word}{hamper}}{\textipa{h\'\ae mp at r}\ }{}%
+ \ifthenelse{\equal{\word}{hamster}}{\textipa{h\'\ae mst at r}\ }{}%
+ \ifthenelse{\equal{\word}{hamstring}}{\textipa{h\'\ae mstr\`IN}\ }{}%
+ \ifthenelse{\equal{\word}{hand}}{\textipa{h\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{handbag}}{\textipa{h\'\ae nb\`\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{handed}}{\textipa{h\'\ae ndId}\ }{}%
+ \ifthenelse{\equal{\word}{handel}}{\textipa{h\'\ae ndl}\ }{}%
+ \ifthenelse{\equal{\word}{handful}}{\textipa{h\'\ae nf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{handicap}}{\textipa{h\'\ae ndik\`\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{handicraft}}{\textipa{h\'\ae ndikr\`\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{handily}}{\textipa{h\'\ae ndIli}\ }{}%
+ \ifthenelse{\equal{\word}{handiwork}}{\textipa{h\'\ae ndiw\`@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{handkerchief}}{\textipa{h\'\ae Nk at rtSIf}\ }{}%
+ \ifthenelse{\equal{\word}{handout}}{\textipa{h\'\ae nd\`aUt}\ }{}%
+ \ifthenelse{\equal{\word}{handshake}}{\textipa{h\'\ae nS\`eIk}\ }{}%
+ \ifthenelse{\equal{\word}{handwriting}}{\textipa{h\'\ae ndr\`aItIN}\ }{}%
+ \ifthenelse{\equal{\word}{handy}}{\textipa{h\'\ae ndi}\ }{}%
+ \ifthenelse{\equal{\word}{hang}}{\textipa{h\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{hangar}}{\textipa{h\'\ae N at r}\ }{}%
+ \ifthenelse{\equal{\word}{hanger}}{\textipa{h\'\ae N at r}\ }{}%
+ \ifthenelse{\equal{\word}{hanker}}{\textipa{h\'\ae Nk at r}\ }{}%
+ \ifthenelse{\equal{\word}{hankering}}{\textipa{h\'\ae NkrIN}\ }{}%
+ \ifthenelse{\equal{\word}{hankie}}{\textipa{h\'\ae Nki}\ }{}%
+ \ifthenelse{\equal{\word}{hanoi}}{\textipa{h\ae n\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{hanover}}{\textipa{h\'\ae noUv at r}\ }{}%
+ \ifthenelse{\equal{\word}{hansard}}{\textipa{h\'\ae ns at rd}\ }{}%
+ \ifthenelse{\equal{\word}{hansom}}{\textipa{h\'\ae nsm}\ }{}%
+ \ifthenelse{\equal{\word}{haphazard}}{\textipa{h\`\ae ph\'\ae z at rd}\ }{}%
+ \ifthenelse{\equal{\word}{happen}}{\textipa{h\'\ae pn}\ }{}%
+ \ifthenelse{\equal{\word}{happening}}{\textipa{h\'\ae pnIN}\ }{}%
+ \ifthenelse{\equal{\word}{happily}}{\textipa{h\'\ae pIli}\ }{}%
+ \ifthenelse{\equal{\word}{happiness}}{\textipa{h\'\ae pin at s}\ }{}%
+ \ifthenelse{\equal{\word}{happy}}{\textipa{h\'\ae pi}\ }{}%
+ \ifthenelse{\equal{\word}{harangue}}{\textipa{h at r\'\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{harare}}{\textipa{h at r\'A:ri}\ }{}%
+ \ifthenelse{\equal{\word}{harass}}{\textipa{h at r\'\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{harassment}}{\textipa{h at r\'\ae sm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{harbinger}}{\textipa{h\'A:rbInZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{harbor}}{\textipa{h\'A:rb at r}\ }{}%
+ \ifthenelse{\equal{\word}{hard}}{\textipa{hA:rd}\ }{}%
+ \ifthenelse{\equal{\word}{harden}}{\textipa{h\'A:rdn}\ }{}%
+ \ifthenelse{\equal{\word}{hardiness}}{\textipa{h\'A:rdin at s}\ }{}%
+ \ifthenelse{\equal{\word}{hardly}}{\textipa{h\'A:rdli}\ }{}%
+ \ifthenelse{\equal{\word}{hardness}}{\textipa{h\'A:rdn at s}\ }{}%
+ \ifthenelse{\equal{\word}{hardship}}{\textipa{h\'A:rdS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{hardware}}{\textipa{h\'A:rdw\`e at r}\ }{}%
+ \ifthenelse{\equal{\word}{hardy}}{\textipa{h\'A:rdi}\ }{}%
+ \ifthenelse{\equal{\word}{harem}}{\textipa{h\'\ae r at m}\ }{}%
+ \ifthenelse{\equal{\word}{hark}}{\textipa{hA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{harken}}{\textipa{h\'A:rkn}\ }{}%
+ \ifthenelse{\equal{\word}{harlequin}}{\textipa{h\'A:rl at kwIn}\ }{}%
+ \ifthenelse{\equal{\word}{harlot}}{\textipa{h\'A:rl at t}\ }{}%
+ \ifthenelse{\equal{\word}{harm}}{\textipa{hA:rm}\ }{}%
+ \ifthenelse{\equal{\word}{harmful}}{\textipa{h\'A:rmfl}\ }{}%
+ \ifthenelse{\equal{\word}{harmless}}{\textipa{h\'A:rml at s}\ }{}%
+ \ifthenelse{\equal{\word}{harmonic}}{\textipa{hA:rm\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{harmonica}}{\textipa{hA:rm\'AnIk@}\ }{}%
+ \ifthenelse{\equal{\word}{harmonious}}{\textipa{hA:rm\'oUni at s}\ }{}%
+ \ifthenelse{\equal{\word}{harmonize}}{\textipa{h\'A:rm at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{harmonium}}{\textipa{hA:rm\'oUni at m}\ }{}%
+ \ifthenelse{\equal{\word}{harmony}}{\textipa{h\'A:rm at ni}\ }{}%
+ \ifthenelse{\equal{\word}{harness}}{\textipa{h\'A:rnIs}\ }{}%
+ \ifthenelse{\equal{\word}{harp}}{\textipa{hA:rp}\ }{}%
+ \ifthenelse{\equal{\word}{harpoon}}{\textipa{hA:rp\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{harpsichord}}{\textipa{h\'A:rpsIk\`O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{harridan}}{\textipa{h\'\ae rIdn}\ }{}%
+ \ifthenelse{\equal{\word}{harrier}}{\textipa{h\'\ae ri at r}\ }{}%
+ \ifthenelse{\equal{\word}{harrow}}{\textipa{h\'\ae roU}\ }{}%
+ \ifthenelse{\equal{\word}{harry}}{\textipa{h\'\ae ri}\ }{}%
+ \ifthenelse{\equal{\word}{harsh}}{\textipa{hA:rS}\ }{}%
+ \ifthenelse{\equal{\word}{hart}}{\textipa{hA:rt}\ }{}%
+ \ifthenelse{\equal{\word}{harvard}}{\textipa{h\'A:rv at rd}\ }{}%
+ \ifthenelse{\equal{\word}{harvest}}{\textipa{h\'A:rvIst}\ }{}%
+ \ifthenelse{\equal{\word}{has}}{\textipa{h at z}\ }{}%
+ \ifthenelse{\equal{\word}{hasbeen}}{\textipa{h\'\ae zb\`In}\ }{}%
+ \ifthenelse{\equal{\word}{hash}}{\textipa{h\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{hashish}}{\textipa{h\'\ae SIS}\ }{}%
+ \ifthenelse{\equal{\word}{hasnt}}{\textipa{h\'\ae znt}\ }{}%
+ \ifthenelse{\equal{\word}{hasp}}{\textipa{h\ae sp}\ }{}%
+ \ifthenelse{\equal{\word}{hassle}}{\textipa{h\'\ae sl}\ }{}%
+ \ifthenelse{\equal{\word}{haste}}{\textipa{heIst}\ }{}%
+ \ifthenelse{\equal{\word}{hasten}}{\textipa{h\'eIsn}\ }{}%
+ \ifthenelse{\equal{\word}{hastily}}{\textipa{h\'eIstIli}\ }{}%
+ \ifthenelse{\equal{\word}{hasty}}{\textipa{h\'eIsti}\ }{}%
+ \ifthenelse{\equal{\word}{hat}}{\textipa{h\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{hatch}}{\textipa{h\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{hatchery}}{\textipa{h\'\ae tSri}\ }{}%
+ \ifthenelse{\equal{\word}{hatchet}}{\textipa{h\'\ae tSIt}\ }{}%
+ \ifthenelse{\equal{\word}{hate}}{\textipa{heIt}\ }{}%
+ \ifthenelse{\equal{\word}{hateful}}{\textipa{h\'eItfl}\ }{}%
+ \ifthenelse{\equal{\word}{hatred}}{\textipa{h\'eItrId}\ }{}%
+ \ifthenelse{\equal{\word}{haughtily}}{\textipa{h\'O:tIli}\ }{}%
+ \ifthenelse{\equal{\word}{haughty}}{\textipa{h\'O:ti}\ }{}%
+ \ifthenelse{\equal{\word}{haulage}}{\textipa{h\'O:lIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{hauler}}{\textipa{h\'O:l at r}\ }{}%
+ \ifthenelse{\equal{\word}{haulms}}{\textipa{hO:m}\ }{}%
+ \ifthenelse{\equal{\word}{haunch}}{\textipa{hO:nS}\ }{}%
+ \ifthenelse{\equal{\word}{haunt}}{\textipa{hO:nt}\ }{}%
+ \ifthenelse{\equal{\word}{havana}}{\textipa{h at v\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{have}}{\textipa{h at v}\ }{}%
+ \ifthenelse{\equal{\word}{haven}}{\textipa{h\'eIvn}\ }{}%
+ \ifthenelse{\equal{\word}{havent}}{\textipa{h\'\ae vnt}\ }{}%
+ \ifthenelse{\equal{\word}{havering}}{\textipa{h\'eIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{haversack}}{\textipa{h\'\ae v at rs\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{havoc}}{\textipa{h\'\ae v at k}\ }{}%
+ \ifthenelse{\equal{\word}{hawaii}}{\textipa{h at w\'aIi}\ }{}%
+ \ifthenelse{\equal{\word}{hawaiian}}{\textipa{h at w\'a at n}\ }{}%
+ \ifthenelse{\equal{\word}{hawk}}{\textipa{hO:k}\ }{}%
+ \ifthenelse{\equal{\word}{hawking}}{\textipa{h\'O:kIN}\ }{}%
+ \ifthenelse{\equal{\word}{hawkish}}{\textipa{h\'O:kIS}\ }{}%
+ \ifthenelse{\equal{\word}{hawser}}{\textipa{h\'O:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{hawthorn}}{\textipa{h\'O:T\`O:rn}\ }{}%
+ \ifthenelse{\equal{\word}{hay}}{\textipa{heI}\ }{}%
+ \ifthenelse{\equal{\word}{haydn}}{\textipa{h\'aIdn}\ }{}%
+ \ifthenelse{\equal{\word}{hazard}}{\textipa{h\'\ae z at rd}\ }{}%
+ \ifthenelse{\equal{\word}{hazardous}}{\textipa{h\'\ae z at rd@s}\ }{}%
+ \ifthenelse{\equal{\word}{haze}}{\textipa{heIz}\ }{}%
+ \ifthenelse{\equal{\word}{hazel}}{\textipa{h\'eIzl}\ }{}%
+ \ifthenelse{\equal{\word}{hazy}}{\textipa{h\'eIzi}\ }{}%
+ \ifthenelse{\equal{\word}{he}}{\textipa{hi}\ }{}%
+ \ifthenelse{\equal{\word}{head}}{\textipa{hed}\ }{}%
+ \ifthenelse{\equal{\word}{headache}}{\textipa{h\'ed\`eIk}\ }{}%
+ \ifthenelse{\equal{\word}{headline}}{\textipa{h\'edl\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{headlong}}{\textipa{h\'edl\`O:N}\ }{}%
+ \ifthenelse{\equal{\word}{headmaster}}{\textipa{h\`edm\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{headmistress}}{\textipa{h\`edm\'\i str at s}\ }{}%
+ \ifthenelse{\equal{\word}{headquarters}}{\textipa{h\'edkw\`O:rt at rz}\ }{}%
+ \ifthenelse{\equal{\word}{headship}}{\textipa{h\'edS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{heal}}{\textipa{hi:l}\ }{}%
+ \ifthenelse{\equal{\word}{healing}}{\textipa{h\'\i:lIN}\ }{}%
+ \ifthenelse{\equal{\word}{health}}{\textipa{helT}\ }{}%
+ \ifthenelse{\equal{\word}{healthful}}{\textipa{h\'elTfl}\ }{}%
+ \ifthenelse{\equal{\word}{healthily}}{\textipa{h\'elTIli}\ }{}%
+ \ifthenelse{\equal{\word}{healthiness}}{\textipa{h\'elTin at s}\ }{}%
+ \ifthenelse{\equal{\word}{healthy}}{\textipa{h\'elTi}\ }{}%
+ \ifthenelse{\equal{\word}{heap}}{\textipa{hi:p}\ }{}%
+ \ifthenelse{\equal{\word}{hear}}{\textipa{hI at r}\ }{}%
+ \ifthenelse{\equal{\word}{hearer}}{\textipa{h\'\i at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{hearing}}{\textipa{h\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{hearse}}{\textipa{h@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{hearten}}{\textipa{h\'A:rtn}\ }{}%
+ \ifthenelse{\equal{\word}{hearth}}{\textipa{hA:rT}\ }{}%
+ \ifthenelse{\equal{\word}{heartily}}{\textipa{h\'A:rtIli}\ }{}%
+ \ifthenelse{\equal{\word}{heartiness}}{\textipa{h\'A:rtin at s}\ }{}%
+ \ifthenelse{\equal{\word}{hearty}}{\textipa{h\'A:rti}\ }{}%
+ \ifthenelse{\equal{\word}{heat}}{\textipa{hi:t}\ }{}%
+ \ifthenelse{\equal{\word}{heated}}{\textipa{h\'I:tId}\ }{}%
+ \ifthenelse{\equal{\word}{heater}}{\textipa{h\'\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{heath}}{\textipa{hi:T}\ }{}%
+ \ifthenelse{\equal{\word}{heathen}}{\textipa{h\'\i:Dn}\ }{}%
+ \ifthenelse{\equal{\word}{heather}}{\textipa{h\'eD at r}\ }{}%
+ \ifthenelse{\equal{\word}{heating}}{\textipa{h\'\i:tIN}\ }{}%
+ \ifthenelse{\equal{\word}{heave}}{\textipa{hi:v}\ }{}%
+ \ifthenelse{\equal{\word}{heaven}}{\textipa{h\'evn}\ }{}%
+ \ifthenelse{\equal{\word}{heavenly}}{\textipa{h\'evnli}\ }{}%
+ \ifthenelse{\equal{\word}{heavily}}{\textipa{h\'evIli}\ }{}%
+ \ifthenelse{\equal{\word}{heaviness}}{\textipa{h\'evin at s}\ }{}%
+ \ifthenelse{\equal{\word}{heaving}}{\textipa{h\'\i:vIN}\ }{}%
+ \ifthenelse{\equal{\word}{heavy}}{\textipa{h\'evi}\ }{}%
+ \ifthenelse{\equal{\word}{hebrew}}{\textipa{h\'\i:bru:}\ }{}%
+ \ifthenelse{\equal{\word}{heck}}{\textipa{hek}\ }{}%
+ \ifthenelse{\equal{\word}{heckle}}{\textipa{h\'ekl}\ }{}%
+ \ifthenelse{\equal{\word}{hectare}}{\textipa{h\'ekte at r}\ }{}%
+ \ifthenelse{\equal{\word}{hectic}}{\textipa{h\'ektIk}\ }{}%
+ \ifthenelse{\equal{\word}{hectoliter}}{\textipa{h\'ekt at oul\`\i:t@}\ }{}%
+ \ifthenelse{\equal{\word}{hector}}{\textipa{h\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{hedge}}{\textipa{hedZ}\ }{}%
+ \ifthenelse{\equal{\word}{hedonism}}{\textipa{h\'\i:dn\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{hedonist}}{\textipa{h\'\i:dnIst}\ }{}%
+ \ifthenelse{\equal{\word}{heed}}{\textipa{hi:d}\ }{}%
+ \ifthenelse{\equal{\word}{heedful}}{\textipa{h\'\i:dfl}\ }{}%
+ \ifthenelse{\equal{\word}{heft}}{\textipa{heft}\ }{}%
+ \ifthenelse{\equal{\word}{hefty}}{\textipa{h\'efti}\ }{}%
+ \ifthenelse{\equal{\word}{hegemony}}{\textipa{h at dZ\'em at ni}\ }{}%
+ \ifthenelse{\equal{\word}{heifer}}{\textipa{h\'ef at r}\ }{}%
+ \ifthenelse{\equal{\word}{height}}{\textipa{haIt}\ }{}%
+ \ifthenelse{\equal{\word}{heighten}}{\textipa{h\'aItn}\ }{}%
+ \ifthenelse{\equal{\word}{heinous}}{\textipa{h\'eIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{heiress}}{\textipa{\'e at r@s}\ }{}%
+ \ifthenelse{\equal{\word}{heirloom}}{\textipa{\'e at rl\`u:m}\ }{}%
+ \ifthenelse{\equal{\word}{heist}}{\textipa{haIst}\ }{}%
+ \ifthenelse{\equal{\word}{held}}{\textipa{held}\ }{}%
+ \ifthenelse{\equal{\word}{helen}}{\textipa{h\'el at n}\ }{}%
+ \ifthenelse{\equal{\word}{helical}}{\textipa{h\'elIkl}\ }{}%
+ \ifthenelse{\equal{\word}{helicopter}}{\textipa{h\'el at k\`Apt at r}\ }{}%
+ \ifthenelse{\equal{\word}{heliotrope}}{\textipa{h\'\i:li at tr\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{helipad}}{\textipa{h\'elip\`\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{helium}}{\textipa{h\'\i:li at m}\ }{}%
+ \ifthenelse{\equal{\word}{helix}}{\textipa{h\'\i:lIks}\ }{}%
+ \ifthenelse{\equal{\word}{hell}}{\textipa{hel}\ }{}%
+ \ifthenelse{\equal{\word}{hellenic}}{\textipa{hel\'enIk}\ }{}%
+ \ifthenelse{\equal{\word}{hellish}}{\textipa{h\'elIS}\ }{}%
+ \ifthenelse{\equal{\word}{helm}}{\textipa{helm}\ }{}%
+ \ifthenelse{\equal{\word}{helmet}}{\textipa{h\'elm at t}\ }{}%
+ \ifthenelse{\equal{\word}{helmsman}}{\textipa{h\'elmzm at n}\ }{}%
+ \ifthenelse{\equal{\word}{help}}{\textipa{help}\ }{}%
+ \ifthenelse{\equal{\word}{helper}}{\textipa{h\'elp at r}\ }{}%
+ \ifthenelse{\equal{\word}{helpful}}{\textipa{h\'elpfl}\ }{}%
+ \ifthenelse{\equal{\word}{helpless}}{\textipa{h\'elpl at s}\ }{}%
+ \ifthenelse{\equal{\word}{helsinki}}{\textipa{hels\'INki}\ }{}%
+ \ifthenelse{\equal{\word}{hem}}{\textipa{hem}\ }{}%
+ \ifthenelse{\equal{\word}{hemisphere}}{\textipa{h\'emIsf\`I at r}\ }{}%
+ \ifthenelse{\equal{\word}{hemispheric}}{\textipa{h\`emIsf\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{hemlock}}{\textipa{h\'emlAk}\ }{}%
+ \ifthenelse{\equal{\word}{hemp}}{\textipa{hemp}\ }{}%
+ \ifthenelse{\equal{\word}{hen}}{\textipa{hen}\ }{}%
+ \ifthenelse{\equal{\word}{hence}}{\textipa{hens}\ }{}%
+ \ifthenelse{\equal{\word}{henchman}}{\textipa{h\'enSm at n}\ }{}%
+ \ifthenelse{\equal{\word}{henge}}{\textipa{henZ}\ }{}%
+ \ifthenelse{\equal{\word}{henna}}{\textipa{h\'en@}\ }{}%
+ \ifthenelse{\equal{\word}{henry}}{\textipa{h\'enri}\ }{}%
+ \ifthenelse{\equal{\word}{hepatic}}{\textipa{hIp\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{hepatitis}}{\textipa{h\`ep at t\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{heptagon}}{\textipa{h\'ept at g\`An}\ }{}%
+ \ifthenelse{\equal{\word}{her}}{\textipa{h at r}\ }{}%
+ \ifthenelse{\equal{\word}{herald}}{\textipa{h\'erld}\ }{}%
+ \ifthenelse{\equal{\word}{heraldic}}{\textipa{h at r\'\ae ldIk}\ }{}%
+ \ifthenelse{\equal{\word}{heraldry}}{\textipa{h\'erldri}\ }{}%
+ \ifthenelse{\equal{\word}{herb}}{\textipa{@:rb}\ }{}%
+ \ifthenelse{\equal{\word}{herbaceous}}{\textipa{h@:rb\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{herbal}}{\textipa{\'@:rbl}\ }{}%
+ \ifthenelse{\equal{\word}{herbicide}}{\textipa{h\'@:rbIs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{herbivore}}{\textipa{\'@:rb at v\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{herbivorous}}{\textipa{@:rb\'Ivr at s}\ }{}%
+ \ifthenelse{\equal{\word}{herd}}{\textipa{h@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{herdsman}}{\textipa{h\'@:rdzm at n}\ }{}%
+ \ifthenelse{\equal{\word}{hereafter}}{\textipa{h\`I at r\'\ae ft at r}\ }{}%
+ \ifthenelse{\equal{\word}{hereby}}{\textipa{h\`\i at b\'ai}\ }{}%
+ \ifthenelse{\equal{\word}{hereditary}}{\textipa{h at r\'ed at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{heredity}}{\textipa{h at r\'ed at ti}\ }{}%
+ \ifthenelse{\equal{\word}{herein}}{\textipa{h\`I at r\'In}\ }{}%
+ \ifthenelse{\equal{\word}{hereinafter}}{\textipa{h\`I at rn\'\ae ft at r}\ }{}%
+ \ifthenelse{\equal{\word}{hereof}}{\textipa{h\`I at r\'2v}\ }{}%
+ \ifthenelse{\equal{\word}{heresy}}{\textipa{h\'er at si}\ }{}%
+ \ifthenelse{\equal{\word}{heretic}}{\textipa{h\'er at tIk}\ }{}%
+ \ifthenelse{\equal{\word}{heretical}}{\textipa{h at r\'etIkl}\ }{}%
+ \ifthenelse{\equal{\word}{hereupon}}{\textipa{h\'I at r@p\`An}\ }{}%
+ \ifthenelse{\equal{\word}{heritable}}{\textipa{h\'er at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{heritage}}{\textipa{h\'er at tIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{hermaphrodite}}{\textipa{h at rm\'\ae fr at d\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{hermeneutic}}{\textipa{h\`erm at nj\'u:tIk}\ }{}%
+ \ifthenelse{\equal{\word}{hermetic}}{\textipa{h at rm\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{hermit}}{\textipa{h\'@:rmIt}\ }{}%
+ \ifthenelse{\equal{\word}{hermitage}}{\textipa{h\'@:rm at tIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{hernia}}{\textipa{h\'@:rni@}\ }{}%
+ \ifthenelse{\equal{\word}{hero}}{\textipa{h\'\i:roU}\ }{}%
+ \ifthenelse{\equal{\word}{herod}}{\textipa{h\'er at d}\ }{}%
+ \ifthenelse{\equal{\word}{heroic}}{\textipa{h at r\'oUIk}\ }{}%
+ \ifthenelse{\equal{\word}{heroically}}{\textipa{h at r\'oUIkli}\ }{}%
+ \ifthenelse{\equal{\word}{heroin}}{\textipa{h\'eroU at n}\ }{}%
+ \ifthenelse{\equal{\word}{heroism}}{\textipa{h\'eroU\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{heron}}{\textipa{h\'ern}\ }{}%
+ \ifthenelse{\equal{\word}{herpes}}{\textipa{h\'@:rpi:z}\ }{}%
+ \ifthenelse{\equal{\word}{herring}}{\textipa{h\'erIN}\ }{}%
+ \ifthenelse{\equal{\word}{hers}}{\textipa{h@:rz}\ }{}%
+ \ifthenelse{\equal{\word}{herself}}{\textipa{h at rs\'elf}\ }{}%
+ \ifthenelse{\equal{\word}{hertz}}{\textipa{h@:rts}\ }{}%
+ \ifthenelse{\equal{\word}{hesitancy}}{\textipa{h\'ezItnsi}\ }{}%
+ \ifthenelse{\equal{\word}{hesitant}}{\textipa{h\'ezItnt}\ }{}%
+ \ifthenelse{\equal{\word}{hesitate}}{\textipa{h\'ezIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{hesitation}}{\textipa{h\`ezIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{heterodox}}{\textipa{h\'etr at d\`Aks}\ }{}%
+ \ifthenelse{\equal{\word}{heterogeneity}}{\textipa{h\`et at roUdZ@n\'\i:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{heterogeneous}}{\textipa{h\`et at roUdZ\'\i:ni at s}\ }{}%
+ \ifthenelse{\equal{\word}{heuristic}}{\textipa{hjur\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{hew}}{\textipa{hju:}\ }{}%
+ \ifthenelse{\equal{\word}{hewn}}{\textipa{hju:n}\ }{}%
+ \ifthenelse{\equal{\word}{hex}}{\textipa{heks}\ }{}%
+ \ifthenelse{\equal{\word}{hexagon}}{\textipa{h\'eks at g\`An}\ }{}%
+ \ifthenelse{\equal{\word}{hexagonal}}{\textipa{heks\'\ae gnl}\ }{}%
+ \ifthenelse{\equal{\word}{hexagram}}{\textipa{h\'eks at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{hexameter}}{\textipa{heks\'\ae m at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{hi}}{\textipa{haI}\ }{}%
+ \ifthenelse{\equal{\word}{hiatus}}{\textipa{haI\'eIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{hibernate}}{\textipa{h\'aIb at rn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{hibiscus}}{\textipa{haIb\'Isk at s}\ }{}%
+ \ifthenelse{\equal{\word}{hiccup}}{\textipa{h\'Ik2p}\ }{}%
+ \ifthenelse{\equal{\word}{hickory}}{\textipa{h\'Ikri}\ }{}%
+ \ifthenelse{\equal{\word}{hid}}{\textipa{hId}\ }{}%
+ \ifthenelse{\equal{\word}{hidden}}{\textipa{h\'Idn}\ }{}%
+ \ifthenelse{\equal{\word}{hide}}{\textipa{haId}\ }{}%
+ \ifthenelse{\equal{\word}{hideous}}{\textipa{h\'Idi at s}\ }{}%
+ \ifthenelse{\equal{\word}{hiding}}{\textipa{h\'aIdIN}\ }{}%
+ \ifthenelse{\equal{\word}{hierarchic}}{\textipa{h\`aIr\'A:rkIk}\ }{}%
+ \ifthenelse{\equal{\word}{hierarchy}}{\textipa{h\'aIr\`A:rki}\ }{}%
+ \ifthenelse{\equal{\word}{hieroglyph}}{\textipa{h\'aIr at gl\`If}\ }{}%
+ \ifthenelse{\equal{\word}{hieroglyphic}}{\textipa{h\`aIr at gl\'IfIk}\ }{}%
+ \ifthenelse{\equal{\word}{higher}}{\textipa{h\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{highest}}{\textipa{h\'aIIst}\ }{}%
+ \ifthenelse{\equal{\word}{highland}}{\textipa{h\'aIl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{highlight}}{\textipa{h\'aIl\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{highly}}{\textipa{h\'aIli}\ }{}%
+ \ifthenelse{\equal{\word}{highway}}{\textipa{h\'aIw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{hijack}}{\textipa{h\'aIdZ\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{hike}}{\textipa{haIk}\ }{}%
+ \ifthenelse{\equal{\word}{hiker}}{\textipa{h\'aIk at r}\ }{}%
+ \ifthenelse{\equal{\word}{hiking}}{\textipa{h\'aIkIN}\ }{}%
+ \ifthenelse{\equal{\word}{hilarious}}{\textipa{hIl\'e at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{hilarity}}{\textipa{hIl\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{hill}}{\textipa{hIl}\ }{}%
+ \ifthenelse{\equal{\word}{hillock}}{\textipa{h\'Il at k}\ }{}%
+ \ifthenelse{\equal{\word}{hilly}}{\textipa{h\'Ili}\ }{}%
+ \ifthenelse{\equal{\word}{hilt}}{\textipa{hIlt}\ }{}%
+ \ifthenelse{\equal{\word}{himself}}{\textipa{Ims\'elf}\ }{}%
+ \ifthenelse{\equal{\word}{hind}}{\textipa{haInd}\ }{}%
+ \ifthenelse{\equal{\word}{hinder}}{\textipa{h\'Ind at r}\ }{}%
+ \ifthenelse{\equal{\word}{hindmost}}{\textipa{h\'aInm\`oUst}\ }{}%
+ \ifthenelse{\equal{\word}{hindrance}}{\textipa{h\'Indrns}\ }{}%
+ \ifthenelse{\equal{\word}{hindsight}}{\textipa{h\'aIns\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{hindu}}{\textipa{h\'Indu:}\ }{}%
+ \ifthenelse{\equal{\word}{hinge}}{\textipa{hInZ}\ }{}%
+ \ifthenelse{\equal{\word}{hint}}{\textipa{hInt}\ }{}%
+ \ifthenelse{\equal{\word}{hinterland}}{\textipa{h\'Int at rl\`\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{hip}}{\textipa{hIp}\ }{}%
+ \ifthenelse{\equal{\word}{hippo}}{\textipa{h\'IpoU}\ }{}%
+ \ifthenelse{\equal{\word}{hippocampus}}{\textipa{h\`Ip at k\'\ae mp at s}\ }{}%
+ \ifthenelse{\equal{\word}{hippodrome}}{\textipa{h\'Ip at dr\`oUm}\ }{}%
+ \ifthenelse{\equal{\word}{hippopotamus}}{\textipa{h\`Ip at p\'At at m@s}\ }{}%
+ \ifthenelse{\equal{\word}{hippy}}{\textipa{h\'Ipi}\ }{}%
+ \ifthenelse{\equal{\word}{hipster}}{\textipa{h\'Ipst at r}\ }{}%
+ \ifthenelse{\equal{\word}{hire}}{\textipa{haI at r}\ }{}%
+ \ifthenelse{\equal{\word}{hireling}}{\textipa{h\'aI at rlIN}\ }{}%
+ \ifthenelse{\equal{\word}{hires}}{\textipa{h\`aIr\'ez}\ }{}%
+ \ifthenelse{\equal{\word}{hirsute}}{\textipa{h\'@:rsju:t}\ }{}%
+ \ifthenelse{\equal{\word}{his}}{\textipa{Iz}\ }{}%
+ \ifthenelse{\equal{\word}{hispanic}}{\textipa{hIsp\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{hiss}}{\textipa{hIs}\ }{}%
+ \ifthenelse{\equal{\word}{histamine}}{\textipa{h\'Ist at m\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{histogram}}{\textipa{h\'Ist at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{histology}}{\textipa{hIst\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{historian}}{\textipa{hIst\'O:ri at n}\ }{}%
+ \ifthenelse{\equal{\word}{historic}}{\textipa{hIst\'O:rIk}\ }{}%
+ \ifthenelse{\equal{\word}{historical}}{\textipa{hIst\'O:rIkl}\ }{}%
+ \ifthenelse{\equal{\word}{history}}{\textipa{h\'Istri}\ }{}%
+ \ifthenelse{\equal{\word}{histrionic}}{\textipa{h\`Istri\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{hit}}{\textipa{hIt}\ }{}%
+ \ifthenelse{\equal{\word}{hitch}}{\textipa{hItS}\ }{}%
+ \ifthenelse{\equal{\word}{hitchhike}}{\textipa{h\'ItSh\`aIk}\ }{}%
+ \ifthenelse{\equal{\word}{hither}}{\textipa{h\'ID at r}\ }{}%
+ \ifthenelse{\equal{\word}{hitherto}}{\textipa{h\`ID at rt\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{hitler}}{\textipa{h\'Itl at r}\ }{}%
+ \ifthenelse{\equal{\word}{hive}}{\textipa{haIv}\ }{}%
+ \ifthenelse{\equal{\word}{hives}}{\textipa{haIvz}\ }{}%
+ \ifthenelse{\equal{\word}{hmm}}{\textipa{m}\ }{}%
+ \ifthenelse{\equal{\word}{ho}}{\textipa{hoU}\ }{}%
+ \ifthenelse{\equal{\word}{hoard}}{\textipa{hO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{hoarfrost}}{\textipa{h\'O:rfr\`O:st}\ }{}%
+ \ifthenelse{\equal{\word}{hoary}}{\textipa{h\'O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{hoax}}{\textipa{hoUks}\ }{}%
+ \ifthenelse{\equal{\word}{hob}}{\textipa{hAb}\ }{}%
+ \ifthenelse{\equal{\word}{hobble}}{\textipa{h\'Abl}\ }{}%
+ \ifthenelse{\equal{\word}{hobby}}{\textipa{h\'Abi}\ }{}%
+ \ifthenelse{\equal{\word}{hobo}}{\textipa{h\'oUboU}\ }{}%
+ \ifthenelse{\equal{\word}{hock}}{\textipa{hAk}\ }{}%
+ \ifthenelse{\equal{\word}{hockey}}{\textipa{h\'Aki}\ }{}%
+ \ifthenelse{\equal{\word}{hod}}{\textipa{hAd}\ }{}%
+ \ifthenelse{\equal{\word}{hog}}{\textipa{hO:g}\ }{}%
+ \ifthenelse{\equal{\word}{hoist}}{\textipa{hOIst}\ }{}%
+ \ifthenelse{\equal{\word}{hold}}{\textipa{hoUld}\ }{}%
+ \ifthenelse{\equal{\word}{holder}}{\textipa{h\'oUld at r}\ }{}%
+ \ifthenelse{\equal{\word}{hole}}{\textipa{hoUl}\ }{}%
+ \ifthenelse{\equal{\word}{holiday}}{\textipa{h\'Al at d\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{holiness}}{\textipa{h\'oUlin at s}\ }{}%
+ \ifthenelse{\equal{\word}{holism}}{\textipa{h\'oUl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{holistic}}{\textipa{hoUl\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{holland}}{\textipa{h\'Al at nd}\ }{}%
+ \ifthenelse{\equal{\word}{holler}}{\textipa{h\'Al at r}\ }{}%
+ \ifthenelse{\equal{\word}{hollow}}{\textipa{h\'AloU}\ }{}%
+ \ifthenelse{\equal{\word}{holly}}{\textipa{h\'Ali}\ }{}%
+ \ifthenelse{\equal{\word}{holmes}}{\textipa{hoUmz}\ }{}%
+ \ifthenelse{\equal{\word}{holocaust}}{\textipa{h\'oUl at k\`O:st}\ }{}%
+ \ifthenelse{\equal{\word}{hologram}}{\textipa{h\'oUl at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{holography}}{\textipa{hoUl\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{holster}}{\textipa{h\'oUlst at r}\ }{}%
+ \ifthenelse{\equal{\word}{holy}}{\textipa{h\'oUli}\ }{}%
+ \ifthenelse{\equal{\word}{homage}}{\textipa{h\'AmIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{hombre}}{\textipa{\'A:mbri}\ }{}%
+ \ifthenelse{\equal{\word}{home}}{\textipa{hoUm}\ }{}%
+ \ifthenelse{\equal{\word}{homeless}}{\textipa{h\'oUml at s}\ }{}%
+ \ifthenelse{\equal{\word}{homeward}}{\textipa{h\'oUmw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{homework}}{\textipa{h\'oUmw\`@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{homicidal}}{\textipa{h\`AmIs\'aIdl}\ }{}%
+ \ifthenelse{\equal{\word}{homicide}}{\textipa{h\'AmIs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{homily}}{\textipa{h\'Amli}\ }{}%
+ \ifthenelse{\equal{\word}{homing}}{\textipa{h\'oUmIN}\ }{}%
+ \ifthenelse{\equal{\word}{hominid}}{\textipa{h\'Am at nId}\ }{}%
+ \ifthenelse{\equal{\word}{homeopathy}}{\textipa{h\`oUmi\'Ap at Ti}\ }{}%
+ \ifthenelse{\equal{\word}{homogeneity}}{\textipa{h\`oUm at dZ@n\'\i:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{homogeneous}}{\textipa{h\`oUm at dZ\'\i:ni at s}\ }{}%
+ \ifthenelse{\equal{\word}{homogenize}}{\textipa{h at m\'AdZ at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{homologous}}{\textipa{hoUm\'Al at g@s}\ }{}%
+ \ifthenelse{\equal{\word}{homologue}}{\textipa{h\'oUm at l\`O:g}\ }{}%
+ \ifthenelse{\equal{\word}{homology}}{\textipa{hoUm\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{homonym}}{\textipa{h\'Am at n\`Im}\ }{}%
+ \ifthenelse{\equal{\word}{homophobia}}{\textipa{h\`oUm at f\'oUbi@}\ }{}%
+ \ifthenelse{\equal{\word}{homophones}}{\textipa{h\'Am at f\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{homophony}}{\textipa{hoUm\'Afni}\ }{}%
+ \ifthenelse{\equal{\word}{homosexual}}{\textipa{h\`oUm at s\'ekSu at l}\ }{}%
+ \ifthenelse{\equal{\word}{homozygous}}{\textipa{h\`oUm at z\'aIgoUt}\ }{}%
+ \ifthenelse{\equal{\word}{homunculus}}{\textipa{hoUm\'2Nkj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{homy}}{\textipa{h\'oUmi}\ }{}%
+ \ifthenelse{\equal{\word}{hone}}{\textipa{hoUn}\ }{}%
+ \ifthenelse{\equal{\word}{honest}}{\textipa{\'An at st}\ }{}%
+ \ifthenelse{\equal{\word}{honestly}}{\textipa{\'An at stli}\ }{}%
+ \ifthenelse{\equal{\word}{honesty}}{\textipa{\'An at sti}\ }{}%
+ \ifthenelse{\equal{\word}{honey}}{\textipa{h\'2ni}\ }{}%
+ \ifthenelse{\equal{\word}{honeysuckle}}{\textipa{h\'2nis\`2kl}\ }{}%
+ \ifthenelse{\equal{\word}{honk}}{\textipa{hANk}\ }{}%
+ \ifthenelse{\equal{\word}{honorarium}}{\textipa{\`An at r\'e at ri@m}\ }{}%
+ \ifthenelse{\equal{\word}{honorary}}{\textipa{\'An at r\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{honorific}}{\textipa{\`An at r\'IfIk}\ }{}%
+ \ifthenelse{\equal{\word}{honors}}{\textipa{\'An at r}\ }{}%
+ \ifthenelse{\equal{\word}{honorable}}{\textipa{\'Anr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{hood}}{\textipa{hUd}\ }{}%
+ \ifthenelse{\equal{\word}{hooded}}{\textipa{h\'UdId}\ }{}%
+ \ifthenelse{\equal{\word}{hoodlum}}{\textipa{h\'Udl at m}\ }{}%
+ \ifthenelse{\equal{\word}{hoodwink}}{\textipa{h\'UdwiNk}\ }{}%
+ \ifthenelse{\equal{\word}{hoof}}{\textipa{hu:f}\ }{}%
+ \ifthenelse{\equal{\word}{hook}}{\textipa{hUk}\ }{}%
+ \ifthenelse{\equal{\word}{hookah}}{\textipa{h\'Uk@}\ }{}%
+ \ifthenelse{\equal{\word}{hooky}}{\textipa{h\'Uki}\ }{}%
+ \ifthenelse{\equal{\word}{hooligan}}{\textipa{h\'u:lIgn}\ }{}%
+ \ifthenelse{\equal{\word}{hoop}}{\textipa{hu:p}\ }{}%
+ \ifthenelse{\equal{\word}{hooped}}{\textipa{hu:pt}\ }{}%
+ \ifthenelse{\equal{\word}{hooray}}{\textipa{hur\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{hoot}}{\textipa{hu:t}\ }{}%
+ \ifthenelse{\equal{\word}{hoover}}{\textipa{h\'u:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{hoovered}}{\textipa{h\'u:ver}\ }{}%
+ \ifthenelse{\equal{\word}{hooves}}{\textipa{hu:vz}\ }{}%
+ \ifthenelse{\equal{\word}{hop}}{\textipa{hAp}\ }{}%
+ \ifthenelse{\equal{\word}{hope}}{\textipa{hoUp}\ }{}%
+ \ifthenelse{\equal{\word}{hopeful}}{\textipa{h\'oUpfl}\ }{}%
+ \ifthenelse{\equal{\word}{hopeless}}{\textipa{h\'oUpl at s}\ }{}%
+ \ifthenelse{\equal{\word}{horizon}}{\textipa{h at r\'aIzn}\ }{}%
+ \ifthenelse{\equal{\word}{horizontal}}{\textipa{h\`O:r at z\'Antl}\ }{}%
+ \ifthenelse{\equal{\word}{horizontally}}{\textipa{h\`O:r at z\'Antli}\ }{}%
+ \ifthenelse{\equal{\word}{hormonal}}{\textipa{hO:rm\'oUnl}\ }{}%
+ \ifthenelse{\equal{\word}{hormone}}{\textipa{h\'O:rmoUn}\ }{}%
+ \ifthenelse{\equal{\word}{horn}}{\textipa{hO:rn}\ }{}%
+ \ifthenelse{\equal{\word}{horned}}{\textipa{hO:rnd}\ }{}%
+ \ifthenelse{\equal{\word}{hornet}}{\textipa{h\'O:rnIt}\ }{}%
+ \ifthenelse{\equal{\word}{horny}}{\textipa{h\'O:rni}\ }{}%
+ \ifthenelse{\equal{\word}{horoscope}}{\textipa{h\'O:r at sk\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{horrendous}}{\textipa{hO:r\'end at s}\ }{}%
+ \ifthenelse{\equal{\word}{horrible}}{\textipa{h\'O:r at bl}\ }{}%
+ \ifthenelse{\equal{\word}{horrid}}{\textipa{h\'O:r at d}\ }{}%
+ \ifthenelse{\equal{\word}{horrific}}{\textipa{hO:r\'IfIk}\ }{}%
+ \ifthenelse{\equal{\word}{horrify}}{\textipa{h\'O:rIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{horror}}{\textipa{h\'O:r at r}\ }{}%
+ \ifthenelse{\equal{\word}{horse}}{\textipa{hO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{horseback}}{\textipa{h\'O:rsb\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{horseman}}{\textipa{h\'O:rsm at n}\ }{}%
+ \ifthenelse{\equal{\word}{horseshoe}}{\textipa{h\'O:rsS\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{horsey}}{\textipa{h\'O:rsi}\ }{}%
+ \ifthenelse{\equal{\word}{horticultural}}{\textipa{h\`O:rt at k\'2ltSrl}\ }{}%
+ \ifthenelse{\equal{\word}{horticulture}}{\textipa{h\'O:rt at k\`2ltS at r}\ }{}%
+ \ifthenelse{\equal{\word}{hosanna}}{\textipa{hoUz\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{hose}}{\textipa{hoUz}\ }{}%
+ \ifthenelse{\equal{\word}{hosiery}}{\textipa{h\'oUZri}\ }{}%
+ \ifthenelse{\equal{\word}{hospice}}{\textipa{h\'AspIs}\ }{}%
+ \ifthenelse{\equal{\word}{hospitable}}{\textipa{h\'Asp at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{hospital}}{\textipa{h\'AspItl}\ }{}%
+ \ifthenelse{\equal{\word}{hospitalized}}{\textipa{h\'AspItl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{hospitality}}{\textipa{h\`Asp at t\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{host}}{\textipa{hoUst}\ }{}%
+ \ifthenelse{\equal{\word}{hostage}}{\textipa{h\'AstIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{hostel}}{\textipa{h\'Astl}\ }{}%
+ \ifthenelse{\equal{\word}{hostelry}}{\textipa{h\'Astlri}\ }{}%
+ \ifthenelse{\equal{\word}{hostess}}{\textipa{h\'oUst at s}\ }{}%
+ \ifthenelse{\equal{\word}{hostility}}{\textipa{hAst\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{hot}}{\textipa{hAt}\ }{}%
+ \ifthenelse{\equal{\word}{hotchpotch}}{\textipa{h\'AtSp\`AtS}\ }{}%
+ \ifthenelse{\equal{\word}{hotel}}{\textipa{h\`oUt\'el}\ }{}%
+ \ifthenelse{\equal{\word}{hotelier}}{\textipa{h\`oUtlj\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{hound}}{\textipa{haUnd}\ }{}%
+ \ifthenelse{\equal{\word}{hour}}{\textipa{\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{house}}{\textipa{haUs}\ }{}%
+ \ifthenelse{\equal{\word}{household}}{\textipa{h\'aUsh\`oUld}\ }{}%
+ \ifthenelse{\equal{\word}{housekeeper}}{\textipa{h\'aUsk\`\i:p at r}\ }{}%
+ \ifthenelse{\equal{\word}{housewife}}{\textipa{h\'aUsw\`aIf}\ }{}%
+ \ifthenelse{\equal{\word}{housing}}{\textipa{h\'aUzIN}\ }{}%
+ \ifthenelse{\equal{\word}{houston}}{\textipa{hj\'u:stn}\ }{}%
+ \ifthenelse{\equal{\word}{hove}}{\textipa{hoUv}\ }{}%
+ \ifthenelse{\equal{\word}{hovel}}{\textipa{h\'2vl}\ }{}%
+ \ifthenelse{\equal{\word}{hover}}{\textipa{h\'2v at r}\ }{}%
+ \ifthenelse{\equal{\word}{how}}{\textipa{haU}\ }{}%
+ \ifthenelse{\equal{\word}{howdy}}{\textipa{h\'aUdi}\ }{}%
+ \ifthenelse{\equal{\word}{however}}{\textipa{haU\'ev at r}\ }{}%
+ \ifthenelse{\equal{\word}{howitzer}}{\textipa{h\'aIts at r}\ }{}%
+ \ifthenelse{\equal{\word}{howl}}{\textipa{haUl}\ }{}%
+ \ifthenelse{\equal{\word}{hub}}{\textipa{h2b}\ }{}%
+ \ifthenelse{\equal{\word}{hubbub}}{\textipa{h\'2b\`2b}\ }{}%
+ \ifthenelse{\equal{\word}{hubby}}{\textipa{h\'2bi}\ }{}%
+ \ifthenelse{\equal{\word}{hubris}}{\textipa{hj\'u:brIs}\ }{}%
+ \ifthenelse{\equal{\word}{huckleberry}}{\textipa{h\'2klb\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{huddle}}{\textipa{h\'2dl}\ }{}%
+ \ifthenelse{\equal{\word}{huff}}{\textipa{h2f}\ }{}%
+ \ifthenelse{\equal{\word}{huffy}}{\textipa{h\'2fi}\ }{}%
+ \ifthenelse{\equal{\word}{hug}}{\textipa{h2g}\ }{}%
+ \ifthenelse{\equal{\word}{huge}}{\textipa{hju:dZ}\ }{}%
+ \ifthenelse{\equal{\word}{huguenot}}{\textipa{hj\'u:g at n\`At}\ }{}%
+ \ifthenelse{\equal{\word}{huh}}{\textipa{h2}\ }{}%
+ \ifthenelse{\equal{\word}{hulk}}{\textipa{h2lk}\ }{}%
+ \ifthenelse{\equal{\word}{hull}}{\textipa{h2l}\ }{}%
+ \ifthenelse{\equal{\word}{hullabaloo}}{\textipa{h\`2l at b@l\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{hum}}{\textipa{h2m}\ }{}%
+ \ifthenelse{\equal{\word}{human}}{\textipa{hj\'u:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{humane}}{\textipa{hjum\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{humanitarian}}{\textipa{hjum\`\ae nIt\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{humanity}}{\textipa{hjum\'\ae n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{humanoid}}{\textipa{hj\'u:m at n\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{humble}}{\textipa{h\'2mbl}\ }{}%
+ \ifthenelse{\equal{\word}{humbug}}{\textipa{h\'2mb\`2g}\ }{}%
+ \ifthenelse{\equal{\word}{humdrum}}{\textipa{h\'2mdr\`2m}\ }{}%
+ \ifthenelse{\equal{\word}{humerus}}{\textipa{hj\'u:mr at s}\ }{}%
+ \ifthenelse{\equal{\word}{humid}}{\textipa{hj\'u:mId}\ }{}%
+ \ifthenelse{\equal{\word}{humidity}}{\textipa{hjum\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{humiliate}}{\textipa{hjum\'Ili\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{humiliation}}{\textipa{hjum\`Ili\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{humility}}{\textipa{hjum\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{hummock}}{\textipa{h\'2m at k}\ }{}%
+ \ifthenelse{\equal{\word}{humorist}}{\textipa{hj\'u:mrIst}\ }{}%
+ \ifthenelse{\equal{\word}{humor}}{\textipa{hj\'u:m at r}\ }{}%
+ \ifthenelse{\equal{\word}{hump}}{\textipa{h2mp}\ }{}%
+ \ifthenelse{\equal{\word}{humus}}{\textipa{hj\'u:m at s}\ }{}%
+ \ifthenelse{\equal{\word}{hunch}}{\textipa{h2nS}\ }{}%
+ \ifthenelse{\equal{\word}{hundred}}{\textipa{h\'2ndr at d}\ }{}%
+ \ifthenelse{\equal{\word}{hundredth}}{\textipa{h\'2ndr at dT}\ }{}%
+ \ifthenelse{\equal{\word}{hung}}{\textipa{h2N}\ }{}%
+ \ifthenelse{\equal{\word}{hunger}}{\textipa{h\'2Ng at r}\ }{}%
+ \ifthenelse{\equal{\word}{hungrily}}{\textipa{h\'2Ngrli}\ }{}%
+ \ifthenelse{\equal{\word}{hungry}}{\textipa{h\'2Ngri}\ }{}%
+ \ifthenelse{\equal{\word}{hunk}}{\textipa{h2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{hunt}}{\textipa{h2nt}\ }{}%
+ \ifthenelse{\equal{\word}{hunter}}{\textipa{h\'2nt at r}\ }{}%
+ \ifthenelse{\equal{\word}{hunting}}{\textipa{h\'2ntIN}\ }{}%
+ \ifthenelse{\equal{\word}{huntsman}}{\textipa{h\'2ntsm at n}\ }{}%
+ \ifthenelse{\equal{\word}{hurdle}}{\textipa{h\'@:rdl}\ }{}%
+ \ifthenelse{\equal{\word}{hurl}}{\textipa{h@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{hurlyburly}}{\textipa{h\`@:rlib\'@:rli}\ }{}%
+ \ifthenelse{\equal{\word}{hurray}}{\textipa{h at r\'A:}\ }{}%
+ \ifthenelse{\equal{\word}{hurray}}{\textipa{h at r\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{hurricane}}{\textipa{h\'@:r at k\`eIn}\ }{}%
+ \ifthenelse{\equal{\word}{hurried}}{\textipa{h\'@:rid}\ }{}%
+ \ifthenelse{\equal{\word}{hurry}}{\textipa{h\'@:ri}\ }{}%
+ \ifthenelse{\equal{\word}{hurt}}{\textipa{h@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{hurtle}}{\textipa{h\'@:rtl}\ }{}%
+ \ifthenelse{\equal{\word}{husband}}{\textipa{h\'2zb at nd}\ }{}%
+ \ifthenelse{\equal{\word}{husbandry}}{\textipa{h\'2zb at ndri}\ }{}%
+ \ifthenelse{\equal{\word}{hush}}{\textipa{h2S}\ }{}%
+ \ifthenelse{\equal{\word}{husk}}{\textipa{h2sk}\ }{}%
+ \ifthenelse{\equal{\word}{huskily}}{\textipa{h\'2skIli}\ }{}%
+ \ifthenelse{\equal{\word}{husky}}{\textipa{h\'2ski}\ }{}%
+ \ifthenelse{\equal{\word}{hussy}}{\textipa{h\'2si}\ }{}%
+ \ifthenelse{\equal{\word}{hustings}}{\textipa{h\'2stINz}\ }{}%
+ \ifthenelse{\equal{\word}{hustle}}{\textipa{h\'2sl}\ }{}%
+ \ifthenelse{\equal{\word}{hut}}{\textipa{h2t}\ }{}%
+ \ifthenelse{\equal{\word}{hutch}}{\textipa{h2tS}\ }{}%
+ \ifthenelse{\equal{\word}{hyacinth}}{\textipa{h\'a at s\`InT}\ }{}%
+ \ifthenelse{\equal{\word}{hybrid}}{\textipa{h\'aIbrId}\ }{}%
+ \ifthenelse{\equal{\word}{hybridized}}{\textipa{h\'aIbrId\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{hydra}}{\textipa{h\'aIdr@}\ }{}%
+ \ifthenelse{\equal{\word}{hydrangea}}{\textipa{haIdr\'eInZ@}\ }{}%
+ \ifthenelse{\equal{\word}{hydrant}}{\textipa{h\'aIdrnt}\ }{}%
+ \ifthenelse{\equal{\word}{hydrate}}{\textipa{h\'aIdreIt}\ }{}%
+ \ifthenelse{\equal{\word}{hydraulic}}{\textipa{haIdr\'O:lIk}\ }{}%
+ \ifthenelse{\equal{\word}{hydride}}{\textipa{h\'aIdraId}\ }{}%
+ \ifthenelse{\equal{\word}{hydro}}{\textipa{h\'aIdroU}\ }{}%
+ \ifthenelse{\equal{\word}{hydrochloric}}{\textipa{h\`aIdroUkl\'O:rIk}\ }{}%
+ \ifthenelse{\equal{\word}{hydrofluoric}}{\textipa{h\`aIdroUflU\'O:rIk}\ }{}%
+ \ifthenelse{\equal{\word}{hydrofoil}}{\textipa{h\'aIdr at f\`OIl}\ }{}%
+ \ifthenelse{\equal{\word}{hydrogen}}{\textipa{h\'aIdr at dZn}\ }{}%
+ \ifthenelse{\equal{\word}{hydrogenated}}{\textipa{haIdr\'AdZ at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{hydrology}}{\textipa{haIdr\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{hydrolysis}}{\textipa{haIdr\'Al at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{hydroponically}}{\textipa{h\`aIdr at p\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{hydrous}}{\textipa{h\'aIdr at s}\ }{}%
+ \ifthenelse{\equal{\word}{hydroxide}}{\textipa{haIdr\'AksaId}\ }{}%
+ \ifthenelse{\equal{\word}{hyena}}{\textipa{haI\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{hygiene}}{\textipa{h\'aIdZi:n}\ }{}%
+ \ifthenelse{\equal{\word}{hygienic}}{\textipa{h\`aIdZi\'enIk}\ }{}%
+ \ifthenelse{\equal{\word}{hygienist}}{\textipa{haIdZ\'\i:n at st}\ }{}%
+ \ifthenelse{\equal{\word}{hygroscopic}}{\textipa{h\`aIgr at sk\'ApIk}\ }{}%
+ \ifthenelse{\equal{\word}{hymen}}{\textipa{h\'aIm at n}\ }{}%
+ \ifthenelse{\equal{\word}{hymn}}{\textipa{hIm}\ }{}%
+ \ifthenelse{\equal{\word}{hymnal}}{\textipa{h\'Imnl}\ }{}%
+ \ifthenelse{\equal{\word}{hype}}{\textipa{haIp}\ }{}%
+ \ifthenelse{\equal{\word}{hyperactive}}{\textipa{h\`aip at r\'\ae ktiv}\ }{}%
+ \ifthenelse{\equal{\word}{hyperactivity}}{\textipa{h\`aip at r\ae kt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{hyperbola}}{\textipa{haIp\'@:rbl@}\ }{}%
+ \ifthenelse{\equal{\word}{hyperbole}}{\textipa{haIp\'@:rbli}\ }{}%
+ \ifthenelse{\equal{\word}{hyperbolic}}{\textipa{h\`aIp at rb\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{hyphen}}{\textipa{h\'aIfn}\ }{}%
+ \ifthenelse{\equal{\word}{hyphenate}}{\textipa{h\'aIf at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{hypnosis}}{\textipa{hIpn\'oUsIs}\ }{}%
+ \ifthenelse{\equal{\word}{hypnotherapy}}{\textipa{h\`IpnoUT\'er at pi}\ }{}%
+ \ifthenelse{\equal{\word}{hypnotic}}{\textipa{hIpn\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{hypnotize}}{\textipa{h\'Ipn at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{hypnotism}}{\textipa{h\'Ipn at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{hypnotist}}{\textipa{h\'Ipn at tIst}\ }{}%
+ \ifthenelse{\equal{\word}{hypochondria}}{\textipa{h\`aIp at k\'Andri@}\ }{}%
+ \ifthenelse{\equal{\word}{hypochondriac}}{\textipa{h\`aIp at k\'Andri\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{hypocrisy}}{\textipa{hIp\'Akr at si}\ }{}%
+ \ifthenelse{\equal{\word}{hypocrite}}{\textipa{h\'Ip at krIt}\ }{}%
+ \ifthenelse{\equal{\word}{hypocritical}}{\textipa{h\`Ip at kr\'ItIkl}\ }{}%
+ \ifthenelse{\equal{\word}{hypodermic}}{\textipa{h\`aIp at d\'@:rmIk}\ }{}%
+ \ifthenelse{\equal{\word}{hypoglycaemia}}{\textipa{h\`aIpoUglaIs\'\i:mi@}\ }{}%
+ \ifthenelse{\equal{\word}{hypotension}}{\textipa{h\`aIpoUt\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{hypothalamus}}{\textipa{h\`aIpoUT\'\ae l at m@s}\ }{}%
+ \ifthenelse{\equal{\word}{hypothermia}}{\textipa{h\`aIpoUT\'@:rmi@}\ }{}%
+ \ifthenelse{\equal{\word}{hypotheses}}{\textipa{haIp\'AT at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{hypothesize}}{\textipa{haIp\'AT at s\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{hypothetical}}{\textipa{h\`aIp at T\'etIkl}\ }{}%
+ \ifthenelse{\equal{\word}{hypoxia}}{\textipa{haIp\'Aksi@}\ }{}%
+ \ifthenelse{\equal{\word}{hysterectomy}}{\textipa{h\`Ist at r\'ekt at mi}\ }{}%
+ \ifthenelse{\equal{\word}{hysteria}}{\textipa{hIst\'I at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{hysteric}}{\textipa{hIst\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{hysterical}}{\textipa{hIst\'erIkl}\ }{}%
+ \ifthenelse{\equal{\word}{hysterics}}{\textipa{hIst\'erIks}\ }{}%
+ \ifthenelse{\equal{\word}{iambic}}{\textipa{aI\'\ae mbIk}\ }{}%
+ \ifthenelse{\equal{\word}{iambus}}{\textipa{aI\'\ae mb at s}\ }{}%
+ \ifthenelse{\equal{\word}{iberia}}{\textipa{aIb\'\i at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{iberian}}{\textipa{aIb\'I at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{ibex}}{\textipa{\'aIbeks}\ }{}%
+ \ifthenelse{\equal{\word}{ibis}}{\textipa{\'aIbIs}\ }{}%
+ \ifthenelse{\equal{\word}{ibsen}}{\textipa{\'Ibsn}\ }{}%
+ \ifthenelse{\equal{\word}{icarus}}{\textipa{\'Ikr at s}\ }{}%
+ \ifthenelse{\equal{\word}{ice}}{\textipa{aIs}\ }{}%
+ \ifthenelse{\equal{\word}{iceberg}}{\textipa{\'aIsb\`@:rg}\ }{}%
+ \ifthenelse{\equal{\word}{iced}}{\textipa{aIst}\ }{}%
+ \ifthenelse{\equal{\word}{iceland}}{\textipa{\'aIsl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{iceman}}{\textipa{\'aIsm\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{icicle}}{\textipa{\'aIsIkl}\ }{}%
+ \ifthenelse{\equal{\word}{icily}}{\textipa{\'aIsIli}\ }{}%
+ \ifthenelse{\equal{\word}{icing}}{\textipa{\'aIsIN}\ }{}%
+ \ifthenelse{\equal{\word}{icon}}{\textipa{\'aIkAn}\ }{}%
+ \ifthenelse{\equal{\word}{iconoclast}}{\textipa{aIk\'An at kl\`\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{iconoclastic}}{\textipa{aIk\`An at kl\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{iconography}}{\textipa{\`aIk at n\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{icy}}{\textipa{\'aIsi}\ }{}%
+ \ifthenelse{\equal{\word}{id}}{\textipa{Id}\ }{}%
+ \ifthenelse{\equal{\word}{idaho}}{\textipa{\'aId at h\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{idea}}{\textipa{aId\'\i:@}\ }{}%
+ \ifthenelse{\equal{\word}{ideal}}{\textipa{aId\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{idealize}}{\textipa{aId\'\i:@l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{idealistic}}{\textipa{aId\`\i:@l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{ideally}}{\textipa{aId\'\i:li}\ }{}%
+ \ifthenelse{\equal{\word}{idem}}{\textipa{\'Idem}\ }{}%
+ \ifthenelse{\equal{\word}{identical}}{\textipa{aId\'entIkl}\ }{}%
+ \ifthenelse{\equal{\word}{identifiable}}{\textipa{aId\'ent at f\`a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{identification}}{\textipa{aId\`entIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{identifier}}{\textipa{aId\'ent at f\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{identify}}{\textipa{aId\'ent at f\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{identity}}{\textipa{aId\'ent at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ideograms}}{\textipa{\'Idi at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{ideological}}{\textipa{\`aIdi at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{ideologist}}{\textipa{\`aIdi\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{ideologue}}{\textipa{\'aIdi at l\`O:g}\ }{}%
+ \ifthenelse{\equal{\word}{ideology}}{\textipa{\`aIdi\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{ides}}{\textipa{aIdz}\ }{}%
+ \ifthenelse{\equal{\word}{idiocy}}{\textipa{\'Idi at si}\ }{}%
+ \ifthenelse{\equal{\word}{idiolect}}{\textipa{\'Idi at lekt}\ }{}%
+ \ifthenelse{\equal{\word}{idiom}}{\textipa{\'Idi at m}\ }{}%
+ \ifthenelse{\equal{\word}{idiomatic}}{\textipa{\`Idi at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{idiosyncrasy}}{\textipa{\`Idi at s\'INkr at si}\ }{}%
+ \ifthenelse{\equal{\word}{idiosyncratic}}{\textipa{\`Idi at sINkr\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{idiot}}{\textipa{\'Idi at t}\ }{}%
+ \ifthenelse{\equal{\word}{idiotic}}{\textipa{\`Idi\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{idle}}{\textipa{\'aIdl}\ }{}%
+ \ifthenelse{\equal{\word}{idleness}}{\textipa{\'aIdln at s}\ }{}%
+ \ifthenelse{\equal{\word}{idler}}{\textipa{\'aIdl at r}\ }{}%
+ \ifthenelse{\equal{\word}{idly}}{\textipa{\'aIdli}\ }{}%
+ \ifthenelse{\equal{\word}{idolaters}}{\textipa{aId\'Al at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{idolatrous}}{\textipa{aId\'Al at tr@s}\ }{}%
+ \ifthenelse{\equal{\word}{idolatry}}{\textipa{aId\'Al at tri}\ }{}%
+ \ifthenelse{\equal{\word}{idolize}}{\textipa{\'aIdl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{ids}}{\textipa{\`aId\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{idyllic}}{\textipa{aId\'IlIk}\ }{}%
+ \ifthenelse{\equal{\word}{if}}{\textipa{If}\ }{}%
+ \ifthenelse{\equal{\word}{igloo}}{\textipa{\'Iglu:}\ }{}%
+ \ifthenelse{\equal{\word}{igneous}}{\textipa{\'Igni at s}\ }{}%
+ \ifthenelse{\equal{\word}{ignite}}{\textipa{Ign\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{ignition}}{\textipa{Ign\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{ignoble}}{\textipa{Ign\'oUbl}\ }{}%
+ \ifthenelse{\equal{\word}{ignominious}}{\textipa{\`Ign at m\'Ini at s}\ }{}%
+ \ifthenelse{\equal{\word}{ignominy}}{\textipa{\'Ign at m\`Ini}\ }{}%
+ \ifthenelse{\equal{\word}{ignoramus}}{\textipa{\`Ign at r\'eIm at s}\ }{}%
+ \ifthenelse{\equal{\word}{ignorance}}{\textipa{\'Ignrns}\ }{}%
+ \ifthenelse{\equal{\word}{ignorant}}{\textipa{\'Ignrnt}\ }{}%
+ \ifthenelse{\equal{\word}{ignore}}{\textipa{Ign\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{iguana}}{\textipa{Igw\'A:n@}\ }{}%
+ \ifthenelse{\equal{\word}{ileum}}{\textipa{\'Ili at m}\ }{}%
+ \ifthenelse{\equal{\word}{iliad}}{\textipa{\'Ili at d}\ }{}%
+ \ifthenelse{\equal{\word}{ilk}}{\textipa{Ilk}\ }{}%
+ \ifthenelse{\equal{\word}{ill}}{\textipa{Il}\ }{}%
+ \ifthenelse{\equal{\word}{illegal}}{\textipa{Il\'\i:gl}\ }{}%
+ \ifthenelse{\equal{\word}{illegality}}{\textipa{\`Ili:g\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{illegible}}{\textipa{Il\'edZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{illegitimacy}}{\textipa{\`Il at dZ\'It at m@si}\ }{}%
+ \ifthenelse{\equal{\word}{illegitimate}}{\textipa{\`Il at dZ\'It at m@t}\ }{}%
+ \ifthenelse{\equal{\word}{illiberal}}{\textipa{Il\'Ibrl}\ }{}%
+ \ifthenelse{\equal{\word}{illicit}}{\textipa{Il\'IsIt}\ }{}%
+ \ifthenelse{\equal{\word}{illimitable}}{\textipa{Il\'Im at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{illinois}}{\textipa{\`Il at n\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{illiteracy}}{\textipa{Il\'Itr at si}\ }{}%
+ \ifthenelse{\equal{\word}{illiterate}}{\textipa{Il\'Itr at t}\ }{}%
+ \ifthenelse{\equal{\word}{illness}}{\textipa{\'Iln at s}\ }{}%
+ \ifthenelse{\equal{\word}{illogical}}{\textipa{Il\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{illuminate}}{\textipa{Il\'u:mIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{illumine}}{\textipa{Il\'u:mIn}\ }{}%
+ \ifthenelse{\equal{\word}{illusion}}{\textipa{Il\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{illusory}}{\textipa{Il\'u:sri}\ }{}%
+ \ifthenelse{\equal{\word}{illustrate}}{\textipa{\'Il at str\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{illustration}}{\textipa{\`Il at str\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{illustrative}}{\textipa{Il\'2str at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{illustrator}}{\textipa{\'Il at str\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{illustrious}}{\textipa{Il\'2stri at s}\ }{}%
+ \ifthenelse{\equal{\word}{image}}{\textipa{\'ImIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{imagery}}{\textipa{\'ImIdZri}\ }{}%
+ \ifthenelse{\equal{\word}{imaginable}}{\textipa{Im\'\ae dZIn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{imaginary}}{\textipa{Im\'\ae dZ at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{imagination}}{\textipa{Im\`\ae dZIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{imaginative}}{\textipa{Im\'\ae dZn at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{imagine}}{\textipa{Im\'\ae dZIn}\ }{}%
+ \ifthenelse{\equal{\word}{imaging}}{\textipa{\'ImIdZIN}\ }{}%
+ \ifthenelse{\equal{\word}{imago}}{\textipa{Im\'eIgoU}\ }{}%
+ \ifthenelse{\equal{\word}{imam}}{\textipa{Im\'A:m}\ }{}%
+ \ifthenelse{\equal{\word}{imbalance}}{\textipa{Imb\'\ae l at ns}\ }{}%
+ \ifthenelse{\equal{\word}{imbecile}}{\textipa{\'Imb at sl}\ }{}%
+ \ifthenelse{\equal{\word}{imbecility}}{\textipa{\`Imb at s\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{imbibe}}{\textipa{Imb\'aIb}\ }{}%
+ \ifthenelse{\equal{\word}{imbroglio}}{\textipa{Imbr\'oUljoU}\ }{}%
+ \ifthenelse{\equal{\word}{imbue}}{\textipa{Imbj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{imitate}}{\textipa{\'ImIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{imitation}}{\textipa{\`ImIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{imitative}}{\textipa{\'Im at t\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{imitator}}{\textipa{\'ImIt\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{immaculate}}{\textipa{Im\'\ae kj at l@t}\ }{}%
+ \ifthenelse{\equal{\word}{immanence}}{\textipa{\'Im at n@ns}\ }{}%
+ \ifthenelse{\equal{\word}{immanent}}{\textipa{\'Im at n@nt}\ }{}%
+ \ifthenelse{\equal{\word}{immaterial}}{\textipa{\`Im at t\'I at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{immature}}{\textipa{\`Im at tj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{immaturity}}{\textipa{\`Im at tj\'u at r@ti}\ }{}%
+ \ifthenelse{\equal{\word}{immeasurable}}{\textipa{Im\'eZr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{immediacy}}{\textipa{Im\'\i:di at si}\ }{}%
+ \ifthenelse{\equal{\word}{immediate}}{\textipa{Im\'\i:di at t}\ }{}%
+ \ifthenelse{\equal{\word}{immediately}}{\textipa{Im\'\i:di at tli}\ }{}%
+ \ifthenelse{\equal{\word}{immemorial}}{\textipa{\`Im at m\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{immense}}{\textipa{Im\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{immensity}}{\textipa{Im\'ens at ti}\ }{}%
+ \ifthenelse{\equal{\word}{immerse}}{\textipa{Im\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{immersion}}{\textipa{Im\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{immigrant}}{\textipa{\'ImIgrnt}\ }{}%
+ \ifthenelse{\equal{\word}{immigrate}}{\textipa{\'ImIgr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{immigration}}{\textipa{\`ImIgr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{imminence}}{\textipa{\'ImIn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{imminent}}{\textipa{\'ImIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{immiscible}}{\textipa{Im\'Is at bl}\ }{}%
+ \ifthenelse{\equal{\word}{immobile}}{\textipa{Im\'oUbl}\ }{}%
+ \ifthenelse{\equal{\word}{immobilize}}{\textipa{Im\'oUb at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{immobility}}{\textipa{\`ImoUb\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{immoderate}}{\textipa{Im\'Adr at t}\ }{}%
+ \ifthenelse{\equal{\word}{immodest}}{\textipa{Im\'AdIst}\ }{}%
+ \ifthenelse{\equal{\word}{immolate}}{\textipa{\'Im at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{immoral}}{\textipa{Im\'O:rl}\ }{}%
+ \ifthenelse{\equal{\word}{immorality}}{\textipa{\`Im at r\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{immortal}}{\textipa{Im\'O:rtl}\ }{}%
+ \ifthenelse{\equal{\word}{immortalized}}{\textipa{Im\'O:rtl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{immortality}}{\textipa{\`ImO:rt\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{immovable}}{\textipa{Im\'u:v at bl}\ }{}%
+ \ifthenelse{\equal{\word}{immune}}{\textipa{Imj\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{immunize}}{\textipa{\'Imj at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{immunity}}{\textipa{Imj\'u:n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{immunodeficiency}}{\textipa{\`Imj at noUdIf\'ISnsi}\ }{}%
+ \ifthenelse{\equal{\word}{immunology}}{\textipa{\`Imj at n\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{immured}}{\textipa{Imj\'u at r}\ }{}%
+ \ifthenelse{\equal{\word}{immutable}}{\textipa{Imj\'u:t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{imp}}{\textipa{Imp}\ }{}%
+ \ifthenelse{\equal{\word}{impact}}{\textipa{\'Imp\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{impair}}{\textipa{Imp\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{impala}}{\textipa{Imp\'A:l@}\ }{}%
+ \ifthenelse{\equal{\word}{impale}}{\textipa{Imp\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{impalpable}}{\textipa{Imp\'\ae lp at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impart}}{\textipa{Imp\'A:rt}\ }{}%
+ \ifthenelse{\equal{\word}{impartial}}{\textipa{Imp\'A:rSl}\ }{}%
+ \ifthenelse{\equal{\word}{impartiality}}{\textipa{Imp\`A:rSi\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{impassable}}{\textipa{Imp\'\ae s at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impasse}}{\textipa{\'Imp\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{impassioned}}{\textipa{Imp\'\ae Snd}\ }{}%
+ \ifthenelse{\equal{\word}{impassive}}{\textipa{Imp\'\ae sIv}\ }{}%
+ \ifthenelse{\equal{\word}{impatience}}{\textipa{Imp\'eISns}\ }{}%
+ \ifthenelse{\equal{\word}{impatient}}{\textipa{Imp\'eISnt}\ }{}%
+ \ifthenelse{\equal{\word}{impeach}}{\textipa{Imp\'\i:tS}\ }{}%
+ \ifthenelse{\equal{\word}{impeccable}}{\textipa{Imp\'ek at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impecunious}}{\textipa{\`ImpIkj\'u:ni at s}\ }{}%
+ \ifthenelse{\equal{\word}{impedance}}{\textipa{Imp\'\i:dns}\ }{}%
+ \ifthenelse{\equal{\word}{impede}}{\textipa{Imp\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{impediment}}{\textipa{Imp\'edIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{impedimenta}}{\textipa{Imp\`edIm\'ent@}\ }{}%
+ \ifthenelse{\equal{\word}{impel}}{\textipa{Imp\'el}\ }{}%
+ \ifthenelse{\equal{\word}{impending}}{\textipa{Imp\'endIN}\ }{}%
+ \ifthenelse{\equal{\word}{impenetrable}}{\textipa{Imp\'enItr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{imperative}}{\textipa{Imp\'er at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{imperceptible}}{\textipa{\`Imp at rs\'ept at bl}\ }{}%
+ \ifthenelse{\equal{\word}{imperfect}}{\textipa{Imp\'@:rfIkt}\ }{}%
+ \ifthenelse{\equal{\word}{imperfection}}{\textipa{\`Imp at rf\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{imperial}}{\textipa{Imp\'I at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{imperialistic}}{\textipa{Imp\`I at ri@l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{imperil}}{\textipa{Imp\'erl}\ }{}%
+ \ifthenelse{\equal{\word}{imperious}}{\textipa{Imp\'I at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{imperishable}}{\textipa{Imp\'erIS at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impermanence}}{\textipa{Imp\'@:rm at n@ns}\ }{}%
+ \ifthenelse{\equal{\word}{impermanent}}{\textipa{Imp\'@:rm at n@nt}\ }{}%
+ \ifthenelse{\equal{\word}{impermeable}}{\textipa{Imp\'@:rmi at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impermissible}}{\textipa{\`Imp at rm\'Is at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impersonal}}{\textipa{Imp\'@:rsnl}\ }{}%
+ \ifthenelse{\equal{\word}{impersonate}}{\textipa{Imp\'@:rs at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{impersonator}}{\textipa{Imp\'@:rs at n\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{impertinence}}{\textipa{Imp\'@:rtn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{impertinent}}{\textipa{Imp\'@:rtn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{imperturbable}}{\textipa{\`Imp at rt\'@:rb at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impervious}}{\textipa{Imp\'@:rvi at s}\ }{}%
+ \ifthenelse{\equal{\word}{impetuosity}}{\textipa{Imp\`etSu\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{impetuous}}{\textipa{Imp\'etSu at s}\ }{}%
+ \ifthenelse{\equal{\word}{impetus}}{\textipa{\'Imp at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{impiety}}{\textipa{Imp\'a at ti}\ }{}%
+ \ifthenelse{\equal{\word}{impinge}}{\textipa{Imp\'InZ}\ }{}%
+ \ifthenelse{\equal{\word}{impious}}{\textipa{\'Impi at s}\ }{}%
+ \ifthenelse{\equal{\word}{impish}}{\textipa{\'ImpIS}\ }{}%
+ \ifthenelse{\equal{\word}{implacable}}{\textipa{Impl\'\ae k at bl}\ }{}%
+ \ifthenelse{\equal{\word}{implant}}{\textipa{Impl\'\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{implausible}}{\textipa{Impl\'O:z at bl}\ }{}%
+ \ifthenelse{\equal{\word}{implement}}{\textipa{\'ImplIm\`ent}\ }{}%
+ \ifthenelse{\equal{\word}{implementation}}{\textipa{\`ImplIment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{implicate}}{\textipa{\'ImplIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{implication}}{\textipa{\`ImplIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{implicit}}{\textipa{Impl\'IsIt}\ }{}%
+ \ifthenelse{\equal{\word}{implied}}{\textipa{Impl\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{implode}}{\textipa{Impl\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{implore}}{\textipa{Impl\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{imploring}}{\textipa{Impl\'O:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{implosion}}{\textipa{Impl\'oUZn}\ }{}%
+ \ifthenelse{\equal{\word}{imply}}{\textipa{Impl\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{impolite}}{\textipa{\`Imp at l\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{impolitic}}{\textipa{Imp\'Al at tIk}\ }{}%
+ \ifthenelse{\equal{\word}{imponderable}}{\textipa{Imp\'Andr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{import}}{\textipa{Imp\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{importance}}{\textipa{Imp\'O:rtns}\ }{}%
+ \ifthenelse{\equal{\word}{important}}{\textipa{Imp\'O:rtnt}\ }{}%
+ \ifthenelse{\equal{\word}{importantly}}{\textipa{Imp\'O:rtntli}\ }{}%
+ \ifthenelse{\equal{\word}{importation}}{\textipa{\`ImpO:rt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{importunate}}{\textipa{Imp\'O:rtSn at t}\ }{}%
+ \ifthenelse{\equal{\word}{importune}}{\textipa{\`Imp at rtj\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{impose}}{\textipa{Imp\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{imposing}}{\textipa{Imp\'oUzIN}\ }{}%
+ \ifthenelse{\equal{\word}{imposition}}{\textipa{\`Imp at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{impossible}}{\textipa{Imp\'As at bl}\ }{}%
+ \ifthenelse{\equal{\word}{imposter}}{\textipa{Imp\'Ast at r}\ }{}%
+ \ifthenelse{\equal{\word}{impotence}}{\textipa{\'Imp at tns}\ }{}%
+ \ifthenelse{\equal{\word}{impotent}}{\textipa{\'Imp at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{impound}}{\textipa{Imp\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{impoverish}}{\textipa{Imp\'AvrIS}\ }{}%
+ \ifthenelse{\equal{\word}{impracticable}}{\textipa{Impr\'\ae ktIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impractical}}{\textipa{Impr\'\ae ktIkl}\ }{}%
+ \ifthenelse{\equal{\word}{impracticality}}{\textipa{Impr\`\ae ktIk\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{imprecise}}{\textipa{\`Impr at s\'aIs}\ }{}%
+ \ifthenelse{\equal{\word}{imprecision}}{\textipa{\`Impr at s\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{impregnable}}{\textipa{Impr\'egn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impregnate}}{\textipa{Impr\'egneIt}\ }{}%
+ \ifthenelse{\equal{\word}{impresario}}{\textipa{\`Impr at s\'A:ri\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{impress}}{\textipa{Impr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{impression}}{\textipa{Impr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{impressionistic}}{\textipa{Impr\`eS at n\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{impressive}}{\textipa{Impr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{imprimatur}}{\textipa{\`ImprIm\'A:tU at r}\ }{}%
+ \ifthenelse{\equal{\word}{imprint}}{\textipa{\'ImprInt}\ }{}%
+ \ifthenelse{\equal{\word}{imprison}}{\textipa{Impr\'Izn}\ }{}%
+ \ifthenelse{\equal{\word}{improbability}}{\textipa{Impr\`Ab at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{improbable}}{\textipa{Impr\'Ab at bl}\ }{}%
+ \ifthenelse{\equal{\word}{impromptu}}{\textipa{Impr\'Amtju:}\ }{}%
+ \ifthenelse{\equal{\word}{improper}}{\textipa{Impr\'Ap at r}\ }{}%
+ \ifthenelse{\equal{\word}{impropriety}}{\textipa{\`Impr at pr\'a at ti}\ }{}%
+ \ifthenelse{\equal{\word}{improve}}{\textipa{Impr\'u:v}\ }{}%
+ \ifthenelse{\equal{\word}{improvement}}{\textipa{Impr\'u:vm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{improvidence}}{\textipa{Impr\'AvIdns}\ }{}%
+ \ifthenelse{\equal{\word}{improvident}}{\textipa{Impr\'AvIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{improvisation}}{\textipa{Impr\`Av at z\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{improvise}}{\textipa{\'Impr at v\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{imprudence}}{\textipa{Impr\'u:dns}\ }{}%
+ \ifthenelse{\equal{\word}{imprudent}}{\textipa{Impr\'u:dnt}\ }{}%
+ \ifthenelse{\equal{\word}{impudence}}{\textipa{\'Impj at dns}\ }{}%
+ \ifthenelse{\equal{\word}{impudent}}{\textipa{\'Impj at dnt}\ }{}%
+ \ifthenelse{\equal{\word}{impugn}}{\textipa{Impj\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{impulse}}{\textipa{\'Imp2ls}\ }{}%
+ \ifthenelse{\equal{\word}{impulsion}}{\textipa{Imp\'2lSn}\ }{}%
+ \ifthenelse{\equal{\word}{impulsive}}{\textipa{Imp\'2lsIv}\ }{}%
+ \ifthenelse{\equal{\word}{impunity}}{\textipa{Impj\'u:n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{impure}}{\textipa{\`Impj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{impurity}}{\textipa{Impj\'U at r@ti}\ }{}%
+ \ifthenelse{\equal{\word}{imputation}}{\textipa{\`Impj at t\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{impute}}{\textipa{Impj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{in}}{\textipa{In}\ }{}%
+ \ifthenelse{\equal{\word}{inability}}{\textipa{\`In at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{inaccessible}}{\textipa{\`In at ks\'es at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inaccuracy}}{\textipa{In\'\ae kj at r@si}\ }{}%
+ \ifthenelse{\equal{\word}{inaccurate}}{\textipa{In\'\ae kj at r@t}\ }{}%
+ \ifthenelse{\equal{\word}{inaction}}{\textipa{In\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{inactivated}}{\textipa{In\'\ae ktIv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{inactive}}{\textipa{In\'\ae ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{inactivity}}{\textipa{\`In\ae kt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{inadequacy}}{\textipa{In\'\ae dIkw at si}\ }{}%
+ \ifthenelse{\equal{\word}{inadequate}}{\textipa{In\'\ae dIkw at t}\ }{}%
+ \ifthenelse{\equal{\word}{inadmissible}}{\textipa{\`In at dm\'Is at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inadvertence}}{\textipa{\`In at dv\'@:rtns}\ }{}%
+ \ifthenelse{\equal{\word}{inadvertent}}{\textipa{\`In at dv\'@:rtnt}\ }{}%
+ \ifthenelse{\equal{\word}{inadvisable}}{\textipa{\`In at dv\'aIz at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inalienable}}{\textipa{In\'eIli at n@bl}\ }{}%
+ \ifthenelse{\equal{\word}{inane}}{\textipa{In\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{inanimate}}{\textipa{In\'\ae nIm at t}\ }{}%
+ \ifthenelse{\equal{\word}{inanity}}{\textipa{In\'\ae n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{inapplicable}}{\textipa{In\'\ae plIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inappropriate}}{\textipa{\`In at pr\'oUpri at t}\ }{}%
+ \ifthenelse{\equal{\word}{inaptly}}{\textipa{In\'\ae pt}\ }{}%
+ \ifthenelse{\equal{\word}{inarticulate}}{\textipa{\`InA:rt\'Ikj at l@t}\ }{}%
+ \ifthenelse{\equal{\word}{inasmuch}}{\textipa{\`In at zm\'2tS}\ }{}%
+ \ifthenelse{\equal{\word}{inattention}}{\textipa{\`In at t\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{inattentive}}{\textipa{\`In at t\'entIv}\ }{}%
+ \ifthenelse{\equal{\word}{inaudible}}{\textipa{In\'O:d at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inaugural}}{\textipa{In\'O:gj at rl}\ }{}%
+ \ifthenelse{\equal{\word}{inaugurate}}{\textipa{In\'O:gj at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{inauspicious}}{\textipa{\`InO:sp\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{inboard}}{\textipa{\'Inb\`O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{inborn}}{\textipa{\`Inb\'O:rn}\ }{}%
+ \ifthenelse{\equal{\word}{inbound}}{\textipa{\'Inb\`aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{inbred}}{\textipa{\`Inbr\'ed}\ }{}%
+ \ifthenelse{\equal{\word}{inca}}{\textipa{\'INk@}\ }{}%
+ \ifthenelse{\equal{\word}{incalculable}}{\textipa{Ink\'\ae lkj at l@bl}\ }{}%
+ \ifthenelse{\equal{\word}{incandescence}}{\textipa{\`Ink at nd\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{incandescent}}{\textipa{\`Ink at nd\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{incantation}}{\textipa{\`Ink\ae nt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{incapable}}{\textipa{Ink\'eIp at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incapacitate}}{\textipa{\`Ink at p\'\ae sIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{incapacity}}{\textipa{\`Ink at p\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{incarcerated}}{\textipa{Ink\'A:rs at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{incarnate}}{\textipa{Ink\'A:rn at t}\ }{}%
+ \ifthenelse{\equal{\word}{incarnation}}{\textipa{\`InkA:rn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{incautious}}{\textipa{Ink\'O:S at s}\ }{}%
+ \ifthenelse{\equal{\word}{incendiary}}{\textipa{Ins\'endi\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{incense}}{\textipa{\'Insens}\ }{}%
+ \ifthenelse{\equal{\word}{incensed}}{\textipa{Ins\'enst}\ }{}%
+ \ifthenelse{\equal{\word}{incentive}}{\textipa{Ins\'entIv}\ }{}%
+ \ifthenelse{\equal{\word}{inception}}{\textipa{Ins\'epSn}\ }{}%
+ \ifthenelse{\equal{\word}{incessant}}{\textipa{Ins\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{incest}}{\textipa{\'Insest}\ }{}%
+ \ifthenelse{\equal{\word}{incestuous}}{\textipa{Ins\'estSu at s}\ }{}%
+ \ifthenelse{\equal{\word}{inch}}{\textipa{InS}\ }{}%
+ \ifthenelse{\equal{\word}{inchoate}}{\textipa{Ink\'oU at t}\ }{}%
+ \ifthenelse{\equal{\word}{incidence}}{\textipa{\'InsIdns}\ }{}%
+ \ifthenelse{\equal{\word}{incident}}{\textipa{\'InsIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{incidental}}{\textipa{\`InsId\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{incidentally}}{\textipa{\`InsId\'entli}\ }{}%
+ \ifthenelse{\equal{\word}{incinerate}}{\textipa{Ins\'In at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{incinerator}}{\textipa{Ins\'In at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{incipient}}{\textipa{Ins\'Ipi at nt}\ }{}%
+ \ifthenelse{\equal{\word}{incised}}{\textipa{Ins\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{incision}}{\textipa{Ins\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{incisive}}{\textipa{Ins\'aIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{incisor}}{\textipa{Ins\'aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{incite}}{\textipa{Ins\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{inclemency}}{\textipa{Inkl\'em at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{inclement}}{\textipa{Inkl\'em at nt}\ }{}%
+ \ifthenelse{\equal{\word}{inclination}}{\textipa{\`InklIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{incline}}{\textipa{Inkl\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{inclined}}{\textipa{Inkl\'aInd}\ }{}%
+ \ifthenelse{\equal{\word}{include}}{\textipa{Inkl\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{including}}{\textipa{Inkl\'u:dIN}\ }{}%
+ \ifthenelse{\equal{\word}{inclusion}}{\textipa{Inkl\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{inclusive}}{\textipa{Inkl\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{incognito}}{\textipa{\`InkAgn\'\i:toU}\ }{}%
+ \ifthenelse{\equal{\word}{incoherence}}{\textipa{\`InkoUh\'I at rns}\ }{}%
+ \ifthenelse{\equal{\word}{incoherent}}{\textipa{\`InkoUh\'I at rnt}\ }{}%
+ \ifthenelse{\equal{\word}{incombustible}}{\textipa{\`Ink at mb\'2st at bl}\ }{}%
+ \ifthenelse{\equal{\word}{income}}{\textipa{\'Ink\`2m}\ }{}%
+ \ifthenelse{\equal{\word}{incomer}}{\textipa{\'Ink\`2m at r}\ }{}%
+ \ifthenelse{\equal{\word}{incoming}}{\textipa{\'Ink\`2mIN}\ }{}%
+ \ifthenelse{\equal{\word}{incommensurable}}{\textipa{\`Ink at m\'enSr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incommoding}}{\textipa{\`Ink at m\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{incommunicable}}{\textipa{\`Ink at mj\'u:nIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incommunicado}}{\textipa{\`Ink at mj\`u:nIk\'A:doU}\ }{}%
+ \ifthenelse{\equal{\word}{incomparable}}{\textipa{Ink\'Ampr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incompatible}}{\textipa{\`Ink at mp\'\ae t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incompetence}}{\textipa{Ink\'Amp at tns}\ }{}%
+ \ifthenelse{\equal{\word}{incompetent}}{\textipa{Ink\'Amp at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{incomplete}}{\textipa{\`Ink at mpl\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{incomprehensible}}{\textipa{Ink\`AmprIh\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incomprehension}}{\textipa{Ink\`AmprIh\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{inconceivable}}{\textipa{\`Ink at ns\'\i:v at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inconclusive}}{\textipa{\`Ink at nkl\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{incongruity}}{\textipa{\`Ink at ngr\'u at ti}\ }{}%
+ \ifthenelse{\equal{\word}{incongruous}}{\textipa{Ink\'ANgru at s}\ }{}%
+ \ifthenelse{\equal{\word}{inconsequential}}{\textipa{Ink\`AnsIkw\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{inconsiderable}}{\textipa{\`Ink at ns\'Idr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inconsiderate}}{\textipa{\`Ink at ns\'Idr at t}\ }{}%
+ \ifthenelse{\equal{\word}{inconsistency}}{\textipa{\`Ink at ns\'Istnsi}\ }{}%
+ \ifthenelse{\equal{\word}{inconsistent}}{\textipa{\`Ink at ns\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{inconsolable}}{\textipa{\`Ink at ns\'oUl at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inconspicuous}}{\textipa{\`Ink at nsp\'Ikju at s}\ }{}%
+ \ifthenelse{\equal{\word}{inconstancy}}{\textipa{Ink\'Anstnsi}\ }{}%
+ \ifthenelse{\equal{\word}{inconstant}}{\textipa{Ink\'Anstnt}\ }{}%
+ \ifthenelse{\equal{\word}{incontestable}}{\textipa{\`Ink at nt\'est at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incontinence}}{\textipa{Ink\'Antn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{incontinent}}{\textipa{Ink\'Antn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{incontrovertible}}{\textipa{\`InkAntr at v\'@:rt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inconvenience}}{\textipa{\`Ink at nv\'\i:ni at ns}\ }{}%
+ \ifthenelse{\equal{\word}{inconvenient}}{\textipa{\`Ink at nv\'\i:ni at nt}\ }{}%
+ \ifthenelse{\equal{\word}{incorporate}}{\textipa{Ink\'O:rp at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{incorrect}}{\textipa{\`Ink at r\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{incorrigible}}{\textipa{Ink\'O:rIdZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incorruptible}}{\textipa{\`Ink at r\'2pt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{increase}}{\textipa{Inkr\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{increasingly}}{\textipa{Inkr\'\i:sINli}\ }{}%
+ \ifthenelse{\equal{\word}{incredible}}{\textipa{Inkr\'ed at bl}\ }{}%
+ \ifthenelse{\equal{\word}{incredibly}}{\textipa{Inkr\'ed at bli}\ }{}%
+ \ifthenelse{\equal{\word}{incredulity}}{\textipa{\`Inkr at dj\'u:l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{incredulous}}{\textipa{Inkr\'edZl at s}\ }{}%
+ \ifthenelse{\equal{\word}{increment}}{\textipa{\'INkrIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{incremental}}{\textipa{\`INkrIm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{incriminate}}{\textipa{Inkr\'ImIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{incubate}}{\textipa{\'INkj at b\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{incubator}}{\textipa{\'INkj at b\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{inculcate}}{\textipa{Ink\'2lkeIt}\ }{}%
+ \ifthenelse{\equal{\word}{incumbency}}{\textipa{Ink\'2mb at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{incumbent}}{\textipa{Ink\'2mb at nt}\ }{}%
+ \ifthenelse{\equal{\word}{incur}}{\textipa{Ink\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{incurable}}{\textipa{Inkj\'U at r@bl}\ }{}%
+ \ifthenelse{\equal{\word}{incursion}}{\textipa{Ink\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{indaba}}{\textipa{Ind\'A:b@}\ }{}%
+ \ifthenelse{\equal{\word}{indebted}}{\textipa{Ind\'et at d}\ }{}%
+ \ifthenelse{\equal{\word}{indecency}}{\textipa{Ind\'\i:snsi}\ }{}%
+ \ifthenelse{\equal{\word}{indecent}}{\textipa{Ind\'\i:snt}\ }{}%
+ \ifthenelse{\equal{\word}{indecipherable}}{\textipa{\`IndIs\'aIfr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indecision}}{\textipa{\`IndIs\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{indecisive}}{\textipa{\`IndIs\'aIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{indecorous}}{\textipa{Ind\'ekr at s}\ }{}%
+ \ifthenelse{\equal{\word}{indeed}}{\textipa{Ind\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{indefatigable}}{\textipa{\`IndIf\'\ae tIg at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indefeasible}}{\textipa{\`IndIf\'\i:z at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indefensible}}{\textipa{\`IndIf\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indefinable}}{\textipa{\`IndIf\'aIn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indefinite}}{\textipa{Ind\'efn at t}\ }{}%
+ \ifthenelse{\equal{\word}{indelible}}{\textipa{Ind\'el at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indelicacy}}{\textipa{Ind\'elIk at si}\ }{}%
+ \ifthenelse{\equal{\word}{indelicate}}{\textipa{Ind\'elIk at t}\ }{}%
+ \ifthenelse{\equal{\word}{indemnify}}{\textipa{Ind\'emnIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{indemnity}}{\textipa{Ind\'emn at ti}\ }{}%
+ \ifthenelse{\equal{\word}{indent}}{\textipa{Ind\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{indentation}}{\textipa{\`Indent\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{indentures}}{\textipa{Ind\'enS at r}\ }{}%
+ \ifthenelse{\equal{\word}{independence}}{\textipa{\`IndIp\'endns}\ }{}%
+ \ifthenelse{\equal{\word}{independent}}{\textipa{\`IndIp\'endnt}\ }{}%
+ \ifthenelse{\equal{\word}{indescribable}}{\textipa{\`IndIskr\'aIb at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indestructible}}{\textipa{\`IndIstr\'2kt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indeterminable}}{\textipa{\`IndIt\'@:rmIn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indeterminacy}}{\textipa{\`IndIt\'@:rmIn at si}\ }{}%
+ \ifthenelse{\equal{\word}{indeterminate}}{\textipa{\`IndIt\'@:rmIn at t}\ }{}%
+ \ifthenelse{\equal{\word}{index}}{\textipa{\'Indeks}\ }{}%
+ \ifthenelse{\equal{\word}{indexation}}{\textipa{\`Indeks\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{india}}{\textipa{\'Indi@}\ }{}%
+ \ifthenelse{\equal{\word}{indian}}{\textipa{\'Indi at n}\ }{}%
+ \ifthenelse{\equal{\word}{indiana}}{\textipa{\`Indi\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{indicate}}{\textipa{\'IndIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{indication}}{\textipa{\`IndIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{indicative}}{\textipa{Ind\'Ik at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{indicator}}{\textipa{\'IndIk\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{indices}}{\textipa{\'IndIs\`\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{indict}}{\textipa{Ind\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{indictable}}{\textipa{Ind\'aIt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indictment}}{\textipa{Ind\'aItm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{indifference}}{\textipa{Ind\'Ifrns}\ }{}%
+ \ifthenelse{\equal{\word}{indifferent}}{\textipa{Ind\'Ifrnt}\ }{}%
+ \ifthenelse{\equal{\word}{indigenous}}{\textipa{Ind\'IdZn at s}\ }{}%
+ \ifthenelse{\equal{\word}{indigestible}}{\textipa{\`IndIdZ\'est at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indigestion}}{\textipa{\`IndIdZ\'estSn}\ }{}%
+ \ifthenelse{\equal{\word}{indignant}}{\textipa{Ind\'Ign at nt}\ }{}%
+ \ifthenelse{\equal{\word}{indignation}}{\textipa{\`IndIgn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{indignity}}{\textipa{Ind\'Ign at ti}\ }{}%
+ \ifthenelse{\equal{\word}{indigo}}{\textipa{\'IndIg\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{indirect}}{\textipa{\`Ind at r\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{indiscipline}}{\textipa{Ind\'Is at plIn}\ }{}%
+ \ifthenelse{\equal{\word}{indiscreet}}{\textipa{\`IndIskr\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{indiscretion}}{\textipa{\`IndIskr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{indiscriminate}}{\textipa{\`IndIskr\'ImIn at t}\ }{}%
+ \ifthenelse{\equal{\word}{indispensable}}{\textipa{\`IndIsp\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indisposed}}{\textipa{\`IndIsp\'oUzd}\ }{}%
+ \ifthenelse{\equal{\word}{indisposition}}{\textipa{\`IndIsp at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{indisputable}}{\textipa{\`IndIspj\'u:t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indissoluble}}{\textipa{\`IndIs\'Alj at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indistinct}}{\textipa{\`IndIst\'INt}\ }{}%
+ \ifthenelse{\equal{\word}{indistinguishable}}{\textipa{\`IndIst\'INgwIS at bl}\ }{}%
+ \ifthenelse{\equal{\word}{individual}}{\textipa{\`IndIv\'IdZul}\ }{}%
+ \ifthenelse{\equal{\word}{individualistic}}{\textipa{\`IndIv\`IdZu at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{individuality}}{\textipa{\`IndIv\`IdZu\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{individually}}{\textipa{\`IndIv\'IdZuli}\ }{}%
+ \ifthenelse{\equal{\word}{indivisible}}{\textipa{\`IndIv\'Iz at bl}\ }{}%
+ \ifthenelse{\equal{\word}{indoctrinate}}{\textipa{Ind\'AktrIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{indolence}}{\textipa{\'Indl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{indolent}}{\textipa{\'Indl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{indomitable}}{\textipa{Ind\'Am at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{indoor}}{\textipa{\`Ind\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{indoors}}{\textipa{\`Ind\'O:rz}\ }{}%
+ \ifthenelse{\equal{\word}{indrawn}}{\textipa{\`Indr\'O:n}\ }{}%
+ \ifthenelse{\equal{\word}{indubitable}}{\textipa{Indj\'u:b at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{induce}}{\textipa{Indj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{induced}}{\textipa{Indj\'u:st}\ }{}%
+ \ifthenelse{\equal{\word}{induct}}{\textipa{Ind\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{inductance}}{\textipa{Ind\'2ktns}\ }{}%
+ \ifthenelse{\equal{\word}{induction}}{\textipa{Ind\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{inductive}}{\textipa{Ind\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{inductor}}{\textipa{Ind\'2kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{indulge}}{\textipa{Ind\'2ldZ}\ }{}%
+ \ifthenelse{\equal{\word}{indulgence}}{\textipa{Ind\'2ldZns}\ }{}%
+ \ifthenelse{\equal{\word}{indulgent}}{\textipa{Ind\'2ldZnt}\ }{}%
+ \ifthenelse{\equal{\word}{induna}}{\textipa{Ind\'u:n@}\ }{}%
+ \ifthenelse{\equal{\word}{industrial}}{\textipa{Ind\'2stri at l}\ }{}%
+ \ifthenelse{\equal{\word}{industrious}}{\textipa{Ind\'2stri at s}\ }{}%
+ \ifthenelse{\equal{\word}{industry}}{\textipa{\'Ind at stri}\ }{}%
+ \ifthenelse{\equal{\word}{inebriate}}{\textipa{In\'\i:bri\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{inedible}}{\textipa{In\'ed at bl}\ }{}%
+ \ifthenelse{\equal{\word}{ineffable}}{\textipa{In\'ef at bl}\ }{}%
+ \ifthenelse{\equal{\word}{ineffective}}{\textipa{\`In at f\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{ineffectual}}{\textipa{\`In at f\'ektSul}\ }{}%
+ \ifthenelse{\equal{\word}{inefficiency}}{\textipa{\`In at f\'ISnsi}\ }{}%
+ \ifthenelse{\equal{\word}{inefficient}}{\textipa{\`In at f\'ISnt}\ }{}%
+ \ifthenelse{\equal{\word}{inelastic}}{\textipa{\`InIl\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{inelegant}}{\textipa{In\'elIgnt}\ }{}%
+ \ifthenelse{\equal{\word}{ineligible}}{\textipa{In\'elIdZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{ineluctable}}{\textipa{\`InIl\'2kt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inept}}{\textipa{\`In\'ept}\ }{}%
+ \ifthenelse{\equal{\word}{ineptitude}}{\textipa{In\'eptItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{inequality}}{\textipa{\`InIkw\'Al at ti}\ }{}%
+ \ifthenelse{\equal{\word}{inequitable}}{\textipa{In\'ekw at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{inequity}}{\textipa{In\'ekw at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ineradicable}}{\textipa{\`InIr\'\ae dIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inert}}{\textipa{In\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{inertia}}{\textipa{In\'@:rS@}\ }{}%
+ \ifthenelse{\equal{\word}{inertial}}{\textipa{In\'@:rSl}\ }{}%
+ \ifthenelse{\equal{\word}{inescapable}}{\textipa{\`InIsk\'eIp at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inessential}}{\textipa{\`InIs\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{inestimable}}{\textipa{In\'estIm at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inevitable}}{\textipa{In\'evIt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inevitably}}{\textipa{In\'evIt at bli}\ }{}%
+ \ifthenelse{\equal{\word}{inexact}}{\textipa{\`InIgz\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{inexactitude}}{\textipa{\`InIgz\'\ae kt at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{inexcusable}}{\textipa{\`InIkskj\'u:z at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inexhaustible}}{\textipa{\`InIgz\'O:st at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inexorable}}{\textipa{In\'eksr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inexpedient}}{\textipa{\`InIksp\'\i:di at nt}\ }{}%
+ \ifthenelse{\equal{\word}{inexpensive}}{\textipa{\`InIksp\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{inexperience}}{\textipa{\`InIksp\'I at ri@ns}\ }{}%
+ \ifthenelse{\equal{\word}{inexperienced}}{\textipa{\`InIksp\'I at ri@nst}\ }{}%
+ \ifthenelse{\equal{\word}{inexpert}}{\textipa{In\'eksp@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{inexplicable}}{\textipa{\`InIkspl\'Ik at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inexpressible}}{\textipa{\`InIkspr\'es at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inextinguishable}}{\textipa{\`InIkst\'INgwIS at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inextricable}}{\textipa{\`InIkstr\'Ik at bl}\ }{}%
+ \ifthenelse{\equal{\word}{infallible}}{\textipa{Inf\'\ae l at bl}\ }{}%
+ \ifthenelse{\equal{\word}{infamous}}{\textipa{\'Inf at m@s}\ }{}%
+ \ifthenelse{\equal{\word}{infamy}}{\textipa{\'Inf at mi}\ }{}%
+ \ifthenelse{\equal{\word}{infancy}}{\textipa{\'Infnsi}\ }{}%
+ \ifthenelse{\equal{\word}{infant}}{\textipa{\'Infnt}\ }{}%
+ \ifthenelse{\equal{\word}{infanticide}}{\textipa{Inf\'\ae nt at s\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{infantile}}{\textipa{\'Infnt\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{infantry}}{\textipa{\'Infntri}\ }{}%
+ \ifthenelse{\equal{\word}{infarct}}{\textipa{\'InfA:rkt}\ }{}%
+ \ifthenelse{\equal{\word}{infatuate}}{\textipa{Inf\'\ae tSu\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{infatuated}}{\textipa{Inf\'\ae tSu\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{infect}}{\textipa{Inf\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{infection}}{\textipa{Inf\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{infectious}}{\textipa{Inf\'ekS at s}\ }{}%
+ \ifthenelse{\equal{\word}{infelicitous}}{\textipa{\`Inf at l\'Is at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{infelicity}}{\textipa{\`Inf at l\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{infer}}{\textipa{Inf\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{inference}}{\textipa{\'Infrns}\ }{}%
+ \ifthenelse{\equal{\word}{inferential}}{\textipa{\`Inf at r\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{inferior}}{\textipa{Inf\'I at ri@r}\ }{}%
+ \ifthenelse{\equal{\word}{inferiority}}{\textipa{Inf\`I at ri\'O:r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{infernal}}{\textipa{Inf\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{inferno}}{\textipa{Inf\'@:rnoU}\ }{}%
+ \ifthenelse{\equal{\word}{infertile}}{\textipa{Inf\'@:rtl}\ }{}%
+ \ifthenelse{\equal{\word}{infest}}{\textipa{Inf\'est}\ }{}%
+ \ifthenelse{\equal{\word}{infestation}}{\textipa{\`Infest\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{infested}}{\textipa{Inf\'estId}\ }{}%
+ \ifthenelse{\equal{\word}{infidel}}{\textipa{\'InfIdl}\ }{}%
+ \ifthenelse{\equal{\word}{infidelity}}{\textipa{\`InfId\'el at ti}\ }{}%
+ \ifthenelse{\equal{\word}{infiltrate}}{\textipa{Inf\'IltreIt}\ }{}%
+ \ifthenelse{\equal{\word}{infinite}}{\textipa{\'InfIn at t}\ }{}%
+ \ifthenelse{\equal{\word}{infinitesimal}}{\textipa{\`InfInIt\'esIml}\ }{}%
+ \ifthenelse{\equal{\word}{infinitive}}{\textipa{Inf\'In at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{infinitude}}{\textipa{Inf\'InItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{infinity}}{\textipa{Inf\'In at ti}\ }{}%
+ \ifthenelse{\equal{\word}{infirm}}{\textipa{Inf\'@:rm}\ }{}%
+ \ifthenelse{\equal{\word}{infirmary}}{\textipa{Inf\'@:rmri}\ }{}%
+ \ifthenelse{\equal{\word}{infirmity}}{\textipa{Inf\'@:rm at ti}\ }{}%
+ \ifthenelse{\equal{\word}{inflame}}{\textipa{Infl\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{inflammable}}{\textipa{Infl\'\ae m at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inflammation}}{\textipa{\`Infl at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{inflammatory}}{\textipa{Infl\'\ae m at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{inflate}}{\textipa{Infl\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{inflation}}{\textipa{Infl\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{inflationary}}{\textipa{Infl\'eIS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{inflect}}{\textipa{Infl\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{inflexible}}{\textipa{Infl\'eks at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inflexion}}{\textipa{Infl\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{inflict}}{\textipa{Infl\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{influence}}{\textipa{\'Influ at ns}\ }{}%
+ \ifthenelse{\equal{\word}{influential}}{\textipa{\`Influ\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{influenza}}{\textipa{\`Influ\'enz@}\ }{}%
+ \ifthenelse{\equal{\word}{influx}}{\textipa{\'Infl\`2ks}\ }{}%
+ \ifthenelse{\equal{\word}{info}}{\textipa{\'InfoU}\ }{}%
+ \ifthenelse{\equal{\word}{inform}}{\textipa{Inf\'O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{informal}}{\textipa{Inf\'O:rml}\ }{}%
+ \ifthenelse{\equal{\word}{informality}}{\textipa{\`InfO:rm\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{informant}}{\textipa{Inf\'O:rm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{informatics}}{\textipa{\`Inf at rm\'\ae tIks}\ }{}%
+ \ifthenelse{\equal{\word}{information}}{\textipa{\`Inf at rm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{informative}}{\textipa{Inf\'O:rm at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{infra}}{\textipa{\'Infr@}\ }{}%
+ \ifthenelse{\equal{\word}{infraction}}{\textipa{Infr\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{infrequent}}{\textipa{Infr\'\i:kw at nt}\ }{}%
+ \ifthenelse{\equal{\word}{infringe}}{\textipa{Infr\'InZ}\ }{}%
+ \ifthenelse{\equal{\word}{infuriate}}{\textipa{Infj\'U at ri\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{infuse}}{\textipa{Infj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{infusion}}{\textipa{Infj\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{ingenious}}{\textipa{IndZ\'\i:ni at s}\ }{}%
+ \ifthenelse{\equal{\word}{ingenuity}}{\textipa{\`InZ at nj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{ingenuous}}{\textipa{IndZ\'enju at s}\ }{}%
+ \ifthenelse{\equal{\word}{ingest}}{\textipa{IndZ\'est}\ }{}%
+ \ifthenelse{\equal{\word}{inglorious}}{\textipa{Ingl\'O:ri at s}\ }{}%
+ \ifthenelse{\equal{\word}{ingot}}{\textipa{\'INg at t}\ }{}%
+ \ifthenelse{\equal{\word}{ingrate}}{\textipa{\'IngreIt}\ }{}%
+ \ifthenelse{\equal{\word}{ingratiate}}{\textipa{Ingr\'eISi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{ingratitude}}{\textipa{Ingr\'\ae t at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{ingredient}}{\textipa{Ingr\'\i:di at nt}\ }{}%
+ \ifthenelse{\equal{\word}{ingress}}{\textipa{\'Ingres}\ }{}%
+ \ifthenelse{\equal{\word}{inhabit}}{\textipa{Inh\'\ae b at t}\ }{}%
+ \ifthenelse{\equal{\word}{inhabitant}}{\textipa{Inh\'\ae b at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{inhalant}}{\textipa{Inh\'eIl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{inhalation}}{\textipa{\`Inh at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{inhale}}{\textipa{Inh\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{inherent}}{\textipa{Inh\'I at rnt}\ }{}%
+ \ifthenelse{\equal{\word}{inherit}}{\textipa{Inh\'er at t}\ }{}%
+ \ifthenelse{\equal{\word}{inheritance}}{\textipa{Inh\'er at tns}\ }{}%
+ \ifthenelse{\equal{\word}{inheritor}}{\textipa{Inh\'er at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{inhibit}}{\textipa{Inh\'Ib at t}\ }{}%
+ \ifthenelse{\equal{\word}{inhibition}}{\textipa{\`InhIb\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{inhospitable}}{\textipa{\`InhAsp\'It at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inhuman}}{\textipa{Inhj\'u:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{inhumane}}{\textipa{\`Inhjum\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{inhumanity}}{\textipa{\`Inhjum\'\ae n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{inimical}}{\textipa{In\'ImIkl}\ }{}%
+ \ifthenelse{\equal{\word}{inimitable}}{\textipa{In\'Im at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{iniquitous}}{\textipa{In\'Ikw at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{iniquity}}{\textipa{In\'Ikw at ti}\ }{}%
+ \ifthenelse{\equal{\word}{initial}}{\textipa{In\'ISl}\ }{}%
+ \ifthenelse{\equal{\word}{initialize}}{\textipa{In\'IS at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{initially}}{\textipa{In\'ISli}\ }{}%
+ \ifthenelse{\equal{\word}{initiate}}{\textipa{In\'ISi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{initiative}}{\textipa{In\'IS at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{initiator}}{\textipa{In\'ISi\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{inject}}{\textipa{IndZ\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{injection}}{\textipa{IndZ\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{injector}}{\textipa{IndZ\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{injudicious}}{\textipa{\`IndZud\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{injunction}}{\textipa{IndZ\'2NSn}\ }{}%
+ \ifthenelse{\equal{\word}{injure}}{\textipa{\'InZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{injured}}{\textipa{\'InZ at rd}\ }{}%
+ \ifthenelse{\equal{\word}{injurious}}{\textipa{IndZ\'U at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{injury}}{\textipa{\'InZri}\ }{}%
+ \ifthenelse{\equal{\word}{injustice}}{\textipa{IndZ\'2stIs}\ }{}%
+ \ifthenelse{\equal{\word}{ink}}{\textipa{INk}\ }{}%
+ \ifthenelse{\equal{\word}{inkling}}{\textipa{\'INklIN}\ }{}%
+ \ifthenelse{\equal{\word}{inky}}{\textipa{\'INki}\ }{}%
+ \ifthenelse{\equal{\word}{inland}}{\textipa{\'Inl\`\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{inlay}}{\textipa{\`Inl\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{inlet}}{\textipa{\'Inl at t}\ }{}%
+ \ifthenelse{\equal{\word}{inmost}}{\textipa{\'Inm\`oUst}\ }{}%
+ \ifthenelse{\equal{\word}{innards}}{\textipa{\'In at rdz}\ }{}%
+ \ifthenelse{\equal{\word}{innate}}{\textipa{\`In\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{inner}}{\textipa{\'In at r}\ }{}%
+ \ifthenelse{\equal{\word}{innervation}}{\textipa{In\'@:rveIt}\ }{}%
+ \ifthenelse{\equal{\word}{innings}}{\textipa{\'InIN}\ }{}%
+ \ifthenelse{\equal{\word}{innocence}}{\textipa{\'In at sns}\ }{}%
+ \ifthenelse{\equal{\word}{innocent}}{\textipa{\'In at snt}\ }{}%
+ \ifthenelse{\equal{\word}{innocuous}}{\textipa{In\'Akju at s}\ }{}%
+ \ifthenelse{\equal{\word}{innovate}}{\textipa{\'In at v\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{innovation}}{\textipa{\`In at v\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{innovative}}{\textipa{\'In at v\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{innovator}}{\textipa{\'In at v\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{innovatory}}{\textipa{\'In at v@t\`Ori}\ }{}%
+ \ifthenelse{\equal{\word}{innuendo}}{\textipa{\`Inju\'endoU}\ }{}%
+ \ifthenelse{\equal{\word}{innumerable}}{\textipa{Inj\'u:mr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{innumeracy}}{\textipa{Inj\'u:mr at t}\ }{}%
+ \ifthenelse{\equal{\word}{inoculate}}{\textipa{In\'Akj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{inoffensive}}{\textipa{\`In at f\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{inoperable}}{\textipa{In\'Apr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inoperative}}{\textipa{In\'Apr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{inopportune}}{\textipa{In\`Ap at rtj\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{inordinate}}{\textipa{In\'O:rdn at t}\ }{}%
+ \ifthenelse{\equal{\word}{inorganic}}{\textipa{\`InO:rg\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{input}}{\textipa{\'Inp\`Ut}\ }{}%
+ \ifthenelse{\equal{\word}{inquest}}{\textipa{\'INkwest}\ }{}%
+ \ifthenelse{\equal{\word}{inquire}}{\textipa{Inkw\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{inquirer}}{\textipa{Inkw\'aIr at r}\ }{}%
+ \ifthenelse{\equal{\word}{inquiring}}{\textipa{Inkw\'aIrIN}\ }{}%
+ \ifthenelse{\equal{\word}{inquiry}}{\textipa{\'Inkw at ri}\ }{}%
+ \ifthenelse{\equal{\word}{inquisition}}{\textipa{\`INkwIz\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{inquisitive}}{\textipa{Inkw\'Iz at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{inquisitor}}{\textipa{Inkw\'Iz at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{inquisitorial}}{\textipa{Inkw\`Iz at t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{inquorate}}{\textipa{Inkw\'O:r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{insalubrious}}{\textipa{\`Ins at l\'u:bri at s}\ }{}%
+ \ifthenelse{\equal{\word}{insane}}{\textipa{Ins\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{insanitary}}{\textipa{Ins\'\ae n at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{insanity}}{\textipa{Ins\'\ae n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{insatiable}}{\textipa{Ins\'eIS at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inscribe}}{\textipa{Inskr\'aIb}\ }{}%
+ \ifthenelse{\equal{\word}{inscription}}{\textipa{Inskr\'IpSn}\ }{}%
+ \ifthenelse{\equal{\word}{inscrutable}}{\textipa{Inskr\'u:t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{insect}}{\textipa{\'Insekt}\ }{}%
+ \ifthenelse{\equal{\word}{insecticide}}{\textipa{Ins\'ektIs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{insectivores}}{\textipa{Ins\'ektIv\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{insectivorous}}{\textipa{\`Insekt\'Ivr at s}\ }{}%
+ \ifthenelse{\equal{\word}{insecure}}{\textipa{\`InsIkj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{insecurity}}{\textipa{\`InsIkj\'U at r@ti}\ }{}%
+ \ifthenelse{\equal{\word}{insensible}}{\textipa{Ins\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{insensitive}}{\textipa{Ins\'ens at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{inseparable}}{\textipa{Ins\'epr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{insert}}{\textipa{Ins\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{inset}}{\textipa{\'Inset}\ }{}%
+ \ifthenelse{\equal{\word}{inside}}{\textipa{Ins\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{insidious}}{\textipa{Ins\'Idi at s}\ }{}%
+ \ifthenelse{\equal{\word}{insight}}{\textipa{\'InsaIt}\ }{}%
+ \ifthenelse{\equal{\word}{insignia}}{\textipa{Ins\'Igni@}\ }{}%
+ \ifthenelse{\equal{\word}{insignificance}}{\textipa{\`InsIgn\'IfIkns}\ }{}%
+ \ifthenelse{\equal{\word}{insignificant}}{\textipa{\`InsIgn\'IfIknt}\ }{}%
+ \ifthenelse{\equal{\word}{insincere}}{\textipa{\`InsIns\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{insincerity}}{\textipa{\`InsIns\'er at ti}\ }{}%
+ \ifthenelse{\equal{\word}{insinuate}}{\textipa{Ins\'Inju\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{insipid}}{\textipa{Ins\'IpId}\ }{}%
+ \ifthenelse{\equal{\word}{insist}}{\textipa{Ins\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{insistence}}{\textipa{Ins\'Istns}\ }{}%
+ \ifthenelse{\equal{\word}{insistent}}{\textipa{Ins\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{insolence}}{\textipa{\'Insl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{insolent}}{\textipa{\'Insl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{insoluble}}{\textipa{Ins\'Alj at bl}\ }{}%
+ \ifthenelse{\equal{\word}{insolvency}}{\textipa{Ins\'Alvnsi}\ }{}%
+ \ifthenelse{\equal{\word}{insolvent}}{\textipa{Ins\'Alvnt}\ }{}%
+ \ifthenelse{\equal{\word}{insomnia}}{\textipa{Ins\'Amni@}\ }{}%
+ \ifthenelse{\equal{\word}{insomniac}}{\textipa{Ins\'Amni\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{insouciant}}{\textipa{Ins\'u:si at ns}\ }{}%
+ \ifthenelse{\equal{\word}{inspect}}{\textipa{Insp\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{inspection}}{\textipa{Insp\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{inspector}}{\textipa{Insp\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{inspectorate}}{\textipa{Insp\'ektr at t}\ }{}%
+ \ifthenelse{\equal{\word}{inspiration}}{\textipa{\`Insp at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{inspire}}{\textipa{Insp\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{inspiring}}{\textipa{Insp\'aIrIN}\ }{}%
+ \ifthenelse{\equal{\word}{instability}}{\textipa{\`Inst at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{install}}{\textipa{Inst\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{installation}}{\textipa{\`Inst at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{installment}}{\textipa{Inst\'O:lm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{instance}}{\textipa{\'Instns}\ }{}%
+ \ifthenelse{\equal{\word}{instant}}{\textipa{\'Instnt}\ }{}%
+ \ifthenelse{\equal{\word}{instantaneous}}{\textipa{\`Instnt\'eIni at s}\ }{}%
+ \ifthenelse{\equal{\word}{instantly}}{\textipa{\'Instntli}\ }{}%
+ \ifthenelse{\equal{\word}{instated}}{\textipa{Inst\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{instead}}{\textipa{Inst\'ed}\ }{}%
+ \ifthenelse{\equal{\word}{instigate}}{\textipa{\'InstIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{instigator}}{\textipa{\'InstIg\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{instil}}{\textipa{Inst\'Il}\ }{}%
+ \ifthenelse{\equal{\word}{instinct}}{\textipa{\'InstINt}\ }{}%
+ \ifthenelse{\equal{\word}{instinctive}}{\textipa{Inst\'INtIv}\ }{}%
+ \ifthenelse{\equal{\word}{instinctual}}{\textipa{Inst\'INtSu at l}\ }{}%
+ \ifthenelse{\equal{\word}{institute}}{\textipa{\'InstItj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{institution}}{\textipa{\`InstItj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{institutional}}{\textipa{\`InstItj\'u:Snl}\ }{}%
+ \ifthenelse{\equal{\word}{instruct}}{\textipa{Instr\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{instruction}}{\textipa{Instr\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{instructive}}{\textipa{Instr\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{instructor}}{\textipa{Instr\'2kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{instrument}}{\textipa{\'Instr at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{instrumental}}{\textipa{\`Instr at m\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{instrumentalist}}{\textipa{\`Instr at m\'entlIst}\ }{}%
+ \ifthenelse{\equal{\word}{instrumentation}}{\textipa{\`Instr at ment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{insubordinate}}{\textipa{\`Ins at b\'O:rdn at t}\ }{}%
+ \ifthenelse{\equal{\word}{insubordination}}{\textipa{\`Ins at b\`O:rdn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{insubstantial}}{\textipa{\`Ins at bst\'\ae nSl}\ }{}%
+ \ifthenelse{\equal{\word}{insufferable}}{\textipa{Ins\'2fr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{insufficiency}}{\textipa{\`Ins at f\'ISnsi}\ }{}%
+ \ifthenelse{\equal{\word}{insufficient}}{\textipa{\`Ins at f\'ISnt}\ }{}%
+ \ifthenelse{\equal{\word}{insular}}{\textipa{\'Insl at r}\ }{}%
+ \ifthenelse{\equal{\word}{insulate}}{\textipa{\'Ins at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{insulator}}{\textipa{\'Ins at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{insulin}}{\textipa{\'Insl at n}\ }{}%
+ \ifthenelse{\equal{\word}{insult}}{\textipa{Ins\'2lt}\ }{}%
+ \ifthenelse{\equal{\word}{insuperable}}{\textipa{Ins\'u:pr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{insupportable}}{\textipa{\`Ins at p\'O:rt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{insurance}}{\textipa{InS\'U at rns}\ }{}%
+ \ifthenelse{\equal{\word}{insurer}}{\textipa{Insj\'U at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{insurgency}}{\textipa{Ins\'@:rdZnsi}\ }{}%
+ \ifthenelse{\equal{\word}{insurgent}}{\textipa{Ins\'@:rdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{insurmountable}}{\textipa{\`Ins at rm\'aUnt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{insurrection}}{\textipa{\`Ins at r\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{insurrectionary}}{\textipa{\`Ins at r\'ekS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{intact}}{\textipa{Int\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{intaglio}}{\textipa{Int\'\ae ljoU}\ }{}%
+ \ifthenelse{\equal{\word}{intangible}}{\textipa{Int\'\ae nZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{integer}}{\textipa{\'IntIdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{integral}}{\textipa{\'IntIgrl}\ }{}%
+ \ifthenelse{\equal{\word}{integrate}}{\textipa{\'Int at gr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{integrity}}{\textipa{Int\'egr at ti}\ }{}%
+ \ifthenelse{\equal{\word}{intellect}}{\textipa{\'Intl\`ekt}\ }{}%
+ \ifthenelse{\equal{\word}{intellectual}}{\textipa{\`Intl\'ektSul}\ }{}%
+ \ifthenelse{\equal{\word}{intelligence}}{\textipa{Int\'elIdZns}\ }{}%
+ \ifthenelse{\equal{\word}{intelligent}}{\textipa{Int\'elIdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{intelligentsia}}{\textipa{Int\`elIdZ\'entsi@}\ }{}%
+ \ifthenelse{\equal{\word}{intelligible}}{\textipa{Int\'elIdZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{intemperance}}{\textipa{Int\'emprns}\ }{}%
+ \ifthenelse{\equal{\word}{intemperate}}{\textipa{Int\'empr at t}\ }{}%
+ \ifthenelse{\equal{\word}{intend}}{\textipa{Int\'end}\ }{}%
+ \ifthenelse{\equal{\word}{intense}}{\textipa{Int\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{intensification}}{\textipa{Int\`ensIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{intensify}}{\textipa{Int\'ensIfaI}\ }{}%
+ \ifthenelse{\equal{\word}{intensity}}{\textipa{Int\'ens at ti}\ }{}%
+ \ifthenelse{\equal{\word}{intensive}}{\textipa{Int\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{intent}}{\textipa{Int\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{intention}}{\textipa{Int\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{intentional}}{\textipa{Int\'enSnl}\ }{}%
+ \ifthenelse{\equal{\word}{inter}}{\textipa{Int\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{interact}}{\textipa{\`Intr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{interactive}}{\textipa{\`Intr\'\ae ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{intercede}}{\textipa{\`Int at rs\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{intercept}}{\textipa{\`Int at rs\'ept}\ }{}%
+ \ifthenelse{\equal{\word}{interceptor}}{\textipa{\`Int at rs\'ept at r}\ }{}%
+ \ifthenelse{\equal{\word}{intercession}}{\textipa{\`Int at rs\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{interchange}}{\textipa{\'Int at rtS\`eInZ}\ }{}%
+ \ifthenelse{\equal{\word}{intercom}}{\textipa{\'Int at rk\`Am}\ }{}%
+ \ifthenelse{\equal{\word}{intercourse}}{\textipa{\'Int at rk\`O:rs}\ }{}%
+ \ifthenelse{\equal{\word}{interdepartmental}}{\textipa{\`Int at rdi:pA:rtm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{interdict}}{\textipa{\`Int at rd\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{interdisciplinary}}{\textipa{\`Int at rd\'Is at pl@n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{interest}}{\textipa{\'Intr at st}\ }{}%
+ \ifthenelse{\equal{\word}{interested}}{\textipa{\'Intr at stId}\ }{}%
+ \ifthenelse{\equal{\word}{interesting}}{\textipa{\'Intr at stIN}\ }{}%
+ \ifthenelse{\equal{\word}{interfere}}{\textipa{\`Int at rf\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{interference}}{\textipa{\`Int at rf\'I at rns}\ }{}%
+ \ifthenelse{\equal{\word}{interferometer}}{\textipa{\`Int at rf@r\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{interferon}}{\textipa{\`Int at rf\'I at rAn}\ }{}%
+ \ifthenelse{\equal{\word}{interim}}{\textipa{\'IntrIm}\ }{}%
+ \ifthenelse{\equal{\word}{interior}}{\textipa{Int\'I at ri@r}\ }{}%
+ \ifthenelse{\equal{\word}{interject}}{\textipa{\`Int at rdZ\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{interleave}}{\textipa{\`Int at rl\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{interlocutor}}{\textipa{\`Int at rl\'Akj at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{interloper}}{\textipa{\'Int at rl\`oUp at r}\ }{}%
+ \ifthenelse{\equal{\word}{interlude}}{\textipa{\'Int at rl\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{intermediary}}{\textipa{\`Int at rm\'\i:di\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{intermediate}}{\textipa{\`Int at rm\'\i:di at t}\ }{}%
+ \ifthenelse{\equal{\word}{interminable}}{\textipa{Int\'@:rmIn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{intermission}}{\textipa{\`Int at rm\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{intermittent}}{\textipa{\`Int at rm\'Itnt}\ }{}%
+ \ifthenelse{\equal{\word}{intern}}{\textipa{Int\'@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{internal}}{\textipa{Int\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{international}}{\textipa{\`Int at rn\'\ae Snl}\ }{}%
+ \ifthenelse{\equal{\word}{internees}}{\textipa{\`Int at rn\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{internet}}{\textipa{\'Int at rn\`et}\ }{}%
+ \ifthenelse{\equal{\word}{interpellation}}{\textipa{\`Int at rp\'eleIt}\ }{}%
+ \ifthenelse{\equal{\word}{interpolate}}{\textipa{Int\'@:rp at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{interpret}}{\textipa{Int\'@:rpr at t}\ }{}%
+ \ifthenelse{\equal{\word}{interpretation}}{\textipa{Int\`@:rprIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{interpretative}}{\textipa{Int\'@:rpr at t\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{interpreter}}{\textipa{Int\'@:rpr at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{interpretive}}{\textipa{Int\'@:rpr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{interregnum}}{\textipa{\`Intr\'egn at m}\ }{}%
+ \ifthenelse{\equal{\word}{interrogate}}{\textipa{Int\'er at g\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{interrogative}}{\textipa{\`Int at r\'Ag at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{interrogatory}}{\textipa{\`Int at r\'Ag at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{interrupt}}{\textipa{\`Int at r\'2pt}\ }{}%
+ \ifthenelse{\equal{\word}{interruption}}{\textipa{\`Int at r\'2pSn}\ }{}%
+ \ifthenelse{\equal{\word}{intersect}}{\textipa{\`Int at rs\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{intersperse}}{\textipa{\`Int at rsp\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{interstices}}{\textipa{Int\'@:rstIs}\ }{}%
+ \ifthenelse{\equal{\word}{interstitial}}{\textipa{\`Int@:rst\'ISl}\ }{}%
+ \ifthenelse{\equal{\word}{interval}}{\textipa{\'Int at rvl}\ }{}%
+ \ifthenelse{\equal{\word}{intervene}}{\textipa{\`Int at rv\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{intervention}}{\textipa{\`Int at rv\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{interview}}{\textipa{\'Int at rvj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{interviewee}}{\textipa{\`Int at rvju\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{intestacy}}{\textipa{Int\'esteIt}\ }{}%
+ \ifthenelse{\equal{\word}{intestinal}}{\textipa{Int\'estInl}\ }{}%
+ \ifthenelse{\equal{\word}{intestine}}{\textipa{Int\'estIn}\ }{}%
+ \ifthenelse{\equal{\word}{intifada}}{\textipa{\`Int at f\'A:d@}\ }{}%
+ \ifthenelse{\equal{\word}{intimacy}}{\textipa{\'Int at m@si}\ }{}%
+ \ifthenelse{\equal{\word}{intimate}}{\textipa{\'Int at m@t}\ }{}%
+ \ifthenelse{\equal{\word}{intimation}}{\textipa{\`Int at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{intimidate}}{\textipa{Int\'ImId\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{into}}{\textipa{\'Int@}\ }{}%
+ \ifthenelse{\equal{\word}{intolerable}}{\textipa{Int\'Alr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{intolerance}}{\textipa{Int\'Alrns}\ }{}%
+ \ifthenelse{\equal{\word}{intolerant}}{\textipa{Int\'Alrnt}\ }{}%
+ \ifthenelse{\equal{\word}{intonation}}{\textipa{\`Int at n\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{intone}}{\textipa{Int\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{intoxicant}}{\textipa{Int\'AksIknt}\ }{}%
+ \ifthenelse{\equal{\word}{intoxicate}}{\textipa{Int\'AksIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{intractable}}{\textipa{Intr\'\ae kt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{intransigence}}{\textipa{Intr\'\ae nsIdZns}\ }{}%
+ \ifthenelse{\equal{\word}{intransigent}}{\textipa{Intr\'\ae nsIdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{intransitive}}{\textipa{Intr\'\ae ns at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{intrepid}}{\textipa{Intr\'epId}\ }{}%
+ \ifthenelse{\equal{\word}{intricacy}}{\textipa{\'IntrIk at si}\ }{}%
+ \ifthenelse{\equal{\word}{intricate}}{\textipa{\'IntrIk at t}\ }{}%
+ \ifthenelse{\equal{\word}{intrigue}}{\textipa{\'Intri:g}\ }{}%
+ \ifthenelse{\equal{\word}{intrinsic}}{\textipa{Intr\'InsIk}\ }{}%
+ \ifthenelse{\equal{\word}{intro}}{\textipa{\'IntroU}\ }{}%
+ \ifthenelse{\equal{\word}{introduce}}{\textipa{\`Intr at dj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{introduction}}{\textipa{\`Intr at d\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{introductory}}{\textipa{\`Intr at d\'2ktri}\ }{}%
+ \ifthenelse{\equal{\word}{introspective}}{\textipa{\`Intr at sp\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{introversion}}{\textipa{\`Intr at v\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{introvert}}{\textipa{\'Intr at v\`@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{intrude}}{\textipa{Intr\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{intrusion}}{\textipa{Intr\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{intrusive}}{\textipa{Intr\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{intuited}}{\textipa{Intj\'u:@t}\ }{}%
+ \ifthenelse{\equal{\word}{intuition}}{\textipa{\`Intju\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{intuitive}}{\textipa{Intj\'u:@tIv}\ }{}%
+ \ifthenelse{\equal{\word}{inuit}}{\textipa{\'InuIt}\ }{}%
+ \ifthenelse{\equal{\word}{inundate}}{\textipa{\'In2nd\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{inure}}{\textipa{Inj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{invade}}{\textipa{Inv\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{invalid}}{\textipa{\'Invl at d}\ }{}%
+ \ifthenelse{\equal{\word}{invalidate}}{\textipa{Inv\'\ae lId\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{invalidity}}{\textipa{\`Inv at l\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{invaluable}}{\textipa{Inv\'\ae lju at bl}\ }{}%
+ \ifthenelse{\equal{\word}{invariable}}{\textipa{Inv\'e at ri@bl}\ }{}%
+ \ifthenelse{\equal{\word}{invariant}}{\textipa{Inv\'e at ri@nt}\ }{}%
+ \ifthenelse{\equal{\word}{invasion}}{\textipa{Inv\'eIZn}\ }{}%
+ \ifthenelse{\equal{\word}{invasive}}{\textipa{Inv\'eIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{invective}}{\textipa{Inv\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{inveigh}}{\textipa{Inv\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{inveigle}}{\textipa{Inv\'eIgl}\ }{}%
+ \ifthenelse{\equal{\word}{invent}}{\textipa{Inv\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{invention}}{\textipa{Inv\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{inventive}}{\textipa{Inv\'entIv}\ }{}%
+ \ifthenelse{\equal{\word}{inventor}}{\textipa{Inv\'ent at r}\ }{}%
+ \ifthenelse{\equal{\word}{inventory}}{\textipa{\'Invnt\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{inverse}}{\textipa{\`Inv\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{inversion}}{\textipa{Inv\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{invert}}{\textipa{Inv\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{invertebrate}}{\textipa{Inv\'@:rtIbr at t}\ }{}%
+ \ifthenelse{\equal{\word}{invest}}{\textipa{Inv\'est}\ }{}%
+ \ifthenelse{\equal{\word}{investigate}}{\textipa{Inv\'estIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{investigation}}{\textipa{Inv\`estIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{investigative}}{\textipa{Inv\'est at g\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{investigator}}{\textipa{Inv\'estIg\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{investigatory}}{\textipa{Inv\'estIg at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{investiture}}{\textipa{Inv\'est at tS@r}\ }{}%
+ \ifthenelse{\equal{\word}{investment}}{\textipa{Inv\'esm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{investor}}{\textipa{Inv\'est at r}\ }{}%
+ \ifthenelse{\equal{\word}{inveterate}}{\textipa{Inv\'etr at t}\ }{}%
+ \ifthenelse{\equal{\word}{invidious}}{\textipa{Inv\'Idi at s}\ }{}%
+ \ifthenelse{\equal{\word}{invigilate}}{\textipa{Inv\'IdZ at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{invigilator}}{\textipa{Inv\'IdZ at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{invigorate}}{\textipa{Inv\'Ig at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{invincible}}{\textipa{Inv\'Ins at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inviolable}}{\textipa{Inv\'a at l@bl}\ }{}%
+ \ifthenelse{\equal{\word}{inviolate}}{\textipa{Inv\'a at l@t}\ }{}%
+ \ifthenelse{\equal{\word}{invisible}}{\textipa{Inv\'Iz at bl}\ }{}%
+ \ifthenelse{\equal{\word}{invitation}}{\textipa{\`InvIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{invite}}{\textipa{Inv\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{inviting}}{\textipa{Inv\'aItIN}\ }{}%
+ \ifthenelse{\equal{\word}{invocation}}{\textipa{\`Inv at k\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{invoice}}{\textipa{\'InvOIs}\ }{}%
+ \ifthenelse{\equal{\word}{invoke}}{\textipa{Inv\'oUk}\ }{}%
+ \ifthenelse{\equal{\word}{involuntarily}}{\textipa{Inv\`Al at nt\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{involuntary}}{\textipa{Inv\'Al at nt\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{involute}}{\textipa{\'Inv at lu:t}\ }{}%
+ \ifthenelse{\equal{\word}{involution}}{\textipa{\`Inv at l\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{involve}}{\textipa{Inv\'Alv}\ }{}%
+ \ifthenelse{\equal{\word}{involved}}{\textipa{Inv\'Alvd}\ }{}%
+ \ifthenelse{\equal{\word}{involvement}}{\textipa{Inv\'Alvm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{invulnerable}}{\textipa{Inv\'2lnr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{inward}}{\textipa{\'Inw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{iodide}}{\textipa{\'a at d\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{iodine}}{\textipa{\'a at d\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{ion}}{\textipa{\'a at n}\ }{}%
+ \ifthenelse{\equal{\word}{ionian}}{\textipa{aI\'oUni at n}\ }{}%
+ \ifthenelse{\equal{\word}{ionic}}{\textipa{aI\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{ionize}}{\textipa{\'a at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{ionosphere}}{\textipa{aI\'An at sf\`I at r}\ }{}%
+ \ifthenelse{\equal{\word}{iota}}{\textipa{aI\'oUt@}\ }{}%
+ \ifthenelse{\equal{\word}{iran}}{\textipa{Ir\'A:n}\ }{}%
+ \ifthenelse{\equal{\word}{iranian}}{\textipa{Ir\'eIni at n}\ }{}%
+ \ifthenelse{\equal{\word}{iraq}}{\textipa{Ir\'A:k}\ }{}%
+ \ifthenelse{\equal{\word}{iraqi}}{\textipa{Ir\'A:ki}\ }{}%
+ \ifthenelse{\equal{\word}{irascible}}{\textipa{Ir\'\ae s at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irate}}{\textipa{\`aIr\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{ier}}{\textipa{\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{ireland}}{\textipa{\'aI at rl@nd}\ }{}%
+ \ifthenelse{\equal{\word}{iridescence}}{\textipa{\`IrId\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{iridescent}}{\textipa{\`IrId\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{iridium}}{\textipa{Ir\'Idi at m}\ }{}%
+ \ifthenelse{\equal{\word}{iris}}{\textipa{\'aIrIs}\ }{}%
+ \ifthenelse{\equal{\word}{irish}}{\textipa{\'aIrIS}\ }{}%
+ \ifthenelse{\equal{\word}{irk}}{\textipa{@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{irksome}}{\textipa{\'@:rksm}\ }{}%
+ \ifthenelse{\equal{\word}{iron}}{\textipa{\'aI at rn}\ }{}%
+ \ifthenelse{\equal{\word}{ironic}}{\textipa{aIr\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{irony}}{\textipa{\'aIrni}\ }{}%
+ \ifthenelse{\equal{\word}{irradiate}}{\textipa{Ir\'eIdi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{irrational}}{\textipa{Ir\'\ae Snl}\ }{}%
+ \ifthenelse{\equal{\word}{irrationality}}{\textipa{Ir\`\ae S at n\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{irreconcilable}}{\textipa{Ir\`ekns\'aIl at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irrecoverable}}{\textipa{\`IrIk\'2vr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irredeemable}}{\textipa{\`IrId\'\i:m at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irreducible}}{\textipa{\`IrIdj\'u:s at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irrefutable}}{\textipa{\`IrIfj\'u:t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irregular}}{\textipa{Ir\'egj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{irregularity}}{\textipa{Ir\`egj at l\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{irrelevance}}{\textipa{Ir\'el at vns}\ }{}%
+ \ifthenelse{\equal{\word}{irrelevant}}{\textipa{Ir\'el at vnt}\ }{}%
+ \ifthenelse{\equal{\word}{irreligious}}{\textipa{\`IrIl\'IdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{irremediable}}{\textipa{\`IrIm\'\i:di at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irreparable}}{\textipa{Ir\'epr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irreplaceable}}{\textipa{\`IrIpl\'eIs at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irrepressible}}{\textipa{\`IrIpr\'es at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irreproachable}}{\textipa{\`IrIpr\'oUtS at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irresistible}}{\textipa{\`IrIz\'Ist at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irresolute}}{\textipa{Ir\'ez at l\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{irrespective}}{\textipa{\`IrIsp\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{irresponsible}}{\textipa{\`IrIsp\'Ans at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irretrievable}}{\textipa{\`IrItr\'\i:v at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irreverence}}{\textipa{Ir\'evrns}\ }{}%
+ \ifthenelse{\equal{\word}{irreverent}}{\textipa{Ir\'evrnt}\ }{}%
+ \ifthenelse{\equal{\word}{irreversible}}{\textipa{\`IrIv\'@:rs at bl}\ }{}%
+ \ifthenelse{\equal{\word}{irrevocable}}{\textipa{Ir\'ev at k@bl}\ }{}%
+ \ifthenelse{\equal{\word}{irrigate}}{\textipa{\'IrIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{irritable}}{\textipa{\'Ir at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{irritant}}{\textipa{\'Ir at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{irritate}}{\textipa{\'IrIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{irritation}}{\textipa{\`IrIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{is}}{\textipa{z}\ }{}%
+ \ifthenelse{\equal{\word}{isis}}{\textipa{\'aIsIs}\ }{}%
+ \ifthenelse{\equal{\word}{islam}}{\textipa{\'IslA:m}\ }{}%
+ \ifthenelse{\equal{\word}{islamic}}{\textipa{Isl\'\ae mIk}\ }{}%
+ \ifthenelse{\equal{\word}{island}}{\textipa{\'aIl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{isle}}{\textipa{aIl}\ }{}%
+ \ifthenelse{\equal{\word}{islet}}{\textipa{\'aIl at t}\ }{}%
+ \ifthenelse{\equal{\word}{isms}}{\textipa{\'Izm}\ }{}%
+ \ifthenelse{\equal{\word}{isnt}}{\textipa{\'Iznt}\ }{}%
+ \ifthenelse{\equal{\word}{isobar}}{\textipa{\'aIs at b\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{isolate}}{\textipa{\'aIs at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{isolation}}{\textipa{\`aIs at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{isomer}}{\textipa{\'aIs at m@r}\ }{}%
+ \ifthenelse{\equal{\word}{isometric}}{\textipa{\`aIs at m\'etrIk}\ }{}%
+ \ifthenelse{\equal{\word}{isomorphic}}{\textipa{\`aIs at m\'O:rfIk}\ }{}%
+ \ifthenelse{\equal{\word}{isosceles}}{\textipa{aIs\'As at l\`\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{isothermal}}{\textipa{\`aIs at T\'@:rml}\ }{}%
+ \ifthenelse{\equal{\word}{isotonic}}{\textipa{\`aIs at t\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{isotope}}{\textipa{\'aIs at t\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{israel}}{\textipa{\'Izri at l}\ }{}%
+ \ifthenelse{\equal{\word}{israeli}}{\textipa{Izr\'eIli}\ }{}%
+ \ifthenelse{\equal{\word}{issuance}}{\textipa{\'ISu at ns}\ }{}%
+ \ifthenelse{\equal{\word}{issue}}{\textipa{\'ISu:}\ }{}%
+ \ifthenelse{\equal{\word}{istanbul}}{\textipa{\`Ist\ae nb\'Ul}\ }{}%
+ \ifthenelse{\equal{\word}{isthmus}}{\textipa{\'Ism at s}\ }{}%
+ \ifthenelse{\equal{\word}{it}}{\textipa{It}\ }{}%
+ \ifthenelse{\equal{\word}{italian}}{\textipa{It\'\ae lj at n}\ }{}%
+ \ifthenelse{\equal{\word}{italic}}{\textipa{It\'\ae lIk}\ }{}%
+ \ifthenelse{\equal{\word}{italicize}}{\textipa{It\'\ae lIs\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{italy}}{\textipa{\'Itli}\ }{}%
+ \ifthenelse{\equal{\word}{itch}}{\textipa{ItS}\ }{}%
+ \ifthenelse{\equal{\word}{itchy}}{\textipa{\'ItSi}\ }{}%
+ \ifthenelse{\equal{\word}{item}}{\textipa{\'aIt at m}\ }{}%
+ \ifthenelse{\equal{\word}{iterate}}{\textipa{\'It at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{iterative}}{\textipa{\'It at r\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{itinerant}}{\textipa{aIt\'Inrnt}\ }{}%
+ \ifthenelse{\equal{\word}{itinerary}}{\textipa{aIt\'In at r\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{itll}}{\textipa{\'Itl}\ }{}%
+ \ifthenelse{\equal{\word}{its}}{\textipa{Its}\ }{}%
+ \ifthenelse{\equal{\word}{itself}}{\textipa{Its\'elf}\ }{}%
+ \ifthenelse{\equal{\word}{ive}}{\textipa{Iv}\ }{}%
+ \ifthenelse{\equal{\word}{ivory}}{\textipa{\'aIvri}\ }{}%
+ \ifthenelse{\equal{\word}{ivy}}{\textipa{\'aIvi}\ }{}%
+ \ifthenelse{\equal{\word}{jab}}{\textipa{dZ\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{jabber}}{\textipa{dZ\'\ae b at r}\ }{}%
+ \ifthenelse{\equal{\word}{jack}}{\textipa{dZ\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{jackal}}{\textipa{dZ\'\ae kl}\ }{}%
+ \ifthenelse{\equal{\word}{jacked}}{\textipa{dZ\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{jacket}}{\textipa{dZ\'\ae kIt}\ }{}%
+ \ifthenelse{\equal{\word}{jacob}}{\textipa{dZ\'eIk at b}\ }{}%
+ \ifthenelse{\equal{\word}{jacuzzi}}{\textipa{dZ at k\'u:zi}\ }{}%
+ \ifthenelse{\equal{\word}{jade}}{\textipa{dZeId}\ }{}%
+ \ifthenelse{\equal{\word}{jag}}{\textipa{dZ\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{jaguar}}{\textipa{dZ\'\ae gwA:r}\ }{}%
+ \ifthenelse{\equal{\word}{jailer}}{\textipa{dZ\'eIl at r}\ }{}%
+ \ifthenelse{\equal{\word}{jakarta}}{\textipa{dZ at k\'A:rt@}\ }{}%
+ \ifthenelse{\equal{\word}{jalopy}}{\textipa{dZ at l\'Api}\ }{}%
+ \ifthenelse{\equal{\word}{jam}}{\textipa{dZ\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{jamaica}}{\textipa{dZ at m\'eIk@}\ }{}%
+ \ifthenelse{\equal{\word}{jamaican}}{\textipa{dZ at m\'eIkn}\ }{}%
+ \ifthenelse{\equal{\word}{jamboree}}{\textipa{dZ\`\ae mb at r\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{james}}{\textipa{dZeImz}\ }{}%
+ \ifthenelse{\equal{\word}{jangle}}{\textipa{dZ\'\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{janitor}}{\textipa{dZ\'\ae n at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{january}}{\textipa{dZ\'\ae nju\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{janus}}{\textipa{dZ\'eIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{jap}}{\textipa{dZ\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{japan}}{\textipa{dZ at p\'\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{jape}}{\textipa{dZeIp}\ }{}%
+ \ifthenelse{\equal{\word}{japonica}}{\textipa{dZ at p\'AnIk@}\ }{}%
+ \ifthenelse{\equal{\word}{jar}}{\textipa{dZA:r}\ }{}%
+ \ifthenelse{\equal{\word}{jargon}}{\textipa{dZ\'A:rgn}\ }{}%
+ \ifthenelse{\equal{\word}{jarring}}{\textipa{dZ\'A:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{jasmine}}{\textipa{dZ\'\ae zmIn}\ }{}%
+ \ifthenelse{\equal{\word}{jaundice}}{\textipa{dZ\'O:ndIs}\ }{}%
+ \ifthenelse{\equal{\word}{jaunt}}{\textipa{dZO:nt}\ }{}%
+ \ifthenelse{\equal{\word}{jaunty}}{\textipa{dZ\'O:nti}\ }{}%
+ \ifthenelse{\equal{\word}{java}}{\textipa{dZ\'A:v@}\ }{}%
+ \ifthenelse{\equal{\word}{javelin}}{\textipa{dZ\'\ae vlIn}\ }{}%
+ \ifthenelse{\equal{\word}{jaw}}{\textipa{dZO:}\ }{}%
+ \ifthenelse{\equal{\word}{jawed}}{\textipa{dZO:d}\ }{}%
+ \ifthenelse{\equal{\word}{jay}}{\textipa{dZeI}\ }{}%
+ \ifthenelse{\equal{\word}{jazz}}{\textipa{dZ\ae z}\ }{}%
+ \ifthenelse{\equal{\word}{jazzy}}{\textipa{dZ\'\ae zi}\ }{}%
+ \ifthenelse{\equal{\word}{jealous}}{\textipa{dZ\'el at s}\ }{}%
+ \ifthenelse{\equal{\word}{jealousy}}{\textipa{dZ\'el at si}\ }{}%
+ \ifthenelse{\equal{\word}{jeep}}{\textipa{dZi:p}\ }{}%
+ \ifthenelse{\equal{\word}{jeer}}{\textipa{dZI at r}\ }{}%
+ \ifthenelse{\equal{\word}{jehad}}{\textipa{dZIh\'A:d}\ }{}%
+ \ifthenelse{\equal{\word}{jejune}}{\textipa{dZIdZ\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{jejunum}}{\textipa{dZIdZ\'u:n at m}\ }{}%
+ \ifthenelse{\equal{\word}{jellied}}{\textipa{dZ\'elid}\ }{}%
+ \ifthenelse{\equal{\word}{jelly}}{\textipa{dZ\'eli}\ }{}%
+ \ifthenelse{\equal{\word}{jemmy}}{\textipa{dZ\'emi}\ }{}%
+ \ifthenelse{\equal{\word}{jeopardize}}{\textipa{dZ\'ep at rd\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{jeopardy}}{\textipa{dZ\'ep at rdi}\ }{}%
+ \ifthenelse{\equal{\word}{jerboas}}{\textipa{dZ at rb\'oU@}\ }{}%
+ \ifthenelse{\equal{\word}{jeremiah}}{\textipa{dZ\`erIm\'a@}\ }{}%
+ \ifthenelse{\equal{\word}{jericho}}{\textipa{dZ\'erIk\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{jerk}}{\textipa{dZ@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{jerkin}}{\textipa{dZ\'@:rkIn}\ }{}%
+ \ifthenelse{\equal{\word}{jerky}}{\textipa{dZ\'@:rki}\ }{}%
+ \ifthenelse{\equal{\word}{jersey}}{\textipa{dZ\'@:rzi}\ }{}%
+ \ifthenelse{\equal{\word}{jest}}{\textipa{dZest}\ }{}%
+ \ifthenelse{\equal{\word}{jesuit}}{\textipa{dZ\'eZu at t}\ }{}%
+ \ifthenelse{\equal{\word}{jesus}}{\textipa{dZ\'\i:z at s}\ }{}%
+ \ifthenelse{\equal{\word}{jet}}{\textipa{dZet}\ }{}%
+ \ifthenelse{\equal{\word}{jetsam}}{\textipa{dZ\'etsm}\ }{}%
+ \ifthenelse{\equal{\word}{jettison}}{\textipa{dZ\'etIsn}\ }{}%
+ \ifthenelse{\equal{\word}{jetty}}{\textipa{dZ\'eti}\ }{}%
+ \ifthenelse{\equal{\word}{jew}}{\textipa{dZu:}\ }{}%
+ \ifthenelse{\equal{\word}{jewel}}{\textipa{dZ\'u at l}\ }{}%
+ \ifthenelse{\equal{\word}{jewelry}}{\textipa{dZ\'u at lri}\ }{}%
+ \ifthenelse{\equal{\word}{jewess}}{\textipa{dZ\'u:@s}\ }{}%
+ \ifthenelse{\equal{\word}{jewish}}{\textipa{dZ\'uIS}\ }{}%
+ \ifthenelse{\equal{\word}{jezebel}}{\textipa{dZ\'ez at bel}\ }{}%
+ \ifthenelse{\equal{\word}{jiffy}}{\textipa{dZ\'Ifi}\ }{}%
+ \ifthenelse{\equal{\word}{jiggle}}{\textipa{dZ\'Igl}\ }{}%
+ \ifthenelse{\equal{\word}{jigs}}{\textipa{dZIg}\ }{}%
+ \ifthenelse{\equal{\word}{jigsaw}}{\textipa{dZ\'Igs\`O:}\ }{}%
+ \ifthenelse{\equal{\word}{jilt}}{\textipa{dZIlt}\ }{}%
+ \ifthenelse{\equal{\word}{jimmy}}{\textipa{dZ\'Imi}\ }{}%
+ \ifthenelse{\equal{\word}{jingle}}{\textipa{dZ\'INgl}\ }{}%
+ \ifthenelse{\equal{\word}{jingo}}{\textipa{dZ\'INgoU}\ }{}%
+ \ifthenelse{\equal{\word}{jingoism}}{\textipa{dZ\'INgoU\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{jinks}}{\textipa{dZINk}\ }{}%
+ \ifthenelse{\equal{\word}{jinx}}{\textipa{dZINs}\ }{}%
+ \ifthenelse{\equal{\word}{jitter}}{\textipa{dZ\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{jittery}}{\textipa{dZ\'Itri}\ }{}%
+ \ifthenelse{\equal{\word}{jive}}{\textipa{dZaIv}\ }{}%
+ \ifthenelse{\equal{\word}{job}}{\textipa{dZAb}\ }{}%
+ \ifthenelse{\equal{\word}{jobless}}{\textipa{dZ\'Abl at s}\ }{}%
+ \ifthenelse{\equal{\word}{jock}}{\textipa{dZAk}\ }{}%
+ \ifthenelse{\equal{\word}{jockey}}{\textipa{dZ\'Aki}\ }{}%
+ \ifthenelse{\equal{\word}{jocular}}{\textipa{dZ\'Akj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{joey}}{\textipa{dZ\'oUi}\ }{}%
+ \ifthenelse{\equal{\word}{jog}}{\textipa{dZAg}\ }{}%
+ \ifthenelse{\equal{\word}{john}}{\textipa{dZAn}\ }{}%
+ \ifthenelse{\equal{\word}{join}}{\textipa{dZOIn}\ }{}%
+ \ifthenelse{\equal{\word}{joinery}}{\textipa{dZ\'OInri}\ }{}%
+ \ifthenelse{\equal{\word}{joint}}{\textipa{dZOInt}\ }{}%
+ \ifthenelse{\equal{\word}{joist}}{\textipa{dZOIst}\ }{}%
+ \ifthenelse{\equal{\word}{joke}}{\textipa{dZoUk}\ }{}%
+ \ifthenelse{\equal{\word}{joker}}{\textipa{dZ\'oUk at r}\ }{}%
+ \ifthenelse{\equal{\word}{jokey}}{\textipa{dZ\'oUki}\ }{}%
+ \ifthenelse{\equal{\word}{jokingly}}{\textipa{dZ\'oUkINli}\ }{}%
+ \ifthenelse{\equal{\word}{jollity}}{\textipa{dZ\'Al at ti}\ }{}%
+ \ifthenelse{\equal{\word}{jolly}}{\textipa{dZ\'Ali}\ }{}%
+ \ifthenelse{\equal{\word}{jolt}}{\textipa{dZoUlt}\ }{}%
+ \ifthenelse{\equal{\word}{jonah}}{\textipa{dZ\'oUn@}\ }{}%
+ \ifthenelse{\equal{\word}{jonathan}}{\textipa{dZ\'An at Tn}\ }{}%
+ \ifthenelse{\equal{\word}{joseph}}{\textipa{dZ\'oUz at f}\ }{}%
+ \ifthenelse{\equal{\word}{joshua}}{\textipa{dZ\'ASu@}\ }{}%
+ \ifthenelse{\equal{\word}{jostle}}{\textipa{dZ\'Asl}\ }{}%
+ \ifthenelse{\equal{\word}{jot}}{\textipa{dZAt}\ }{}%
+ \ifthenelse{\equal{\word}{joule}}{\textipa{dZu:l}\ }{}%
+ \ifthenelse{\equal{\word}{journal}}{\textipa{dZ\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{journalese}}{\textipa{dZ\`@:rnl\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{journalism}}{\textipa{dZ\'@:rn at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{journalist}}{\textipa{dZ\'@:rnlIst}\ }{}%
+ \ifthenelse{\equal{\word}{journalistic}}{\textipa{dZ\`@:rnl\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{journey}}{\textipa{dZ\'@:rni}\ }{}%
+ \ifthenelse{\equal{\word}{joust}}{\textipa{dZaUst}\ }{}%
+ \ifthenelse{\equal{\word}{jovial}}{\textipa{dZ\'oUvi at l}\ }{}%
+ \ifthenelse{\equal{\word}{joviality}}{\textipa{dZ\`oUvi\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{jowl}}{\textipa{dZaUl}\ }{}%
+ \ifthenelse{\equal{\word}{joy}}{\textipa{dZOI}\ }{}%
+ \ifthenelse{\equal{\word}{joyful}}{\textipa{dZ\'OIfl}\ }{}%
+ \ifthenelse{\equal{\word}{joyous}}{\textipa{dZ\'OI at s}\ }{}%
+ \ifthenelse{\equal{\word}{jubilant}}{\textipa{dZ\'u:bIl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{jubilation}}{\textipa{dZ\`u:bIl\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{jubilee}}{\textipa{dZ\'u:bIl\`\i:}\ }{}%
+ \ifthenelse{\equal{\word}{judaic}}{\textipa{dZud\'eIIk}\ }{}%
+ \ifthenelse{\equal{\word}{judaism}}{\textipa{dZ\'u:deI\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{judas}}{\textipa{dZ\'u:d at s}\ }{}%
+ \ifthenelse{\equal{\word}{judder}}{\textipa{dZ\'2d at r}\ }{}%
+ \ifthenelse{\equal{\word}{judge}}{\textipa{dZ2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{judgment}}{\textipa{dZ\'2dZm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{judgmental}}{\textipa{dZ\`2dZm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{judicature}}{\textipa{dZ\'u:dIkeItS at r}\ }{}%
+ \ifthenelse{\equal{\word}{judicial}}{\textipa{dZud\'ISl}\ }{}%
+ \ifthenelse{\equal{\word}{judiciary}}{\textipa{dZud\'ISi\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{judicious}}{\textipa{dZud\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{judo}}{\textipa{dZ\'u:doU}\ }{}%
+ \ifthenelse{\equal{\word}{jug}}{\textipa{dZ2g}\ }{}%
+ \ifthenelse{\equal{\word}{juggernaut}}{\textipa{dZ\'2g at rn\`O:t}\ }{}%
+ \ifthenelse{\equal{\word}{juggle}}{\textipa{dZ\'2gl}\ }{}%
+ \ifthenelse{\equal{\word}{juggler}}{\textipa{dZ\'2gl at r}\ }{}%
+ \ifthenelse{\equal{\word}{jugular}}{\textipa{dZ\'2gj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{juice}}{\textipa{dZu:s}\ }{}%
+ \ifthenelse{\equal{\word}{juicy}}{\textipa{dZ\'u:si}\ }{}%
+ \ifthenelse{\equal{\word}{jukebox}}{\textipa{dZ\'u:kb\`Aks}\ }{}%
+ \ifthenelse{\equal{\word}{julep}}{\textipa{dZ\'u:lIp}\ }{}%
+ \ifthenelse{\equal{\word}{july}}{\textipa{dZul\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{jumble}}{\textipa{dZ\'2mbl}\ }{}%
+ \ifthenelse{\equal{\word}{jumbo}}{\textipa{dZ\'2mboU}\ }{}%
+ \ifthenelse{\equal{\word}{jump}}{\textipa{dZ2mp}\ }{}%
+ \ifthenelse{\equal{\word}{jumpy}}{\textipa{dZ\'2mpi}\ }{}%
+ \ifthenelse{\equal{\word}{junction}}{\textipa{dZ\'2NSn}\ }{}%
+ \ifthenelse{\equal{\word}{juncture}}{\textipa{dZ\'2NtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{june}}{\textipa{dZu:n}\ }{}%
+ \ifthenelse{\equal{\word}{jungle}}{\textipa{dZ\'2Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{junior}}{\textipa{dZ\'u:nj at r}\ }{}%
+ \ifthenelse{\equal{\word}{juniper}}{\textipa{dZ\'u:nIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{junk}}{\textipa{dZ2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{junket}}{\textipa{dZ\'2Nk at t}\ }{}%
+ \ifthenelse{\equal{\word}{junkie}}{\textipa{dZ\'2Nki}\ }{}%
+ \ifthenelse{\equal{\word}{juno}}{\textipa{dZ\'u:noU}\ }{}%
+ \ifthenelse{\equal{\word}{junta}}{\textipa{h\'Unt@}\ }{}%
+ \ifthenelse{\equal{\word}{jupiter}}{\textipa{dZ\'u:p at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{jurassic}}{\textipa{dZur\'\ae sIk}\ }{}%
+ \ifthenelse{\equal{\word}{juridical}}{\textipa{dZur\'IdIkl}\ }{}%
+ \ifthenelse{\equal{\word}{jurisdiction}}{\textipa{dZ\`u at rIsd\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{jurisprudence}}{\textipa{dZ\`U at rIspr\'u:dns}\ }{}%
+ \ifthenelse{\equal{\word}{jurist}}{\textipa{dZ\'U at rIst}\ }{}%
+ \ifthenelse{\equal{\word}{juror}}{\textipa{dZ\'U at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{jury}}{\textipa{dZ\'U at ri}\ }{}%
+ \ifthenelse{\equal{\word}{jussive}}{\textipa{dZ\'2sIv}\ }{}%
+ \ifthenelse{\equal{\word}{just}}{\textipa{dZ at st}\ }{}%
+ \ifthenelse{\equal{\word}{justice}}{\textipa{dZ\'2stIs}\ }{}%
+ \ifthenelse{\equal{\word}{justifiable}}{\textipa{dZ\`2stIf\'a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{justification}}{\textipa{dZ\`2stIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{justified}}{\textipa{dZ\'2stIf\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{justify}}{\textipa{dZ\'2stIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{justly}}{\textipa{dZ\'2sli}\ }{}%
+ \ifthenelse{\equal{\word}{jut}}{\textipa{dZ2t}\ }{}%
+ \ifthenelse{\equal{\word}{jute}}{\textipa{dZu:t}\ }{}%
+ \ifthenelse{\equal{\word}{juvenile}}{\textipa{dZ\'u:v at n\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{juxtapose}}{\textipa{dZ\'2kst at p\`oUz}\ }{}%
+ \ifthenelse{\equal{\word}{juxtaposition}}{\textipa{dZ\`2kst at p@z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{kaiser}}{\textipa{k\'aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{kale}}{\textipa{keIl}\ }{}%
+ \ifthenelse{\equal{\word}{kaleidoscope}}{\textipa{k at l\'aId at sk\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{kaleidoscopic}}{\textipa{k at l\`aId at sk\'ApIk}\ }{}%
+ \ifthenelse{\equal{\word}{kamikaze}}{\textipa{k\`A:mIk\'A:zi}\ }{}%
+ \ifthenelse{\equal{\word}{kangaroo}}{\textipa{k\`\ae Ng at r\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{kaolin}}{\textipa{k\'eI at lIn}\ }{}%
+ \ifthenelse{\equal{\word}{karaoke}}{\textipa{k\`\ae ri\'oUki}\ }{}%
+ \ifthenelse{\equal{\word}{karate}}{\textipa{k at r\'A:ti}\ }{}%
+ \ifthenelse{\equal{\word}{karma}}{\textipa{k\'A:rm@}\ }{}%
+ \ifthenelse{\equal{\word}{karst}}{\textipa{kA:rst}\ }{}%
+ \ifthenelse{\equal{\word}{katydid}}{\textipa{k\'eItid\`Id}\ }{}%
+ \ifthenelse{\equal{\word}{kayak}}{\textipa{k\'aI\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{kebab}}{\textipa{kIb\'A:b}\ }{}%
+ \ifthenelse{\equal{\word}{kedgeree}}{\textipa{k\'edZ at r\`\i:}\ }{}%
+ \ifthenelse{\equal{\word}{keel}}{\textipa{ki:l}\ }{}%
+ \ifthenelse{\equal{\word}{keen}}{\textipa{ki:n}\ }{}%
+ \ifthenelse{\equal{\word}{keenly}}{\textipa{k\'\i:nli}\ }{}%
+ \ifthenelse{\equal{\word}{keep}}{\textipa{ki:p}\ }{}%
+ \ifthenelse{\equal{\word}{keeper}}{\textipa{k\'\i:p at r}\ }{}%
+ \ifthenelse{\equal{\word}{keg}}{\textipa{keg}\ }{}%
+ \ifthenelse{\equal{\word}{kelp}}{\textipa{kelp}\ }{}%
+ \ifthenelse{\equal{\word}{kelt}}{\textipa{kelt}\ }{}%
+ \ifthenelse{\equal{\word}{kelvin}}{\textipa{k\'elvIn}\ }{}%
+ \ifthenelse{\equal{\word}{ken}}{\textipa{ken}\ }{}%
+ \ifthenelse{\equal{\word}{kennedy}}{\textipa{k\'en at di}\ }{}%
+ \ifthenelse{\equal{\word}{kennel}}{\textipa{k\'enl}\ }{}%
+ \ifthenelse{\equal{\word}{kent}}{\textipa{kent}\ }{}%
+ \ifthenelse{\equal{\word}{kentucky}}{\textipa{k at nt\'2ki}\ }{}%
+ \ifthenelse{\equal{\word}{kenya}}{\textipa{k\'enj@}\ }{}%
+ \ifthenelse{\equal{\word}{kenyan}}{\textipa{k\'enj at n}\ }{}%
+ \ifthenelse{\equal{\word}{kept}}{\textipa{kept}\ }{}%
+ \ifthenelse{\equal{\word}{keratin}}{\textipa{k\'er at tn}\ }{}%
+ \ifthenelse{\equal{\word}{kerchief}}{\textipa{k\'@:rtSIf}\ }{}%
+ \ifthenelse{\equal{\word}{kernel}}{\textipa{k\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{kerosene}}{\textipa{k\'er at s\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{kestrel}}{\textipa{k\'estrl}\ }{}%
+ \ifthenelse{\equal{\word}{ketch}}{\textipa{ketS}\ }{}%
+ \ifthenelse{\equal{\word}{ketchup}}{\textipa{k\'etS at p}\ }{}%
+ \ifthenelse{\equal{\word}{kettle}}{\textipa{k\'etl}\ }{}%
+ \ifthenelse{\equal{\word}{key}}{\textipa{ki:}\ }{}%
+ \ifthenelse{\equal{\word}{keynote}}{\textipa{k\'\i:n\`oUt}\ }{}%
+ \ifthenelse{\equal{\word}{khaki}}{\textipa{k\'\ae ki}\ }{}%
+ \ifthenelse{\equal{\word}{kibbutz}}{\textipa{kIb\'Uts}\ }{}%
+ \ifthenelse{\equal{\word}{kick}}{\textipa{kIk}\ }{}%
+ \ifthenelse{\equal{\word}{kid}}{\textipa{kId}\ }{}%
+ \ifthenelse{\equal{\word}{kiddie}}{\textipa{k\'Idi}\ }{}%
+ \ifthenelse{\equal{\word}{kidnap}}{\textipa{k\'Idn\`\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{kidney}}{\textipa{k\'Idni}\ }{}%
+ \ifthenelse{\equal{\word}{kill}}{\textipa{kIl}\ }{}%
+ \ifthenelse{\equal{\word}{killer}}{\textipa{k\'Il at r}\ }{}%
+ \ifthenelse{\equal{\word}{killing}}{\textipa{k\'IlIN}\ }{}%
+ \ifthenelse{\equal{\word}{kiln}}{\textipa{kIln}\ }{}%
+ \ifthenelse{\equal{\word}{kilo}}{\textipa{k\'\i:loU}\ }{}%
+ \ifthenelse{\equal{\word}{kilometer}}{\textipa{k at l\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{kilt}}{\textipa{kIlt}\ }{}%
+ \ifthenelse{\equal{\word}{kilter}}{\textipa{k\'Ilt at r}\ }{}%
+ \ifthenelse{\equal{\word}{kimono}}{\textipa{kIm\'oUn@}\ }{}%
+ \ifthenelse{\equal{\word}{kin}}{\textipa{kIn}\ }{}%
+ \ifthenelse{\equal{\word}{kind}}{\textipa{kaInd}\ }{}%
+ \ifthenelse{\equal{\word}{kinder}}{\textipa{k\'aIn@}\ }{}%
+ \ifthenelse{\equal{\word}{kindergarten}}{\textipa{k\'Ind at rg\`A:rtn}\ }{}%
+ \ifthenelse{\equal{\word}{kindhearted}}{\textipa{k\`aInh\'A:rtId}\ }{}%
+ \ifthenelse{\equal{\word}{kindle}}{\textipa{k\'Indl}\ }{}%
+ \ifthenelse{\equal{\word}{kindliness}}{\textipa{k\'aIndlin at s}\ }{}%
+ \ifthenelse{\equal{\word}{kindling}}{\textipa{k\'IndlIN}\ }{}%
+ \ifthenelse{\equal{\word}{kindly}}{\textipa{k\'aIndli}\ }{}%
+ \ifthenelse{\equal{\word}{kindness}}{\textipa{k\'aInn at s}\ }{}%
+ \ifthenelse{\equal{\word}{kindred}}{\textipa{k\'Indr at d}\ }{}%
+ \ifthenelse{\equal{\word}{kinematics}}{\textipa{k\`InIm\'\ae tIks}\ }{}%
+ \ifthenelse{\equal{\word}{kinetic}}{\textipa{k at n\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{kinfolk}}{\textipa{k\'InfoUk}\ }{}%
+ \ifthenelse{\equal{\word}{king}}{\textipa{kIN}\ }{}%
+ \ifthenelse{\equal{\word}{kingdom}}{\textipa{k\'INd at m}\ }{}%
+ \ifthenelse{\equal{\word}{kingly}}{\textipa{k\'INli}\ }{}%
+ \ifthenelse{\equal{\word}{kink}}{\textipa{kINk}\ }{}%
+ \ifthenelse{\equal{\word}{kinked}}{\textipa{kINt}\ }{}%
+ \ifthenelse{\equal{\word}{kinky}}{\textipa{k\'INki}\ }{}%
+ \ifthenelse{\equal{\word}{kinsfolk}}{\textipa{k\'Inzf\`oUk}\ }{}%
+ \ifthenelse{\equal{\word}{kinship}}{\textipa{k\'InSip}\ }{}%
+ \ifthenelse{\equal{\word}{kinsman}}{\textipa{k\'Inzm at n}\ }{}%
+ \ifthenelse{\equal{\word}{kinswoman}}{\textipa{k\'Inzw\`Um at n}\ }{}%
+ \ifthenelse{\equal{\word}{kiosk}}{\textipa{k\'\i:Ask}\ }{}%
+ \ifthenelse{\equal{\word}{kipper}}{\textipa{k\'Ip at r}\ }{}%
+ \ifthenelse{\equal{\word}{kirk}}{\textipa{k@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{kismet}}{\textipa{k\'Izmet}\ }{}%
+ \ifthenelse{\equal{\word}{kiss}}{\textipa{kIs}\ }{}%
+ \ifthenelse{\equal{\word}{kit}}{\textipa{kIt}\ }{}%
+ \ifthenelse{\equal{\word}{kitchen}}{\textipa{k\'ItSn}\ }{}%
+ \ifthenelse{\equal{\word}{kitchenette}}{\textipa{k\`ItS at n\'et}\ }{}%
+ \ifthenelse{\equal{\word}{kite}}{\textipa{kaIt}\ }{}%
+ \ifthenelse{\equal{\word}{kith}}{\textipa{kIT}\ }{}%
+ \ifthenelse{\equal{\word}{kitsch}}{\textipa{kItS}\ }{}%
+ \ifthenelse{\equal{\word}{kitten}}{\textipa{k\'Itn}\ }{}%
+ \ifthenelse{\equal{\word}{kittenish}}{\textipa{k\'ItnIS}\ }{}%
+ \ifthenelse{\equal{\word}{kitty}}{\textipa{k\'Iti}\ }{}%
+ \ifthenelse{\equal{\word}{kiwi}}{\textipa{k\'\i:wi}\ }{}%
+ \ifthenelse{\equal{\word}{klaxon}}{\textipa{kl\'\ae ksn}\ }{}%
+ \ifthenelse{\equal{\word}{kleptomania}}{\textipa{kl\`ept at m\'eIni@}\ }{}%
+ \ifthenelse{\equal{\word}{kleptomaniac}}{\textipa{kl\`ept at m\'eIni\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{knack}}{\textipa{n\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{knapsack}}{\textipa{n\'\ae ps\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{knavery}}{\textipa{n\'eIvri}\ }{}%
+ \ifthenelse{\equal{\word}{knavish}}{\textipa{n\'eIvIS}\ }{}%
+ \ifthenelse{\equal{\word}{knee}}{\textipa{ni:}\ }{}%
+ \ifthenelse{\equal{\word}{kneel}}{\textipa{ni:l}\ }{}%
+ \ifthenelse{\equal{\word}{knell}}{\textipa{nel}\ }{}%
+ \ifthenelse{\equal{\word}{knelt}}{\textipa{nelt}\ }{}%
+ \ifthenelse{\equal{\word}{knesset}}{\textipa{kn\'eset}\ }{}%
+ \ifthenelse{\equal{\word}{knickers}}{\textipa{n\'Ik at rz}\ }{}%
+ \ifthenelse{\equal{\word}{knife}}{\textipa{naIf}\ }{}%
+ \ifthenelse{\equal{\word}{knitter}}{\textipa{n\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{knitting}}{\textipa{n\'ItIN}\ }{}%
+ \ifthenelse{\equal{\word}{knives}}{\textipa{naIvz}\ }{}%
+ \ifthenelse{\equal{\word}{knob}}{\textipa{nAb}\ }{}%
+ \ifthenelse{\equal{\word}{knobbly}}{\textipa{n\'Abli}\ }{}%
+ \ifthenelse{\equal{\word}{knock}}{\textipa{nAk}\ }{}%
+ \ifthenelse{\equal{\word}{knoll}}{\textipa{noUl}\ }{}%
+ \ifthenelse{\equal{\word}{knotty}}{\textipa{n\'Ati}\ }{}%
+ \ifthenelse{\equal{\word}{knowhow}}{\textipa{n\'oUh\`aU}\ }{}%
+ \ifthenelse{\equal{\word}{knowledge}}{\textipa{n\'AlIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{known}}{\textipa{noUn}\ }{}%
+ \ifthenelse{\equal{\word}{knuckle}}{\textipa{n\'2kl}\ }{}%
+ \ifthenelse{\equal{\word}{koala}}{\textipa{koU\'A:l@}\ }{}%
+ \ifthenelse{\equal{\word}{kookaburra}}{\textipa{k\'Uk at b\`@:r@}\ }{}%
+ \ifthenelse{\equal{\word}{koran}}{\textipa{k at r\'A:n}\ }{}%
+ \ifthenelse{\equal{\word}{korea}}{\textipa{k at r\'\i:@}\ }{}%
+ \ifthenelse{\equal{\word}{korean}}{\textipa{k at r\'\i:@n}\ }{}%
+ \ifthenelse{\equal{\word}{kosher}}{\textipa{k\'oUS at r}\ }{}%
+ \ifthenelse{\equal{\word}{kraal}}{\textipa{krA:l}\ }{}%
+ \ifthenelse{\equal{\word}{kremlin}}{\textipa{kr\'emlIn}\ }{}%
+ \ifthenelse{\equal{\word}{krill}}{\textipa{krIl}\ }{}%
+ \ifthenelse{\equal{\word}{krypton}}{\textipa{kr\'IptAn}\ }{}%
+ \ifthenelse{\equal{\word}{kungfu}}{\textipa{k\`2Nf\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{kuwait}}{\textipa{kuw\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{lab}}{\textipa{l\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{label}}{\textipa{l\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{labia}}{\textipa{l\'eIbi@}\ }{}%
+ \ifthenelse{\equal{\word}{labial}}{\textipa{l\'eIbi at l}\ }{}%
+ \ifthenelse{\equal{\word}{labium}}{\textipa{l\'eIbi at m}\ }{}%
+ \ifthenelse{\equal{\word}{laboratory}}{\textipa{l\'\ae br at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{laborious}}{\textipa{l at b\'O:ri at s}\ }{}%
+ \ifthenelse{\equal{\word}{labor}}{\textipa{l\'eIb at r}\ }{}%
+ \ifthenelse{\equal{\word}{laborer}}{\textipa{l\'eIbr at r}\ }{}%
+ \ifthenelse{\equal{\word}{laburnum}}{\textipa{l at b\'@:rn at m}\ }{}%
+ \ifthenelse{\equal{\word}{labyrinth}}{\textipa{l\'\ae b at r\`InT}\ }{}%
+ \ifthenelse{\equal{\word}{labyrinthine}}{\textipa{l\`\ae b at r\'InTn}\ }{}%
+ \ifthenelse{\equal{\word}{lace}}{\textipa{leIs}\ }{}%
+ \ifthenelse{\equal{\word}{lacerate}}{\textipa{l\'\ae s at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{lachrymal}}{\textipa{l\'\ae krIml}\ }{}%
+ \ifthenelse{\equal{\word}{lachrymose}}{\textipa{l\'\ae krIm\`oUs}\ }{}%
+ \ifthenelse{\equal{\word}{lack}}{\textipa{l\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{lackadaisical}}{\textipa{l\`\ae k at d\'eIzIkl}\ }{}%
+ \ifthenelse{\equal{\word}{lackey}}{\textipa{l\'\ae ki}\ }{}%
+ \ifthenelse{\equal{\word}{lacking}}{\textipa{l\'\ae kIN}\ }{}%
+ \ifthenelse{\equal{\word}{laconic}}{\textipa{l at k\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{lacquer}}{\textipa{l\'\ae k at r}\ }{}%
+ \ifthenelse{\equal{\word}{lacrosse}}{\textipa{l at kr\'O:s}\ }{}%
+ \ifthenelse{\equal{\word}{lacs}}{\textipa{lak}\ }{}%
+ \ifthenelse{\equal{\word}{lactate}}{\textipa{l\'\ae kteIt}\ }{}%
+ \ifthenelse{\equal{\word}{lactation}}{\textipa{l\ae kt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{lactic}}{\textipa{l\'\ae ktIk}\ }{}%
+ \ifthenelse{\equal{\word}{lactose}}{\textipa{l\'\ae ktoUs}\ }{}%
+ \ifthenelse{\equal{\word}{lacuna}}{\textipa{l at kj\'u:n@}\ }{}%
+ \ifthenelse{\equal{\word}{lacy}}{\textipa{l\'eIsi}\ }{}%
+ \ifthenelse{\equal{\word}{lad}}{\textipa{l\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{ladder}}{\textipa{l\'\ae d at r}\ }{}%
+ \ifthenelse{\equal{\word}{laddie}}{\textipa{l\'\ae di}\ }{}%
+ \ifthenelse{\equal{\word}{laden}}{\textipa{l\'eIdn}\ }{}%
+ \ifthenelse{\equal{\word}{lading}}{\textipa{l\'eIdIN}\ }{}%
+ \ifthenelse{\equal{\word}{ladle}}{\textipa{l\'eIdl}\ }{}%
+ \ifthenelse{\equal{\word}{lady}}{\textipa{l\'eIdi}\ }{}%
+ \ifthenelse{\equal{\word}{ladyship}}{\textipa{l\'eIdiS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{lag}}{\textipa{l\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{lager}}{\textipa{l\'A:g at r}\ }{}%
+ \ifthenelse{\equal{\word}{laggard}}{\textipa{l\'\ae g at rd}\ }{}%
+ \ifthenelse{\equal{\word}{lagoon}}{\textipa{l at g\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{laid}}{\textipa{leId}\ }{}%
+ \ifthenelse{\equal{\word}{lain}}{\textipa{leIn}\ }{}%
+ \ifthenelse{\equal{\word}{lair}}{\textipa{le at r}\ }{}%
+ \ifthenelse{\equal{\word}{laird}}{\textipa{le at rd}\ }{}%
+ \ifthenelse{\equal{\word}{laissezfaire}}{\textipa{l\`eIseIf\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{laity}}{\textipa{l\'eI at ti}\ }{}%
+ \ifthenelse{\equal{\word}{lake}}{\textipa{leIk}\ }{}%
+ \ifthenelse{\equal{\word}{lam}}{\textipa{l\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{lama}}{\textipa{l\'A:m@}\ }{}%
+ \ifthenelse{\equal{\word}{lambasted}}{\textipa{l\ae mb\'eIst}\ }{}%
+ \ifthenelse{\equal{\word}{lambda}}{\textipa{l\'\ae md@}\ }{}%
+ \ifthenelse{\equal{\word}{lame}}{\textipa{leIm}\ }{}%
+ \ifthenelse{\equal{\word}{lament}}{\textipa{l at m\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{lamentable}}{\textipa{l at m\'ent at bl}\ }{}%
+ \ifthenelse{\equal{\word}{lamentation}}{\textipa{l\`\ae m at nt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{lamented}}{\textipa{l at m\'entId}\ }{}%
+ \ifthenelse{\equal{\word}{laminar}}{\textipa{l\'\ae mIn at r}\ }{}%
+ \ifthenelse{\equal{\word}{laminate}}{\textipa{l\'\ae mIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{lamination}}{\textipa{l\`\ae mIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{lamp}}{\textipa{l\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{lampoon}}{\textipa{l\ae mp\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{lamprey}}{\textipa{l\'\ae mpri}\ }{}%
+ \ifthenelse{\equal{\word}{lance}}{\textipa{l\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{lancer}}{\textipa{l\'\ae ns at r}\ }{}%
+ \ifthenelse{\equal{\word}{lancet}}{\textipa{l\'\ae ns at t}\ }{}%
+ \ifthenelse{\equal{\word}{land}}{\textipa{l\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{landing}}{\textipa{l\'\ae ndIN}\ }{}%
+ \ifthenelse{\equal{\word}{landlady}}{\textipa{l\'\ae nl\`eIdi}\ }{}%
+ \ifthenelse{\equal{\word}{landlord}}{\textipa{l\'\ae nl\`O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{landmark}}{\textipa{l\'\ae nmA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{landscape}}{\textipa{l\'\ae nsk\`eIp}\ }{}%
+ \ifthenelse{\equal{\word}{landward}}{\textipa{l\'\ae ndw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{language}}{\textipa{l\'\ae NgwIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{languid}}{\textipa{l\'\ae NgwId}\ }{}%
+ \ifthenelse{\equal{\word}{languish}}{\textipa{l\'\ae NgwIS}\ }{}%
+ \ifthenelse{\equal{\word}{languor}}{\textipa{l\'\ae Ng at r}\ }{}%
+ \ifthenelse{\equal{\word}{languorous}}{\textipa{l\'\ae Ngr at s}\ }{}%
+ \ifthenelse{\equal{\word}{lank}}{\textipa{l\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{lanky}}{\textipa{l\'\ae Nki}\ }{}%
+ \ifthenelse{\equal{\word}{lanolin}}{\textipa{l\'\ae nlIn}\ }{}%
+ \ifthenelse{\equal{\word}{lantern}}{\textipa{l\'\ae nt at rn}\ }{}%
+ \ifthenelse{\equal{\word}{lanyard}}{\textipa{l\'\ae nj at rd}\ }{}%
+ \ifthenelse{\equal{\word}{laos}}{\textipa{l\'A:oUs}\ }{}%
+ \ifthenelse{\equal{\word}{lap}}{\textipa{l\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{lapel}}{\textipa{l at p\'el}\ }{}%
+ \ifthenelse{\equal{\word}{lapidary}}{\textipa{l\'\ae p at deri}\ }{}%
+ \ifthenelse{\equal{\word}{lapland}}{\textipa{l\'\ae pl\`\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{lapse}}{\textipa{l\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{larceny}}{\textipa{l\'A:rsni}\ }{}%
+ \ifthenelse{\equal{\word}{larch}}{\textipa{lA:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{lard}}{\textipa{lA:rd}\ }{}%
+ \ifthenelse{\equal{\word}{larder}}{\textipa{l\'A:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{large}}{\textipa{lA:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{largely}}{\textipa{l\'A:rdZli}\ }{}%
+ \ifthenelse{\equal{\word}{largish}}{\textipa{l\'A:rdZIS}\ }{}%
+ \ifthenelse{\equal{\word}{largo}}{\textipa{l\'A:rgoU}\ }{}%
+ \ifthenelse{\equal{\word}{lark}}{\textipa{lA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{larva}}{\textipa{l\'A:rv@}\ }{}%
+ \ifthenelse{\equal{\word}{larval}}{\textipa{l\'A:rvl}\ }{}%
+ \ifthenelse{\equal{\word}{laryngeal}}{\textipa{l at r\'InZl}\ }{}%
+ \ifthenelse{\equal{\word}{laryngitis}}{\textipa{l\`\ae rIndZ\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{larynx}}{\textipa{l\'\ae rINs}\ }{}%
+ \ifthenelse{\equal{\word}{lasagne}}{\textipa{l at z\'A:nj@}\ }{}%
+ \ifthenelse{\equal{\word}{lascivious}}{\textipa{l at s\'Ivi at s}\ }{}%
+ \ifthenelse{\equal{\word}{laser}}{\textipa{l\'eIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{lash}}{\textipa{l\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{lashed}}{\textipa{l\ae St}\ }{}%
+ \ifthenelse{\equal{\word}{lass}}{\textipa{l\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{lassie}}{\textipa{l\'\ae si}\ }{}%
+ \ifthenelse{\equal{\word}{lassitude}}{\textipa{l\'\ae sItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{lasso}}{\textipa{l\'\ae soU}\ }{}%
+ \ifthenelse{\equal{\word}{last}}{\textipa{l\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{lasting}}{\textipa{l\'\ae stIN}\ }{}%
+ \ifthenelse{\equal{\word}{lastly}}{\textipa{l\'\ae stli}\ }{}%
+ \ifthenelse{\equal{\word}{latch}}{\textipa{l\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{late}}{\textipa{leIt}\ }{}%
+ \ifthenelse{\equal{\word}{lately}}{\textipa{l\'eItli}\ }{}%
+ \ifthenelse{\equal{\word}{latency}}{\textipa{l\'eItnsi}\ }{}%
+ \ifthenelse{\equal{\word}{latent}}{\textipa{l\'eItnt}\ }{}%
+ \ifthenelse{\equal{\word}{later}}{\textipa{l\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{lateral}}{\textipa{l\'\ae trl}\ }{}%
+ \ifthenelse{\equal{\word}{latest}}{\textipa{l\'eItIst}\ }{}%
+ \ifthenelse{\equal{\word}{LaTeX}}{\textipa{l\`eIt\'Ek}\ }{}%
+ \ifthenelse{\equal{\word}{latex}}{\textipa{l\'eIteks}\ }{}%
+ \ifthenelse{\equal{\word}{lath}}{\textipa{l\ae T}\ }{}%
+ \ifthenelse{\equal{\word}{lathe}}{\textipa{leID}\ }{}%
+ \ifthenelse{\equal{\word}{lather}}{\textipa{l\'\ae D at r}\ }{}%
+ \ifthenelse{\equal{\word}{latin}}{\textipa{l\'\ae tn}\ }{}%
+ \ifthenelse{\equal{\word}{latino}}{\textipa{l\ae t\'\i:noU}\ }{}%
+ \ifthenelse{\equal{\word}{latitude}}{\textipa{l\'\ae t at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{latrine}}{\textipa{l at tr\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{latter}}{\textipa{l\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{lattice}}{\textipa{l\'\ae t at s}\ }{}%
+ \ifthenelse{\equal{\word}{latvia}}{\textipa{l\'\ae tvi@}\ }{}%
+ \ifthenelse{\equal{\word}{laud}}{\textipa{lO:d}\ }{}%
+ \ifthenelse{\equal{\word}{laudatory}}{\textipa{l\'O:d at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{laugh}}{\textipa{l\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{laughter}}{\textipa{l\'\ae ft at r}\ }{}%
+ \ifthenelse{\equal{\word}{launch}}{\textipa{lO:nS}\ }{}%
+ \ifthenelse{\equal{\word}{launder}}{\textipa{l\'O:nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{laundrette}}{\textipa{l\`O:ndr\'et}\ }{}%
+ \ifthenelse{\equal{\word}{laundry}}{\textipa{l\'O:ndri}\ }{}%
+ \ifthenelse{\equal{\word}{laureate}}{\textipa{l\'O:ri at t}\ }{}%
+ \ifthenelse{\equal{\word}{laurel}}{\textipa{l\'O:rl}\ }{}%
+ \ifthenelse{\equal{\word}{lava}}{\textipa{l\'A:v@}\ }{}%
+ \ifthenelse{\equal{\word}{lavatorial}}{\textipa{l\`\ae v at t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{lavatory}}{\textipa{l\'\ae v at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{lavender}}{\textipa{l\'\ae vnd at r}\ }{}%
+ \ifthenelse{\equal{\word}{lavish}}{\textipa{l\'\ae vIS}\ }{}%
+ \ifthenelse{\equal{\word}{law}}{\textipa{lO:}\ }{}%
+ \ifthenelse{\equal{\word}{lawful}}{\textipa{l\'O:fl}\ }{}%
+ \ifthenelse{\equal{\word}{lawn}}{\textipa{lO:n}\ }{}%
+ \ifthenelse{\equal{\word}{lawsuit}}{\textipa{l\'O:s\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{lawyer}}{\textipa{l\'OI at r}\ }{}%
+ \ifthenelse{\equal{\word}{lax}}{\textipa{l\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{laxative}}{\textipa{l\'\ae ks at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{lay}}{\textipa{leI}\ }{}%
+ \ifthenelse{\equal{\word}{layer}}{\textipa{l\'eI at r}\ }{}%
+ \ifthenelse{\equal{\word}{layering}}{\textipa{l\'eI at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{lazarus}}{\textipa{l\'\ae zr at s}\ }{}%
+ \ifthenelse{\equal{\word}{laze}}{\textipa{leIz}\ }{}%
+ \ifthenelse{\equal{\word}{lazily}}{\textipa{l\'eIzIli}\ }{}%
+ \ifthenelse{\equal{\word}{lazy}}{\textipa{l\'eIzi}\ }{}%
+ \ifthenelse{\equal{\word}{lea}}{\textipa{li:}\ }{}%
+ \ifthenelse{\equal{\word}{leach}}{\textipa{li:tS}\ }{}%
+ \ifthenelse{\equal{\word}{lead}}{\textipa{li:d}\ }{}%
+ \ifthenelse{\equal{\word}{leaded}}{\textipa{l\'edId}\ }{}%
+ \ifthenelse{\equal{\word}{leaden}}{\textipa{l\'edn}\ }{}%
+ \ifthenelse{\equal{\word}{leader}}{\textipa{l\'\i:d at r}\ }{}%
+ \ifthenelse{\equal{\word}{leadership}}{\textipa{l\'\i:d at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{leading}}{\textipa{l\'\i:dIN}\ }{}%
+ \ifthenelse{\equal{\word}{leaf}}{\textipa{li:f}\ }{}%
+ \ifthenelse{\equal{\word}{leafed}}{\textipa{li:ft}\ }{}%
+ \ifthenelse{\equal{\word}{leaflet}}{\textipa{l\'\i:fl at t}\ }{}%
+ \ifthenelse{\equal{\word}{leafy}}{\textipa{l\'\i:fi}\ }{}%
+ \ifthenelse{\equal{\word}{league}}{\textipa{li:g}\ }{}%
+ \ifthenelse{\equal{\word}{leak}}{\textipa{li:k}\ }{}%
+ \ifthenelse{\equal{\word}{leakage}}{\textipa{l\'\i:kIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{leaky}}{\textipa{l\'\i:ki}\ }{}%
+ \ifthenelse{\equal{\word}{lean}}{\textipa{li:n}\ }{}%
+ \ifthenelse{\equal{\word}{leap}}{\textipa{li:p}\ }{}%
+ \ifthenelse{\equal{\word}{leapt}}{\textipa{lept}\ }{}%
+ \ifthenelse{\equal{\word}{learn}}{\textipa{l@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{learned}}{\textipa{l\'@:rnId}\ }{}%
+ \ifthenelse{\equal{\word}{learner}}{\textipa{l\'@:rn at r}\ }{}%
+ \ifthenelse{\equal{\word}{learning}}{\textipa{l\'@:rnIN}\ }{}%
+ \ifthenelse{\equal{\word}{learned}}{\textipa{l@:rnt}\ }{}%
+ \ifthenelse{\equal{\word}{lease}}{\textipa{li:s}\ }{}%
+ \ifthenelse{\equal{\word}{leash}}{\textipa{li:S}\ }{}%
+ \ifthenelse{\equal{\word}{least}}{\textipa{li:st}\ }{}%
+ \ifthenelse{\equal{\word}{leather}}{\textipa{l\'eD at r}\ }{}%
+ \ifthenelse{\equal{\word}{leathery}}{\textipa{l\'eDri}\ }{}%
+ \ifthenelse{\equal{\word}{leave}}{\textipa{li:v}\ }{}%
+ \ifthenelse{\equal{\word}{leaven}}{\textipa{l\'evn}\ }{}%
+ \ifthenelse{\equal{\word}{leaves}}{\textipa{li:vz}\ }{}%
+ \ifthenelse{\equal{\word}{lebanon}}{\textipa{l\'eb@)n at n}\ }{}%
+ \ifthenelse{\equal{\word}{lecher}}{\textipa{l\'etS at r}\ }{}%
+ \ifthenelse{\equal{\word}{lecherous}}{\textipa{l\'etSr at s}\ }{}%
+ \ifthenelse{\equal{\word}{lechery}}{\textipa{l\'etSri}\ }{}%
+ \ifthenelse{\equal{\word}{lectern}}{\textipa{l\'ekt at rn}\ }{}%
+ \ifthenelse{\equal{\word}{lecture}}{\textipa{l\'ektS at r}\ }{}%
+ \ifthenelse{\equal{\word}{lecturer}}{\textipa{l\'ektSr at r}\ }{}%
+ \ifthenelse{\equal{\word}{lectureship}}{\textipa{l\'ektS at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{led}}{\textipa{led}\ }{}%
+ \ifthenelse{\equal{\word}{ledge}}{\textipa{ledZ}\ }{}%
+ \ifthenelse{\equal{\word}{ledger}}{\textipa{l\'edZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{leer}}{\textipa{lI at r}\ }{}%
+ \ifthenelse{\equal{\word}{leeward}}{\textipa{l\'\i:w at rd}\ }{}%
+ \ifthenelse{\equal{\word}{left}}{\textipa{left}\ }{}%
+ \ifthenelse{\equal{\word}{lefthanded}}{\textipa{l\`efth\'\ae ndId}\ }{}%
+ \ifthenelse{\equal{\word}{lefty}}{\textipa{l\'efti}\ }{}%
+ \ifthenelse{\equal{\word}{leg}}{\textipa{leg}\ }{}%
+ \ifthenelse{\equal{\word}{legacy}}{\textipa{l\'eg at si}\ }{}%
+ \ifthenelse{\equal{\word}{legal}}{\textipa{l\'\i:gl}\ }{}%
+ \ifthenelse{\equal{\word}{legalese}}{\textipa{l\`\i:g at l\'I:z}\ }{}%
+ \ifthenelse{\equal{\word}{legalize}}{\textipa{l\'\i:g at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{legalism}}{\textipa{l\'\i:g at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{legality}}{\textipa{lIg\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{legally}}{\textipa{l\'\i:gli}\ }{}%
+ \ifthenelse{\equal{\word}{legate}}{\textipa{l\'eg at t}\ }{}%
+ \ifthenelse{\equal{\word}{legatee}}{\textipa{l\`eg at t\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{legation}}{\textipa{lIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{legato}}{\textipa{lIg\'A:toU}\ }{}%
+ \ifthenelse{\equal{\word}{legend}}{\textipa{l\'edZnd}\ }{}%
+ \ifthenelse{\equal{\word}{legendary}}{\textipa{l\'edZnd\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{legerdemain}}{\textipa{l\`edZ at rd@m\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{legged}}{\textipa{l\'egId}\ }{}%
+ \ifthenelse{\equal{\word}{legging}}{\textipa{l\'egIN}\ }{}%
+ \ifthenelse{\equal{\word}{leggy}}{\textipa{l\'egi}\ }{}%
+ \ifthenelse{\equal{\word}{leghorn}}{\textipa{l\'eghO:rn}\ }{}%
+ \ifthenelse{\equal{\word}{legibility}}{\textipa{l\`edZ at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{legible}}{\textipa{l\'edZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{legion}}{\textipa{l\'\i:dZn}\ }{}%
+ \ifthenelse{\equal{\word}{legionary}}{\textipa{l\'\i:dZ at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{legionnaires}}{\textipa{l\`\i:dZ at n\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{legislate}}{\textipa{l\'edZIsl\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{legislation}}{\textipa{l\`edZIsl\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{legislative}}{\textipa{l\'edZ at sl\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{legislator}}{\textipa{l\'edZ at sl\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{legislature}}{\textipa{l\'edZ at sl\`eItS at r}\ }{}%
+ \ifthenelse{\equal{\word}{legitimacy}}{\textipa{lIdZ\'It at m@si}\ }{}%
+ \ifthenelse{\equal{\word}{legitimate}}{\textipa{lIdZ\'It at m@t}\ }{}%
+ \ifthenelse{\equal{\word}{legitimize}}{\textipa{lIdZ\'It at m\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{legume}}{\textipa{l\'egju:m}\ }{}%
+ \ifthenelse{\equal{\word}{leguminous}}{\textipa{lIgj\'u:mIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{leipzig}}{\textipa{l\'aIpsIg}\ }{}%
+ \ifthenelse{\equal{\word}{leisure}}{\textipa{l\'\i:Z at r}\ }{}%
+ \ifthenelse{\equal{\word}{leisurely}}{\textipa{l\'\i:Z at rli}\ }{}%
+ \ifthenelse{\equal{\word}{leitmotif}}{\textipa{l\'aItmoUt\`\i:f}\ }{}%
+ \ifthenelse{\equal{\word}{lemma}}{\textipa{l\'em@}\ }{}%
+ \ifthenelse{\equal{\word}{lemming}}{\textipa{l\'emIN}\ }{}%
+ \ifthenelse{\equal{\word}{lemon}}{\textipa{l\'em at n}\ }{}%
+ \ifthenelse{\equal{\word}{lemonade}}{\textipa{l\`em at n\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{lemur}}{\textipa{l\'\i:m at r}\ }{}%
+ \ifthenelse{\equal{\word}{lend}}{\textipa{lend}\ }{}%
+ \ifthenelse{\equal{\word}{length}}{\textipa{leNT}\ }{}%
+ \ifthenelse{\equal{\word}{lengthen}}{\textipa{l\'eNTn}\ }{}%
+ \ifthenelse{\equal{\word}{lengthways}}{\textipa{l\'eNTw\`eIz}\ }{}%
+ \ifthenelse{\equal{\word}{lengthy}}{\textipa{l\'eNTi}\ }{}%
+ \ifthenelse{\equal{\word}{leniency}}{\textipa{l\'\i:ni at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{lenient}}{\textipa{l\'\i:ni at nt}\ }{}%
+ \ifthenelse{\equal{\word}{lenin}}{\textipa{l\'enIn}\ }{}%
+ \ifthenelse{\equal{\word}{lens}}{\textipa{lenz}\ }{}%
+ \ifthenelse{\equal{\word}{lent}}{\textipa{lent}\ }{}%
+ \ifthenelse{\equal{\word}{lentil}}{\textipa{l\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{lento}}{\textipa{l\'entoU}\ }{}%
+ \ifthenelse{\equal{\word}{leopard}}{\textipa{l\'ep at rd}\ }{}%
+ \ifthenelse{\equal{\word}{leotard}}{\textipa{l\'\i at t\`A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{leper}}{\textipa{l\'ep at r}\ }{}%
+ \ifthenelse{\equal{\word}{leprechaun}}{\textipa{l\'epr at k\`O:n}\ }{}%
+ \ifthenelse{\equal{\word}{leprosy}}{\textipa{l\'epr at si}\ }{}%
+ \ifthenelse{\equal{\word}{lepton}}{\textipa{l\'eptAn}\ }{}%
+ \ifthenelse{\equal{\word}{lesbian}}{\textipa{l\'ezbi at n}\ }{}%
+ \ifthenelse{\equal{\word}{lesion}}{\textipa{l\'\i:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{lesotho}}{\textipa{l at s\'u:tu:}\ }{}%
+ \ifthenelse{\equal{\word}{less}}{\textipa{les}\ }{}%
+ \ifthenelse{\equal{\word}{lessee}}{\textipa{les\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{lessen}}{\textipa{l\'esn}\ }{}%
+ \ifthenelse{\equal{\word}{lesser}}{\textipa{l\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{lessor}}{\textipa{les\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{lest}}{\textipa{lest}\ }{}%
+ \ifthenelse{\equal{\word}{let}}{\textipa{let}\ }{}%
+ \ifthenelse{\equal{\word}{lethal}}{\textipa{l\'\i:Tl}\ }{}%
+ \ifthenelse{\equal{\word}{lethargic}}{\textipa{l at T\'A:rdZIk}\ }{}%
+ \ifthenelse{\equal{\word}{lethargy}}{\textipa{l\'eT at rdZi}\ }{}%
+ \ifthenelse{\equal{\word}{lets}}{\textipa{lets}\ }{}%
+ \ifthenelse{\equal{\word}{letter}}{\textipa{l\'et at r}\ }{}%
+ \ifthenelse{\equal{\word}{lettuce}}{\textipa{l\'et at s}\ }{}%
+ \ifthenelse{\equal{\word}{leukemia}}{\textipa{luk\'\i:mi@}\ }{}%
+ \ifthenelse{\equal{\word}{level}}{\textipa{l\'evl}\ }{}%
+ \ifthenelse{\equal{\word}{levelly}}{\textipa{l\'evli}\ }{}%
+ \ifthenelse{\equal{\word}{lever}}{\textipa{l\'ev at r}\ }{}%
+ \ifthenelse{\equal{\word}{leverage}}{\textipa{l\'evrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{levi}}{\textipa{l\'\i:vaI}\ }{}%
+ \ifthenelse{\equal{\word}{leviathan}}{\textipa{l at v\'a at Tn}\ }{}%
+ \ifthenelse{\equal{\word}{levitate}}{\textipa{l\'evIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{levity}}{\textipa{l\'ev at ti}\ }{}%
+ \ifthenelse{\equal{\word}{levy}}{\textipa{l\'evi}\ }{}%
+ \ifthenelse{\equal{\word}{lewd}}{\textipa{lu:d}\ }{}%
+ \ifthenelse{\equal{\word}{lexeme}}{\textipa{l\'eksi:m}\ }{}%
+ \ifthenelse{\equal{\word}{lexical}}{\textipa{l\'eksIkl}\ }{}%
+ \ifthenelse{\equal{\word}{lexicographer}}{\textipa{l\`eksIk\'Agr at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{lexicography}}{\textipa{l\`eksIk\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{lexicon}}{\textipa{l\'eks at k\`An}\ }{}%
+ \ifthenelse{\equal{\word}{liability}}{\textipa{l\`a at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{liable}}{\textipa{l\'a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{liaise}}{\textipa{li\'eIz}\ }{}%
+ \ifthenelse{\equal{\word}{liaison}}{\textipa{l\'\i:@z\`An}\ }{}%
+ \ifthenelse{\equal{\word}{liar}}{\textipa{l\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{libation}}{\textipa{laIb\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{libel}}{\textipa{l\'aIbl}\ }{}%
+ \ifthenelse{\equal{\word}{libelous}}{\textipa{l\'aIbl at s}\ }{}%
+ \ifthenelse{\equal{\word}{liberal}}{\textipa{l\'Ibrl}\ }{}%
+ \ifthenelse{\equal{\word}{liberalize}}{\textipa{l\'Ibr at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{liberality}}{\textipa{l\`Ib at r\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{liberate}}{\textipa{l\'Ib at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{liberator}}{\textipa{l\'Ib at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{liberia}}{\textipa{laIb\'\i at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{libertarian}}{\textipa{l\`Ib at rt\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{libertine}}{\textipa{l\'Ib at rt\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{liberty}}{\textipa{l\'Ib at rti}\ }{}%
+ \ifthenelse{\equal{\word}{libidinous}}{\textipa{lIb\'Idn at s}\ }{}%
+ \ifthenelse{\equal{\word}{libido}}{\textipa{lIb\'\i:doU}\ }{}%
+ \ifthenelse{\equal{\word}{librarian}}{\textipa{laIbr\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{library}}{\textipa{l\'aIbr\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{libretti}}{\textipa{lIbr\'etoU}\ }{}%
+ \ifthenelse{\equal{\word}{librettist}}{\textipa{lIbr\'et at st}\ }{}%
+ \ifthenelse{\equal{\word}{libya}}{\textipa{l\'Ibi@}\ }{}%
+ \ifthenelse{\equal{\word}{libyan}}{\textipa{l\'Ibi at n}\ }{}%
+ \ifthenelse{\equal{\word}{lice}}{\textipa{laIs}\ }{}%
+ \ifthenelse{\equal{\word}{license}}{\textipa{l\'aIsns}\ }{}%
+ \ifthenelse{\equal{\word}{licensed}}{\textipa{l\'aIsnst}\ }{}%
+ \ifthenelse{\equal{\word}{licensee}}{\textipa{l\`aIsns\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{licentiate}}{\textipa{laIs\'enSi at t}\ }{}%
+ \ifthenelse{\equal{\word}{licentious}}{\textipa{laIs\'enS at s}\ }{}%
+ \ifthenelse{\equal{\word}{lichi}}{\textipa{l\'\i:tSi}\ }{}%
+ \ifthenelse{\equal{\word}{lick}}{\textipa{lIk}\ }{}%
+ \ifthenelse{\equal{\word}{licorice}}{\textipa{l\'IkrIs}\ }{}%
+ \ifthenelse{\equal{\word}{lid}}{\textipa{lId}\ }{}%
+ \ifthenelse{\equal{\word}{lidded}}{\textipa{l\'IdId}\ }{}%
+ \ifthenelse{\equal{\word}{lido}}{\textipa{l\'\i:doU}\ }{}%
+ \ifthenelse{\equal{\word}{lie}}{\textipa{laI}\ }{}%
+ \ifthenelse{\equal{\word}{lien}}{\textipa{l\'\i at n}\ }{}%
+ \ifthenelse{\equal{\word}{lieutenant}}{\textipa{lu:t\'en at nt}\ }{}%
+ \ifthenelse{\equal{\word}{life}}{\textipa{laIf}\ }{}%
+ \ifthenelse{\equal{\word}{lifeless}}{\textipa{l\'aIfl at s}\ }{}%
+ \ifthenelse{\equal{\word}{lifelong}}{\textipa{l\'aIfl\`O:N}\ }{}%
+ \ifthenelse{\equal{\word}{lifetime}}{\textipa{l\'aIft\`aIm}\ }{}%
+ \ifthenelse{\equal{\word}{lift}}{\textipa{lIft}\ }{}%
+ \ifthenelse{\equal{\word}{ligament}}{\textipa{l\'Ig at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{ligature}}{\textipa{l\'Ig at tSU@r}\ }{}%
+ \ifthenelse{\equal{\word}{light}}{\textipa{laIt}\ }{}%
+ \ifthenelse{\equal{\word}{lighten}}{\textipa{l\'aItn}\ }{}%
+ \ifthenelse{\equal{\word}{lighthouse}}{\textipa{l\'aIth\`aUs}\ }{}%
+ \ifthenelse{\equal{\word}{lighting}}{\textipa{l\'aItIN}\ }{}%
+ \ifthenelse{\equal{\word}{lightly}}{\textipa{l\'aItli}\ }{}%
+ \ifthenelse{\equal{\word}{lightning}}{\textipa{l\'aItnIN}\ }{}%
+ \ifthenelse{\equal{\word}{lightweight}}{\textipa{l\'aItw\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{lignite}}{\textipa{l\'IgnaIt}\ }{}%
+ \ifthenelse{\equal{\word}{likable}}{\textipa{l\'aIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{like}}{\textipa{laIk}\ }{}%
+ \ifthenelse{\equal{\word}{likelihood}}{\textipa{l\'aIklih\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{likely}}{\textipa{l\'aIkli}\ }{}%
+ \ifthenelse{\equal{\word}{liken}}{\textipa{l\'aIkn}\ }{}%
+ \ifthenelse{\equal{\word}{likeness}}{\textipa{l\'aIkn at s}\ }{}%
+ \ifthenelse{\equal{\word}{likewise}}{\textipa{l\'aIkw\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{liking}}{\textipa{l\'aIkIN}\ }{}%
+ \ifthenelse{\equal{\word}{lilac}}{\textipa{l\'aIl at k}\ }{}%
+ \ifthenelse{\equal{\word}{lilliput}}{\textipa{l\'IlIp\`2t}\ }{}%
+ \ifthenelse{\equal{\word}{lilliputian}}{\textipa{l\`IlIpj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{lilt}}{\textipa{lIlt}\ }{}%
+ \ifthenelse{\equal{\word}{lily}}{\textipa{l\'Ili}\ }{}%
+ \ifthenelse{\equal{\word}{lima}}{\textipa{l\'\i:m@}\ }{}%
+ \ifthenelse{\equal{\word}{limb}}{\textipa{lIm}\ }{}%
+ \ifthenelse{\equal{\word}{limber}}{\textipa{l\'Imb at r}\ }{}%
+ \ifthenelse{\equal{\word}{limbo}}{\textipa{l\'ImboU}\ }{}%
+ \ifthenelse{\equal{\word}{lime}}{\textipa{laIm}\ }{}%
+ \ifthenelse{\equal{\word}{limerick}}{\textipa{l\'ImrIk}\ }{}%
+ \ifthenelse{\equal{\word}{limit}}{\textipa{l\'Im at t}\ }{}%
+ \ifthenelse{\equal{\word}{limitation}}{\textipa{l\`ImIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{limited}}{\textipa{l\'ImItId}\ }{}%
+ \ifthenelse{\equal{\word}{limo}}{\textipa{l\'ImoU}\ }{}%
+ \ifthenelse{\equal{\word}{limousine}}{\textipa{l\'Im at z\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{limp}}{\textipa{lImp}\ }{}%
+ \ifthenelse{\equal{\word}{limpet}}{\textipa{l\'ImpIt}\ }{}%
+ \ifthenelse{\equal{\word}{limpid}}{\textipa{l\'ImpId}\ }{}%
+ \ifthenelse{\equal{\word}{linage}}{\textipa{l\'aInIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{lincoln}}{\textipa{l\'INkn}\ }{}%
+ \ifthenelse{\equal{\word}{linden}}{\textipa{l\'Ind at n}\ }{}%
+ \ifthenelse{\equal{\word}{line}}{\textipa{laIn}\ }{}%
+ \ifthenelse{\equal{\word}{lineage}}{\textipa{l\'IniIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{lineally}}{\textipa{l\'Ini at l}\ }{}%
+ \ifthenelse{\equal{\word}{lineaments}}{\textipa{l\'Ini at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{linear}}{\textipa{l\'Ini at r}\ }{}%
+ \ifthenelse{\equal{\word}{lined}}{\textipa{laInd}\ }{}%
+ \ifthenelse{\equal{\word}{linen}}{\textipa{l\'InIn}\ }{}%
+ \ifthenelse{\equal{\word}{liner}}{\textipa{l\'aIn at r}\ }{}%
+ \ifthenelse{\equal{\word}{linger}}{\textipa{l\'INg at r}\ }{}%
+ \ifthenelse{\equal{\word}{lingerie}}{\textipa{l\`A:nZ at r\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{lingering}}{\textipa{l\'INgrIN}\ }{}%
+ \ifthenelse{\equal{\word}{lingual}}{\textipa{l\'INgwl}\ }{}%
+ \ifthenelse{\equal{\word}{linguist}}{\textipa{l\'INgwIst}\ }{}%
+ \ifthenelse{\equal{\word}{linguistic}}{\textipa{lINgw\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{linguistics}}{\textipa{lINgw\'IstIks}\ }{}%
+ \ifthenelse{\equal{\word}{liniment}}{\textipa{l\'In at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{lining}}{\textipa{l\'aInIN}\ }{}%
+ \ifthenelse{\equal{\word}{link}}{\textipa{lINk}\ }{}%
+ \ifthenelse{\equal{\word}{linkage}}{\textipa{l\'INkIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{links}}{\textipa{lINks}\ }{}%
+ \ifthenelse{\equal{\word}{linnet}}{\textipa{l\'InIt}\ }{}%
+ \ifthenelse{\equal{\word}{lino}}{\textipa{l\'aInoU}\ }{}%
+ \ifthenelse{\equal{\word}{linoleum}}{\textipa{lIn\'oUli at m}\ }{}%
+ \ifthenelse{\equal{\word}{linseed}}{\textipa{l\'Ins\`\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{lint}}{\textipa{lInt}\ }{}%
+ \ifthenelse{\equal{\word}{lintel}}{\textipa{l\'Intl}\ }{}%
+ \ifthenelse{\equal{\word}{lion}}{\textipa{l\'a at n}\ }{}%
+ \ifthenelse{\equal{\word}{lioness}}{\textipa{l\'a at n@s}\ }{}%
+ \ifthenelse{\equal{\word}{lionize}}{\textipa{l\'a at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{lip}}{\textipa{lIp}\ }{}%
+ \ifthenelse{\equal{\word}{lipase}}{\textipa{l\'aIpeIs}\ }{}%
+ \ifthenelse{\equal{\word}{lipid}}{\textipa{l\'IpId}\ }{}%
+ \ifthenelse{\equal{\word}{lipped}}{\textipa{lIpt}\ }{}%
+ \ifthenelse{\equal{\word}{lipstick}}{\textipa{l\'Ipst\`Ik}\ }{}%
+ \ifthenelse{\equal{\word}{liquefaction}}{\textipa{l\`IkwIf\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{liquefy}}{\textipa{l\'IkwIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{liqueur}}{\textipa{lIk\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{liquid}}{\textipa{l\'IkwId}\ }{}%
+ \ifthenelse{\equal{\word}{liquidate}}{\textipa{l\'IkwId\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{liquidator}}{\textipa{l\'IkwId\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{liquidize}}{\textipa{l\'IkwId\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{liquidity}}{\textipa{lIkw\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{liquor}}{\textipa{l\'Ik at r}\ }{}%
+ \ifthenelse{\equal{\word}{liquorice}}{\textipa{l\'IkrIS}\ }{}%
+ \ifthenelse{\equal{\word}{lira}}{\textipa{l\'I at r@}\ }{}%
+ \ifthenelse{\equal{\word}{lisbon}}{\textipa{l\'Izb at n}\ }{}%
+ \ifthenelse{\equal{\word}{lisp}}{\textipa{lIsp}\ }{}%
+ \ifthenelse{\equal{\word}{lissom}}{\textipa{l\'Ism}\ }{}%
+ \ifthenelse{\equal{\word}{list}}{\textipa{lIst}\ }{}%
+ \ifthenelse{\equal{\word}{listen}}{\textipa{l\'Isn}\ }{}%
+ \ifthenelse{\equal{\word}{listener}}{\textipa{l\'Isn at r}\ }{}%
+ \ifthenelse{\equal{\word}{listeria}}{\textipa{lIst\'\i at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{listless}}{\textipa{l\'Isl at s}\ }{}%
+ \ifthenelse{\equal{\word}{lists}}{\textipa{lIsts}\ }{}%
+ \ifthenelse{\equal{\word}{lit}}{\textipa{lIt}\ }{}%
+ \ifthenelse{\equal{\word}{litany}}{\textipa{l\'Itni}\ }{}%
+ \ifthenelse{\equal{\word}{literacy}}{\textipa{l\'Itr at si}\ }{}%
+ \ifthenelse{\equal{\word}{literal}}{\textipa{l\'Itrl}\ }{}%
+ \ifthenelse{\equal{\word}{literally}}{\textipa{l\'Itrli}\ }{}%
+ \ifthenelse{\equal{\word}{literary}}{\textipa{l\'It at r\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{literate}}{\textipa{l\'Itr at t}\ }{}%
+ \ifthenelse{\equal{\word}{literati}}{\textipa{l\`It at r\'A:ti}\ }{}%
+ \ifthenelse{\equal{\word}{literature}}{\textipa{l\'Itr at tS@r}\ }{}%
+ \ifthenelse{\equal{\word}{lithe}}{\textipa{laID}\ }{}%
+ \ifthenelse{\equal{\word}{lithium}}{\textipa{l\'ITi at m}\ }{}%
+ \ifthenelse{\equal{\word}{lithograph}}{\textipa{l\'IT at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{lithographic}}{\textipa{l\`IT at gr\'\ae fIk}\ }{}%
+ \ifthenelse{\equal{\word}{lithography}}{\textipa{lIT\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{lithology}}{\textipa{lIT\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{lithosphere}}{\textipa{l\'IT at sf\`I at r}\ }{}%
+ \ifthenelse{\equal{\word}{litigant}}{\textipa{l\'ItIgnt}\ }{}%
+ \ifthenelse{\equal{\word}{litigate}}{\textipa{l\'It at g\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{litigation}}{\textipa{l\`ItIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{litigious}}{\textipa{lIt\'IdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{litmus}}{\textipa{l\'Itm at s}\ }{}%
+ \ifthenelse{\equal{\word}{litotes}}{\textipa{l\'aIt at t\`\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{liter}}{\textipa{l\'\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{litter}}{\textipa{l\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{little}}{\textipa{l\'Itl}\ }{}%
+ \ifthenelse{\equal{\word}{liturgical}}{\textipa{lIt\'@:rdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{liturgy}}{\textipa{l\'It at rdZi}\ }{}%
+ \ifthenelse{\equal{\word}{livable}}{\textipa{l\'Iv at bl}\ }{}%
+ \ifthenelse{\equal{\word}{live}}{\textipa{lIv}\ }{}%
+ \ifthenelse{\equal{\word}{lived}}{\textipa{laIvd}\ }{}%
+ \ifthenelse{\equal{\word}{livelihood}}{\textipa{l\'aIvlih\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{liveliness}}{\textipa{l\'aIvlin at s}\ }{}%
+ \ifthenelse{\equal{\word}{lively}}{\textipa{l\'aIvli}\ }{}%
+ \ifthenelse{\equal{\word}{liven}}{\textipa{l\'aIvn}\ }{}%
+ \ifthenelse{\equal{\word}{liver}}{\textipa{l\'Iv at r}\ }{}%
+ \ifthenelse{\equal{\word}{liveried}}{\textipa{l\'Ivrid}\ }{}%
+ \ifthenelse{\equal{\word}{liverish}}{\textipa{l\'IvrIS}\ }{}%
+ \ifthenelse{\equal{\word}{livery}}{\textipa{l\'Ivri}\ }{}%
+ \ifthenelse{\equal{\word}{lives}}{\textipa{laIvz}\ }{}%
+ \ifthenelse{\equal{\word}{livestock}}{\textipa{l\'aIvst\`Ak}\ }{}%
+ \ifthenelse{\equal{\word}{livid}}{\textipa{l\'IvId}\ }{}%
+ \ifthenelse{\equal{\word}{living}}{\textipa{l\'IvIN}\ }{}%
+ \ifthenelse{\equal{\word}{lizard}}{\textipa{l\'Iz at rd}\ }{}%
+ \ifthenelse{\equal{\word}{load}}{\textipa{loUd}\ }{}%
+ \ifthenelse{\equal{\word}{loaf}}{\textipa{loUf}\ }{}%
+ \ifthenelse{\equal{\word}{loafer}}{\textipa{l\'oUf at r}\ }{}%
+ \ifthenelse{\equal{\word}{loam}}{\textipa{loUm}\ }{}%
+ \ifthenelse{\equal{\word}{loan}}{\textipa{loUn}\ }{}%
+ \ifthenelse{\equal{\word}{loathe}}{\textipa{loUD}\ }{}%
+ \ifthenelse{\equal{\word}{loathing}}{\textipa{l\'oUDIN}\ }{}%
+ \ifthenelse{\equal{\word}{loathsome}}{\textipa{l\'oUDsm}\ }{}%
+ \ifthenelse{\equal{\word}{loaves}}{\textipa{loUvz}\ }{}%
+ \ifthenelse{\equal{\word}{lob}}{\textipa{lAb}\ }{}%
+ \ifthenelse{\equal{\word}{lobby}}{\textipa{l\'Abi}\ }{}%
+ \ifthenelse{\equal{\word}{lobbyist}}{\textipa{l\'AbiIst}\ }{}%
+ \ifthenelse{\equal{\word}{lobe}}{\textipa{loUb}\ }{}%
+ \ifthenelse{\equal{\word}{lobelia}}{\textipa{loUb\'\i:li@}\ }{}%
+ \ifthenelse{\equal{\word}{lobotomy}}{\textipa{loUb\'At at mi}\ }{}%
+ \ifthenelse{\equal{\word}{lobster}}{\textipa{l\'Abst at r}\ }{}%
+ \ifthenelse{\equal{\word}{local}}{\textipa{l\'oUkl}\ }{}%
+ \ifthenelse{\equal{\word}{locale}}{\textipa{loUk\'\ae l}\ }{}%
+ \ifthenelse{\equal{\word}{localize}}{\textipa{l\'oUk at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{locality}}{\textipa{loUk\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{locate}}{\textipa{l\'oUkeIt}\ }{}%
+ \ifthenelse{\equal{\word}{location}}{\textipa{loUk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{locative}}{\textipa{l\'Ak at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{locator}}{\textipa{louk\'eit at r}\ }{}%
+ \ifthenelse{\equal{\word}{loch}}{\textipa{lAk}\ }{}%
+ \ifthenelse{\equal{\word}{loci}}{\textipa{l\'oUsaI}\ }{}%
+ \ifthenelse{\equal{\word}{lockage}}{\textipa{l\'AkIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{locker}}{\textipa{l\'Ak at r}\ }{}%
+ \ifthenelse{\equal{\word}{locket}}{\textipa{l\'AkIt}\ }{}%
+ \ifthenelse{\equal{\word}{loco}}{\textipa{l\'oUkoU}\ }{}%
+ \ifthenelse{\equal{\word}{locomotion}}{\textipa{l\`oUk at m\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{locomotive}}{\textipa{l\`oUk at m\'oUtIv}\ }{}%
+ \ifthenelse{\equal{\word}{locus}}{\textipa{l\'oUk at s}\ }{}%
+ \ifthenelse{\equal{\word}{locust}}{\textipa{l\'oUk at st}\ }{}%
+ \ifthenelse{\equal{\word}{lodge}}{\textipa{lAdZ}\ }{}%
+ \ifthenelse{\equal{\word}{lodger}}{\textipa{l\'AdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{lodging}}{\textipa{l\'AdZIN}\ }{}%
+ \ifthenelse{\equal{\word}{loft}}{\textipa{lO:ft}\ }{}%
+ \ifthenelse{\equal{\word}{lofty}}{\textipa{l\'O:fti}\ }{}%
+ \ifthenelse{\equal{\word}{log}}{\textipa{lO:g}\ }{}%
+ \ifthenelse{\equal{\word}{loganberry}}{\textipa{l\'oUgnb\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{logarithm}}{\textipa{l\'O:g at r\`IDm}\ }{}%
+ \ifthenelse{\equal{\word}{logarithmic}}{\textipa{l\`O:g at r\'IDmIk}\ }{}%
+ \ifthenelse{\equal{\word}{logger}}{\textipa{l\'O:g at r}\ }{}%
+ \ifthenelse{\equal{\word}{logic}}{\textipa{l\'AdZIk}\ }{}%
+ \ifthenelse{\equal{\word}{logical}}{\textipa{l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{logicality}}{\textipa{l\`AdZ at k\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{logician}}{\textipa{loUdZ\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{logistic}}{\textipa{loUdZ\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{logo}}{\textipa{l\'oUgoU}\ }{}%
+ \ifthenelse{\equal{\word}{logos}}{\textipa{l\'oUgAs}\ }{}%
+ \ifthenelse{\equal{\word}{loin}}{\textipa{lOIn}\ }{}%
+ \ifthenelse{\equal{\word}{loire}}{\textipa{lwA:r}\ }{}%
+ \ifthenelse{\equal{\word}{loiter}}{\textipa{l\'OIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{loll}}{\textipa{lAl}\ }{}%
+ \ifthenelse{\equal{\word}{lollipop}}{\textipa{l\'Alip\`Ap}\ }{}%
+ \ifthenelse{\equal{\word}{lolly}}{\textipa{l\'Ali}\ }{}%
+ \ifthenelse{\equal{\word}{london}}{\textipa{l\'2nd at n}\ }{}%
+ \ifthenelse{\equal{\word}{loneliness}}{\textipa{l\'oUnlin at s}\ }{}%
+ \ifthenelse{\equal{\word}{lonely}}{\textipa{l\'oUnli}\ }{}%
+ \ifthenelse{\equal{\word}{loner}}{\textipa{l\'oUn at r}\ }{}%
+ \ifthenelse{\equal{\word}{lonesome}}{\textipa{l\'oUnsm}\ }{}%
+ \ifthenelse{\equal{\word}{long}}{\textipa{lO:N}\ }{}%
+ \ifthenelse{\equal{\word}{longevity}}{\textipa{lAndZ\'ev at ti}\ }{}%
+ \ifthenelse{\equal{\word}{longing}}{\textipa{l\'O:NIN}\ }{}%
+ \ifthenelse{\equal{\word}{longish}}{\textipa{l\'O:NIS}\ }{}%
+ \ifthenelse{\equal{\word}{longitude}}{\textipa{l\'AnZ at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{longitudinal}}{\textipa{l\`AnZ at tj\'u:dnl}\ }{}%
+ \ifthenelse{\equal{\word}{longwinded}}{\textipa{l\`O:Nw\'IndId}\ }{}%
+ \ifthenelse{\equal{\word}{loo}}{\textipa{lu:}\ }{}%
+ \ifthenelse{\equal{\word}{look}}{\textipa{lUk}\ }{}%
+ \ifthenelse{\equal{\word}{looking}}{\textipa{l\'UkIN}\ }{}%
+ \ifthenelse{\equal{\word}{lookout}}{\textipa{l\'Uk\`aUt}\ }{}%
+ \ifthenelse{\equal{\word}{loom}}{\textipa{lu:m}\ }{}%
+ \ifthenelse{\equal{\word}{loon}}{\textipa{lu:n}\ }{}%
+ \ifthenelse{\equal{\word}{loony}}{\textipa{l\'u:ni}\ }{}%
+ \ifthenelse{\equal{\word}{loop}}{\textipa{lu:p}\ }{}%
+ \ifthenelse{\equal{\word}{loophole}}{\textipa{l\'u:ph\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{loose}}{\textipa{lu:s}\ }{}%
+ \ifthenelse{\equal{\word}{loosely}}{\textipa{l\'u:sli}\ }{}%
+ \ifthenelse{\equal{\word}{loosen}}{\textipa{l\'u:sn}\ }{}%
+ \ifthenelse{\equal{\word}{loot}}{\textipa{lu:t}\ }{}%
+ \ifthenelse{\equal{\word}{lop}}{\textipa{lAp}\ }{}%
+ \ifthenelse{\equal{\word}{lope}}{\textipa{loUp}\ }{}%
+ \ifthenelse{\equal{\word}{loquacious}}{\textipa{loUkw\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{loquacity}}{\textipa{loUkw\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{lord}}{\textipa{lO:rd}\ }{}%
+ \ifthenelse{\equal{\word}{lordship}}{\textipa{l\'O:rdS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{lore}}{\textipa{lO:r}\ }{}%
+ \ifthenelse{\equal{\word}{lorelei}}{\textipa{l\'O:r at l\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{lorry}}{\textipa{l\'O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{lose}}{\textipa{lu:z}\ }{}%
+ \ifthenelse{\equal{\word}{loser}}{\textipa{l\'u:z at r}\ }{}%
+ \ifthenelse{\equal{\word}{losing}}{\textipa{l\'u:zIN}\ }{}%
+ \ifthenelse{\equal{\word}{loss}}{\textipa{lO:s}\ }{}%
+ \ifthenelse{\equal{\word}{lost}}{\textipa{lO:st}\ }{}%
+ \ifthenelse{\equal{\word}{lot}}{\textipa{lAt}\ }{}%
+ \ifthenelse{\equal{\word}{loth}}{\textipa{loUT}\ }{}%
+ \ifthenelse{\equal{\word}{lotion}}{\textipa{l\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{lottery}}{\textipa{l\'Atri}\ }{}%
+ \ifthenelse{\equal{\word}{lotto}}{\textipa{l\'AtoU}\ }{}%
+ \ifthenelse{\equal{\word}{lotus}}{\textipa{l\'oUt at s}\ }{}%
+ \ifthenelse{\equal{\word}{louche}}{\textipa{lu:S}\ }{}%
+ \ifthenelse{\equal{\word}{loud}}{\textipa{laUd}\ }{}%
+ \ifthenelse{\equal{\word}{loudly}}{\textipa{l\'aUdli}\ }{}%
+ \ifthenelse{\equal{\word}{loudmouthed}}{\textipa{l\'aUdm\`aUDd}\ }{}%
+ \ifthenelse{\equal{\word}{louis}}{\textipa{l\'uIs}\ }{}%
+ \ifthenelse{\equal{\word}{lounge}}{\textipa{laUnZ}\ }{}%
+ \ifthenelse{\equal{\word}{lounger}}{\textipa{l\'aUnZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{louse}}{\textipa{laUs}\ }{}%
+ \ifthenelse{\equal{\word}{lousy}}{\textipa{l\'aUzi}\ }{}%
+ \ifthenelse{\equal{\word}{lout}}{\textipa{laUt}\ }{}%
+ \ifthenelse{\equal{\word}{louver}}{\textipa{l\'u:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{lovable}}{\textipa{l\'2v at bl}\ }{}%
+ \ifthenelse{\equal{\word}{love}}{\textipa{l2v}\ }{}%
+ \ifthenelse{\equal{\word}{loveliness}}{\textipa{l\'2vlin at s}\ }{}%
+ \ifthenelse{\equal{\word}{lovely}}{\textipa{l\'2vli}\ }{}%
+ \ifthenelse{\equal{\word}{lover}}{\textipa{l\'2v at r}\ }{}%
+ \ifthenelse{\equal{\word}{loving}}{\textipa{l\'2vIN}\ }{}%
+ \ifthenelse{\equal{\word}{low}}{\textipa{loU}\ }{}%
+ \ifthenelse{\equal{\word}{lower}}{\textipa{l\'oU at r}\ }{}%
+ \ifthenelse{\equal{\word}{lowering}}{\textipa{l\'oUrIN}\ }{}%
+ \ifthenelse{\equal{\word}{lowers}}{\textipa{laU at r}\ }{}%
+ \ifthenelse{\equal{\word}{lowland}}{\textipa{l\'oUl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{lowly}}{\textipa{l\'oUli}\ }{}%
+ \ifthenelse{\equal{\word}{loyal}}{\textipa{l\'OIl}\ }{}%
+ \ifthenelse{\equal{\word}{loyalty}}{\textipa{l\'OIlti}\ }{}%
+ \ifthenelse{\equal{\word}{lozenge}}{\textipa{l\'AzInZ}\ }{}%
+ \ifthenelse{\equal{\word}{luanda}}{\textipa{lu\'\ae nd@}\ }{}%
+ \ifthenelse{\equal{\word}{lubricant}}{\textipa{l\'u:brIknt}\ }{}%
+ \ifthenelse{\equal{\word}{lubricate}}{\textipa{l\'u:brIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{lubricious}}{\textipa{lu:br\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{lucid}}{\textipa{l\'u:sId}\ }{}%
+ \ifthenelse{\equal{\word}{lucidity}}{\textipa{lu:s\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{lucifer}}{\textipa{l\'u:sIf at r}\ }{}%
+ \ifthenelse{\equal{\word}{luck}}{\textipa{l2k}\ }{}%
+ \ifthenelse{\equal{\word}{luckily}}{\textipa{l\'2kIli}\ }{}%
+ \ifthenelse{\equal{\word}{lucky}}{\textipa{l\'2ki}\ }{}%
+ \ifthenelse{\equal{\word}{lucrative}}{\textipa{l\'u:kr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{lucre}}{\textipa{l\'u:k at r}\ }{}%
+ \ifthenelse{\equal{\word}{ludicrous}}{\textipa{l\'u:dIkr at s}\ }{}%
+ \ifthenelse{\equal{\word}{ludo}}{\textipa{l\'u:doU}\ }{}%
+ \ifthenelse{\equal{\word}{lug}}{\textipa{l2g}\ }{}%
+ \ifthenelse{\equal{\word}{luggage}}{\textipa{l\'2gIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{lugubrious}}{\textipa{l at g\'u:bri at s}\ }{}%
+ \ifthenelse{\equal{\word}{luke}}{\textipa{lu:k}\ }{}%
+ \ifthenelse{\equal{\word}{lukewarm}}{\textipa{l\`u:kw\'O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{lull}}{\textipa{l2l}\ }{}%
+ \ifthenelse{\equal{\word}{lullaby}}{\textipa{l\'2l at b\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{lulu}}{\textipa{l\'u:lu:}\ }{}%
+ \ifthenelse{\equal{\word}{lumbago}}{\textipa{l2mb\'eIgoU}\ }{}%
+ \ifthenelse{\equal{\word}{lumbar}}{\textipa{l\'2mb at r}\ }{}%
+ \ifthenelse{\equal{\word}{lumen}}{\textipa{l\'u:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{luminance}}{\textipa{l\'u:mIn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{luminary}}{\textipa{l\'u:m at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{luminescent}}{\textipa{l\`u:mIn\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{luminosity}}{\textipa{l\`u:mIn\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{luminous}}{\textipa{l\'u:mIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{lump}}{\textipa{l2mp}\ }{}%
+ \ifthenelse{\equal{\word}{lumpen}}{\textipa{l\'2mp at n}\ }{}%
+ \ifthenelse{\equal{\word}{lumpish}}{\textipa{l\'2mpIS}\ }{}%
+ \ifthenelse{\equal{\word}{lumpy}}{\textipa{l\'2mpi}\ }{}%
+ \ifthenelse{\equal{\word}{luna}}{\textipa{l\'u:n@}\ }{}%
+ \ifthenelse{\equal{\word}{lunacy}}{\textipa{l\'u:n at si}\ }{}%
+ \ifthenelse{\equal{\word}{lunar}}{\textipa{l\'u:n at r}\ }{}%
+ \ifthenelse{\equal{\word}{lunatic}}{\textipa{l\'u:n at tIk}\ }{}%
+ \ifthenelse{\equal{\word}{lunch}}{\textipa{l2nS}\ }{}%
+ \ifthenelse{\equal{\word}{luncheon}}{\textipa{l\'2nSn}\ }{}%
+ \ifthenelse{\equal{\word}{lung}}{\textipa{l2N}\ }{}%
+ \ifthenelse{\equal{\word}{lunge}}{\textipa{l2nZ}\ }{}%
+ \ifthenelse{\equal{\word}{lungful}}{\textipa{l\'2NfUl}\ }{}%
+ \ifthenelse{\equal{\word}{lupine}}{\textipa{l\'u:pIn}\ }{}%
+ \ifthenelse{\equal{\word}{lupines}}{\textipa{l\'u:paIn}\ }{}%
+ \ifthenelse{\equal{\word}{lurch}}{\textipa{l@:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{lurchers}}{\textipa{l\'@:rtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{lure}}{\textipa{ljU at r}\ }{}%
+ \ifthenelse{\equal{\word}{lurex}}{\textipa{lj\'Ur at ks}\ }{}%
+ \ifthenelse{\equal{\word}{lurid}}{\textipa{l\'Ur at d}\ }{}%
+ \ifthenelse{\equal{\word}{lurk}}{\textipa{l@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{lusaka}}{\textipa{lus\'A:k@}\ }{}%
+ \ifthenelse{\equal{\word}{luscious}}{\textipa{l\'2S at s}\ }{}%
+ \ifthenelse{\equal{\word}{lush}}{\textipa{l2S}\ }{}%
+ \ifthenelse{\equal{\word}{lust}}{\textipa{l2st}\ }{}%
+ \ifthenelse{\equal{\word}{lustful}}{\textipa{l\'2stfl}\ }{}%
+ \ifthenelse{\equal{\word}{luster}}{\textipa{l\'2st at r}\ }{}%
+ \ifthenelse{\equal{\word}{lustrous}}{\textipa{l\'2str at s}\ }{}%
+ \ifthenelse{\equal{\word}{lusty}}{\textipa{l\'2sti}\ }{}%
+ \ifthenelse{\equal{\word}{luther}}{\textipa{l\'u:T at r}\ }{}%
+ \ifthenelse{\equal{\word}{lux}}{\textipa{l2ks}\ }{}%
+ \ifthenelse{\equal{\word}{luxuriance}}{\textipa{l2gZ\'U at ri@ns}\ }{}%
+ \ifthenelse{\equal{\word}{luxuriant}}{\textipa{l2gZ\'U at ri@nt}\ }{}%
+ \ifthenelse{\equal{\word}{luxuriate}}{\textipa{l2gZ\'U at ri\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{luxurious}}{\textipa{l2gZ\'U at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{luxury}}{\textipa{l\'2gZri}\ }{}%
+ \ifthenelse{\equal{\word}{lying}}{\textipa{l\'aIN}\ }{}%
+ \ifthenelse{\equal{\word}{lymph}}{\textipa{lImf}\ }{}%
+ \ifthenelse{\equal{\word}{lymphatic}}{\textipa{lImf\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{lymphocyte}}{\textipa{l\'Imf at s\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{lymphoma}}{\textipa{lImf\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{lynch}}{\textipa{lInS}\ }{}%
+ \ifthenelse{\equal{\word}{lynx}}{\textipa{lINs}\ }{}%
+ \ifthenelse{\equal{\word}{lyra}}{\textipa{l\'aIr@}\ }{}%
+ \ifthenelse{\equal{\word}{lyre}}{\textipa{laI at r}\ }{}%
+ \ifthenelse{\equal{\word}{lyric}}{\textipa{l\'IrIk}\ }{}%
+ \ifthenelse{\equal{\word}{lyrical}}{\textipa{l\'IrIkl}\ }{}%
+ \ifthenelse{\equal{\word}{lyricism}}{\textipa{l\'IrIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{lyricist}}{\textipa{l\'IrIsIst}\ }{}%
+ \ifthenelse{\equal{\word}{mac}}{\textipa{m\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{macabre}}{\textipa{m at k\'A:br}\ }{}%
+ \ifthenelse{\equal{\word}{macaque}}{\textipa{m at k\'A:k}\ }{}%
+ \ifthenelse{\equal{\word}{macaroni}}{\textipa{m\`\ae k at r\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{macaroon}}{\textipa{m\`\ae k at r\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{macaw}}{\textipa{m at k\'O:}\ }{}%
+ \ifthenelse{\equal{\word}{mace}}{\textipa{meIs}\ }{}%
+ \ifthenelse{\equal{\word}{machete}}{\textipa{m at S\'eti}\ }{}%
+ \ifthenelse{\equal{\word}{machination}}{\textipa{m\`\ae kIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{machine}}{\textipa{m at S\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{machinery}}{\textipa{m at S\'\i:nri}\ }{}%
+ \ifthenelse{\equal{\word}{machinist}}{\textipa{m at S\'\i:nIst}\ }{}%
+ \ifthenelse{\equal{\word}{machismo}}{\textipa{mA:tS\'\i:zmoU}\ }{}%
+ \ifthenelse{\equal{\word}{macho}}{\textipa{m\'A:tSoU}\ }{}%
+ \ifthenelse{\equal{\word}{macintosh}}{\textipa{m\'\ae kInt\`AS}\ }{}%
+ \ifthenelse{\equal{\word}{mackerel}}{\textipa{m\'\ae krl}\ }{}%
+ \ifthenelse{\equal{\word}{macro}}{\textipa{m\'\ae kroU}\ }{}%
+ \ifthenelse{\equal{\word}{macrobiotic}}{\textipa{m\`\ae kr at baI\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{macrocosm}}{\textipa{m\'\ae kr at k\`Azm}\ }{}%
+ \ifthenelse{\equal{\word}{macron}}{\textipa{m\'\ae IkrAn}\ }{}%
+ \ifthenelse{\equal{\word}{macrophage}}{\textipa{m\'\ae kr at f\`eIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{macroscopic}}{\textipa{m\`\ae kroUsk\'ApIk}\ }{}%
+ \ifthenelse{\equal{\word}{mad}}{\textipa{m\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{madam}}{\textipa{m\'\ae d at m}\ }{}%
+ \ifthenelse{\equal{\word}{madden}}{\textipa{m\'\ae dn}\ }{}%
+ \ifthenelse{\equal{\word}{maddening}}{\textipa{m\'\ae dnIN}\ }{}%
+ \ifthenelse{\equal{\word}{madder}}{\textipa{m\'\ae d at r}\ }{}%
+ \ifthenelse{\equal{\word}{made}}{\textipa{meId}\ }{}%
+ \ifthenelse{\equal{\word}{madeira}}{\textipa{m at d\'I at r@}\ }{}%
+ \ifthenelse{\equal{\word}{mademoiselle}}{\textipa{m\`\ae d at mw@z\'el}\ }{}%
+ \ifthenelse{\equal{\word}{madly}}{\textipa{m\'\ae dli}\ }{}%
+ \ifthenelse{\equal{\word}{madman}}{\textipa{m\'\ae dm at n}\ }{}%
+ \ifthenelse{\equal{\word}{madness}}{\textipa{m\'\ae dn at s}\ }{}%
+ \ifthenelse{\equal{\word}{madras}}{\textipa{m\'\ae dr at s}\ }{}%
+ \ifthenelse{\equal{\word}{madrid}}{\textipa{m at dr\'Id}\ }{}%
+ \ifthenelse{\equal{\word}{madrigal}}{\textipa{m\'\ae drIgl}\ }{}%
+ \ifthenelse{\equal{\word}{maelstrom}}{\textipa{m\'eIlstr at m}\ }{}%
+ \ifthenelse{\equal{\word}{maestro}}{\textipa{m\'aIstroU}\ }{}%
+ \ifthenelse{\equal{\word}{mafia}}{\textipa{m\'A:fi@}\ }{}%
+ \ifthenelse{\equal{\word}{mafiosi}}{\textipa{m\`A:fi\'oUsoU}\ }{}%
+ \ifthenelse{\equal{\word}{mag}}{\textipa{m\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{magazine}}{\textipa{m\'\ae g at z\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{magenta}}{\textipa{m at dZ\'ent@}\ }{}%
+ \ifthenelse{\equal{\word}{maggot}}{\textipa{m\'\ae g at t}\ }{}%
+ \ifthenelse{\equal{\word}{magi}}{\textipa{m\'eIdZaI}\ }{}%
+ \ifthenelse{\equal{\word}{magic}}{\textipa{m\'\ae dZIk}\ }{}%
+ \ifthenelse{\equal{\word}{magical}}{\textipa{m\'\ae dZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{magician}}{\textipa{m at dZ\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{magisterial}}{\textipa{m\`\ae dZIst\'I at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{magistrate}}{\textipa{m\'\ae dZIstr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{magma}}{\textipa{m\'\ae gm@}\ }{}%
+ \ifthenelse{\equal{\word}{magnanimity}}{\textipa{m\`\ae gn at n\'Im at ti}\ }{}%
+ \ifthenelse{\equal{\word}{magnanimous}}{\textipa{m\ae gn\'\ae nIm at s}\ }{}%
+ \ifthenelse{\equal{\word}{magnate}}{\textipa{m\'\ae gneIt}\ }{}%
+ \ifthenelse{\equal{\word}{magnesia}}{\textipa{m\ae gn\'\i:S@}\ }{}%
+ \ifthenelse{\equal{\word}{magnesium}}{\textipa{m\ae gn\'\i:zi at m}\ }{}%
+ \ifthenelse{\equal{\word}{magnet}}{\textipa{m\'\ae gnIt}\ }{}%
+ \ifthenelse{\equal{\word}{magnetic}}{\textipa{m\ae gn\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{magnetically}}{\textipa{m\ae gn\'etIkli}\ }{}%
+ \ifthenelse{\equal{\word}{magnetize}}{\textipa{m\'\ae gn at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{magnetism}}{\textipa{m\'\ae gn at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{magnetite}}{\textipa{m\'\ae gn at t\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{magneto}}{\textipa{m\ae gn\'\i:toU}\ }{}%
+ \ifthenelse{\equal{\word}{magnetometer}}{\textipa{m\`\ae gn at t\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{magnetron}}{\textipa{m\'\ae gn at tr\`An}\ }{}%
+ \ifthenelse{\equal{\word}{magnification}}{\textipa{m\`\ae gnIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{magnificence}}{\textipa{m\ae gn\'IfIsns}\ }{}%
+ \ifthenelse{\equal{\word}{magnificent}}{\textipa{m\ae gn\'IfIsnt}\ }{}%
+ \ifthenelse{\equal{\word}{magnifier}}{\textipa{m\'\ae gnIf\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{magnify}}{\textipa{m\'\ae gnIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{magniloquent}}{\textipa{m\ae gn\'Il at kw@nt}\ }{}%
+ \ifthenelse{\equal{\word}{magnitude}}{\textipa{m\'\ae gnItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{magnolia}}{\textipa{m\ae gn\'oUli@}\ }{}%
+ \ifthenelse{\equal{\word}{magnum}}{\textipa{m\'\ae gn at m}\ }{}%
+ \ifthenelse{\equal{\word}{magpie}}{\textipa{m\'\ae gp\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{mahatma}}{\textipa{m at h\'A:tm@}\ }{}%
+ \ifthenelse{\equal{\word}{mahogany}}{\textipa{m at h\'Agni}\ }{}%
+ \ifthenelse{\equal{\word}{maiden}}{\textipa{m\'eIdn}\ }{}%
+ \ifthenelse{\equal{\word}{mail}}{\textipa{meIl}\ }{}%
+ \ifthenelse{\equal{\word}{mailbox}}{\textipa{m\'eIlb\`Aks}\ }{}%
+ \ifthenelse{\equal{\word}{mailman}}{\textipa{m\'eIlm\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{maim}}{\textipa{meIm}\ }{}%
+ \ifthenelse{\equal{\word}{main}}{\textipa{meIn}\ }{}%
+ \ifthenelse{\equal{\word}{mainland}}{\textipa{m\'eInl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{mainly}}{\textipa{m\'eInli}\ }{}%
+ \ifthenelse{\equal{\word}{mainsail}}{\textipa{m\'eIns\`eIl}\ }{}%
+ \ifthenelse{\equal{\word}{maintain}}{\textipa{meInt\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{maintenance}}{\textipa{m\'eIntn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{maisonette}}{\textipa{m\`eIz at n\'et}\ }{}%
+ \ifthenelse{\equal{\word}{majestic}}{\textipa{m at dZ\'estIk}\ }{}%
+ \ifthenelse{\equal{\word}{majesty}}{\textipa{m\'\ae dZ at sti}\ }{}%
+ \ifthenelse{\equal{\word}{majolica}}{\textipa{m at dZ\'AlIk@}\ }{}%
+ \ifthenelse{\equal{\word}{major}}{\textipa{m\'eIdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{majorette}}{\textipa{m\`eIdZ at r\'et}\ }{}%
+ \ifthenelse{\equal{\word}{majority}}{\textipa{m at dZ\'O:r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{make}}{\textipa{meIk}\ }{}%
+ \ifthenelse{\equal{\word}{maker}}{\textipa{m\'eIk at r}\ }{}%
+ \ifthenelse{\equal{\word}{makeup}}{\textipa{m\'eIk\`2p}\ }{}%
+ \ifthenelse{\equal{\word}{making}}{\textipa{m\'eIkIN}\ }{}%
+ \ifthenelse{\equal{\word}{malachite}}{\textipa{m\'\ae l at k\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{maladroit}}{\textipa{m\`\ae l at dr\'OIt}\ }{}%
+ \ifthenelse{\equal{\word}{malady}}{\textipa{m\'\ae l at di}\ }{}%
+ \ifthenelse{\equal{\word}{malaise}}{\textipa{m at l\'eIz}\ }{}%
+ \ifthenelse{\equal{\word}{malaria}}{\textipa{m at l\'e at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{malarial}}{\textipa{m at l\'e at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{malawi}}{\textipa{m at l\'A:wi}\ }{}%
+ \ifthenelse{\equal{\word}{malay}}{\textipa{m\'eIleI}\ }{}%
+ \ifthenelse{\equal{\word}{malayan}}{\textipa{m at l\'eI at n}\ }{}%
+ \ifthenelse{\equal{\word}{malaysia}}{\textipa{m at l\'eIZ@}\ }{}%
+ \ifthenelse{\equal{\word}{malcontent}}{\textipa{m\`\ae lk at nt\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{maldives}}{\textipa{m\'O:ldi:vz}\ }{}%
+ \ifthenelse{\equal{\word}{malefactor}}{\textipa{m\'\ae lIf\`\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{malevolence}}{\textipa{m at l\'evl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{malevolent}}{\textipa{m at l\'evl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{malice}}{\textipa{m\'\ae lIs}\ }{}%
+ \ifthenelse{\equal{\word}{malicious}}{\textipa{m at l\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{malign}}{\textipa{m at l\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{malignancy}}{\textipa{m at l\'Ign at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{malignant}}{\textipa{m at l\'Ign at nt}\ }{}%
+ \ifthenelse{\equal{\word}{malignity}}{\textipa{m at l\'Ign at ti}\ }{}%
+ \ifthenelse{\equal{\word}{malingerers}}{\textipa{m at l\'INg at r}\ }{}%
+ \ifthenelse{\equal{\word}{mall}}{\textipa{mO:l}\ }{}%
+ \ifthenelse{\equal{\word}{mallard}}{\textipa{m\'\ae l at rd}\ }{}%
+ \ifthenelse{\equal{\word}{malleable}}{\textipa{m\'\ae li at bl}\ }{}%
+ \ifthenelse{\equal{\word}{mallet}}{\textipa{m\'\ae lIt}\ }{}%
+ \ifthenelse{\equal{\word}{mallow}}{\textipa{m\'\ae loU}\ }{}%
+ \ifthenelse{\equal{\word}{malt}}{\textipa{mO:lt}\ }{}%
+ \ifthenelse{\equal{\word}{malta}}{\textipa{m\'O:lt@}\ }{}%
+ \ifthenelse{\equal{\word}{maltese}}{\textipa{m\`O:lt\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{maltreat}}{\textipa{m\`\ae ltr\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{mama}}{\textipa{m\'A:m@}\ }{}%
+ \ifthenelse{\equal{\word}{mamba}}{\textipa{m\'A:mb@}\ }{}%
+ \ifthenelse{\equal{\word}{mammal}}{\textipa{m\'\ae ml}\ }{}%
+ \ifthenelse{\equal{\word}{mammalian}}{\textipa{m at m\'eIli at n}\ }{}%
+ \ifthenelse{\equal{\word}{mammary}}{\textipa{m\'\ae mri}\ }{}%
+ \ifthenelse{\equal{\word}{mammoth}}{\textipa{m\'\ae m at T}\ }{}%
+ \ifthenelse{\equal{\word}{mammy}}{\textipa{m\'\ae mi}\ }{}%
+ \ifthenelse{\equal{\word}{man}}{\textipa{m\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{manacle}}{\textipa{m\'\ae n at kl}\ }{}%
+ \ifthenelse{\equal{\word}{manage}}{\textipa{m\'\ae nIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{management}}{\textipa{m\'\ae nIdZm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{manager}}{\textipa{m\'\ae nIdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{manageress}}{\textipa{m\'\ae nIdZr at s}\ }{}%
+ \ifthenelse{\equal{\word}{managerial}}{\textipa{m\`\ae n at dZ\'I at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{manatee}}{\textipa{m\'\ae n at t\`\i:}\ }{}%
+ \ifthenelse{\equal{\word}{mandarin}}{\textipa{m\'\ae ndrIn}\ }{}%
+ \ifthenelse{\equal{\word}{mandate}}{\textipa{m\'\ae ndeIt}\ }{}%
+ \ifthenelse{\equal{\word}{mandatory}}{\textipa{m\'\ae nd at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{mandela}}{\textipa{m\`\ae nd\'el@}\ }{}%
+ \ifthenelse{\equal{\word}{mandible}}{\textipa{m\'\ae ndIbl}\ }{}%
+ \ifthenelse{\equal{\word}{mandolin}}{\textipa{m\`\ae nd at l\'In}\ }{}%
+ \ifthenelse{\equal{\word}{mandrake}}{\textipa{m\'\ae ndreIk}\ }{}%
+ \ifthenelse{\equal{\word}{mandril}}{\textipa{m\'\ae ndrl}\ }{}%
+ \ifthenelse{\equal{\word}{mandrill}}{\textipa{m\'\ae ndrIl}\ }{}%
+ \ifthenelse{\equal{\word}{maneuver}}{\textipa{m at n\'u:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{manganese}}{\textipa{m\'\ae Ng at n\`\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{mange}}{\textipa{m\'eInZ}\ }{}%
+ \ifthenelse{\equal{\word}{manger}}{\textipa{m\'eInZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{mangle}}{\textipa{m\'\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{mango}}{\textipa{m\'\ae NgoU}\ }{}%
+ \ifthenelse{\equal{\word}{mangrove}}{\textipa{m\'\ae NgroUv}\ }{}%
+ \ifthenelse{\equal{\word}{manhood}}{\textipa{m\'\ae nh\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{mania}}{\textipa{m\'eIni@}\ }{}%
+ \ifthenelse{\equal{\word}{maniac}}{\textipa{m\'eIni\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{maniacal}}{\textipa{m at n\'a at kl}\ }{}%
+ \ifthenelse{\equal{\word}{manic}}{\textipa{m\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{manicure}}{\textipa{m\'\ae nIkj\`U at r}\ }{}%
+ \ifthenelse{\equal{\word}{manifest}}{\textipa{m\'\ae nIf\`est}\ }{}%
+ \ifthenelse{\equal{\word}{manifestation}}{\textipa{m\`\ae nIfest\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{manifesto}}{\textipa{m\`\ae nIf\'estoU}\ }{}%
+ \ifthenelse{\equal{\word}{manifold}}{\textipa{m\'\ae nIf\`oUld}\ }{}%
+ \ifthenelse{\equal{\word}{manikin}}{\textipa{m\'\ae nIkIn}\ }{}%
+ \ifthenelse{\equal{\word}{manila}}{\textipa{m at n\'Il@}\ }{}%
+ \ifthenelse{\equal{\word}{manipulate}}{\textipa{m at n\'Ipj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{manipulative}}{\textipa{m at n\'Ipj at l\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{manipulator}}{\textipa{m at n\'Ipj at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{mankind}}{\textipa{m\`\ae nk\'aInd}\ }{}%
+ \ifthenelse{\equal{\word}{manly}}{\textipa{m\'\ae nli}\ }{}%
+ \ifthenelse{\equal{\word}{manna}}{\textipa{m\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{manned}}{\textipa{m\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{mannerism}}{\textipa{m\'\ae nr\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{maneuverable}}{\textipa{m at n\'u:vr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{manor}}{\textipa{m\'\ae n at r}\ }{}%
+ \ifthenelse{\equal{\word}{manse}}{\textipa{m\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{manservant}}{\textipa{m\'\ae ns\`@:rvnt}\ }{}%
+ \ifthenelse{\equal{\word}{mansion}}{\textipa{m\'\ae nSn}\ }{}%
+ \ifthenelse{\equal{\word}{mantel}}{\textipa{m\'\ae ntl}\ }{}%
+ \ifthenelse{\equal{\word}{mantelpiece}}{\textipa{m\'\ae ntlp\`\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{mantis}}{\textipa{m\'\ae nt at s}\ }{}%
+ \ifthenelse{\equal{\word}{mantra}}{\textipa{m\'\ae ntr@}\ }{}%
+ \ifthenelse{\equal{\word}{manual}}{\textipa{m\'\ae njul}\ }{}%
+ \ifthenelse{\equal{\word}{manufacture}}{\textipa{m\`\ae nj at f\'\ae ktS at r}\ }{}%
+ \ifthenelse{\equal{\word}{manufacturer}}{\textipa{m\`\ae nj at f\'\ae ktSr at r}\ }{}%
+ \ifthenelse{\equal{\word}{manure}}{\textipa{m at nj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{manuscript}}{\textipa{m\'\ae nj at skr\`Ipt}\ }{}%
+ \ifthenelse{\equal{\word}{many}}{\textipa{m\'eni}\ }{}%
+ \ifthenelse{\equal{\word}{maoism}}{\textipa{m\'aU\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{maori}}{\textipa{m\'aUri}\ }{}%
+ \ifthenelse{\equal{\word}{map}}{\textipa{m\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{maple}}{\textipa{m\'eIpl}\ }{}%
+ \ifthenelse{\equal{\word}{maputo}}{\textipa{m at p\'u:toU}\ }{}%
+ \ifthenelse{\equal{\word}{mar}}{\textipa{mA:r}\ }{}%
+ \ifthenelse{\equal{\word}{marathon}}{\textipa{m\'\ae r at T\`An}\ }{}%
+ \ifthenelse{\equal{\word}{marauders}}{\textipa{m at r\'O:d at r}\ }{}%
+ \ifthenelse{\equal{\word}{marble}}{\textipa{m\'A:rbl}\ }{}%
+ \ifthenelse{\equal{\word}{march}}{\textipa{mA:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{marchioness}}{\textipa{m\'A:rSn at s}\ }{}%
+ \ifthenelse{\equal{\word}{mare}}{\textipa{me at r}\ }{}%
+ \ifthenelse{\equal{\word}{margarine}}{\textipa{m\'A:rdZrn}\ }{}%
+ \ifthenelse{\equal{\word}{margin}}{\textipa{m\'A:rdZIn}\ }{}%
+ \ifthenelse{\equal{\word}{marginal}}{\textipa{m\'A:rdZInl}\ }{}%
+ \ifthenelse{\equal{\word}{marginalia}}{\textipa{m\`A:rdZIn\'eIli@}\ }{}%
+ \ifthenelse{\equal{\word}{marginalize}}{\textipa{m\'A:rdZIn at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{maria}}{\textipa{m at r\'\i@}\ }{}%
+ \ifthenelse{\equal{\word}{marigold}}{\textipa{m\'\ae r at g\`oUld}\ }{}%
+ \ifthenelse{\equal{\word}{marijuana}}{\textipa{m\`\ae rIw\'A:n@}\ }{}%
+ \ifthenelse{\equal{\word}{marina}}{\textipa{m at r\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{marinade}}{\textipa{m\`\ae rIn\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{marinate}}{\textipa{m\'\ae rIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{marine}}{\textipa{m at r\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{mariner}}{\textipa{m\'\ae rnr}\ }{}%
+ \ifthenelse{\equal{\word}{marionette}}{\textipa{m\`\ae ri at n\'et}\ }{}%
+ \ifthenelse{\equal{\word}{marital}}{\textipa{m\'\ae r at tl}\ }{}%
+ \ifthenelse{\equal{\word}{maritime}}{\textipa{m\'\ae rIt\`aIm}\ }{}%
+ \ifthenelse{\equal{\word}{mark}}{\textipa{mA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{marked}}{\textipa{mA:rkt}\ }{}%
+ \ifthenelse{\equal{\word}{markedly}}{\textipa{m\'A:rkIdli}\ }{}%
+ \ifthenelse{\equal{\word}{market}}{\textipa{m\'A:rk at t}\ }{}%
+ \ifthenelse{\equal{\word}{marketeer}}{\textipa{m\`A:rk at t\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{marketing}}{\textipa{m\'A:rk at tIN}\ }{}%
+ \ifthenelse{\equal{\word}{marksman}}{\textipa{m\'A:rksm at n}\ }{}%
+ \ifthenelse{\equal{\word}{marl}}{\textipa{mA:rl}\ }{}%
+ \ifthenelse{\equal{\word}{marmalade}}{\textipa{m\'A:rm at l\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{marmoset}}{\textipa{m\'A:rm at z\`et}\ }{}%
+ \ifthenelse{\equal{\word}{marmot}}{\textipa{m\'A:rm at t}\ }{}%
+ \ifthenelse{\equal{\word}{maroon}}{\textipa{m at r\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{marque}}{\textipa{m\'A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{marquee}}{\textipa{mA:rk\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{marquess}}{\textipa{m\'A:rkwIs}\ }{}%
+ \ifthenelse{\equal{\word}{marquetry}}{\textipa{m\'A:rkItri}\ }{}%
+ \ifthenelse{\equal{\word}{marquis}}{\textipa{m\'A:rkw at s}\ }{}%
+ \ifthenelse{\equal{\word}{marriage}}{\textipa{m\'\ae rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{married}}{\textipa{m\'\ae rid}\ }{}%
+ \ifthenelse{\equal{\word}{marrow}}{\textipa{m\'\ae roU}\ }{}%
+ \ifthenelse{\equal{\word}{marry}}{\textipa{m\'\ae ri}\ }{}%
+ \ifthenelse{\equal{\word}{mars}}{\textipa{mA:rz}\ }{}%
+ \ifthenelse{\equal{\word}{marsala}}{\textipa{mA:rs\'A:l@}\ }{}%
+ \ifthenelse{\equal{\word}{marsh}}{\textipa{mA:rS}\ }{}%
+ \ifthenelse{\equal{\word}{marshal}}{\textipa{m\'A:rSl}\ }{}%
+ \ifthenelse{\equal{\word}{marshmallow}}{\textipa{m\'A:rSm\`eloU}\ }{}%
+ \ifthenelse{\equal{\word}{marshy}}{\textipa{m\'A:rSi}\ }{}%
+ \ifthenelse{\equal{\word}{marsupial}}{\textipa{mA:rs\'u:pi at l}\ }{}%
+ \ifthenelse{\equal{\word}{mart}}{\textipa{mA:rt}\ }{}%
+ \ifthenelse{\equal{\word}{marten}}{\textipa{m\'A:rtn}\ }{}%
+ \ifthenelse{\equal{\word}{martian}}{\textipa{m\'A:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{martinet}}{\textipa{m\`A:rtn\'et}\ }{}%
+ \ifthenelse{\equal{\word}{martingale}}{\textipa{m\'A:rtng\`eIl}\ }{}%
+ \ifthenelse{\equal{\word}{martini}}{\textipa{mA:rt\'\i:ni}\ }{}%
+ \ifthenelse{\equal{\word}{martyr}}{\textipa{m\'A:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{martyrdom}}{\textipa{m\'A:rt at rd@m}\ }{}%
+ \ifthenelse{\equal{\word}{marvel}}{\textipa{m\'A:rvl}\ }{}%
+ \ifthenelse{\equal{\word}{marvelous}}{\textipa{m\'A:rvl at s}\ }{}%
+ \ifthenelse{\equal{\word}{marx}}{\textipa{mA:rks}\ }{}%
+ \ifthenelse{\equal{\word}{marxism}}{\textipa{m\'A:rks\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{marxist}}{\textipa{m\'A:rksIst}\ }{}%
+ \ifthenelse{\equal{\word}{mary}}{\textipa{m\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{marzipan}}{\textipa{m\'A:rzIp\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{mas}}{\textipa{m at s}\ }{}%
+ \ifthenelse{\equal{\word}{mascara}}{\textipa{m\ae sk\'\ae r@}\ }{}%
+ \ifthenelse{\equal{\word}{mascot}}{\textipa{m\'\ae skAt}\ }{}%
+ \ifthenelse{\equal{\word}{masculine}}{\textipa{m\'\ae skj at l@n}\ }{}%
+ \ifthenelse{\equal{\word}{masculinity}}{\textipa{m\`\ae skj at l\'In at ti}\ }{}%
+ \ifthenelse{\equal{\word}{maser}}{\textipa{m\'eIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{maseru}}{\textipa{m\'\ae z at r\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{mash}}{\textipa{m\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{mashed}}{\textipa{m\ae St}\ }{}%
+ \ifthenelse{\equal{\word}{mask}}{\textipa{m\ae sk}\ }{}%
+ \ifthenelse{\equal{\word}{masochism}}{\textipa{m\'\ae s at k\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{mason}}{\textipa{m\'eIsn}\ }{}%
+ \ifthenelse{\equal{\word}{masonic}}{\textipa{m at s\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{masonry}}{\textipa{m\'eIsnri}\ }{}%
+ \ifthenelse{\equal{\word}{masquerade}}{\textipa{m\`\ae sk at r\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{mass}}{\textipa{m\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{massacre}}{\textipa{m\'\ae s at k@r}\ }{}%
+ \ifthenelse{\equal{\word}{massage}}{\textipa{m at s\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{masseur}}{\textipa{m\ae s\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{masseuse}}{\textipa{m\ae s\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{massif}}{\textipa{m\ae s\'\i:f}\ }{}%
+ \ifthenelse{\equal{\word}{massive}}{\textipa{m\'\ae sIv}\ }{}%
+ \ifthenelse{\equal{\word}{mast}}{\textipa{m\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{mastectomy}}{\textipa{m\ae st\'ekt at mi}\ }{}%
+ \ifthenelse{\equal{\word}{masted}}{\textipa{m\'\ae stId}\ }{}%
+ \ifthenelse{\equal{\word}{master}}{\textipa{m\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{masterful}}{\textipa{m\'\ae st at rfl}\ }{}%
+ \ifthenelse{\equal{\word}{masterpiece}}{\textipa{m\'\ae st at rp\`\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{mastery}}{\textipa{m\'\ae stri}\ }{}%
+ \ifthenelse{\equal{\word}{masticating}}{\textipa{m\'\ae stIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{mastiff}}{\textipa{m\'\ae stIf}\ }{}%
+ \ifthenelse{\equal{\word}{mastitis}}{\textipa{m\ae st\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{mastodon}}{\textipa{m\'\ae st at d\`An}\ }{}%
+ \ifthenelse{\equal{\word}{mat}}{\textipa{m\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{matador}}{\textipa{m\'\ae t at d\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{match}}{\textipa{m\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{mate}}{\textipa{meIt}\ }{}%
+ \ifthenelse{\equal{\word}{mater}}{\textipa{m\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{material}}{\textipa{m at t\'I at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{materialistic}}{\textipa{m at t\`I at ri@l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{maternal}}{\textipa{m at t\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{maternity}}{\textipa{m at t\'@:rn at ti}\ }{}%
+ \ifthenelse{\equal{\word}{math}}{\textipa{m\ae T}\ }{}%
+ \ifthenelse{\equal{\word}{mathematical}}{\textipa{m\`\ae T at m\'\ae tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{mathematician}}{\textipa{m\`\ae Tm at t\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{mathematics}}{\textipa{m\`\ae T at m\'\ae tIks}\ }{}%
+ \ifthenelse{\equal{\word}{maths}}{\textipa{m\ae Ts}\ }{}%
+ \ifthenelse{\equal{\word}{matinee}}{\textipa{m\`\ae tn\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{matins}}{\textipa{m\'\ae tnz}\ }{}%
+ \ifthenelse{\equal{\word}{matriarch}}{\textipa{m\'eItri\`A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{matriarchal}}{\textipa{m\`eItri\'A:rkl}\ }{}%
+ \ifthenelse{\equal{\word}{matriarchy}}{\textipa{m\'eItri\`A:rki}\ }{}%
+ \ifthenelse{\equal{\word}{matrices}}{\textipa{m\'eItrIs\`\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{matriculate}}{\textipa{m at tr\'Ikj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{matrimonial}}{\textipa{m\`\ae trIm\'oUni at l}\ }{}%
+ \ifthenelse{\equal{\word}{matrimony}}{\textipa{m\'\ae tr at m\`oUni}\ }{}%
+ \ifthenelse{\equal{\word}{matrix}}{\textipa{m\'eItrIks}\ }{}%
+ \ifthenelse{\equal{\word}{matron}}{\textipa{m\'eItrn}\ }{}%
+ \ifthenelse{\equal{\word}{matter}}{\textipa{m\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{matthew}}{\textipa{m\'\ae Tju:}\ }{}%
+ \ifthenelse{\equal{\word}{mattress}}{\textipa{m\'\ae tr at s}\ }{}%
+ \ifthenelse{\equal{\word}{maturation}}{\textipa{m\`\ae tS at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{mature}}{\textipa{m at t\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{maturity}}{\textipa{m at t\'Ur at ti}\ }{}%
+ \ifthenelse{\equal{\word}{maudlin}}{\textipa{m\'O:dlIn}\ }{}%
+ \ifthenelse{\equal{\word}{mausoleum}}{\textipa{m\`O:s at l\'\i at m}\ }{}%
+ \ifthenelse{\equal{\word}{mauve}}{\textipa{moUv}\ }{}%
+ \ifthenelse{\equal{\word}{maverick}}{\textipa{m\'\ae vrIk}\ }{}%
+ \ifthenelse{\equal{\word}{maw}}{\textipa{mO:}\ }{}%
+ \ifthenelse{\equal{\word}{mawkish}}{\textipa{m\'O:kIS}\ }{}%
+ \ifthenelse{\equal{\word}{maxi}}{\textipa{m\'\ae ksi}\ }{}%
+ \ifthenelse{\equal{\word}{maxim}}{\textipa{m\'\ae ksIm}\ }{}%
+ \ifthenelse{\equal{\word}{maxima}}{\textipa{m\'\ae ksIm@}\ }{}%
+ \ifthenelse{\equal{\word}{maximal}}{\textipa{m\'\ae ksIml}\ }{}%
+ \ifthenelse{\equal{\word}{maximize}}{\textipa{m\'\ae ksIm\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{maximum}}{\textipa{m\'\ae ksIm at m}\ }{}%
+ \ifthenelse{\equal{\word}{may}}{\textipa{meI}\ }{}%
+ \ifthenelse{\equal{\word}{maya}}{\textipa{m\'a@}\ }{}%
+ \ifthenelse{\equal{\word}{maybe}}{\textipa{m\'eIbi}\ }{}%
+ \ifthenelse{\equal{\word}{mayday}}{\textipa{m\'eId\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{mayhem}}{\textipa{m\'eIhem}\ }{}%
+ \ifthenelse{\equal{\word}{mayonnaise}}{\textipa{m\'eI at n\`eIz}\ }{}%
+ \ifthenelse{\equal{\word}{mayor}}{\textipa{m\'eI at r}\ }{}%
+ \ifthenelse{\equal{\word}{mayoress}}{\textipa{m\'eIr at s}\ }{}%
+ \ifthenelse{\equal{\word}{maypole}}{\textipa{m\'eIp\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{maze}}{\textipa{meIz}\ }{}%
+ \ifthenelse{\equal{\word}{mazurka}}{\textipa{m at z\'@:rk@}\ }{}%
+ \ifthenelse{\equal{\word}{mazy}}{\textipa{m\'eIzi}\ }{}%
+ \ifthenelse{\equal{\word}{mbabane}}{\textipa{\`embA:b\'A:neI}\ }{}%
+ \ifthenelse{\equal{\word}{me}}{\textipa{mi}\ }{}%
+ \ifthenelse{\equal{\word}{mead}}{\textipa{mi:d}\ }{}%
+ \ifthenelse{\equal{\word}{meadow}}{\textipa{m\'edoU}\ }{}%
+ \ifthenelse{\equal{\word}{meager}}{\textipa{m\'\i:g at r}\ }{}%
+ \ifthenelse{\equal{\word}{meal}}{\textipa{mi:l}\ }{}%
+ \ifthenelse{\equal{\word}{mealy}}{\textipa{m\'\i:li}\ }{}%
+ \ifthenelse{\equal{\word}{mean}}{\textipa{mi:n}\ }{}%
+ \ifthenelse{\equal{\word}{meander}}{\textipa{mi\'\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{meaning}}{\textipa{m\'\i:nIN}\ }{}%
+ \ifthenelse{\equal{\word}{meaningful}}{\textipa{m\'\i:nINfl}\ }{}%
+ \ifthenelse{\equal{\word}{means}}{\textipa{mi:nz}\ }{}%
+ \ifthenelse{\equal{\word}{meant}}{\textipa{ment}\ }{}%
+ \ifthenelse{\equal{\word}{meantime}}{\textipa{m\'\i:nt\`aIm}\ }{}%
+ \ifthenelse{\equal{\word}{meanwhile}}{\textipa{m\'\i:nw\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{meany}}{\textipa{m\'\i:ni}\ }{}%
+ \ifthenelse{\equal{\word}{measles}}{\textipa{m\'\i:zlz}\ }{}%
+ \ifthenelse{\equal{\word}{measly}}{\textipa{m\'\i:zli}\ }{}%
+ \ifthenelse{\equal{\word}{measurable}}{\textipa{m\'eZr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{measure}}{\textipa{m\'eZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{measurement}}{\textipa{m\'eZ at rm@nt}\ }{}%
+ \ifthenelse{\equal{\word}{measuring}}{\textipa{m\'eZrIN}\ }{}%
+ \ifthenelse{\equal{\word}{meat}}{\textipa{mi:t}\ }{}%
+ \ifthenelse{\equal{\word}{meaty}}{\textipa{m\'\i:ti}\ }{}%
+ \ifthenelse{\equal{\word}{mecca}}{\textipa{m\'ek@}\ }{}%
+ \ifthenelse{\equal{\word}{mechanic}}{\textipa{mIk\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{mechanical}}{\textipa{mIk\'\ae nIkl}\ }{}%
+ \ifthenelse{\equal{\word}{mechanics}}{\textipa{mIk\'\ae nIks}\ }{}%
+ \ifthenelse{\equal{\word}{mechanize}}{\textipa{m\'ek at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{mechanism}}{\textipa{m\'ek at n\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{mechanist}}{\textipa{m\'eknIst}\ }{}%
+ \ifthenelse{\equal{\word}{mechanistic}}{\textipa{m\`ek at n\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{medal}}{\textipa{m\'edl}\ }{}%
+ \ifthenelse{\equal{\word}{medallion}}{\textipa{m at d\'\ae lj at n}\ }{}%
+ \ifthenelse{\equal{\word}{medalists}}{\textipa{m\'edlIst}\ }{}%
+ \ifthenelse{\equal{\word}{meddlesome}}{\textipa{m\'edlsm}\ }{}%
+ \ifthenelse{\equal{\word}{media}}{\textipa{m\'\i:di@}\ }{}%
+ \ifthenelse{\equal{\word}{medial}}{\textipa{m\'\i:di at l}\ }{}%
+ \ifthenelse{\equal{\word}{median}}{\textipa{m\'\i:di at n}\ }{}%
+ \ifthenelse{\equal{\word}{mediate}}{\textipa{m\'\i:di\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{mediation}}{\textipa{m\`\i:di\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{mediator}}{\textipa{m\'\i:di\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{medic}}{\textipa{m\'edIk}\ }{}%
+ \ifthenelse{\equal{\word}{medical}}{\textipa{m\'edIkl}\ }{}%
+ \ifthenelse{\equal{\word}{medicate}}{\textipa{m\'edIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{medicinal}}{\textipa{m at d\'Isnl}\ }{}%
+ \ifthenelse{\equal{\word}{medicine}}{\textipa{m\'edsn}\ }{}%
+ \ifthenelse{\equal{\word}{medieval}}{\textipa{m\`\i:di\'\i:vl}\ }{}%
+ \ifthenelse{\equal{\word}{mediocre}}{\textipa{m\`\i:di\'oUk at r}\ }{}%
+ \ifthenelse{\equal{\word}{mediocrity}}{\textipa{m\`\i:di\'Akr at ti}\ }{}%
+ \ifthenelse{\equal{\word}{meditate}}{\textipa{m\'edIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{meditation}}{\textipa{m\`edIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{meditative}}{\textipa{m\'ed at t\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{medium}}{\textipa{m\'\i:di at m}\ }{}%
+ \ifthenelse{\equal{\word}{medlar}}{\textipa{m\'edl at r}\ }{}%
+ \ifthenelse{\equal{\word}{medley}}{\textipa{m\'edli}\ }{}%
+ \ifthenelse{\equal{\word}{medulla}}{\textipa{med\'2l@}\ }{}%
+ \ifthenelse{\equal{\word}{medusa}}{\textipa{m at dj\'u:s@}\ }{}%
+ \ifthenelse{\equal{\word}{meek}}{\textipa{mi:k}\ }{}%
+ \ifthenelse{\equal{\word}{meeting}}{\textipa{m\'\i:tIN}\ }{}%
+ \ifthenelse{\equal{\word}{mega}}{\textipa{m\'eg@}\ }{}%
+ \ifthenelse{\equal{\word}{megalith}}{\textipa{m\'eg at l\`IT}\ }{}%
+ \ifthenelse{\equal{\word}{megalomania}}{\textipa{m\`egl at m\'eIni@}\ }{}%
+ \ifthenelse{\equal{\word}{meiosis}}{\textipa{maI\'oUsIs}\ }{}%
+ \ifthenelse{\equal{\word}{melancholia}}{\textipa{m\`el at nk\'oUli@}\ }{}%
+ \ifthenelse{\equal{\word}{melancholic}}{\textipa{m\`el at nk\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{melancholy}}{\textipa{m\'el at nk\`Ali}\ }{}%
+ \ifthenelse{\equal{\word}{melange}}{\textipa{meIl\'A:nZ}\ }{}%
+ \ifthenelse{\equal{\word}{melanin}}{\textipa{m\'el at nIn}\ }{}%
+ \ifthenelse{\equal{\word}{melanoma}}{\textipa{m\`el at n\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{melatonin}}{\textipa{m\`el at t\'oUnIn}\ }{}%
+ \ifthenelse{\equal{\word}{meld}}{\textipa{meld}\ }{}%
+ \ifthenelse{\equal{\word}{mellifluous}}{\textipa{m at l\'Iflu at s}\ }{}%
+ \ifthenelse{\equal{\word}{mellow}}{\textipa{m\'eloU}\ }{}%
+ \ifthenelse{\equal{\word}{melodic}}{\textipa{m at l\'AdIk}\ }{}%
+ \ifthenelse{\equal{\word}{melodious}}{\textipa{m at l\'oUdi at s}\ }{}%
+ \ifthenelse{\equal{\word}{melodrama}}{\textipa{m\'el at dr\`A:m@}\ }{}%
+ \ifthenelse{\equal{\word}{melodramatic}}{\textipa{m\`el at dr@m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{melody}}{\textipa{m\'el at di}\ }{}%
+ \ifthenelse{\equal{\word}{melon}}{\textipa{m\'el at n}\ }{}%
+ \ifthenelse{\equal{\word}{melt}}{\textipa{melt}\ }{}%
+ \ifthenelse{\equal{\word}{member}}{\textipa{m\'emb at r}\ }{}%
+ \ifthenelse{\equal{\word}{membership}}{\textipa{m\'emb at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{membrane}}{\textipa{m\'embreIn}\ }{}%
+ \ifthenelse{\equal{\word}{memento}}{\textipa{m at m\'entoU}\ }{}%
+ \ifthenelse{\equal{\word}{memo}}{\textipa{m\'emoU}\ }{}%
+ \ifthenelse{\equal{\word}{memoir}}{\textipa{m\'emwA:r}\ }{}%
+ \ifthenelse{\equal{\word}{memorabilia}}{\textipa{m\`emr at b\'Ili@}\ }{}%
+ \ifthenelse{\equal{\word}{memorable}}{\textipa{m\'emr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{memoranda}}{\textipa{m\`em at r\'\ae nd at m}\ }{}%
+ \ifthenelse{\equal{\word}{memorial}}{\textipa{m at m\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{memorize}}{\textipa{m\'em at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{memory}}{\textipa{m\'emri}\ }{}%
+ \ifthenelse{\equal{\word}{memphis}}{\textipa{m\'emfIs}\ }{}%
+ \ifthenelse{\equal{\word}{men}}{\textipa{men}\ }{}%
+ \ifthenelse{\equal{\word}{menace}}{\textipa{m\'en at s}\ }{}%
+ \ifthenelse{\equal{\word}{menagerie}}{\textipa{m at n\'\ae dZri}\ }{}%
+ \ifthenelse{\equal{\word}{mend}}{\textipa{mend}\ }{}%
+ \ifthenelse{\equal{\word}{mendacious}}{\textipa{mend\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{mendacity}}{\textipa{mend\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{mendel}}{\textipa{m\'endl}\ }{}%
+ \ifthenelse{\equal{\word}{mendicant}}{\textipa{m\'endIknt}\ }{}%
+ \ifthenelse{\equal{\word}{menfolk}}{\textipa{m\'enf\`oUk}\ }{}%
+ \ifthenelse{\equal{\word}{menhir}}{\textipa{m\'enhI at r}\ }{}%
+ \ifthenelse{\equal{\word}{menial}}{\textipa{m\'\i:ni at l}\ }{}%
+ \ifthenelse{\equal{\word}{meningitis}}{\textipa{m\`enIndZ\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{meniscus}}{\textipa{m at n\'Isk at s}\ }{}%
+ \ifthenelse{\equal{\word}{menopause}}{\textipa{m\'en at p\`O:z}\ }{}%
+ \ifthenelse{\equal{\word}{menorah}}{\textipa{m at n\'O:r@}\ }{}%
+ \ifthenelse{\equal{\word}{menstrual}}{\textipa{m\'enstrul}\ }{}%
+ \ifthenelse{\equal{\word}{menstruating}}{\textipa{m\'enstru\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{mental}}{\textipa{m\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{mentalistic}}{\textipa{m\'entl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{mentality}}{\textipa{ment\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{mentally}}{\textipa{m\'entli}\ }{}%
+ \ifthenelse{\equal{\word}{menthol}}{\textipa{m\'enTO:l}\ }{}%
+ \ifthenelse{\equal{\word}{mention}}{\textipa{m\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{mentor}}{\textipa{m\'entO:r}\ }{}%
+ \ifthenelse{\equal{\word}{menu}}{\textipa{m\'enju:}\ }{}%
+ \ifthenelse{\equal{\word}{meow}}{\textipa{mi\'aU}\ }{}%
+ \ifthenelse{\equal{\word}{mercantile}}{\textipa{m\'@:rknt\`\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{mercenary}}{\textipa{m\'@:rsn\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{merchandise}}{\textipa{m\'@:rtSnd\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{merchant}}{\textipa{m\'@:rtSnt}\ }{}%
+ \ifthenelse{\equal{\word}{merchantable}}{\textipa{m\'@:rtSnt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{merciful}}{\textipa{m\'@:rsIfl}\ }{}%
+ \ifthenelse{\equal{\word}{merciless}}{\textipa{m\'@:rsIl at s}\ }{}%
+ \ifthenelse{\equal{\word}{mercurial}}{\textipa{m@:rkj\'U at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{mercuric}}{\textipa{m@:rkj\'U at rIk}\ }{}%
+ \ifthenelse{\equal{\word}{mercury}}{\textipa{m\'@:rkj at ri}\ }{}%
+ \ifthenelse{\equal{\word}{mercy}}{\textipa{m\'@:rsi}\ }{}%
+ \ifthenelse{\equal{\word}{mere}}{\textipa{mI at r}\ }{}%
+ \ifthenelse{\equal{\word}{merely}}{\textipa{m\'I at rli}\ }{}%
+ \ifthenelse{\equal{\word}{meretricious}}{\textipa{m\`er at tr\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{merge}}{\textipa{m@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{merger}}{\textipa{m\'@:rdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{meridian}}{\textipa{m at r\'Idi at n}\ }{}%
+ \ifthenelse{\equal{\word}{meridional}}{\textipa{m at r\'Idi at nl}\ }{}%
+ \ifthenelse{\equal{\word}{meringue}}{\textipa{m at r\'\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{merino}}{\textipa{m at r\'\i:noU}\ }{}%
+ \ifthenelse{\equal{\word}{merit}}{\textipa{m\'er at t}\ }{}%
+ \ifthenelse{\equal{\word}{meritocracy}}{\textipa{merIt\'Akr at si}\ }{}%
+ \ifthenelse{\equal{\word}{meritorious}}{\textipa{m\`erIt\'O:ri at s}\ }{}%
+ \ifthenelse{\equal{\word}{mermaid}}{\textipa{m\'@:rm\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{merman}}{\textipa{m\'@:rm\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{merrily}}{\textipa{m\'erIli}\ }{}%
+ \ifthenelse{\equal{\word}{merriment}}{\textipa{m\'erim at nt}\ }{}%
+ \ifthenelse{\equal{\word}{merry}}{\textipa{m\'eri}\ }{}%
+ \ifthenelse{\equal{\word}{mescaline}}{\textipa{m\'esklIn}\ }{}%
+ \ifthenelse{\equal{\word}{mesh}}{\textipa{meS}\ }{}%
+ \ifthenelse{\equal{\word}{mesmeric}}{\textipa{mezm\'erIk}\ }{}%
+ \ifthenelse{\equal{\word}{mesmerized}}{\textipa{m\'ezm at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{mesolithic}}{\textipa{m\`es at l\'ITIk}\ }{}%
+ \ifthenelse{\equal{\word}{meson}}{\textipa{m\'\i:zAn}\ }{}%
+ \ifthenelse{\equal{\word}{mesosphere}}{\textipa{m\'es at sf\`I at r}\ }{}%
+ \ifthenelse{\equal{\word}{mesozoic}}{\textipa{m\`es at z\'oUIk}\ }{}%
+ \ifthenelse{\equal{\word}{mess}}{\textipa{mes}\ }{}%
+ \ifthenelse{\equal{\word}{message}}{\textipa{m\'esIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{messaging}}{\textipa{m\'esIdZIN}\ }{}%
+ \ifthenelse{\equal{\word}{messenger}}{\textipa{m\'esnZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{messiah}}{\textipa{m at s\'a@}\ }{}%
+ \ifthenelse{\equal{\word}{messy}}{\textipa{m\'esi}\ }{}%
+ \ifthenelse{\equal{\word}{mestizo}}{\textipa{mest\'\i:zoU}\ }{}%
+ \ifthenelse{\equal{\word}{met}}{\textipa{met}\ }{}%
+ \ifthenelse{\equal{\word}{metabolic}}{\textipa{m\`et at b\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{metabolize}}{\textipa{m at t\'\ae b at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{metabolism}}{\textipa{m at t\'\ae b at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{metal}}{\textipa{m\'etl}\ }{}%
+ \ifthenelse{\equal{\word}{metallic}}{\textipa{met\'\ae lIk}\ }{}%
+ \ifthenelse{\equal{\word}{metallurgical}}{\textipa{m\`etl\'@:rdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{metallurgist}}{\textipa{m\'etl@:rdZ at st}\ }{}%
+ \ifthenelse{\equal{\word}{metallurgy}}{\textipa{m\'etl\`@:rdZi}\ }{}%
+ \ifthenelse{\equal{\word}{metamorphic}}{\textipa{m\`et at m\'O:rfIk}\ }{}%
+ \ifthenelse{\equal{\word}{metamorphose}}{\textipa{m\`et at m\'O:rfoUz}\ }{}%
+ \ifthenelse{\equal{\word}{metamorphosis}}{\textipa{m\`et at m\'O:rf at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{metaphor}}{\textipa{m\'et at f\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{metaphorical}}{\textipa{m\`et at f\'O:rIkl}\ }{}%
+ \ifthenelse{\equal{\word}{metaphysical}}{\textipa{m\`et at f\'IzIkl}\ }{}%
+ \ifthenelse{\equal{\word}{metaphysics}}{\textipa{m\`et at f\'IzIks}\ }{}%
+ \ifthenelse{\equal{\word}{metastases}}{\textipa{met\'\ae st at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{metatarsal}}{\textipa{m\`et\'A:rsl}\ }{}%
+ \ifthenelse{\equal{\word}{meteor}}{\textipa{m\'\i:ti at r}\ }{}%
+ \ifthenelse{\equal{\word}{meteoric}}{\textipa{m\`\i:ti\'O:rIk}\ }{}%
+ \ifthenelse{\equal{\word}{meteorite}}{\textipa{m\'\i:ti at r\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{meteorological}}{\textipa{m\`\i:ti at r@l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{meteorologist}}{\textipa{m\`\i:ti at r\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{meteorology}}{\textipa{m\`\i:ti at r\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{meter}}{\textipa{m\'\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{methadone}}{\textipa{m\'eT at doUn}\ }{}%
+ \ifthenelse{\equal{\word}{methane}}{\textipa{m\'eTeIn}\ }{}%
+ \ifthenelse{\equal{\word}{methanol}}{\textipa{m\'eT at n\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{method}}{\textipa{m\'eT at d}\ }{}%
+ \ifthenelse{\equal{\word}{methodical}}{\textipa{m at T\'AdIkl}\ }{}%
+ \ifthenelse{\equal{\word}{methodology}}{\textipa{m\`eT at d\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{methyl}}{\textipa{m\'eTl}\ }{}%
+ \ifthenelse{\equal{\word}{meticulous}}{\textipa{m at t\'Ikj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{metier}}{\textipa{m\'eItjeI}\ }{}%
+ \ifthenelse{\equal{\word}{metonymy}}{\textipa{met\'An at mi}\ }{}%
+ \ifthenelse{\equal{\word}{metric}}{\textipa{m\'etrIk}\ }{}%
+ \ifthenelse{\equal{\word}{metrical}}{\textipa{m\'etrIkl}\ }{}%
+ \ifthenelse{\equal{\word}{metrication}}{\textipa{m\'etrIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{metrics}}{\textipa{m\'etrIks}\ }{}%
+ \ifthenelse{\equal{\word}{metro}}{\textipa{m\'etroU}\ }{}%
+ \ifthenelse{\equal{\word}{metronome}}{\textipa{m\'etr at n\`oUm}\ }{}%
+ \ifthenelse{\equal{\word}{metropolis}}{\textipa{m at tr\'AplIs}\ }{}%
+ \ifthenelse{\equal{\word}{metropolitan}}{\textipa{m\`etr at p\'Al at tn}\ }{}%
+ \ifthenelse{\equal{\word}{mews}}{\textipa{mju:z}\ }{}%
+ \ifthenelse{\equal{\word}{mexican}}{\textipa{m\'eksIkn}\ }{}%
+ \ifthenelse{\equal{\word}{mexico}}{\textipa{m\'eksIk\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{mezzanine}}{\textipa{m\'ez at n\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{miami}}{\textipa{maI\'\ae mi}\ }{}%
+ \ifthenelse{\equal{\word}{miasma}}{\textipa{mi\'\ae zm@}\ }{}%
+ \ifthenelse{\equal{\word}{mica}}{\textipa{m\'aIk@}\ }{}%
+ \ifthenelse{\equal{\word}{mice}}{\textipa{maIs}\ }{}%
+ \ifthenelse{\equal{\word}{michigan}}{\textipa{m\'ISIgn}\ }{}%
+ \ifthenelse{\equal{\word}{micro}}{\textipa{m\'aIkroU}\ }{}%
+ \ifthenelse{\equal{\word}{microbe}}{\textipa{m\'aIkroUb}\ }{}%
+ \ifthenelse{\equal{\word}{microchip}}{\textipa{m\'aIkroUtS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{microcosm}}{\textipa{m\'aIkr at k\`Azm}\ }{}%
+ \ifthenelse{\equal{\word}{microdot}}{\textipa{m\'aIkr at d\`At}\ }{}%
+ \ifthenelse{\equal{\word}{microfiche}}{\textipa{m\'aIkr at f\`\i:S}\ }{}%
+ \ifthenelse{\equal{\word}{microfilm}}{\textipa{m\'aIkr at f\`Ilm}\ }{}%
+ \ifthenelse{\equal{\word}{micrograms}}{\textipa{m\'aIkr at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{micrometer}}{\textipa{maIkr\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{micron}}{\textipa{m\'aIkrAn}\ }{}%
+ \ifthenelse{\equal{\word}{microphone}}{\textipa{m\'aIkr at f\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{microprocessor}}{\textipa{m\'aIkr at pr\`Ases at r}\ }{}%
+ \ifthenelse{\equal{\word}{microscope}}{\textipa{m\'aIkr at sk\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{microscopic}}{\textipa{m\`aIkr at sk\'ApIk}\ }{}%
+ \ifthenelse{\equal{\word}{microscopy}}{\textipa{maIkr\'Ask at pi}\ }{}%
+ \ifthenelse{\equal{\word}{microsecond}}{\textipa{m\'aIkr at s\`eknd}\ }{}%
+ \ifthenelse{\equal{\word}{microwave}}{\textipa{m\'aIkr at w\`eIv}\ }{}%
+ \ifthenelse{\equal{\word}{mid}}{\textipa{mId}\ }{}%
+ \ifthenelse{\equal{\word}{midas}}{\textipa{m\'aId at s}\ }{}%
+ \ifthenelse{\equal{\word}{midday}}{\textipa{m\`Idd\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{midden}}{\textipa{m\'Idn}\ }{}%
+ \ifthenelse{\equal{\word}{middle}}{\textipa{m\'Idl}\ }{}%
+ \ifthenelse{\equal{\word}{middling}}{\textipa{m\'IdlIN}\ }{}%
+ \ifthenelse{\equal{\word}{midge}}{\textipa{mIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{midget}}{\textipa{m\'IdZIt}\ }{}%
+ \ifthenelse{\equal{\word}{midi}}{\textipa{m\'Idi}\ }{}%
+ \ifthenelse{\equal{\word}{midland}}{\textipa{m\'Idl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{midnight}}{\textipa{m\'Idn\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{midriff}}{\textipa{m\'Idr\`If}\ }{}%
+ \ifthenelse{\equal{\word}{midst}}{\textipa{mIdst}\ }{}%
+ \ifthenelse{\equal{\word}{midsummer}}{\textipa{m\`Ids\'2m at r}\ }{}%
+ \ifthenelse{\equal{\word}{midway}}{\textipa{m\'\i dw\`ei}\ }{}%
+ \ifthenelse{\equal{\word}{midwifery}}{\textipa{m\`Idw\'Ifri}\ }{}%
+ \ifthenelse{\equal{\word}{mightily}}{\textipa{m\'aItli}\ }{}%
+ \ifthenelse{\equal{\word}{mighty}}{\textipa{m\'aIti}\ }{}%
+ \ifthenelse{\equal{\word}{migraine}}{\textipa{m\'aIgreIn}\ }{}%
+ \ifthenelse{\equal{\word}{migrant}}{\textipa{m\'aIgrnt}\ }{}%
+ \ifthenelse{\equal{\word}{migrate}}{\textipa{m\'aIgreIt}\ }{}%
+ \ifthenelse{\equal{\word}{migratory}}{\textipa{m\'aIgr at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{mike}}{\textipa{maIk}\ }{}%
+ \ifthenelse{\equal{\word}{milady}}{\textipa{mIl\'eIdi}\ }{}%
+ \ifthenelse{\equal{\word}{milan}}{\textipa{mIl\'\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{mild}}{\textipa{maIld}\ }{}%
+ \ifthenelse{\equal{\word}{mildew}}{\textipa{m\'Ildju:}\ }{}%
+ \ifthenelse{\equal{\word}{mile}}{\textipa{maIl}\ }{}%
+ \ifthenelse{\equal{\word}{mileage}}{\textipa{m\'aIlIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{miler}}{\textipa{m\'aIl at r}\ }{}%
+ \ifthenelse{\equal{\word}{milieu}}{\textipa{mi:lj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{militancy}}{\textipa{m\'IlItnsi}\ }{}%
+ \ifthenelse{\equal{\word}{militant}}{\textipa{m\'IlItnt}\ }{}%
+ \ifthenelse{\equal{\word}{militarily}}{\textipa{m\`Il at t\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{militarized}}{\textipa{m\'Il at t@r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{militarism}}{\textipa{m\'Il at t@r\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{militarist}}{\textipa{m\'Il at trIst}\ }{}%
+ \ifthenelse{\equal{\word}{militaristic}}{\textipa{m\`Il at t@r\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{military}}{\textipa{m\'Il at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{militate}}{\textipa{m\'IlIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{militia}}{\textipa{m at l\'IS@}\ }{}%
+ \ifthenelse{\equal{\word}{milk}}{\textipa{m\'Ilk}\ }{}%
+ \ifthenelse{\equal{\word}{milky}}{\textipa{m\'Ilki}\ }{}%
+ \ifthenelse{\equal{\word}{mill}}{\textipa{mIl}\ }{}%
+ \ifthenelse{\equal{\word}{millenarian}}{\textipa{m\`Il at n\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{millennia}}{\textipa{mIl\'eni at m}\ }{}%
+ \ifthenelse{\equal{\word}{millennial}}{\textipa{mIl\'eni at l}\ }{}%
+ \ifthenelse{\equal{\word}{millet}}{\textipa{m\'IlIt}\ }{}%
+ \ifthenelse{\equal{\word}{millibars}}{\textipa{m\'Ilib\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{milligram}}{\textipa{m\'Iligr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{milliliters}}{\textipa{m\'Il at l\`\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{millimeter}}{\textipa{m\'Il at m\`\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{milliner}}{\textipa{m\'IlIn at r}\ }{}%
+ \ifthenelse{\equal{\word}{millinery}}{\textipa{m\'Il at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{million}}{\textipa{m\'Ilj at n}\ }{}%
+ \ifthenelse{\equal{\word}{millionaire}}{\textipa{m\`Ilj at n\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{millionth}}{\textipa{m\'Ilj at nT}\ }{}%
+ \ifthenelse{\equal{\word}{millipede}}{\textipa{m\'IlIp\`\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{milord}}{\textipa{mil\'O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{milt}}{\textipa{mIlt}\ }{}%
+ \ifthenelse{\equal{\word}{mime}}{\textipa{maIm}\ }{}%
+ \ifthenelse{\equal{\word}{mimeographed}}{\textipa{m\'Imi at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{mimetic}}{\textipa{mIm\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{mimic}}{\textipa{m\'ImIk}\ }{}%
+ \ifthenelse{\equal{\word}{mimicry}}{\textipa{m\'ImIkri}\ }{}%
+ \ifthenelse{\equal{\word}{mimosa}}{\textipa{mIm\'oUs@}\ }{}%
+ \ifthenelse{\equal{\word}{minaret}}{\textipa{m\`In at r\'et}\ }{}%
+ \ifthenelse{\equal{\word}{mince}}{\textipa{mIns}\ }{}%
+ \ifthenelse{\equal{\word}{mincer}}{\textipa{m\'Ins at r}\ }{}%
+ \ifthenelse{\equal{\word}{mincing}}{\textipa{m\'InsIN}\ }{}%
+ \ifthenelse{\equal{\word}{mind}}{\textipa{maInd}\ }{}%
+ \ifthenelse{\equal{\word}{mindful}}{\textipa{m\'aInfl}\ }{}%
+ \ifthenelse{\equal{\word}{mine}}{\textipa{maIn}\ }{}%
+ \ifthenelse{\equal{\word}{miner}}{\textipa{m\'aIn at r}\ }{}%
+ \ifthenelse{\equal{\word}{mineral}}{\textipa{m\'Inrl}\ }{}%
+ \ifthenelse{\equal{\word}{mineralized}}{\textipa{m\'Inr at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{mineralogy}}{\textipa{m\`In at r\'\ae l at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{minestrone}}{\textipa{m\`In at str\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{mingle}}{\textipa{m\'INgl}\ }{}%
+ \ifthenelse{\equal{\word}{mini}}{\textipa{m\'Ini}\ }{}%
+ \ifthenelse{\equal{\word}{miniature}}{\textipa{m\'Ini at tSr}\ }{}%
+ \ifthenelse{\equal{\word}{minim}}{\textipa{m\'InIm}\ }{}%
+ \ifthenelse{\equal{\word}{minima}}{\textipa{m\'InIm@}\ }{}%
+ \ifthenelse{\equal{\word}{minimal}}{\textipa{m\'InIml}\ }{}%
+ \ifthenelse{\equal{\word}{minimize}}{\textipa{m\'InIm\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{minimum}}{\textipa{m\'InIm at m}\ }{}%
+ \ifthenelse{\equal{\word}{mining}}{\textipa{m\'aInIN}\ }{}%
+ \ifthenelse{\equal{\word}{minion}}{\textipa{m\'Inj at n}\ }{}%
+ \ifthenelse{\equal{\word}{minister}}{\textipa{m\'InIst at r}\ }{}%
+ \ifthenelse{\equal{\word}{ministerial}}{\textipa{m\`InIst\'\i at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{ministration}}{\textipa{m\`InIstr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ministry}}{\textipa{m\'InIstri}\ }{}%
+ \ifthenelse{\equal{\word}{mink}}{\textipa{mINk}\ }{}%
+ \ifthenelse{\equal{\word}{minke}}{\textipa{m\'INk@}\ }{}%
+ \ifthenelse{\equal{\word}{minnow}}{\textipa{m\'InoU}\ }{}%
+ \ifthenelse{\equal{\word}{minority}}{\textipa{m at n\'O:r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{minster}}{\textipa{m\'Inst at r}\ }{}%
+ \ifthenelse{\equal{\word}{minstrel}}{\textipa{m\'Instrl}\ }{}%
+ \ifthenelse{\equal{\word}{mint}}{\textipa{mInt}\ }{}%
+ \ifthenelse{\equal{\word}{minty}}{\textipa{m\'Inti}\ }{}%
+ \ifthenelse{\equal{\word}{minuet}}{\textipa{m\`Inju\'et}\ }{}%
+ \ifthenelse{\equal{\word}{minus}}{\textipa{m\'aIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{minuscule}}{\textipa{m\'In at skj\`u:l}\ }{}%
+ \ifthenelse{\equal{\word}{minute}}{\textipa{m\'In at t}\ }{}%
+ \ifthenelse{\equal{\word}{minutely}}{\textipa{maInj\'u:tli}\ }{}%
+ \ifthenelse{\equal{\word}{minuteness}}{\textipa{maInj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{minutiae}}{\textipa{maInj\'u:Si@}\ }{}%
+ \ifthenelse{\equal{\word}{minx}}{\textipa{mINs}\ }{}%
+ \ifthenelse{\equal{\word}{miracle}}{\textipa{m\'Ir at kl}\ }{}%
+ \ifthenelse{\equal{\word}{miraculous}}{\textipa{m at r\'\ae kj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{mirage}}{\textipa{m at r\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{mire}}{\textipa{maI at r}\ }{}%
+ \ifthenelse{\equal{\word}{mirror}}{\textipa{m\'Ir at r}\ }{}%
+ \ifthenelse{\equal{\word}{mirth}}{\textipa{m@:rT}\ }{}%
+ \ifthenelse{\equal{\word}{mirthful}}{\textipa{m\'@:rTfl}\ }{}%
+ \ifthenelse{\equal{\word}{misanthrope}}{\textipa{m\'IsnTr\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{misanthropic}}{\textipa{m\`IsnTr\'ApIk}\ }{}%
+ \ifthenelse{\equal{\word}{misanthropy}}{\textipa{mIs\'\ae nTr at pi}\ }{}%
+ \ifthenelse{\equal{\word}{miscegenation}}{\textipa{m\`IsIdZ at n\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{miscellanea}}{\textipa{m\`Is at l\'eIni@}\ }{}%
+ \ifthenelse{\equal{\word}{miscellaneous}}{\textipa{m\`Is at l\'eIni at s}\ }{}%
+ \ifthenelse{\equal{\word}{miscellany}}{\textipa{m\'Is at l\`eIni}\ }{}%
+ \ifthenelse{\equal{\word}{mischief}}{\textipa{m\'IstSIf}\ }{}%
+ \ifthenelse{\equal{\word}{mischievous}}{\textipa{m\'IstSIv at s}\ }{}%
+ \ifthenelse{\equal{\word}{miscible}}{\textipa{m\'Is at bl}\ }{}%
+ \ifthenelse{\equal{\word}{misconduct}}{\textipa{mIsk\'And2kt}\ }{}%
+ \ifthenelse{\equal{\word}{miscreant}}{\textipa{m\'Iskri at nt}\ }{}%
+ \ifthenelse{\equal{\word}{miser}}{\textipa{m\'aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{miserable}}{\textipa{m\'Izr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{misery}}{\textipa{m\'Izri}\ }{}%
+ \ifthenelse{\equal{\word}{misfortune}}{\textipa{mIsf\'O:rtSn}\ }{}%
+ \ifthenelse{\equal{\word}{misgiving}}{\textipa{m\`Isg\'IvIN}\ }{}%
+ \ifthenelse{\equal{\word}{mishap}}{\textipa{m\'Ish\`\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{mislead}}{\textipa{m\`Isl\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{misleading}}{\textipa{m\`Isl\'\i:dIN}\ }{}%
+ \ifthenelse{\equal{\word}{misled}}{\textipa{m\`Isl\'ed}\ }{}%
+ \ifthenelse{\equal{\word}{misnomer}}{\textipa{m\`Isn\'oUm at r}\ }{}%
+ \ifthenelse{\equal{\word}{misogynist}}{\textipa{mIs\'AdZnIst}\ }{}%
+ \ifthenelse{\equal{\word}{misogyny}}{\textipa{mIs\'AdZni}\ }{}%
+ \ifthenelse{\equal{\word}{misprint}}{\textipa{m\'Ispr\`Int}\ }{}%
+ \ifthenelse{\equal{\word}{miss}}{\textipa{mIs}\ }{}%
+ \ifthenelse{\equal{\word}{missal}}{\textipa{m\'Isl}\ }{}%
+ \ifthenelse{\equal{\word}{misshapen}}{\textipa{m\`IsS\'eIpn}\ }{}%
+ \ifthenelse{\equal{\word}{missing}}{\textipa{m\'IsIN}\ }{}%
+ \ifthenelse{\equal{\word}{mission}}{\textipa{m\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{missionary}}{\textipa{m\'IS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{missive}}{\textipa{m\'IsIv}\ }{}%
+ \ifthenelse{\equal{\word}{missouri}}{\textipa{mIz\'U at ri}\ }{}%
+ \ifthenelse{\equal{\word}{missus}}{\textipa{m\'Is at z}\ }{}%
+ \ifthenelse{\equal{\word}{missy}}{\textipa{m\'Isi}\ }{}%
+ \ifthenelse{\equal{\word}{mist}}{\textipa{mIst}\ }{}%
+ \ifthenelse{\equal{\word}{mistake}}{\textipa{mIst\'eIk}\ }{}%
+ \ifthenelse{\equal{\word}{mistaken}}{\textipa{mIst\'eIkn}\ }{}%
+ \ifthenelse{\equal{\word}{mistletoe}}{\textipa{m\'Islt\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{mistook}}{\textipa{mIst\'Uk}\ }{}%
+ \ifthenelse{\equal{\word}{mistress}}{\textipa{m\'Istr at s}\ }{}%
+ \ifthenelse{\equal{\word}{misty}}{\textipa{m\'Isti}\ }{}%
+ \ifthenelse{\equal{\word}{misunderstand}}{\textipa{m\`Is2nd at rst\'\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{misunderstanding}}{\textipa{m\`Is2nd at rst\'\ae ndIN}\ }{}%
+ \ifthenelse{\equal{\word}{misunderstood}}{\textipa{m\`Is2nd at rst\'Ud}\ }{}%
+ \ifthenelse{\equal{\word}{misuse}}{\textipa{m\`Isj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{mite}}{\textipa{maIt}\ }{}%
+ \ifthenelse{\equal{\word}{mitigate}}{\textipa{m\'It at g\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{mitochondria}}{\textipa{m\`aIt at k\'Andri at n}\ }{}%
+ \ifthenelse{\equal{\word}{mitosis}}{\textipa{maIt\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{miter}}{\textipa{m\'aIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{mitt}}{\textipa{mIt}\ }{}%
+ \ifthenelse{\equal{\word}{mitten}}{\textipa{m\'Itn}\ }{}%
+ \ifthenelse{\equal{\word}{mix}}{\textipa{mIks}\ }{}%
+ \ifthenelse{\equal{\word}{mixed}}{\textipa{mIkst}\ }{}%
+ \ifthenelse{\equal{\word}{mixture}}{\textipa{m\'IkstS at r}\ }{}%
+ \ifthenelse{\equal{\word}{mnemonic}}{\textipa{nIm\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{moan}}{\textipa{moUn}\ }{}%
+ \ifthenelse{\equal{\word}{moas}}{\textipa{m\'oU@}\ }{}%
+ \ifthenelse{\equal{\word}{moat}}{\textipa{moUt}\ }{}%
+ \ifthenelse{\equal{\word}{mob}}{\textipa{mAb}\ }{}%
+ \ifthenelse{\equal{\word}{mobile}}{\textipa{m\'oUbl}\ }{}%
+ \ifthenelse{\equal{\word}{mobilize}}{\textipa{m\'oUb at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{mobility}}{\textipa{moUb\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{mobster}}{\textipa{m\'Abst at r}\ }{}%
+ \ifthenelse{\equal{\word}{moccasin}}{\textipa{m\'Ak at sIn}\ }{}%
+ \ifthenelse{\equal{\word}{mock}}{\textipa{mAk}\ }{}%
+ \ifthenelse{\equal{\word}{mockery}}{\textipa{m\'Akri}\ }{}%
+ \ifthenelse{\equal{\word}{mod}}{\textipa{mAd}\ }{}%
+ \ifthenelse{\equal{\word}{modal}}{\textipa{m\'oUdl}\ }{}%
+ \ifthenelse{\equal{\word}{modality}}{\textipa{moUd\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{mode}}{\textipa{moUd}\ }{}%
+ \ifthenelse{\equal{\word}{model}}{\textipa{m\'Adl}\ }{}%
+ \ifthenelse{\equal{\word}{modeler}}{\textipa{m\'Adl at r}\ }{}%
+ \ifthenelse{\equal{\word}{modeling}}{\textipa{m\'AdlIN}\ }{}%
+ \ifthenelse{\equal{\word}{modem}}{\textipa{m\'oUdem}\ }{}%
+ \ifthenelse{\equal{\word}{moderate}}{\textipa{m\'Adr at t}\ }{}%
+ \ifthenelse{\equal{\word}{moderately}}{\textipa{m\'Adr at tli}\ }{}%
+ \ifthenelse{\equal{\word}{moderation}}{\textipa{m\`Ad at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{moderator}}{\textipa{m\'Ad at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{modern}}{\textipa{m\'Ad at rn}\ }{}%
+ \ifthenelse{\equal{\word}{modernize}}{\textipa{m\'Ad at rn\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{modernistic}}{\textipa{m\`Ad at rn\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{modernity}}{\textipa{mAd\'@:rn at ti}\ }{}%
+ \ifthenelse{\equal{\word}{modest}}{\textipa{m\'Ad at st}\ }{}%
+ \ifthenelse{\equal{\word}{modesty}}{\textipa{m\'Ad at sti}\ }{}%
+ \ifthenelse{\equal{\word}{modicum}}{\textipa{m\'AdIk at m}\ }{}%
+ \ifthenelse{\equal{\word}{modification}}{\textipa{m\`AdIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{modifier}}{\textipa{m\'AdIf\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{modify}}{\textipa{m\'AdIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{modish}}{\textipa{m\'oUdIS}\ }{}%
+ \ifthenelse{\equal{\word}{modular}}{\textipa{m\'AdZl at r}\ }{}%
+ \ifthenelse{\equal{\word}{modulate}}{\textipa{m\'AdZ at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{module}}{\textipa{m\'AdZu:l}\ }{}%
+ \ifthenelse{\equal{\word}{moduli}}{\textipa{m\'AdZl at s}\ }{}%
+ \ifthenelse{\equal{\word}{mogul}}{\textipa{m\'oUgl}\ }{}%
+ \ifthenelse{\equal{\word}{moguls}}{\textipa{m\'oUglz}\ }{}%
+ \ifthenelse{\equal{\word}{mohair}}{\textipa{m\'oUhe at r}\ }{}%
+ \ifthenelse{\equal{\word}{moiety}}{\textipa{m\'OI at ti}\ }{}%
+ \ifthenelse{\equal{\word}{moist}}{\textipa{mOIst}\ }{}%
+ \ifthenelse{\equal{\word}{moisten}}{\textipa{m\'OIsn}\ }{}%
+ \ifthenelse{\equal{\word}{moisture}}{\textipa{m\'OIstS at r}\ }{}%
+ \ifthenelse{\equal{\word}{moisturize}}{\textipa{m\'OIstSr\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{molar}}{\textipa{m\'oUl at r}\ }{}%
+ \ifthenelse{\equal{\word}{molasses}}{\textipa{m at l\'\ae sIz}\ }{}%
+ \ifthenelse{\equal{\word}{mold}}{\textipa{moUld}\ }{}%
+ \ifthenelse{\equal{\word}{moldy}}{\textipa{m\'oUldi}\ }{}%
+ \ifthenelse{\equal{\word}{mole}}{\textipa{moUl}\ }{}%
+ \ifthenelse{\equal{\word}{molecular}}{\textipa{m at l\'ekj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{molecule}}{\textipa{m\'AlIkj\`u:l}\ }{}%
+ \ifthenelse{\equal{\word}{molest}}{\textipa{m at l\'est}\ }{}%
+ \ifthenelse{\equal{\word}{molestation}}{\textipa{m\`oUlest\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{mollify}}{\textipa{m\'AlIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{mollusc}}{\textipa{m\'Al at sk}\ }{}%
+ \ifthenelse{\equal{\word}{molten}}{\textipa{m\'oUltn}\ }{}%
+ \ifthenelse{\equal{\word}{molts}}{\textipa{moUlt}\ }{}%
+ \ifthenelse{\equal{\word}{molybdenum}}{\textipa{m at l\'Ibdn at m}\ }{}%
+ \ifthenelse{\equal{\word}{mom}}{\textipa{mAm}\ }{}%
+ \ifthenelse{\equal{\word}{moment}}{\textipa{m\'oUm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{momentarily}}{\textipa{m\`oUm at nt\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{momentary}}{\textipa{m\'oUm at nt\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{momentous}}{\textipa{moUm\'ent at s}\ }{}%
+ \ifthenelse{\equal{\word}{momentum}}{\textipa{moUm\'ent at m}\ }{}%
+ \ifthenelse{\equal{\word}{monaco}}{\textipa{m\'An at koU}\ }{}%
+ \ifthenelse{\equal{\word}{monarch}}{\textipa{m\'An at rk}\ }{}%
+ \ifthenelse{\equal{\word}{monarchic}}{\textipa{m at n\'A:rkIk}\ }{}%
+ \ifthenelse{\equal{\word}{monarchy}}{\textipa{m\'An at rki}\ }{}%
+ \ifthenelse{\equal{\word}{monastery}}{\textipa{m\'An at st\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{monastic}}{\textipa{m at n\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{monasticism}}{\textipa{m at n\'\ae stIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{monaural}}{\textipa{m\`An\'O:rl}\ }{}%
+ \ifthenelse{\equal{\word}{monday}}{\textipa{m\'2ndeI}\ }{}%
+ \ifthenelse{\equal{\word}{monetarism}}{\textipa{m\'An at t@r\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{monetary}}{\textipa{m\'An at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{money}}{\textipa{m\'2ni}\ }{}%
+ \ifthenelse{\equal{\word}{moneyed}}{\textipa{m\'2nid}\ }{}%
+ \ifthenelse{\equal{\word}{monger}}{\textipa{m\'ANg at r}\ }{}%
+ \ifthenelse{\equal{\word}{mongol}}{\textipa{m\'ANgl}\ }{}%
+ \ifthenelse{\equal{\word}{mongoose}}{\textipa{m\'Angu:s}\ }{}%
+ \ifthenelse{\equal{\word}{mongrel}}{\textipa{m\'2Ngrl}\ }{}%
+ \ifthenelse{\equal{\word}{monition}}{\textipa{moUn\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{monitor}}{\textipa{m\'An at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{monk}}{\textipa{m2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{monkey}}{\textipa{m\'2Nki}\ }{}%
+ \ifthenelse{\equal{\word}{mono}}{\textipa{m\'AnoU}\ }{}%
+ \ifthenelse{\equal{\word}{monochromatic}}{\textipa{m\`An at kroUm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{monochrome}}{\textipa{m\'An at kr\`oUm}\ }{}%
+ \ifthenelse{\equal{\word}{monocle}}{\textipa{m\'AnIkl}\ }{}%
+ \ifthenelse{\equal{\word}{monocular}}{\textipa{mAn\'Akj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{monogamous}}{\textipa{m at n\'Ag at m@s}\ }{}%
+ \ifthenelse{\equal{\word}{monogamy}}{\textipa{m at n\'Ag at mi}\ }{}%
+ \ifthenelse{\equal{\word}{monogram}}{\textipa{m\'An at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{monograph}}{\textipa{m\'An at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{monolingual}}{\textipa{m\`An at l\'INgwl}\ }{}%
+ \ifthenelse{\equal{\word}{monolith}}{\textipa{m\'An at l\`IT}\ }{}%
+ \ifthenelse{\equal{\word}{monolithic}}{\textipa{m\`An at l\'ITIk}\ }{}%
+ \ifthenelse{\equal{\word}{monologue}}{\textipa{m\'Anl\`O:g}\ }{}%
+ \ifthenelse{\equal{\word}{monomer}}{\textipa{m\'An at m@r}\ }{}%
+ \ifthenelse{\equal{\word}{monomial}}{\textipa{mAn\'oUmi at l}\ }{}%
+ \ifthenelse{\equal{\word}{monophthongs}}{\textipa{m\'An at fT\`O:N}\ }{}%
+ \ifthenelse{\equal{\word}{monopolize}}{\textipa{m at n\'Ap at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{monopolist}}{\textipa{m at n\'AplIst}\ }{}%
+ \ifthenelse{\equal{\word}{monopoly}}{\textipa{m at n\'Apli}\ }{}%
+ \ifthenelse{\equal{\word}{monotonous}}{\textipa{m at n\'Atn at s}\ }{}%
+ \ifthenelse{\equal{\word}{monotony}}{\textipa{m at n\'Atni}\ }{}%
+ \ifthenelse{\equal{\word}{monoxide}}{\textipa{m at n\'AksaId}\ }{}%
+ \ifthenelse{\equal{\word}{monroe}}{\textipa{m at nr\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{monsieur}}{\textipa{m at sj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{monsoon}}{\textipa{mAns\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{monster}}{\textipa{m\'Anst at r}\ }{}%
+ \ifthenelse{\equal{\word}{monstrosity}}{\textipa{mAnstr\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{monstrous}}{\textipa{m\'Anstr at s}\ }{}%
+ \ifthenelse{\equal{\word}{montage}}{\textipa{mAnt\'A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{month}}{\textipa{m2nT}\ }{}%
+ \ifthenelse{\equal{\word}{monthly}}{\textipa{m\'2nTli}\ }{}%
+ \ifthenelse{\equal{\word}{montreal}}{\textipa{m\`Antri\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{monument}}{\textipa{m\'Anj at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{monumental}}{\textipa{m\`Anj at m\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{moo}}{\textipa{mu:}\ }{}%
+ \ifthenelse{\equal{\word}{mood}}{\textipa{mu:d}\ }{}%
+ \ifthenelse{\equal{\word}{moody}}{\textipa{m\'u:di}\ }{}%
+ \ifthenelse{\equal{\word}{moon}}{\textipa{mu:n}\ }{}%
+ \ifthenelse{\equal{\word}{moonlight}}{\textipa{m\'u:nl\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{moor}}{\textipa{mU at r}\ }{}%
+ \ifthenelse{\equal{\word}{mooring}}{\textipa{m\'U at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{moorland}}{\textipa{m\'U at rl@nd}\ }{}%
+ \ifthenelse{\equal{\word}{moose}}{\textipa{mu:s}\ }{}%
+ \ifthenelse{\equal{\word}{moot}}{\textipa{mu:t}\ }{}%
+ \ifthenelse{\equal{\word}{mop}}{\textipa{mAp}\ }{}%
+ \ifthenelse{\equal{\word}{mope}}{\textipa{moUp}\ }{}%
+ \ifthenelse{\equal{\word}{moped}}{\textipa{m\'oUp\`ed}\ }{}%
+ \ifthenelse{\equal{\word}{moraine}}{\textipa{m at r\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{moral}}{\textipa{m\'O:rl}\ }{}%
+ \ifthenelse{\equal{\word}{morale}}{\textipa{m at r\'\ae l}\ }{}%
+ \ifthenelse{\equal{\word}{moralize}}{\textipa{m\'O:r at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{moralism}}{\textipa{m\'O:r at l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{moralistic}}{\textipa{m\`O:r at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{morality}}{\textipa{m at r\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{morass}}{\textipa{m at r\'\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{moratorium}}{\textipa{m\`O:r at t\'O:ri at m}\ }{}%
+ \ifthenelse{\equal{\word}{moray}}{\textipa{m\'O:reI}\ }{}%
+ \ifthenelse{\equal{\word}{morbid}}{\textipa{m\'O:rbId}\ }{}%
+ \ifthenelse{\equal{\word}{mordant}}{\textipa{m\'O:rdnt}\ }{}%
+ \ifthenelse{\equal{\word}{more}}{\textipa{mO:r}\ }{}%
+ \ifthenelse{\equal{\word}{moreover}}{\textipa{mO:r\'oUv at r}\ }{}%
+ \ifthenelse{\equal{\word}{mores}}{\textipa{m\'O:reIz}\ }{}%
+ \ifthenelse{\equal{\word}{morgue}}{\textipa{mO:rg}\ }{}%
+ \ifthenelse{\equal{\word}{moribund}}{\textipa{m\'O:rIb\`2nd}\ }{}%
+ \ifthenelse{\equal{\word}{mormon}}{\textipa{m\'O:rm at n}\ }{}%
+ \ifthenelse{\equal{\word}{morn}}{\textipa{mO:rn}\ }{}%
+ \ifthenelse{\equal{\word}{morning}}{\textipa{m\'O:rnIN}\ }{}%
+ \ifthenelse{\equal{\word}{moroccan}}{\textipa{m at r\'Akn}\ }{}%
+ \ifthenelse{\equal{\word}{morocco}}{\textipa{m at r\'AkoU}\ }{}%
+ \ifthenelse{\equal{\word}{moron}}{\textipa{m\'O:rAn}\ }{}%
+ \ifthenelse{\equal{\word}{moronic}}{\textipa{m at r\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{morose}}{\textipa{m at r\'oUs}\ }{}%
+ \ifthenelse{\equal{\word}{morph}}{\textipa{mO:rf}\ }{}%
+ \ifthenelse{\equal{\word}{morpheme}}{\textipa{m\'O:rfi:m}\ }{}%
+ \ifthenelse{\equal{\word}{morpheus}}{\textipa{m\'O:rfju:s}\ }{}%
+ \ifthenelse{\equal{\word}{morphia}}{\textipa{m\'O:rfi@}\ }{}%
+ \ifthenelse{\equal{\word}{morphine}}{\textipa{m\'O:rfi:n}\ }{}%
+ \ifthenelse{\equal{\word}{morphology}}{\textipa{mO:rf\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{morrow}}{\textipa{m\'O:roU}\ }{}%
+ \ifthenelse{\equal{\word}{morse}}{\textipa{mO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{morsel}}{\textipa{m\'O:rsl}\ }{}%
+ \ifthenelse{\equal{\word}{mortal}}{\textipa{m\'O:rtl}\ }{}%
+ \ifthenelse{\equal{\word}{mortality}}{\textipa{mO:rt\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{mortally}}{\textipa{m\'O:rtli}\ }{}%
+ \ifthenelse{\equal{\word}{mortar}}{\textipa{m\'O:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{mortgage}}{\textipa{m\'O:rgIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{mortgagee}}{\textipa{m\`O:rgIdZ\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{mortgagor}}{\textipa{m\`O:rg at dZ\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{mortice}}{\textipa{m\'O:rt at s}\ }{}%
+ \ifthenelse{\equal{\word}{mortification}}{\textipa{m\`O:rt at fIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{mortify}}{\textipa{m\'O:rt at f\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{mortuary}}{\textipa{m\'O:rtSu\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{mosaic}}{\textipa{moUz\'eIIk}\ }{}%
+ \ifthenelse{\equal{\word}{moscow}}{\textipa{m\'AskaU}\ }{}%
+ \ifthenelse{\equal{\word}{moses}}{\textipa{m\'oUzIz}\ }{}%
+ \ifthenelse{\equal{\word}{mosque}}{\textipa{mAsk}\ }{}%
+ \ifthenelse{\equal{\word}{mosquito}}{\textipa{m at sk\'\i:toU}\ }{}%
+ \ifthenelse{\equal{\word}{moss}}{\textipa{mO:s}\ }{}%
+ \ifthenelse{\equal{\word}{mossy}}{\textipa{m\'O:si}\ }{}%
+ \ifthenelse{\equal{\word}{most}}{\textipa{moUst}\ }{}%
+ \ifthenelse{\equal{\word}{mostly}}{\textipa{m\'oUsli}\ }{}%
+ \ifthenelse{\equal{\word}{motel}}{\textipa{moUt\'el}\ }{}%
+ \ifthenelse{\equal{\word}{motet}}{\textipa{moUt\'et}\ }{}%
+ \ifthenelse{\equal{\word}{moth}}{\textipa{mO:T}\ }{}%
+ \ifthenelse{\equal{\word}{mother}}{\textipa{m\'2D at r}\ }{}%
+ \ifthenelse{\equal{\word}{mothering}}{\textipa{m\'2DrIN}\ }{}%
+ \ifthenelse{\equal{\word}{motherly}}{\textipa{m\'2D at rli}\ }{}%
+ \ifthenelse{\equal{\word}{motif}}{\textipa{moUt\'\i:f}\ }{}%
+ \ifthenelse{\equal{\word}{motile}}{\textipa{m\'oUtl}\ }{}%
+ \ifthenelse{\equal{\word}{motion}}{\textipa{m\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{motionless}}{\textipa{m\'oUSnl at s}\ }{}%
+ \ifthenelse{\equal{\word}{motivate}}{\textipa{m\'oUt at v\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{motive}}{\textipa{m\'oUtIv}\ }{}%
+ \ifthenelse{\equal{\word}{motley}}{\textipa{m\'Atli}\ }{}%
+ \ifthenelse{\equal{\word}{motocross}}{\textipa{m\'oUtoUkr\`O:s}\ }{}%
+ \ifthenelse{\equal{\word}{motor}}{\textipa{m\'oUt at r}\ }{}%
+ \ifthenelse{\equal{\word}{motorcade}}{\textipa{m\'oUt at rk\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{motorcar}}{\textipa{m\'oUt at rk\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{motorized}}{\textipa{m\'oUt at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{motorist}}{\textipa{m\'oUtrIst}\ }{}%
+ \ifthenelse{\equal{\word}{mottled}}{\textipa{m\'Atld}\ }{}%
+ \ifthenelse{\equal{\word}{motto}}{\textipa{m\'AtoU}\ }{}%
+ \ifthenelse{\equal{\word}{moulder}}{\textipa{m\'oUld at r}\ }{}%
+ \ifthenelse{\equal{\word}{molding}}{\textipa{m\'oUldIN}\ }{}%
+ \ifthenelse{\equal{\word}{mound}}{\textipa{maUnd}\ }{}%
+ \ifthenelse{\equal{\word}{mount}}{\textipa{maUnt}\ }{}%
+ \ifthenelse{\equal{\word}{mountain}}{\textipa{m\'aUntn}\ }{}%
+ \ifthenelse{\equal{\word}{mountaineer}}{\textipa{m\`aUntn\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{mountaineering}}{\textipa{m\`aUntn\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{mountainous}}{\textipa{m\'aUntn at s}\ }{}%
+ \ifthenelse{\equal{\word}{mountie}}{\textipa{m\'aUnti}\ }{}%
+ \ifthenelse{\equal{\word}{mournful}}{\textipa{m\'O:rnfl}\ }{}%
+ \ifthenelse{\equal{\word}{mouse}}{\textipa{maUs}\ }{}%
+ \ifthenelse{\equal{\word}{moussaka}}{\textipa{mus\'A:k@}\ }{}%
+ \ifthenelse{\equal{\word}{mousy}}{\textipa{m\'aUsi}\ }{}%
+ \ifthenelse{\equal{\word}{mouth}}{\textipa{maUT}\ }{}%
+ \ifthenelse{\equal{\word}{mouthed}}{\textipa{maUDd}\ }{}%
+ \ifthenelse{\equal{\word}{mouthful}}{\textipa{m\'aUTf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{movable}}{\textipa{m\'u:v at bl}\ }{}%
+ \ifthenelse{\equal{\word}{move}}{\textipa{mu:v}\ }{}%
+ \ifthenelse{\equal{\word}{movement}}{\textipa{m\'u:vm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{mover}}{\textipa{m\'u:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{movie}}{\textipa{m\'u:vi}\ }{}%
+ \ifthenelse{\equal{\word}{moving}}{\textipa{m\'u:vIN}\ }{}%
+ \ifthenelse{\equal{\word}{mow}}{\textipa{moU}\ }{}%
+ \ifthenelse{\equal{\word}{mower}}{\textipa{m\'oU at r}\ }{}%
+ \ifthenelse{\equal{\word}{mozart}}{\textipa{m\'oUtsA:rt}\ }{}%
+ \ifthenelse{\equal{\word}{mr}}{\textipa{m\'Ist at r}\ }{}%
+ \ifthenelse{\equal{\word}{mrs}}{\textipa{m\'IsIz}\ }{}%
+ \ifthenelse{\equal{\word}{mu}}{\textipa{mju:}\ }{}%
+ \ifthenelse{\equal{\word}{much}}{\textipa{m2tS}\ }{}%
+ \ifthenelse{\equal{\word}{muck}}{\textipa{m2k}\ }{}%
+ \ifthenelse{\equal{\word}{mucky}}{\textipa{m\'2ki}\ }{}%
+ \ifthenelse{\equal{\word}{mucus}}{\textipa{mj\'u:k at s}\ }{}%
+ \ifthenelse{\equal{\word}{mud}}{\textipa{m2d}\ }{}%
+ \ifthenelse{\equal{\word}{muddle}}{\textipa{m\'2dl}\ }{}%
+ \ifthenelse{\equal{\word}{muddy}}{\textipa{m\'2di}\ }{}%
+ \ifthenelse{\equal{\word}{muesli}}{\textipa{mj\'u:zli}\ }{}%
+ \ifthenelse{\equal{\word}{muff}}{\textipa{m2f}\ }{}%
+ \ifthenelse{\equal{\word}{muffin}}{\textipa{m\'2fIn}\ }{}%
+ \ifthenelse{\equal{\word}{muffle}}{\textipa{m\'2fl}\ }{}%
+ \ifthenelse{\equal{\word}{muffler}}{\textipa{m\'2fl at r}\ }{}%
+ \ifthenelse{\equal{\word}{mufti}}{\textipa{m\'2fti}\ }{}%
+ \ifthenelse{\equal{\word}{mug}}{\textipa{m2g}\ }{}%
+ \ifthenelse{\equal{\word}{muggy}}{\textipa{m\'2gi}\ }{}%
+ \ifthenelse{\equal{\word}{mulberry}}{\textipa{m\'2lb\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{mulch}}{\textipa{m2lS}\ }{}%
+ \ifthenelse{\equal{\word}{mule}}{\textipa{mju:l}\ }{}%
+ \ifthenelse{\equal{\word}{mull}}{\textipa{m2l}\ }{}%
+ \ifthenelse{\equal{\word}{mullah}}{\textipa{m\'2l@}\ }{}%
+ \ifthenelse{\equal{\word}{mullet}}{\textipa{m\'2lIt}\ }{}%
+ \ifthenelse{\equal{\word}{mullions}}{\textipa{m\'2lj at n}\ }{}%
+ \ifthenelse{\equal{\word}{multifarious}}{\textipa{m\`2ltIf\'e at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{multimedia}}{\textipa{m\`2ltIm\'\i:di@}\ }{}%
+ \ifthenelse{\equal{\word}{multimeter}}{\textipa{m2lt\'Im at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{multiple}}{\textipa{m\'2ltIpl}\ }{}%
+ \ifthenelse{\equal{\word}{multiplex}}{\textipa{m\'2ltIpl\`eks}\ }{}%
+ \ifthenelse{\equal{\word}{multiplication}}{\textipa{m\`2ltIplIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{multiplicative}}{\textipa{m\`2ltIpl\'Ik at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{multiplicity}}{\textipa{m\`2ltIpl\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{multiplier}}{\textipa{m\'2ltIpl\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{multiply}}{\textipa{m\'2lt at pl\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{multitude}}{\textipa{m\'2ltItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{mum}}{\textipa{m2m}\ }{}%
+ \ifthenelse{\equal{\word}{mumble}}{\textipa{m\'2mbl}\ }{}%
+ \ifthenelse{\equal{\word}{mumbojumbo}}{\textipa{m\`2mboUdZ\'2mboU}\ }{}%
+ \ifthenelse{\equal{\word}{mummification}}{\textipa{m\`2mIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{mummify}}{\textipa{m\'2mIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{mummy}}{\textipa{m\'2mi}\ }{}%
+ \ifthenelse{\equal{\word}{mumps}}{\textipa{m2mps}\ }{}%
+ \ifthenelse{\equal{\word}{munch}}{\textipa{m2nS}\ }{}%
+ \ifthenelse{\equal{\word}{mundane}}{\textipa{m\`2nd\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{munich}}{\textipa{mj\'u:nIk}\ }{}%
+ \ifthenelse{\equal{\word}{municipal}}{\textipa{mjun\'IsIpl}\ }{}%
+ \ifthenelse{\equal{\word}{municipality}}{\textipa{mjun\`IsIp\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{munificence}}{\textipa{mjun\'IfIsns}\ }{}%
+ \ifthenelse{\equal{\word}{munificent}}{\textipa{mjun\'IfIsnt}\ }{}%
+ \ifthenelse{\equal{\word}{munition}}{\textipa{mjun\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{mural}}{\textipa{mj\'u at rl}\ }{}%
+ \ifthenelse{\equal{\word}{murder}}{\textipa{m\'@:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{murderer}}{\textipa{m\'@:rdr at r}\ }{}%
+ \ifthenelse{\equal{\word}{murderess}}{\textipa{m\'@:rdres}\ }{}%
+ \ifthenelse{\equal{\word}{murderous}}{\textipa{m\'@:rdr at s}\ }{}%
+ \ifthenelse{\equal{\word}{murk}}{\textipa{m@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{murky}}{\textipa{m\'@:rki}\ }{}%
+ \ifthenelse{\equal{\word}{murmur}}{\textipa{m\'@:rm at r}\ }{}%
+ \ifthenelse{\equal{\word}{muscadel}}{\textipa{m\`2sk at t\'el}\ }{}%
+ \ifthenelse{\equal{\word}{muscat}}{\textipa{m\'2sk at t}\ }{}%
+ \ifthenelse{\equal{\word}{muscle}}{\textipa{m\'2sl}\ }{}%
+ \ifthenelse{\equal{\word}{muscular}}{\textipa{m\'2skj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{muscularity}}{\textipa{m\`2skj at l\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{musculature}}{\textipa{m\'2skj at l@tSU at r}\ }{}%
+ \ifthenelse{\equal{\word}{museum}}{\textipa{mjuz\'\i at m}\ }{}%
+ \ifthenelse{\equal{\word}{mush}}{\textipa{m2S}\ }{}%
+ \ifthenelse{\equal{\word}{mushroom}}{\textipa{m\'2Sru:m}\ }{}%
+ \ifthenelse{\equal{\word}{mushy}}{\textipa{m\'2Si}\ }{}%
+ \ifthenelse{\equal{\word}{music}}{\textipa{mj\'u:zIk}\ }{}%
+ \ifthenelse{\equal{\word}{musical}}{\textipa{mj\'u:zIkl}\ }{}%
+ \ifthenelse{\equal{\word}{musicality}}{\textipa{mj\`u:zIk\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{musician}}{\textipa{mju:z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{musicology}}{\textipa{mj\`u:zIk\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{musing}}{\textipa{mj\'u:zIN}\ }{}%
+ \ifthenelse{\equal{\word}{musk}}{\textipa{m2sk}\ }{}%
+ \ifthenelse{\equal{\word}{musket}}{\textipa{m\'2skIt}\ }{}%
+ \ifthenelse{\equal{\word}{musketeer}}{\textipa{m\`2sk at t\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{musky}}{\textipa{m\'2ski}\ }{}%
+ \ifthenelse{\equal{\word}{muslim}}{\textipa{m\'UzlIm}\ }{}%
+ \ifthenelse{\equal{\word}{muslin}}{\textipa{m\'2zlIn}\ }{}%
+ \ifthenelse{\equal{\word}{mustache}}{\textipa{m\'2st\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{mustang}}{\textipa{m\'2st\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{mustard}}{\textipa{m\'2st at rd}\ }{}%
+ \ifthenelse{\equal{\word}{muster}}{\textipa{m\'2st at r}\ }{}%
+ \ifthenelse{\equal{\word}{musty}}{\textipa{m\'2sti}\ }{}%
+ \ifthenelse{\equal{\word}{mutable}}{\textipa{mj\'u:t at bl}\ }{}%
+ \ifthenelse{\equal{\word}{mutagens}}{\textipa{mj\'u:t at dZn}\ }{}%
+ \ifthenelse{\equal{\word}{mutant}}{\textipa{mj\'u:tnt}\ }{}%
+ \ifthenelse{\equal{\word}{mutate}}{\textipa{mj\'u:teIt}\ }{}%
+ \ifthenelse{\equal{\word}{mutation}}{\textipa{mju:t\'eiS at n}\ }{}%
+ \ifthenelse{\equal{\word}{mute}}{\textipa{mju:t}\ }{}%
+ \ifthenelse{\equal{\word}{muted}}{\textipa{mj\'u:tId}\ }{}%
+ \ifthenelse{\equal{\word}{mutilate}}{\textipa{mj\'u:tl\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{mutineer}}{\textipa{mj\`u:tn\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{mutinous}}{\textipa{mj\'u:tn at s}\ }{}%
+ \ifthenelse{\equal{\word}{mutiny}}{\textipa{mj\'u:tni}\ }{}%
+ \ifthenelse{\equal{\word}{mutt}}{\textipa{m2t}\ }{}%
+ \ifthenelse{\equal{\word}{mutter}}{\textipa{m\'2t at r}\ }{}%
+ \ifthenelse{\equal{\word}{mutton}}{\textipa{m\'2tn}\ }{}%
+ \ifthenelse{\equal{\word}{mutual}}{\textipa{mj\'u:tSul}\ }{}%
+ \ifthenelse{\equal{\word}{mutuality}}{\textipa{mj\`u:tSu\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{mutually}}{\textipa{mj\'u:tSuli}\ }{}%
+ \ifthenelse{\equal{\word}{muzak}}{\textipa{mj\'u:z\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{muzzle}}{\textipa{m\'2zl}\ }{}%
+ \ifthenelse{\equal{\word}{my}}{\textipa{maI}\ }{}%
+ \ifthenelse{\equal{\word}{myelin}}{\textipa{m\'a at lIn}\ }{}%
+ \ifthenelse{\equal{\word}{myna}}{\textipa{m\'aIn@}\ }{}%
+ \ifthenelse{\equal{\word}{myopia}}{\textipa{maI\'oUpi@}\ }{}%
+ \ifthenelse{\equal{\word}{myopic}}{\textipa{maI\'ApIk}\ }{}%
+ \ifthenelse{\equal{\word}{myriad}}{\textipa{m\'Iri at d}\ }{}%
+ \ifthenelse{\equal{\word}{myrrh}}{\textipa{m@:r}\ }{}%
+ \ifthenelse{\equal{\word}{myself}}{\textipa{maIs\'elf}\ }{}%
+ \ifthenelse{\equal{\word}{mysterious}}{\textipa{mIst\'I at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{mystery}}{\textipa{m\'Istri}\ }{}%
+ \ifthenelse{\equal{\word}{mystic}}{\textipa{m\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{mystical}}{\textipa{m\'IstIkl}\ }{}%
+ \ifthenelse{\equal{\word}{mysticism}}{\textipa{m\'IstIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{mystification}}{\textipa{m\`IstIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{mystify}}{\textipa{m\'IstIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{mystique}}{\textipa{mIst\'\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{myth}}{\textipa{mIT}\ }{}%
+ \ifthenelse{\equal{\word}{mythic}}{\textipa{m\'ITIkl}\ }{}%
+ \ifthenelse{\equal{\word}{mythological}}{\textipa{m\`IT at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{mythology}}{\textipa{mIT\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{myxomatosis}}{\textipa{m\`Iks at m@t\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{nab}}{\textipa{n\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{nadir}}{\textipa{n\'eIdI at r}\ }{}%
+ \ifthenelse{\equal{\word}{nag}}{\textipa{n\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{naiad}}{\textipa{n\'aI\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{nail}}{\textipa{neIl}\ }{}%
+ \ifthenelse{\equal{\word}{nailed}}{\textipa{neIld}\ }{}%
+ \ifthenelse{\equal{\word}{nairobi}}{\textipa{naIr\'oUbi}\ }{}%
+ \ifthenelse{\equal{\word}{naive}}{\textipa{naI\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{naivete}}{\textipa{naI\'\i:v at teI}\ }{}%
+ \ifthenelse{\equal{\word}{naivety}}{\textipa{naI\'\i:v at ti}\ }{}%
+ \ifthenelse{\equal{\word}{naked}}{\textipa{n\'eIkId}\ }{}%
+ \ifthenelse{\equal{\word}{name}}{\textipa{neIm}\ }{}%
+ \ifthenelse{\equal{\word}{namely}}{\textipa{n\'eImli}\ }{}%
+ \ifthenelse{\equal{\word}{namibia}}{\textipa{n at m\'Ibi@}\ }{}%
+ \ifthenelse{\equal{\word}{nanny}}{\textipa{n\'\ae ni}\ }{}%
+ \ifthenelse{\equal{\word}{naomi}}{\textipa{neI\'oUmi}\ }{}%
+ \ifthenelse{\equal{\word}{nap}}{\textipa{n\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{napalm}}{\textipa{n\'eIpA:m}\ }{}%
+ \ifthenelse{\equal{\word}{nape}}{\textipa{neIp}\ }{}%
+ \ifthenelse{\equal{\word}{naphtha}}{\textipa{n\'\ae fT@}\ }{}%
+ \ifthenelse{\equal{\word}{napkin}}{\textipa{n\'\ae pkIn}\ }{}%
+ \ifthenelse{\equal{\word}{naples}}{\textipa{n\'eIplz}\ }{}%
+ \ifthenelse{\equal{\word}{napoleon}}{\textipa{n at p\'oUli at n}\ }{}%
+ \ifthenelse{\equal{\word}{nappy}}{\textipa{n\'\ae pi}\ }{}%
+ \ifthenelse{\equal{\word}{narcissism}}{\textipa{n\'A:rsIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{narcissistic}}{\textipa{n\`A:rsIs\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{narcosis}}{\textipa{nA:rk\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{narcotic}}{\textipa{nA:rk\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{narrate}}{\textipa{n\'\ae reIt}\ }{}%
+ \ifthenelse{\equal{\word}{narration}}{\textipa{n\ae r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{narrative}}{\textipa{n\'\ae r at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{narrator}}{\textipa{n\'\ae reIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{narrow}}{\textipa{n\'\ae roU}\ }{}%
+ \ifthenelse{\equal{\word}{narrowly}}{\textipa{n\'\ae roUli}\ }{}%
+ \ifthenelse{\equal{\word}{narwhal}}{\textipa{n\'A:rw\`A:l}\ }{}%
+ \ifthenelse{\equal{\word}{nasal}}{\textipa{n\'eIzl}\ }{}%
+ \ifthenelse{\equal{\word}{nasalized}}{\textipa{n\'eIz at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{nascent}}{\textipa{n\'\ae snt}\ }{}%
+ \ifthenelse{\equal{\word}{nasturtium}}{\textipa{n\ae st\'@:rSm}\ }{}%
+ \ifthenelse{\equal{\word}{nasty}}{\textipa{n\'\ae sti}\ }{}%
+ \ifthenelse{\equal{\word}{natal}}{\textipa{n\'eItl}\ }{}%
+ \ifthenelse{\equal{\word}{nation}}{\textipa{n\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{national}}{\textipa{n\'\ae Snl}\ }{}%
+ \ifthenelse{\equal{\word}{nationalize}}{\textipa{n\'\ae Sn at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{nationalism}}{\textipa{n\'\ae Snl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{nationalist}}{\textipa{n\'\ae SnlIst}\ }{}%
+ \ifthenelse{\equal{\word}{nationalistic}}{\textipa{n\`\ae Sn at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{nationality}}{\textipa{n\`\ae S at n\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{native}}{\textipa{n\'eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{nativity}}{\textipa{n at t\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{nato}}{\textipa{n\'eItoU}\ }{}%
+ \ifthenelse{\equal{\word}{nattering}}{\textipa{n\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{natural}}{\textipa{n\'\ae tSrl}\ }{}%
+ \ifthenelse{\equal{\word}{naturalize}}{\textipa{n\'\ae tSr at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{naturalistic}}{\textipa{n\`\ae tSr at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{naturally}}{\textipa{n\'\ae tSrli}\ }{}%
+ \ifthenelse{\equal{\word}{nature}}{\textipa{n\'eItS at r}\ }{}%
+ \ifthenelse{\equal{\word}{naturist}}{\textipa{n\'eItSr\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{naught}}{\textipa{nO:t}\ }{}%
+ \ifthenelse{\equal{\word}{naughty}}{\textipa{n\'O:ti}\ }{}%
+ \ifthenelse{\equal{\word}{nausea}}{\textipa{n\'O:zi@}\ }{}%
+ \ifthenelse{\equal{\word}{nauseate}}{\textipa{n\'O:zi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{nauseous}}{\textipa{n\'O:S at s}\ }{}%
+ \ifthenelse{\equal{\word}{nautical}}{\textipa{n\'O:tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{nautili}}{\textipa{n\'O:tl at s}\ }{}%
+ \ifthenelse{\equal{\word}{naval}}{\textipa{n\'eIvl}\ }{}%
+ \ifthenelse{\equal{\word}{nave}}{\textipa{neIv}\ }{}%
+ \ifthenelse{\equal{\word}{navigable}}{\textipa{n\'\ae vIg at bl}\ }{}%
+ \ifthenelse{\equal{\word}{navigate}}{\textipa{n\'\ae vIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{navigation}}{\textipa{n\`\ae vIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{navigator}}{\textipa{n\'\ae vIg\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{navvy}}{\textipa{n\'\ae vi}\ }{}%
+ \ifthenelse{\equal{\word}{navy}}{\textipa{n\'eIvi}\ }{}%
+ \ifthenelse{\equal{\word}{nay}}{\textipa{neI}\ }{}%
+ \ifthenelse{\equal{\word}{nazi}}{\textipa{n\'A:tsi}\ }{}%
+ \ifthenelse{\equal{\word}{near}}{\textipa{nI at r}\ }{}%
+ \ifthenelse{\equal{\word}{nearby}}{\textipa{n\`I at rb\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{nearly}}{\textipa{n\'I at rli}\ }{}%
+ \ifthenelse{\equal{\word}{neat}}{\textipa{ni:t}\ }{}%
+ \ifthenelse{\equal{\word}{neaten}}{\textipa{n\'\i:tn}\ }{}%
+ \ifthenelse{\equal{\word}{nebula}}{\textipa{n\'ebj at l@}\ }{}%
+ \ifthenelse{\equal{\word}{nebular}}{\textipa{n\'ebj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{nebulosity}}{\textipa{n\`ebj at l\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{nebulous}}{\textipa{n\'ebj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{necessarily}}{\textipa{n\`es at s\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{necessary}}{\textipa{n\'es at s\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{necessitate}}{\textipa{n at s\'esIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{necessity}}{\textipa{n at s\'es at ti}\ }{}%
+ \ifthenelse{\equal{\word}{neck}}{\textipa{nek}\ }{}%
+ \ifthenelse{\equal{\word}{necked}}{\textipa{nekt}\ }{}%
+ \ifthenelse{\equal{\word}{necklace}}{\textipa{n\'ekl at s}\ }{}%
+ \ifthenelse{\equal{\word}{necktie}}{\textipa{n\'ekt\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{necromancy}}{\textipa{n\'ekr at m\`\ae nsi}\ }{}%
+ \ifthenelse{\equal{\word}{necrophilia}}{\textipa{n\`ekr at f\'Ili@}\ }{}%
+ \ifthenelse{\equal{\word}{necropolis}}{\textipa{n at kr\'AplIs}\ }{}%
+ \ifthenelse{\equal{\word}{necrosis}}{\textipa{nekr\'oUsIs}\ }{}%
+ \ifthenelse{\equal{\word}{nectar}}{\textipa{n\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{nectarines}}{\textipa{n\'ekt at r\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{need}}{\textipa{ni:d}\ }{}%
+ \ifthenelse{\equal{\word}{needful}}{\textipa{n\'\i:dfl}\ }{}%
+ \ifthenelse{\equal{\word}{needle}}{\textipa{n\'\i:dl}\ }{}%
+ \ifthenelse{\equal{\word}{needless}}{\textipa{n\'\i:dl at s}\ }{}%
+ \ifthenelse{\equal{\word}{needs}}{\textipa{ni:dz}\ }{}%
+ \ifthenelse{\equal{\word}{needy}}{\textipa{n\'\i:di}\ }{}%
+ \ifthenelse{\equal{\word}{negate}}{\textipa{nIg\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{negation}}{\textipa{nIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{negative}}{\textipa{n\'eg at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{negativity}}{\textipa{n\`eg at t\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{neglect}}{\textipa{nIgl\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{neglectful}}{\textipa{nIgl\'ekfl}\ }{}%
+ \ifthenelse{\equal{\word}{negligee}}{\textipa{n\`egl at Z\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{negligence}}{\textipa{n\'eglIdZns}\ }{}%
+ \ifthenelse{\equal{\word}{negligent}}{\textipa{n\'eglIdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{negligible}}{\textipa{n\'eglIdZ at bl}\ }{}%
+ \ifthenelse{\equal{\word}{negotiable}}{\textipa{nIg\'oUSi at bl}\ }{}%
+ \ifthenelse{\equal{\word}{negotiate}}{\textipa{nIg\'oUSi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{negotiation}}{\textipa{nIg\`oUSi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{negotiator}}{\textipa{nIg\'oUSi\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{negroid}}{\textipa{n\'\i:grOId}\ }{}%
+ \ifthenelse{\equal{\word}{neighbor}}{\textipa{n\'eIb at r}\ }{}%
+ \ifthenelse{\equal{\word}{neighborhood}}{\textipa{n\'eIb at rh\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{neighboring}}{\textipa{n\'eIbrIN}\ }{}%
+ \ifthenelse{\equal{\word}{neighborliness}}{\textipa{n\'eIb at rlin@s}\ }{}%
+ \ifthenelse{\equal{\word}{neither}}{\textipa{n\'\i:D at r}\ }{}%
+ \ifthenelse{\equal{\word}{nematode}}{\textipa{n\'em at t\`oUd}\ }{}%
+ \ifthenelse{\equal{\word}{nemesis}}{\textipa{n\'em at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{neolithic}}{\textipa{n\`\i:@l\'ITIk}\ }{}%
+ \ifthenelse{\equal{\word}{neologism}}{\textipa{ni:\'Al at dZ\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{neon}}{\textipa{n\'\i:An}\ }{}%
+ \ifthenelse{\equal{\word}{neonate}}{\textipa{n\'\i:@n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{neophyte}}{\textipa{n\'\i:@f\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{neoplasm}}{\textipa{n\'\i:@pl\`\ae zm}\ }{}%
+ \ifthenelse{\equal{\word}{neoprene}}{\textipa{n\'\i:@pr\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{nepal}}{\textipa{n at p\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{nephew}}{\textipa{n\'efju:}\ }{}%
+ \ifthenelse{\equal{\word}{nephritis}}{\textipa{nIfr\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{nepotism}}{\textipa{n\'ep at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{neptune}}{\textipa{n\'eptju:n}\ }{}%
+ \ifthenelse{\equal{\word}{neptunium}}{\textipa{neptj\'u:ni at m}\ }{}%
+ \ifthenelse{\equal{\word}{nerd}}{\textipa{n@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{nerve}}{\textipa{n@:rv}\ }{}%
+ \ifthenelse{\equal{\word}{nervous}}{\textipa{n\'@:rv at s}\ }{}%
+ \ifthenelse{\equal{\word}{nervy}}{\textipa{n\'@:rvi}\ }{}%
+ \ifthenelse{\equal{\word}{nest}}{\textipa{nest}\ }{}%
+ \ifthenelse{\equal{\word}{nestle}}{\textipa{n\'esl}\ }{}%
+ \ifthenelse{\equal{\word}{nestling}}{\textipa{n\'eslIN}\ }{}%
+ \ifthenelse{\equal{\word}{net}}{\textipa{net}\ }{}%
+ \ifthenelse{\equal{\word}{nether}}{\textipa{n\'eD at r}\ }{}%
+ \ifthenelse{\equal{\word}{nethermost}}{\textipa{n\'eD at rm\`oUst}\ }{}%
+ \ifthenelse{\equal{\word}{netting}}{\textipa{n\'etIN}\ }{}%
+ \ifthenelse{\equal{\word}{nettle}}{\textipa{n\'etl}\ }{}%
+ \ifthenelse{\equal{\word}{network}}{\textipa{n\'etw\`@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{neural}}{\textipa{nj\'U at rl}\ }{}%
+ \ifthenelse{\equal{\word}{neuralgia}}{\textipa{njur\'\ae ldZ@}\ }{}%
+ \ifthenelse{\equal{\word}{neurological}}{\textipa{nj\`U at r@l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{neurologist}}{\textipa{njur\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{neurology}}{\textipa{njur\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{neuron}}{\textipa{nj\'U at rAn}\ }{}%
+ \ifthenelse{\equal{\word}{neuroses}}{\textipa{njur\'oUsIs}\ }{}%
+ \ifthenelse{\equal{\word}{neurotic}}{\textipa{njur\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{neuter}}{\textipa{nj\'u:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{neutral}}{\textipa{nj\'u:trl}\ }{}%
+ \ifthenelse{\equal{\word}{neutralize}}{\textipa{nj\'u:tr at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{neutrality}}{\textipa{njutr\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{neutrino}}{\textipa{njutr\'\i:noU}\ }{}%
+ \ifthenelse{\equal{\word}{neutron}}{\textipa{nj\'u:trAn}\ }{}%
+ \ifthenelse{\equal{\word}{never}}{\textipa{n\'ev at r}\ }{}%
+ \ifthenelse{\equal{\word}{nevertheless}}{\textipa{n\`ev at rD@l\'es}\ }{}%
+ \ifthenelse{\equal{\word}{newcomer}}{\textipa{nj\'u:k2m at r}\ }{}%
+ \ifthenelse{\equal{\word}{newfangled}}{\textipa{nj\`u:f\'\ae Ngld}\ }{}%
+ \ifthenelse{\equal{\word}{newish}}{\textipa{nj\'u:IS}\ }{}%
+ \ifthenelse{\equal{\word}{newly}}{\textipa{nj\'u:li}\ }{}%
+ \ifthenelse{\equal{\word}{news}}{\textipa{nju:z}\ }{}%
+ \ifthenelse{\equal{\word}{newscasters}}{\textipa{nj\'u:zk\`\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{newsman}}{\textipa{nj\'u:zm\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{newspaper}}{\textipa{nj\'u:zp\`eIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{newsy}}{\textipa{nj\'u:zi}\ }{}%
+ \ifthenelse{\equal{\word}{newt}}{\textipa{nju:t}\ }{}%
+ \ifthenelse{\equal{\word}{newton}}{\textipa{nj\'u:tn}\ }{}%
+ \ifthenelse{\equal{\word}{next}}{\textipa{nekst}\ }{}%
+ \ifthenelse{\equal{\word}{niagara}}{\textipa{naI\'\ae gr@}\ }{}%
+ \ifthenelse{\equal{\word}{nib}}{\textipa{nIb}\ }{}%
+ \ifthenelse{\equal{\word}{nibble}}{\textipa{n\'Ibl}\ }{}%
+ \ifthenelse{\equal{\word}{nibs}}{\textipa{nIbs}\ }{}%
+ \ifthenelse{\equal{\word}{nice}}{\textipa{naIs}\ }{}%
+ \ifthenelse{\equal{\word}{nicely}}{\textipa{n\'aIsli}\ }{}%
+ \ifthenelse{\equal{\word}{nicety}}{\textipa{n\'aIs at ti}\ }{}%
+ \ifthenelse{\equal{\word}{niche}}{\textipa{nItS}\ }{}%
+ \ifthenelse{\equal{\word}{nick}}{\textipa{nIk}\ }{}%
+ \ifthenelse{\equal{\word}{nickel}}{\textipa{n\'Ikl}\ }{}%
+ \ifthenelse{\equal{\word}{nickname}}{\textipa{n\'Ikn\`eIm}\ }{}%
+ \ifthenelse{\equal{\word}{nicotine}}{\textipa{n\'Ik at t\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{niece}}{\textipa{ni:s}\ }{}%
+ \ifthenelse{\equal{\word}{nifty}}{\textipa{n\'Ifti}\ }{}%
+ \ifthenelse{\equal{\word}{niger}}{\textipa{n\'aIdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{nigeria}}{\textipa{naIdZ\'I at ri@}\ }{}%
+ \ifthenelse{\equal{\word}{niggle}}{\textipa{n\'Igl}\ }{}%
+ \ifthenelse{\equal{\word}{nigh}}{\textipa{naI}\ }{}%
+ \ifthenelse{\equal{\word}{night}}{\textipa{naIt}\ }{}%
+ \ifthenelse{\equal{\word}{nightie}}{\textipa{n\'aIti}\ }{}%
+ \ifthenelse{\equal{\word}{nightingale}}{\textipa{n\'aItng\`eIl}\ }{}%
+ \ifthenelse{\equal{\word}{nightmare}}{\textipa{n\'aItm\`e at r}\ }{}%
+ \ifthenelse{\equal{\word}{nightmarish}}{\textipa{n\'aItm\`e at rIS}\ }{}%
+ \ifthenelse{\equal{\word}{nights}}{\textipa{naIts}\ }{}%
+ \ifthenelse{\equal{\word}{nihilism}}{\textipa{n\'aIIl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{nihilist}}{\textipa{n\'aIIlIst}\ }{}%
+ \ifthenelse{\equal{\word}{nihilistic}}{\textipa{n\`aIIl\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{nil}}{\textipa{nIl}\ }{}%
+ \ifthenelse{\equal{\word}{nile}}{\textipa{naIl}\ }{}%
+ \ifthenelse{\equal{\word}{nimble}}{\textipa{n\'Imbl}\ }{}%
+ \ifthenelse{\equal{\word}{nimbus}}{\textipa{n\'Imb at s}\ }{}%
+ \ifthenelse{\equal{\word}{nincompoop}}{\textipa{n\'INk at mp\`u:p}\ }{}%
+ \ifthenelse{\equal{\word}{nine}}{\textipa{naIn}\ }{}%
+ \ifthenelse{\equal{\word}{nineteen}}{\textipa{n\`aInt\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{nineteenth}}{\textipa{n\`aInt\'\i:nT}\ }{}%
+ \ifthenelse{\equal{\word}{ninetieth}}{\textipa{n\'aInti at T}\ }{}%
+ \ifthenelse{\equal{\word}{ninety}}{\textipa{n\'aInti}\ }{}%
+ \ifthenelse{\equal{\word}{ninny}}{\textipa{n\'Ini}\ }{}%
+ \ifthenelse{\equal{\word}{ninth}}{\textipa{naInT}\ }{}%
+ \ifthenelse{\equal{\word}{nip}}{\textipa{nIp}\ }{}%
+ \ifthenelse{\equal{\word}{nipple}}{\textipa{n\'Ipl}\ }{}%
+ \ifthenelse{\equal{\word}{nippon}}{\textipa{n\'IpAn}\ }{}%
+ \ifthenelse{\equal{\word}{nirvana}}{\textipa{nI at rv\'A:n@}\ }{}%
+ \ifthenelse{\equal{\word}{nit}}{\textipa{nIt}\ }{}%
+ \ifthenelse{\equal{\word}{nitrate}}{\textipa{n\'aItreIt}\ }{}%
+ \ifthenelse{\equal{\word}{nitric}}{\textipa{n\'aItrIk}\ }{}%
+ \ifthenelse{\equal{\word}{nitrogen}}{\textipa{n\'aItr at dZn}\ }{}%
+ \ifthenelse{\equal{\word}{nitroglycerine}}{\textipa{n\`aItr at gl\'IsrIn}\ }{}%
+ \ifthenelse{\equal{\word}{nitrous}}{\textipa{n\'aItr at s}\ }{}%
+ \ifthenelse{\equal{\word}{nitwit}}{\textipa{n\'Itw\`It}\ }{}%
+ \ifthenelse{\equal{\word}{nixon}}{\textipa{n\'Iksn}\ }{}%
+ \ifthenelse{\equal{\word}{no}}{\textipa{noU}\ }{}%
+ \ifthenelse{\equal{\word}{noah}}{\textipa{n\'oU@}\ }{}%
+ \ifthenelse{\equal{\word}{nobility}}{\textipa{noUb\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{noble}}{\textipa{n\'oUbl}\ }{}%
+ \ifthenelse{\equal{\word}{nobleman}}{\textipa{n\'oUblm at n}\ }{}%
+ \ifthenelse{\equal{\word}{nobly}}{\textipa{n\'oUbli}\ }{}%
+ \ifthenelse{\equal{\word}{nobody}}{\textipa{n\'oUb at di}\ }{}%
+ \ifthenelse{\equal{\word}{nocturnal}}{\textipa{nAkt\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{nocturne}}{\textipa{n\'Akt@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{nod}}{\textipa{nAd}\ }{}%
+ \ifthenelse{\equal{\word}{noddle}}{\textipa{n\'Adl}\ }{}%
+ \ifthenelse{\equal{\word}{noddy}}{\textipa{n\'Adi}\ }{}%
+ \ifthenelse{\equal{\word}{node}}{\textipa{noUd}\ }{}%
+ \ifthenelse{\equal{\word}{nodule}}{\textipa{n\'AdZu:l}\ }{}%
+ \ifthenelse{\equal{\word}{noel}}{\textipa{noU\'el}\ }{}%
+ \ifthenelse{\equal{\word}{noggin}}{\textipa{n\'AgIn}\ }{}%
+ \ifthenelse{\equal{\word}{noise}}{\textipa{nOIz}\ }{}%
+ \ifthenelse{\equal{\word}{noisily}}{\textipa{n\'OIzIli}\ }{}%
+ \ifthenelse{\equal{\word}{noisome}}{\textipa{n\'OIsm}\ }{}%
+ \ifthenelse{\equal{\word}{noisy}}{\textipa{n\'OIzi}\ }{}%
+ \ifthenelse{\equal{\word}{nomad}}{\textipa{n\'oUm\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{nomadic}}{\textipa{noUm\'\ae dIk}\ }{}%
+ \ifthenelse{\equal{\word}{nomenclature}}{\textipa{n\'oUm at nkl\`eItS at r}\ }{}%
+ \ifthenelse{\equal{\word}{nominal}}{\textipa{n\'Am at nl}\ }{}%
+ \ifthenelse{\equal{\word}{nominate}}{\textipa{n\'AmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{nomination}}{\textipa{n\`AmIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{nominative}}{\textipa{n\'Amn at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{nominator}}{\textipa{n\'AmIn\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{nominee}}{\textipa{n\`AmIn\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{non}}{\textipa{nAn}\ }{}%
+ \ifthenelse{\equal{\word}{nonchalance}}{\textipa{n\`AnS at l\'A:ns}\ }{}%
+ \ifthenelse{\equal{\word}{nonchalant}}{\textipa{n\`AnS at l\'A:nt}\ }{}%
+ \ifthenelse{\equal{\word}{nonetheless}}{\textipa{n\`2nD at l\'es}\ }{}%
+ \ifthenelse{\equal{\word}{nonplussed}}{\textipa{n\`Anpl\'2s}\ }{}%
+ \ifthenelse{\equal{\word}{nonsense}}{\textipa{n\'Ansens}\ }{}%
+ \ifthenelse{\equal{\word}{nonsensical}}{\textipa{n\`Ans\'ensIkl}\ }{}%
+ \ifthenelse{\equal{\word}{noodle}}{\textipa{n\'u:dl}\ }{}%
+ \ifthenelse{\equal{\word}{nook}}{\textipa{nUk}\ }{}%
+ \ifthenelse{\equal{\word}{noon}}{\textipa{nu:n}\ }{}%
+ \ifthenelse{\equal{\word}{noose}}{\textipa{nu:s}\ }{}%
+ \ifthenelse{\equal{\word}{nor}}{\textipa{n at r}\ }{}%
+ \ifthenelse{\equal{\word}{nordic}}{\textipa{n\'O:rdIk}\ }{}%
+ \ifthenelse{\equal{\word}{norm}}{\textipa{nO:rm}\ }{}%
+ \ifthenelse{\equal{\word}{normal}}{\textipa{n\'O:rml}\ }{}%
+ \ifthenelse{\equal{\word}{normalcy}}{\textipa{n\'O:rmlsi}\ }{}%
+ \ifthenelse{\equal{\word}{normalize}}{\textipa{n\'O:rm at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{normality}}{\textipa{nO:rm\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{normally}}{\textipa{n\'O:rmli}\ }{}%
+ \ifthenelse{\equal{\word}{norman}}{\textipa{n\'O:rm at n}\ }{}%
+ \ifthenelse{\equal{\word}{normandy}}{\textipa{n\'O:rm at ndi}\ }{}%
+ \ifthenelse{\equal{\word}{normative}}{\textipa{n\'O:rm at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{north}}{\textipa{nO:rT}\ }{}%
+ \ifthenelse{\equal{\word}{northerly}}{\textipa{n\'O:rD at rli}\ }{}%
+ \ifthenelse{\equal{\word}{northern}}{\textipa{n\'O:rD at rn}\ }{}%
+ \ifthenelse{\equal{\word}{northward}}{\textipa{n\'O:rTw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{northwards}}{\textipa{n\'O:rTw at rdz}\ }{}%
+ \ifthenelse{\equal{\word}{norway}}{\textipa{n\'O:rw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{nose}}{\textipa{noUz}\ }{}%
+ \ifthenelse{\equal{\word}{nosed}}{\textipa{noUzd}\ }{}%
+ \ifthenelse{\equal{\word}{nostalgia}}{\textipa{nAst\'\ae ldZ@}\ }{}%
+ \ifthenelse{\equal{\word}{nostalgic}}{\textipa{nAst\'\ae ldZIk}\ }{}%
+ \ifthenelse{\equal{\word}{nostril}}{\textipa{n\'Astrl}\ }{}%
+ \ifthenelse{\equal{\word}{nostrum}}{\textipa{n\'Astr at m}\ }{}%
+ \ifthenelse{\equal{\word}{nosy}}{\textipa{n\'oUzi}\ }{}%
+ \ifthenelse{\equal{\word}{not}}{\textipa{nAt}\ }{}%
+ \ifthenelse{\equal{\word}{notable}}{\textipa{n\'oUt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{notably}}{\textipa{n\'oUt at bli}\ }{}%
+ \ifthenelse{\equal{\word}{notary}}{\textipa{n\'oUtri}\ }{}%
+ \ifthenelse{\equal{\word}{notation}}{\textipa{noUt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{notch}}{\textipa{nAtS}\ }{}%
+ \ifthenelse{\equal{\word}{note}}{\textipa{noUt}\ }{}%
+ \ifthenelse{\equal{\word}{notebook}}{\textipa{n\'oUtb\`Uk}\ }{}%
+ \ifthenelse{\equal{\word}{noted}}{\textipa{n\'oUtId}\ }{}%
+ \ifthenelse{\equal{\word}{noteworthy}}{\textipa{n\'oUtw\`@:rDi}\ }{}%
+ \ifthenelse{\equal{\word}{nothing}}{\textipa{n\'2TIN}\ }{}%
+ \ifthenelse{\equal{\word}{notice}}{\textipa{n\'oUt at s}\ }{}%
+ \ifthenelse{\equal{\word}{noticeable}}{\textipa{n\'oUt at s@bl}\ }{}%
+ \ifthenelse{\equal{\word}{notifiable}}{\textipa{n\'oUtIf\`a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{notification}}{\textipa{n\`oUtIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{notify}}{\textipa{n\'oUt at f\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{notion}}{\textipa{n\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{notional}}{\textipa{n\'oUSnl}\ }{}%
+ \ifthenelse{\equal{\word}{notoriety}}{\textipa{n\`oUt at r\'aI at ti}\ }{}%
+ \ifthenelse{\equal{\word}{notorious}}{\textipa{noUt\'O:ri at s}\ }{}%
+ \ifthenelse{\equal{\word}{notwithstanding}}{\textipa{n\`AtwIDst\'\ae ndIN}\ }{}%
+ \ifthenelse{\equal{\word}{nougat}}{\textipa{n\'u:g at t}\ }{}%
+ \ifthenelse{\equal{\word}{noun}}{\textipa{naUn}\ }{}%
+ \ifthenelse{\equal{\word}{nourish}}{\textipa{n\'@:rIS}\ }{}%
+ \ifthenelse{\equal{\word}{nourishment}}{\textipa{n\'@:rISm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{novel}}{\textipa{n\'Avl}\ }{}%
+ \ifthenelse{\equal{\word}{novelette}}{\textipa{n\`Av at l\'et}\ }{}%
+ \ifthenelse{\equal{\word}{novelist}}{\textipa{n\'AvlIst}\ }{}%
+ \ifthenelse{\equal{\word}{novelistic}}{\textipa{n\`Av at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{novelty}}{\textipa{n\'Avlti}\ }{}%
+ \ifthenelse{\equal{\word}{november}}{\textipa{noUv\'emb at r}\ }{}%
+ \ifthenelse{\equal{\word}{novice}}{\textipa{n\'AvIs}\ }{}%
+ \ifthenelse{\equal{\word}{now}}{\textipa{naU}\ }{}%
+ \ifthenelse{\equal{\word}{nowadays}}{\textipa{n\'a at d\`eIz}\ }{}%
+ \ifthenelse{\equal{\word}{nowhere}}{\textipa{n\'oUw\`e at r}\ }{}%
+ \ifthenelse{\equal{\word}{noxious}}{\textipa{n\'AkS at s}\ }{}%
+ \ifthenelse{\equal{\word}{nozzle}}{\textipa{n\'Azl}\ }{}%
+ \ifthenelse{\equal{\word}{nu}}{\textipa{nju:}\ }{}%
+ \ifthenelse{\equal{\word}{nuance}}{\textipa{nj\'u:A:ns}\ }{}%
+ \ifthenelse{\equal{\word}{nuclear}}{\textipa{nj\'u:kli at r}\ }{}%
+ \ifthenelse{\equal{\word}{nuclei}}{\textipa{nj\'u:kli\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{nucleus}}{\textipa{nj\'u:kli at s}\ }{}%
+ \ifthenelse{\equal{\word}{nude}}{\textipa{nju:d}\ }{}%
+ \ifthenelse{\equal{\word}{nudge}}{\textipa{n2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{nudism}}{\textipa{nj\'u:d\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{nudist}}{\textipa{nj\'u:d at st}\ }{}%
+ \ifthenelse{\equal{\word}{nudity}}{\textipa{nj\'u:d at ti}\ }{}%
+ \ifthenelse{\equal{\word}{nugget}}{\textipa{n\'2gIt}\ }{}%
+ \ifthenelse{\equal{\word}{nuisance}}{\textipa{nj\'u:sns}\ }{}%
+ \ifthenelse{\equal{\word}{nuke}}{\textipa{nju:k}\ }{}%
+ \ifthenelse{\equal{\word}{null}}{\textipa{n2l}\ }{}%
+ \ifthenelse{\equal{\word}{nullification}}{\textipa{n\`2lIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{nullify}}{\textipa{n\'2lIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{nullity}}{\textipa{n\'2l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{numb}}{\textipa{n2m}\ }{}%
+ \ifthenelse{\equal{\word}{number}}{\textipa{n\'2mb at r}\ }{}%
+ \ifthenelse{\equal{\word}{numeracy}}{\textipa{nj\'u:mr at si}\ }{}%
+ \ifthenelse{\equal{\word}{numeral}}{\textipa{nj\'u:mrl}\ }{}%
+ \ifthenelse{\equal{\word}{numerate}}{\textipa{nj\'u:mr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{numerator}}{\textipa{nj\'u:m at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{numeric}}{\textipa{njum\'erIkl}\ }{}%
+ \ifthenelse{\equal{\word}{numerology}}{\textipa{nj\`u:m at r\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{numerous}}{\textipa{nj\'u:mr at s}\ }{}%
+ \ifthenelse{\equal{\word}{numismatic}}{\textipa{nj\`u:m at zm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{numskull}}{\textipa{n\'2msk\`2l}\ }{}%
+ \ifthenelse{\equal{\word}{nun}}{\textipa{n2n}\ }{}%
+ \ifthenelse{\equal{\word}{nunnery}}{\textipa{n\'2nri}\ }{}%
+ \ifthenelse{\equal{\word}{nuptial}}{\textipa{n\'2pSl}\ }{}%
+ \ifthenelse{\equal{\word}{nurse}}{\textipa{n@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{nursery}}{\textipa{n\'@:rsri}\ }{}%
+ \ifthenelse{\equal{\word}{nurture}}{\textipa{n\'@:rtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{nut}}{\textipa{n2t}\ }{}%
+ \ifthenelse{\equal{\word}{nutmeg}}{\textipa{n\'2tm\`eg}\ }{}%
+ \ifthenelse{\equal{\word}{nutrient}}{\textipa{nj\'u:tri at nt}\ }{}%
+ \ifthenelse{\equal{\word}{nutriment}}{\textipa{nj\'u:trIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{nutrition}}{\textipa{nju:tr\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{nutritional}}{\textipa{nju:tr\'ISnl}\ }{}%
+ \ifthenelse{\equal{\word}{nutritious}}{\textipa{njutr\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{nutritive}}{\textipa{nj\'u:tr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{nuts}}{\textipa{n2ts}\ }{}%
+ \ifthenelse{\equal{\word}{nutty}}{\textipa{n\'2ti}\ }{}%
+ \ifthenelse{\equal{\word}{nuzzle}}{\textipa{n\'2zl}\ }{}%
+ \ifthenelse{\equal{\word}{nylon}}{\textipa{n\'aIlAn}\ }{}%
+ \ifthenelse{\equal{\word}{nymph}}{\textipa{nImf}\ }{}%
+ \ifthenelse{\equal{\word}{nymphomania}}{\textipa{n\`Imf at m\'eIni@}\ }{}%
+ \ifthenelse{\equal{\word}{nymphomaniac}}{\textipa{n\`Imf at m\'eIni\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{oaf}}{\textipa{oUf}\ }{}%
+ \ifthenelse{\equal{\word}{oafish}}{\textipa{\'oUfIS}\ }{}%
+ \ifthenelse{\equal{\word}{oak}}{\textipa{oUk}\ }{}%
+ \ifthenelse{\equal{\word}{oaken}}{\textipa{\'oUkn}\ }{}%
+ \ifthenelse{\equal{\word}{oaks}}{\textipa{oUks}\ }{}%
+ \ifthenelse{\equal{\word}{oakum}}{\textipa{\'oUk at m}\ }{}%
+ \ifthenelse{\equal{\word}{oar}}{\textipa{O:r}\ }{}%
+ \ifthenelse{\equal{\word}{oarsman}}{\textipa{\'O:rzm at n}\ }{}%
+ \ifthenelse{\equal{\word}{oases}}{\textipa{oU\'eIsIs}\ }{}%
+ \ifthenelse{\equal{\word}{oast}}{\textipa{oUst}\ }{}%
+ \ifthenelse{\equal{\word}{oat}}{\textipa{oUt}\ }{}%
+ \ifthenelse{\equal{\word}{oath}}{\textipa{oUT}\ }{}%
+ \ifthenelse{\equal{\word}{oatmeal}}{\textipa{\'oUtm\`\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{oats}}{\textipa{oUts}\ }{}%
+ \ifthenelse{\equal{\word}{obduracy}}{\textipa{\'AbdjUr at si}\ }{}%
+ \ifthenelse{\equal{\word}{obdurate}}{\textipa{\'AbdjUr at t}\ }{}%
+ \ifthenelse{\equal{\word}{obedience}}{\textipa{oUb\'\i:di at ns}\ }{}%
+ \ifthenelse{\equal{\word}{obedient}}{\textipa{oUb\'\i:di at nt}\ }{}%
+ \ifthenelse{\equal{\word}{obeisance}}{\textipa{oUb\'eIsns}\ }{}%
+ \ifthenelse{\equal{\word}{obelisk}}{\textipa{\'Ab at l\`Isk}\ }{}%
+ \ifthenelse{\equal{\word}{obese}}{\textipa{oUb\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{obesity}}{\textipa{oUb\'\i:s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{obey}}{\textipa{oUb\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{obfuscate}}{\textipa{\'Abf2sk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{obituary}}{\textipa{@b\'ItSu\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{object}}{\textipa{\'AbdZekt}\ }{}%
+ \ifthenelse{\equal{\word}{objectified}}{\textipa{@bdZ\'ektIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{objection}}{\textipa{@bdZ\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{objectionable}}{\textipa{@bdZ\'ekSn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{objective}}{\textipa{@bdZ\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{objectivity}}{\textipa{\`AbdZekt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{objector}}{\textipa{@bdZ\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{oblate}}{\textipa{\'AbleIt}\ }{}%
+ \ifthenelse{\equal{\word}{obligate}}{\textipa{\'AblIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{obligation}}{\textipa{\`AblIg\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{obligatory}}{\textipa{@bl\'Ig at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{oblige}}{\textipa{@bl\'aIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{oblique}}{\textipa{@bl\'\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{obliquity}}{\textipa{@bl\'Ikw at ti}\ }{}%
+ \ifthenelse{\equal{\word}{obliterate}}{\textipa{@bl\'It at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{oblivion}}{\textipa{@bl\'Ivi at n}\ }{}%
+ \ifthenelse{\equal{\word}{oblivious}}{\textipa{@bl\'Ivi at s}\ }{}%
+ \ifthenelse{\equal{\word}{oblong}}{\textipa{\'AblO:N}\ }{}%
+ \ifthenelse{\equal{\word}{obloquy}}{\textipa{\'Abl at kwi}\ }{}%
+ \ifthenelse{\equal{\word}{obnoxious}}{\textipa{Abn\'AkS at s}\ }{}%
+ \ifthenelse{\equal{\word}{obe}}{\textipa{\'oUboU}\ }{}%
+ \ifthenelse{\equal{\word}{oboist}}{\textipa{\'oUboUIst}\ }{}%
+ \ifthenelse{\equal{\word}{obscene}}{\textipa{@bs\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{obscenity}}{\textipa{@bs\'en at ti}\ }{}%
+ \ifthenelse{\equal{\word}{obscurantism}}{\textipa{@bskj\'Urnt\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{obscurantist}}{\textipa{@bskj\'Urnt at st}\ }{}%
+ \ifthenelse{\equal{\word}{obscure}}{\textipa{@bskj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{obscurity}}{\textipa{@bskj\'U at r@ti}\ }{}%
+ \ifthenelse{\equal{\word}{obsequious}}{\textipa{@bs\'\i:kwi at s}\ }{}%
+ \ifthenelse{\equal{\word}{observance}}{\textipa{@bz\'@:rvns}\ }{}%
+ \ifthenelse{\equal{\word}{observant}}{\textipa{@bz\'@:rvnt}\ }{}%
+ \ifthenelse{\equal{\word}{observation}}{\textipa{\`Abz at rv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{observational}}{\textipa{\`Abz at rv\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{observatory}}{\textipa{@bz\'@:rv at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{observe}}{\textipa{@bz\'@:rv}\ }{}%
+ \ifthenelse{\equal{\word}{observer}}{\textipa{@bz\'@:rv at r}\ }{}%
+ \ifthenelse{\equal{\word}{obsess}}{\textipa{@bs\'es}\ }{}%
+ \ifthenelse{\equal{\word}{obsession}}{\textipa{@bs\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{obsessional}}{\textipa{@bs\'eSnl}\ }{}%
+ \ifthenelse{\equal{\word}{obsessive}}{\textipa{@bs\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{obsidian}}{\textipa{@bs\'Idi at n}\ }{}%
+ \ifthenelse{\equal{\word}{obsolescence}}{\textipa{\`Abs at l\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{obsolescent}}{\textipa{\`Abs at l\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{obsolete}}{\textipa{\`Abs at l\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{obstacle}}{\textipa{\'Abst at kl}\ }{}%
+ \ifthenelse{\equal{\word}{obstetric}}{\textipa{@bst\'etrIk}\ }{}%
+ \ifthenelse{\equal{\word}{obstetrician}}{\textipa{\`Abst at tr\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{obstinacy}}{\textipa{\'AbstIn at si}\ }{}%
+ \ifthenelse{\equal{\word}{obstinate}}{\textipa{\'AbstIn at t}\ }{}%
+ \ifthenelse{\equal{\word}{obstreperous}}{\textipa{@bstr\'epr at s}\ }{}%
+ \ifthenelse{\equal{\word}{obstruct}}{\textipa{@bstr\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{obstruction}}{\textipa{@bstr\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{obstructive}}{\textipa{@bstr\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{obtain}}{\textipa{@bt\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{obtrude}}{\textipa{@btr\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{obtrusive}}{\textipa{@btr\'u:sIv}\ }{}%
+ \ifthenelse{\equal{\word}{obtuse}}{\textipa{@btj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{obverse}}{\textipa{\'Abv@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{obviate}}{\textipa{\'Abvi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{obvious}}{\textipa{\'Abvi at s}\ }{}%
+ \ifthenelse{\equal{\word}{obviously}}{\textipa{\'Abvi at sli}\ }{}%
+ \ifthenelse{\equal{\word}{occasion}}{\textipa{@k\'eIZn}\ }{}%
+ \ifthenelse{\equal{\word}{occasional}}{\textipa{@k\'eIZnl}\ }{}%
+ \ifthenelse{\equal{\word}{occasionally}}{\textipa{@k\'eIZnli}\ }{}%
+ \ifthenelse{\equal{\word}{occidental}}{\textipa{\`Aks at d\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{occluded}}{\textipa{@kl\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{occlusion}}{\textipa{@kl\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{occult}}{\textipa{@k\'2lt}\ }{}%
+ \ifthenelse{\equal{\word}{occupancy}}{\textipa{\'Akj at pnsi}\ }{}%
+ \ifthenelse{\equal{\word}{occupant}}{\textipa{\'Akj at pnt}\ }{}%
+ \ifthenelse{\equal{\word}{occupation}}{\textipa{Akj at p\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{occupational}}{\textipa{\`Akj at p\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{occupied}}{\textipa{\'Akj at p\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{occupier}}{\textipa{\'Akj at p\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{occupy}}{\textipa{\'Akj at p\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{occur}}{\textipa{@k\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{occurrence}}{\textipa{@k\'@:rns}\ }{}%
+ \ifthenelse{\equal{\word}{ocean}}{\textipa{\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{oceanic}}{\textipa{\`oUSi\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{oceanographer}}{\textipa{\`oUS at n\'Agr at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{oceanographic}}{\textipa{\`oUS at n@gr\'\ae fIk}\ }{}%
+ \ifthenelse{\equal{\word}{oceanography}}{\textipa{\`oUS at n\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{ocelot}}{\textipa{\'As at l\`At}\ }{}%
+ \ifthenelse{\equal{\word}{ocher}}{\textipa{\'oUk at r}\ }{}%
+ \ifthenelse{\equal{\word}{octagon}}{\textipa{\'Akt at g\`An}\ }{}%
+ \ifthenelse{\equal{\word}{octagonal}}{\textipa{Akt\'\ae gnl}\ }{}%
+ \ifthenelse{\equal{\word}{octahedron}}{\textipa{\`Akt at h\'\i:drn}\ }{}%
+ \ifthenelse{\equal{\word}{octane}}{\textipa{\'AkteIn}\ }{}%
+ \ifthenelse{\equal{\word}{octant}}{\textipa{\'Aktnt}\ }{}%
+ \ifthenelse{\equal{\word}{octave}}{\textipa{\'AktIv}\ }{}%
+ \ifthenelse{\equal{\word}{octavo}}{\textipa{Akt\'eIvoU}\ }{}%
+ \ifthenelse{\equal{\word}{octet}}{\textipa{Akt\'et}\ }{}%
+ \ifthenelse{\equal{\word}{october}}{\textipa{Akt\'oUb at r}\ }{}%
+ \ifthenelse{\equal{\word}{octogenarian}}{\textipa{\`Akt at dZ@n\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{octopus}}{\textipa{\'Akt at p@s}\ }{}%
+ \ifthenelse{\equal{\word}{ocular}}{\textipa{\'Akj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{oculist}}{\textipa{\'Akj at l@st}\ }{}%
+ \ifthenelse{\equal{\word}{odd}}{\textipa{Ad}\ }{}%
+ \ifthenelse{\equal{\word}{oddity}}{\textipa{\'Ad at ti}\ }{}%
+ \ifthenelse{\equal{\word}{odds}}{\textipa{Adz}\ }{}%
+ \ifthenelse{\equal{\word}{ode}}{\textipa{oUd}\ }{}%
+ \ifthenelse{\equal{\word}{odin}}{\textipa{\'oUdIn}\ }{}%
+ \ifthenelse{\equal{\word}{odious}}{\textipa{\'oUdi at s}\ }{}%
+ \ifthenelse{\equal{\word}{odium}}{\textipa{\'oUdi at m}\ }{}%
+ \ifthenelse{\equal{\word}{odometer}}{\textipa{oUd\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{odoriferous}}{\textipa{\`oUd at r\'Ifr at s}\ }{}%
+ \ifthenelse{\equal{\word}{odorous}}{\textipa{\'oUdr at s}\ }{}%
+ \ifthenelse{\equal{\word}{odor}}{\textipa{\'oUd at r}\ }{}%
+ \ifthenelse{\equal{\word}{odyssey}}{\textipa{\'Ad at si}\ }{}%
+ \ifthenelse{\equal{\word}{oedipus}}{\textipa{\'ed at p@s}\ }{}%
+ \ifthenelse{\equal{\word}{esophagus}}{\textipa{Is\'Af at g@s}\ }{}%
+ \ifthenelse{\equal{\word}{estrogen}}{\textipa{\'estr at dZn}\ }{}%
+ \ifthenelse{\equal{\word}{estrus}}{\textipa{\'estr at s}\ }{}%
+ \ifthenelse{\equal{\word}{oeuvre}}{\textipa{\'Uvr@}\ }{}%
+ \ifthenelse{\equal{\word}{of}}{\textipa{@v}\ }{}%
+ \ifthenelse{\equal{\word}{off}}{\textipa{O:f}\ }{}%
+ \ifthenelse{\equal{\word}{offense}}{\textipa{@f\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{offend}}{\textipa{@f\'end}\ }{}%
+ \ifthenelse{\equal{\word}{offender}}{\textipa{@f\'end at r}\ }{}%
+ \ifthenelse{\equal{\word}{offensive}}{\textipa{@f\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{offer}}{\textipa{\'O:f at r}\ }{}%
+ \ifthenelse{\equal{\word}{offering}}{\textipa{\'O:frIN}\ }{}%
+ \ifthenelse{\equal{\word}{offertory}}{\textipa{\'O:f at rt\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{office}}{\textipa{\'Af at s}\ }{}%
+ \ifthenelse{\equal{\word}{officer}}{\textipa{\'Af at s@r}\ }{}%
+ \ifthenelse{\equal{\word}{official}}{\textipa{@f\'ISl}\ }{}%
+ \ifthenelse{\equal{\word}{officialdom}}{\textipa{@f\'ISld at m}\ }{}%
+ \ifthenelse{\equal{\word}{officially}}{\textipa{@f\'ISli}\ }{}%
+ \ifthenelse{\equal{\word}{officiate}}{\textipa{@f\'ISi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{officious}}{\textipa{@f\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{offset}}{\textipa{\`O:fs\'et}\ }{}%
+ \ifthenelse{\equal{\word}{oft}}{\textipa{O:ft}\ }{}%
+ \ifthenelse{\equal{\word}{often}}{\textipa{\'O:fn}\ }{}%
+ \ifthenelse{\equal{\word}{ogle}}{\textipa{\'oUgl}\ }{}%
+ \ifthenelse{\equal{\word}{ogre}}{\textipa{\'oUg at r}\ }{}%
+ \ifthenelse{\equal{\word}{oh}}{\textipa{oU}\ }{}%
+ \ifthenelse{\equal{\word}{ohio}}{\textipa{oUh\'aIoU}\ }{}%
+ \ifthenelse{\equal{\word}{ohm}}{\textipa{oUm}\ }{}%
+ \ifthenelse{\equal{\word}{oil}}{\textipa{OIl}\ }{}%
+ \ifthenelse{\equal{\word}{oiled}}{\textipa{OIld}\ }{}%
+ \ifthenelse{\equal{\word}{oilman}}{\textipa{\'OIlm\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{oily}}{\textipa{\'OIli}\ }{}%
+ \ifthenelse{\equal{\word}{oink}}{\textipa{OINk}\ }{}%
+ \ifthenelse{\equal{\word}{ointment}}{\textipa{\'OIntm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{ok}}{\textipa{\`oUk\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{okapi}}{\textipa{oUk\'A:pi}\ }{}%
+ \ifthenelse{\equal{\word}{oklahoma}}{\textipa{\`oUkl at h\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{old}}{\textipa{oUld}\ }{}%
+ \ifthenelse{\equal{\word}{olden}}{\textipa{\'oUldn}\ }{}%
+ \ifthenelse{\equal{\word}{oldie}}{\textipa{\'oUldi}\ }{}%
+ \ifthenelse{\equal{\word}{oldish}}{\textipa{\'oUldIS}\ }{}%
+ \ifthenelse{\equal{\word}{ole}}{\textipa{oUl}\ }{}%
+ \ifthenelse{\equal{\word}{oleander}}{\textipa{\'oUli\`\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{olfactory}}{\textipa{Alf\'\ae ktri}\ }{}%
+ \ifthenelse{\equal{\word}{olive}}{\textipa{\'AlIv}\ }{}%
+ \ifthenelse{\equal{\word}{oliver}}{\textipa{\'Al at v@r}\ }{}%
+ \ifthenelse{\equal{\word}{olympia}}{\textipa{@l\'Impi@}\ }{}%
+ \ifthenelse{\equal{\word}{olympiad}}{\textipa{@l\'Impi\`\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{olympian}}{\textipa{@l\'Impi at n}\ }{}%
+ \ifthenelse{\equal{\word}{olympic}}{\textipa{@l\'ImpIk}\ }{}%
+ \ifthenelse{\equal{\word}{olympus}}{\textipa{@l\'Imp at s}\ }{}%
+ \ifthenelse{\equal{\word}{ombudsman}}{\textipa{\'AmbUdzm at n}\ }{}%
+ \ifthenelse{\equal{\word}{omega}}{\textipa{oUm\'eIg@}\ }{}%
+ \ifthenelse{\equal{\word}{omelette}}{\textipa{\'Aml at t}\ }{}%
+ \ifthenelse{\equal{\word}{omen}}{\textipa{\'oUm at n}\ }{}%
+ \ifthenelse{\equal{\word}{ominous}}{\textipa{\'AmIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{omission}}{\textipa{oUm\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{omit}}{\textipa{oUm\'It}\ }{}%
+ \ifthenelse{\equal{\word}{omnibus}}{\textipa{\'AmnIb at s}\ }{}%
+ \ifthenelse{\equal{\word}{omnipotence}}{\textipa{Amn\'Ip at tns}\ }{}%
+ \ifthenelse{\equal{\word}{omnipotent}}{\textipa{Amn\'Ip at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{omnipresent}}{\textipa{\`AmnIpr\'eznt}\ }{}%
+ \ifthenelse{\equal{\word}{omniscience}}{\textipa{Amn\'ISns}\ }{}%
+ \ifthenelse{\equal{\word}{omniscient}}{\textipa{Amn\'ISnt}\ }{}%
+ \ifthenelse{\equal{\word}{omnivore}}{\textipa{\'AmnIv\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{omnivorous}}{\textipa{Amn\'Ivr at s}\ }{}%
+ \ifthenelse{\equal{\word}{on}}{\textipa{An}\ }{}%
+ \ifthenelse{\equal{\word}{once}}{\textipa{w2ns}\ }{}%
+ \ifthenelse{\equal{\word}{one}}{\textipa{w2n}\ }{}%
+ \ifthenelse{\equal{\word}{onerous}}{\textipa{\'oUnr at s}\ }{}%
+ \ifthenelse{\equal{\word}{oneself}}{\textipa{w2ns\'elf}\ }{}%
+ \ifthenelse{\equal{\word}{onion}}{\textipa{\'2nj at n}\ }{}%
+ \ifthenelse{\equal{\word}{only}}{\textipa{\'oUnli}\ }{}%
+ \ifthenelse{\equal{\word}{ontario}}{\textipa{Ant\'e at ri\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{onto}}{\textipa{\'Ant@}\ }{}%
+ \ifthenelse{\equal{\word}{ontogeny}}{\textipa{Ant\'AdZni}\ }{}%
+ \ifthenelse{\equal{\word}{ontological}}{\textipa{\`Antl\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{ontology}}{\textipa{Ant\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{onus}}{\textipa{\'oUn at s}\ }{}%
+ \ifthenelse{\equal{\word}{onward}}{\textipa{\'Anw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{onyx}}{\textipa{\'AnIks}\ }{}%
+ \ifthenelse{\equal{\word}{oodles}}{\textipa{\'u:dlz}\ }{}%
+ \ifthenelse{\equal{\word}{ooh}}{\textipa{u:}\ }{}%
+ \ifthenelse{\equal{\word}{oolitic}}{\textipa{\'oU at l\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{oompah}}{\textipa{\'u:mp\`A:}\ }{}%
+ \ifthenelse{\equal{\word}{oops}}{\textipa{Ups}\ }{}%
+ \ifthenelse{\equal{\word}{ooze}}{\textipa{u:z}\ }{}%
+ \ifthenelse{\equal{\word}{opacity}}{\textipa{oUp\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{opal}}{\textipa{\'oUpl}\ }{}%
+ \ifthenelse{\equal{\word}{opalescent}}{\textipa{\`oUp at l\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{opaque}}{\textipa{oUp\'eIk}\ }{}%
+ \ifthenelse{\equal{\word}{open}}{\textipa{\'oUpn}\ }{}%
+ \ifthenelse{\equal{\word}{opening}}{\textipa{\'oUpnIN}\ }{}%
+ \ifthenelse{\equal{\word}{openly}}{\textipa{\'oUpnli}\ }{}%
+ \ifthenelse{\equal{\word}{opera}}{\textipa{\'Apr@}\ }{}%
+ \ifthenelse{\equal{\word}{operable}}{\textipa{\'Apr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{operand}}{\textipa{\'Ap at r\`\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{operate}}{\textipa{\'Ap at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{operatic}}{\textipa{\`Ap at r\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{operation}}{\textipa{\`Ap at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{operational}}{\textipa{\`Ap at r\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{operative}}{\textipa{\'Apr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{operator}}{\textipa{\'Ap at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{operetta}}{\textipa{\`Ap at r\'et@}\ }{}%
+ \ifthenelse{\equal{\word}{ophthalmic}}{\textipa{AfT\'\ae lmIk}\ }{}%
+ \ifthenelse{\equal{\word}{ophthalmologist}}{\textipa{\`AfT\ae lm\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{ophthalmology}}{\textipa{\`AfT\ae lm\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{opiate}}{\textipa{\'oUpi at t}\ }{}%
+ \ifthenelse{\equal{\word}{opine}}{\textipa{oUp\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{opinion}}{\textipa{@p\'Inj at n}\ }{}%
+ \ifthenelse{\equal{\word}{opinionated}}{\textipa{@p\'Inj at n\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{opium}}{\textipa{\'oUpi at m}\ }{}%
+ \ifthenelse{\equal{\word}{opossum}}{\textipa{@p\'Asm}\ }{}%
+ \ifthenelse{\equal{\word}{opponent}}{\textipa{@p\'oUn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{opportune}}{\textipa{\`Ap at rtj\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{opportunism}}{\textipa{\`Ap at rtj\'u:nIzm}\ }{}%
+ \ifthenelse{\equal{\word}{opportunist}}{\textipa{\`Ap at rtj\'u:nIst}\ }{}%
+ \ifthenelse{\equal{\word}{opportunity}}{\textipa{\`Ap at rtj\'u:n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{oppose}}{\textipa{@p\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{opposed}}{\textipa{@p\'oUzd}\ }{}%
+ \ifthenelse{\equal{\word}{opposite}}{\textipa{\'Ap at zIt}\ }{}%
+ \ifthenelse{\equal{\word}{opposition}}{\textipa{\`Ap at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{oppress}}{\textipa{@pr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{oppression}}{\textipa{@pr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{oppressive}}{\textipa{@pr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{oppressor}}{\textipa{@pr\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{opprobrious}}{\textipa{@pr\'oUbri at s}\ }{}%
+ \ifthenelse{\equal{\word}{opprobrium}}{\textipa{@pr\'oUbri at m}\ }{}%
+ \ifthenelse{\equal{\word}{opt}}{\textipa{Apt}\ }{}%
+ \ifthenelse{\equal{\word}{optic}}{\textipa{\'AptIk}\ }{}%
+ \ifthenelse{\equal{\word}{optical}}{\textipa{\'AptIkl}\ }{}%
+ \ifthenelse{\equal{\word}{optician}}{\textipa{Apt\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{optima}}{\textipa{\'AptIm@}\ }{}%
+ \ifthenelse{\equal{\word}{optimal}}{\textipa{\'AptIml}\ }{}%
+ \ifthenelse{\equal{\word}{optimize}}{\textipa{\'AptIm\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{optimism}}{\textipa{\'AptIm\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{optimist}}{\textipa{\'AptImIst}\ }{}%
+ \ifthenelse{\equal{\word}{optimistic}}{\textipa{\`AptIm\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{optimum}}{\textipa{\'AptIm at m}\ }{}%
+ \ifthenelse{\equal{\word}{option}}{\textipa{\'ApSn}\ }{}%
+ \ifthenelse{\equal{\word}{optional}}{\textipa{\'ApSn at l}\ }{}%
+ \ifthenelse{\equal{\word}{opulence}}{\textipa{\'Apj at l@ns}\ }{}%
+ \ifthenelse{\equal{\word}{opulent}}{\textipa{\'Apj at l@nt}\ }{}%
+ \ifthenelse{\equal{\word}{opus}}{\textipa{\'oUp at s}\ }{}%
+ \ifthenelse{\equal{\word}{or}}{\textipa{@r}\ }{}%
+ \ifthenelse{\equal{\word}{oracle}}{\textipa{\'O:r at kl}\ }{}%
+ \ifthenelse{\equal{\word}{oracular}}{\textipa{O:r\'\ae kj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{oral}}{\textipa{\'O:rl}\ }{}%
+ \ifthenelse{\equal{\word}{orange}}{\textipa{\'O:rInZ}\ }{}%
+ \ifthenelse{\equal{\word}{orangutan}}{\textipa{O:r\'\ae N at t\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{orate}}{\textipa{O:r\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{oration}}{\textipa{@r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{orator}}{\textipa{\'O:r at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{oratorical}}{\textipa{\`O:r at t\'O:rIkl}\ }{}%
+ \ifthenelse{\equal{\word}{oratorio}}{\textipa{\`O:r at t\'O:ri\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{oratory}}{\textipa{\'O:r at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{orb}}{\textipa{O:rb}\ }{}%
+ \ifthenelse{\equal{\word}{orbit}}{\textipa{\'O:rb at t}\ }{}%
+ \ifthenelse{\equal{\word}{orbital}}{\textipa{\'O:rb at tl}\ }{}%
+ \ifthenelse{\equal{\word}{orca}}{\textipa{\'O:rk@}\ }{}%
+ \ifthenelse{\equal{\word}{orchard}}{\textipa{\'O:rtS at rd}\ }{}%
+ \ifthenelse{\equal{\word}{orchestra}}{\textipa{\'O:rkIstr@}\ }{}%
+ \ifthenelse{\equal{\word}{orchestral}}{\textipa{O:rk\'estrl}\ }{}%
+ \ifthenelse{\equal{\word}{orchestrate}}{\textipa{\'O:rkIstr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{orchid}}{\textipa{\'O:rk at d}\ }{}%
+ \ifthenelse{\equal{\word}{ordain}}{\textipa{O:rd\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{ordeal}}{\textipa{O:rd\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{order}}{\textipa{\'O:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{orderly}}{\textipa{\'O:rd at rli}\ }{}%
+ \ifthenelse{\equal{\word}{ordinal}}{\textipa{\'O:rdnl}\ }{}%
+ \ifthenelse{\equal{\word}{ordinands}}{\textipa{\'O:rdn\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{ordinarily}}{\textipa{\`O:rdn\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{ordinary}}{\textipa{\'O:rdn\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{ordinate}}{\textipa{\'O:rdn at t}\ }{}%
+ \ifthenelse{\equal{\word}{ordination}}{\textipa{\`O:rdn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ordnance}}{\textipa{\'O:rdn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{ordure}}{\textipa{\'O:rdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{organ}}{\textipa{\'O:rgn}\ }{}%
+ \ifthenelse{\equal{\word}{organic}}{\textipa{O:rg\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{organization}}{\textipa{\`O:rgn at z\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{organize}}{\textipa{\'O:rg at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{organizer}}{\textipa{\'O:rg at n\`aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{organism}}{\textipa{\'O:rg at n\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{organist}}{\textipa{\'O:rgnIst}\ }{}%
+ \ifthenelse{\equal{\word}{organza}}{\textipa{O:rg\'\ae nz@}\ }{}%
+ \ifthenelse{\equal{\word}{orgy}}{\textipa{\'O:rdZi}\ }{}%
+ \ifthenelse{\equal{\word}{orient}}{\textipa{\'O:ri at nt}\ }{}%
+ \ifthenelse{\equal{\word}{oriental}}{\textipa{\`O:ri\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{orientate}}{\textipa{\'O:ri at nt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{orientation}}{\textipa{\`O:ri at nt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{orienteering}}{\textipa{\`O:ri at nt\'\i at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{orifice}}{\textipa{\'O:r at f@s}\ }{}%
+ \ifthenelse{\equal{\word}{origami}}{\textipa{\`O:r at g\'A:mi:}\ }{}%
+ \ifthenelse{\equal{\word}{origin}}{\textipa{\'O:rIdZIn}\ }{}%
+ \ifthenelse{\equal{\word}{original}}{\textipa{@r\'IdZnl}\ }{}%
+ \ifthenelse{\equal{\word}{originality}}{\textipa{@r\`IdZ at n\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{originally}}{\textipa{@r\'IdZnli}\ }{}%
+ \ifthenelse{\equal{\word}{originate}}{\textipa{@r\'IdZ at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{originator}}{\textipa{@r\'IdZ at n\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{ornament}}{\textipa{\'O:rn at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{ornamental}}{\textipa{\`O:rn at m\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{ornamentation}}{\textipa{\`O:rn at ment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ornate}}{\textipa{O:rn\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{ornithology}}{\textipa{\`O:rn at T\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{orphan}}{\textipa{\'O:rfn}\ }{}%
+ \ifthenelse{\equal{\word}{orphanage}}{\textipa{\'O:rfnIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{orpheus}}{\textipa{\'O:rfju:s}\ }{}%
+ \ifthenelse{\equal{\word}{orthodox}}{\textipa{\'O:rT at d\`Aks}\ }{}%
+ \ifthenelse{\equal{\word}{orthodoxy}}{\textipa{\'O:rT at d\`Aksi}\ }{}%
+ \ifthenelse{\equal{\word}{orthogonal}}{\textipa{O:rT\'Agnl}\ }{}%
+ \ifthenelse{\equal{\word}{orthography}}{\textipa{O:rT\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{orthopedic}}{\textipa{\`O:rT at p\'\i:dIk}\ }{}%
+ \ifthenelse{\equal{\word}{orthopedics}}{\textipa{\`O:rT at p\'\i:dIks}\ }{}%
+ \ifthenelse{\equal{\word}{oryxes}}{\textipa{\'O:rIks}\ }{}%
+ \ifthenelse{\equal{\word}{oscar}}{\textipa{\'Ask at r}\ }{}%
+ \ifthenelse{\equal{\word}{oscillate}}{\textipa{\'AsIl\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{oscillator}}{\textipa{\'As at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{oscilloscope}}{\textipa{@s\'Il at sk\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{osiris}}{\textipa{oUs\'aIrIs}\ }{}%
+ \ifthenelse{\equal{\word}{oslo}}{\textipa{\'AzloU}\ }{}%
+ \ifthenelse{\equal{\word}{osmium}}{\textipa{\'Azmi at m}\ }{}%
+ \ifthenelse{\equal{\word}{osmosis}}{\textipa{Asm\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{osprey}}{\textipa{\'Aspri}\ }{}%
+ \ifthenelse{\equal{\word}{ossified}}{\textipa{\'AsIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{ostensible}}{\textipa{Ast\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{ostentation}}{\textipa{\`Astent\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ostentatious}}{\textipa{\`Astent\'eISs}\ }{}%
+ \ifthenelse{\equal{\word}{osteoarthritis}}{\textipa{\`AstioUA:rTr\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{osteopath}}{\textipa{\'Asti at p\`\ae T}\ }{}%
+ \ifthenelse{\equal{\word}{osteopathy}}{\textipa{\`Asti\'Ap at Ti}\ }{}%
+ \ifthenelse{\equal{\word}{osteoporosis}}{\textipa{\`AstioUp at r\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{ostler}}{\textipa{\'Asl at r}\ }{}%
+ \ifthenelse{\equal{\word}{ostracize}}{\textipa{\'Astr at s\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{ostracism}}{\textipa{\'Astr at s\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{ostrich}}{\textipa{\'AstrItS}\ }{}%
+ \ifthenelse{\equal{\word}{other}}{\textipa{\'2D at r}\ }{}%
+ \ifthenelse{\equal{\word}{otherwise}}{\textipa{\'2D at rw\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{otter}}{\textipa{\'At at r}\ }{}%
+ \ifthenelse{\equal{\word}{ottoman}}{\textipa{\'At at m@n}\ }{}%
+ \ifthenelse{\equal{\word}{ouch}}{\textipa{aUtS}\ }{}%
+ \ifthenelse{\equal{\word}{ought}}{\textipa{O:t}\ }{}%
+ \ifthenelse{\equal{\word}{ounce}}{\textipa{aUns}\ }{}%
+ \ifthenelse{\equal{\word}{our}}{\textipa{aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{ours}}{\textipa{aU at rz}\ }{}%
+ \ifthenelse{\equal{\word}{ourselves}}{\textipa{aU at rs\'elvz}\ }{}%
+ \ifthenelse{\equal{\word}{oust}}{\textipa{aUst}\ }{}%
+ \ifthenelse{\equal{\word}{out}}{\textipa{aUt}\ }{}%
+ \ifthenelse{\equal{\word}{outage}}{\textipa{\'aUtIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{outbreak}}{\textipa{\'aUtbr\`eIk}\ }{}%
+ \ifthenelse{\equal{\word}{outburst}}{\textipa{\'aUtb\`@:rst}\ }{}%
+ \ifthenelse{\equal{\word}{outcome}}{\textipa{\'aUtk\`2m}\ }{}%
+ \ifthenelse{\equal{\word}{outdoor}}{\textipa{\`aUtd\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{outdoors}}{\textipa{\`aUtd\'O:rz}\ }{}%
+ \ifthenelse{\equal{\word}{outer}}{\textipa{\'aUt at r}\ }{}%
+ \ifthenelse{\equal{\word}{outfit}}{\textipa{\'aUtf\`It}\ }{}%
+ \ifthenelse{\equal{\word}{outgoing}}{\textipa{\'autg\`ouiN}\ }{}%
+ \ifthenelse{\equal{\word}{outlandish}}{\textipa{\`aUtl\'\ae ndIS}\ }{}%
+ \ifthenelse{\equal{\word}{outlaw}}{\textipa{\'aUtl\`O:}\ }{}%
+ \ifthenelse{\equal{\word}{outlet}}{\textipa{\'aUtl\`et}\ }{}%
+ \ifthenelse{\equal{\word}{outline}}{\textipa{\'aUtl\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{outlive}}{\textipa{\`aUtl\'Iv}\ }{}%
+ \ifthenelse{\equal{\word}{outlook}}{\textipa{\'aUtl\`Uk}\ }{}%
+ \ifthenelse{\equal{\word}{outmoded}}{\textipa{\`aUtm\'oUdId}\ }{}%
+ \ifthenelse{\equal{\word}{output}}{\textipa{\'aUtp\`Ut}\ }{}%
+ \ifthenelse{\equal{\word}{outrage}}{\textipa{\'aUtr\`eIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{outrageous}}{\textipa{\`aUtr\'eIdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{outright}}{\textipa{\'aUtr\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{outside}}{\textipa{\`aUts\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{outsider}}{\textipa{\`aUts\'aId at r}\ }{}%
+ \ifthenelse{\equal{\word}{outskirts}}{\textipa{\'aUtsk\`@:rts}\ }{}%
+ \ifthenelse{\equal{\word}{outstanding}}{\textipa{\`aUtst\'\ae ndIN}\ }{}%
+ \ifthenelse{\equal{\word}{outward}}{\textipa{\'aUtw at rd}\ }{}%
+ \ifthenelse{\equal{\word}{ova}}{\textipa{\'oUv@}\ }{}%
+ \ifthenelse{\equal{\word}{oval}}{\textipa{\'oUvl}\ }{}%
+ \ifthenelse{\equal{\word}{ovarian}}{\textipa{oUv\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{ovary}}{\textipa{\'oUvri}\ }{}%
+ \ifthenelse{\equal{\word}{ovation}}{\textipa{oUv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{oven}}{\textipa{\'2vn}\ }{}%
+ \ifthenelse{\equal{\word}{over}}{\textipa{\'oUv at r}\ }{}%
+ \ifthenelse{\equal{\word}{overall}}{\textipa{\`oUvr\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{overate}}{\textipa{\`oUvr\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{overbearing}}{\textipa{\`oUv at rb\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{overcame}}{\textipa{\`oUv at rk\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{overcoat}}{\textipa{\'oUv at rk\`oUt}\ }{}%
+ \ifthenelse{\equal{\word}{overcome}}{\textipa{\`oUv at rk\'2m}\ }{}%
+ \ifthenelse{\equal{\word}{overdid}}{\textipa{\`oUv at rd\'Id}\ }{}%
+ \ifthenelse{\equal{\word}{overdo}}{\textipa{\`oUv at rd\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{overdone}}{\textipa{\`oUv at rd\'2n}\ }{}%
+ \ifthenelse{\equal{\word}{overdose}}{\textipa{\`oUv at rd\`ous}\ }{}%
+ \ifthenelse{\equal{\word}{overeat}}{\textipa{\`oUvr\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{overestimate}}{\textipa{\`oUvr\'estIm\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{overflow}}{\textipa{\`oUv at rfl\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{overhang}}{\textipa{\`oUv at rh\'\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{overhaul}}{\textipa{\`oUv at rh\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{overhead}}{\textipa{\`oUv at rh\'ed}\ }{}%
+ \ifthenelse{\equal{\word}{overhear}}{\textipa{\`oUv at rh\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{overheard}}{\textipa{\`oUv at rh\'@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{overhung}}{\textipa{\`oUv at rh\'2N}\ }{}%
+ \ifthenelse{\equal{\word}{overlap}}{\textipa{\`oUv at rl\'\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{overlook}}{\textipa{\`oUv at rl\'Uk}\ }{}%
+ \ifthenelse{\equal{\word}{overnight}}{\textipa{\`oUv at rn\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{overrun}}{\textipa{\`oUv at rr\'2n}\ }{}%
+ \ifthenelse{\equal{\word}{overseas}}{\textipa{\`oUv at rs\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{overt}}{\textipa{oUv\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{overtake}}{\textipa{\`oUv at rt\'eIk}\ }{}%
+ \ifthenelse{\equal{\word}{overtaken}}{\textipa{\`oUv at rt\'eIkn}\ }{}%
+ \ifthenelse{\equal{\word}{overthrew}}{\textipa{\`oUv at rTr\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{overthrow}}{\textipa{\`oUv at rTr\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{overthrown}}{\textipa{\`oUv at rTr\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{overtime}}{\textipa{\'oUv at rt\`aIm}\ }{}%
+ \ifthenelse{\equal{\word}{overtook}}{\textipa{\`oUv at rt\'Uk}\ }{}%
+ \ifthenelse{\equal{\word}{overture}}{\textipa{\'oUv at rtS\`U at r}\ }{}%
+ \ifthenelse{\equal{\word}{overturn}}{\textipa{\`oUv at rt\'@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{overuse}}{\textipa{\`oUv at rj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{overweening}}{\textipa{\`oUv at rw\'\i:nIN}\ }{}%
+ \ifthenelse{\equal{\word}{overwhelm}}{\textipa{\`oUv at rw\'elm}\ }{}%
+ \ifthenelse{\equal{\word}{overwhelming}}{\textipa{\`oUv at rw\'elmIN}\ }{}%
+ \ifthenelse{\equal{\word}{overwork}}{\textipa{\`oUv at rw\'@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{overwrought}}{\textipa{\`oUv at rr\'O:t}\ }{}%
+ \ifthenelse{\equal{\word}{oviduct}}{\textipa{\'oUv at d\`2kt}\ }{}%
+ \ifthenelse{\equal{\word}{ovoid}}{\textipa{\'oUvOId}\ }{}%
+ \ifthenelse{\equal{\word}{ovulation}}{\textipa{\'Avj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{ovum}}{\textipa{\'oUv at m}\ }{}%
+ \ifthenelse{\equal{\word}{ow}}{\textipa{aU}\ }{}%
+ \ifthenelse{\equal{\word}{owing}}{\textipa{\'oUIN}\ }{}%
+ \ifthenelse{\equal{\word}{owl}}{\textipa{aUl}\ }{}%
+ \ifthenelse{\equal{\word}{owlet}}{\textipa{\'aUl at t}\ }{}%
+ \ifthenelse{\equal{\word}{owlish}}{\textipa{\'aUlIS}\ }{}%
+ \ifthenelse{\equal{\word}{own}}{\textipa{oUn}\ }{}%
+ \ifthenelse{\equal{\word}{owned}}{\textipa{oUnd}\ }{}%
+ \ifthenelse{\equal{\word}{owner}}{\textipa{\'oUn at r}\ }{}%
+ \ifthenelse{\equal{\word}{ownership}}{\textipa{\'oUn at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{ox}}{\textipa{Aks}\ }{}%
+ \ifthenelse{\equal{\word}{oxalic}}{\textipa{Aks\'\ae lIk}\ }{}%
+ \ifthenelse{\equal{\word}{oxen}}{\textipa{\'Aksn}\ }{}%
+ \ifthenelse{\equal{\word}{oxford}}{\textipa{\'Aksf at rd}\ }{}%
+ \ifthenelse{\equal{\word}{oxidant}}{\textipa{\'AksIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{oxidation}}{\textipa{\`AksId\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{oxide}}{\textipa{\'AksaId}\ }{}%
+ \ifthenelse{\equal{\word}{oxidize}}{\textipa{\'Aks at d\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{oxygen}}{\textipa{\'AksIdZn}\ }{}%
+ \ifthenelse{\equal{\word}{oxygenated}}{\textipa{\'AksIdZ at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{oxymoron}}{\textipa{\`Aksim\'O:rAn}\ }{}%
+ \ifthenelse{\equal{\word}{oyster}}{\textipa{\'OIst at r}\ }{}%
+ \ifthenelse{\equal{\word}{ozone}}{\textipa{\'oUzoUn}\ }{}%
+ \ifthenelse{\equal{\word}{pa}}{\textipa{pA:}\ }{}%
+ \ifthenelse{\equal{\word}{pace}}{\textipa{peIs}\ }{}%
+ \ifthenelse{\equal{\word}{paced}}{\textipa{peIst}\ }{}%
+ \ifthenelse{\equal{\word}{paceman}}{\textipa{p\'eIsm\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{pacey}}{\textipa{p\'eIsi}\ }{}%
+ \ifthenelse{\equal{\word}{pachyderm}}{\textipa{p\'\ae kid\`@:rm}\ }{}%
+ \ifthenelse{\equal{\word}{pacific}}{\textipa{p at s\'IfIk}\ }{}%
+ \ifthenelse{\equal{\word}{pacification}}{\textipa{p\`\ae sIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{pacifier}}{\textipa{p\'\ae sIf\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{pacifism}}{\textipa{p\'\ae sIf\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{pacifist}}{\textipa{p\'\ae sIfIst}\ }{}%
+ \ifthenelse{\equal{\word}{pacify}}{\textipa{p\'\ae sIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{pack}}{\textipa{p\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{package}}{\textipa{p\'\ae kIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{packet}}{\textipa{p\'\ae k at t}\ }{}%
+ \ifthenelse{\equal{\word}{pact}}{\textipa{p\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{pad}}{\textipa{p\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{paddle}}{\textipa{p\'\ae dl}\ }{}%
+ \ifthenelse{\equal{\word}{paddock}}{\textipa{p\'\ae d at k}\ }{}%
+ \ifthenelse{\equal{\word}{paddy}}{\textipa{p\'\ae di}\ }{}%
+ \ifthenelse{\equal{\word}{padlock}}{\textipa{p\'\ae dl\`Ak}\ }{}%
+ \ifthenelse{\equal{\word}{padre}}{\textipa{p\'A:dri}\ }{}%
+ \ifthenelse{\equal{\word}{paean}}{\textipa{p\'\i at n}\ }{}%
+ \ifthenelse{\equal{\word}{pediatrician}}{\textipa{p\`\i:di at tr\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{paediatrics}}{\textipa{p\`\i:di\'\ae trIks}\ }{}%
+ \ifthenelse{\equal{\word}{pedophile}}{\textipa{p\'ed at f\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{pedophiles}}{\textipa{p\'\i:d at f\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{pedophilia}}{\textipa{p\`ed at f\'Ili@}\ }{}%
+ \ifthenelse{\equal{\word}{paella}}{\textipa{pA:\'el@}\ }{}%
+ \ifthenelse{\equal{\word}{paeony}}{\textipa{p\'\i at ni}\ }{}%
+ \ifthenelse{\equal{\word}{pagan}}{\textipa{p\'eIgn}\ }{}%
+ \ifthenelse{\equal{\word}{page}}{\textipa{peIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{pageant}}{\textipa{p\'\ae dZnt}\ }{}%
+ \ifthenelse{\equal{\word}{pageantry}}{\textipa{p\'\ae dZntri}\ }{}%
+ \ifthenelse{\equal{\word}{pager}}{\textipa{p\'eIdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{paginate}}{\textipa{p\'\ae dZIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{pagination}}{\textipa{p\`\ae dZIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{pagoda}}{\textipa{p at g\'oUd@}\ }{}%
+ \ifthenelse{\equal{\word}{paid}}{\textipa{peId}\ }{}%
+ \ifthenelse{\equal{\word}{pail}}{\textipa{peIl}\ }{}%
+ \ifthenelse{\equal{\word}{pain}}{\textipa{peIn}\ }{}%
+ \ifthenelse{\equal{\word}{painful}}{\textipa{p\'eInfl}\ }{}%
+ \ifthenelse{\equal{\word}{painfully}}{\textipa{p\'eInfli}\ }{}%
+ \ifthenelse{\equal{\word}{painstaking}}{\textipa{p\'eInzt\`eIkIN}\ }{}%
+ \ifthenelse{\equal{\word}{paint}}{\textipa{peInt}\ }{}%
+ \ifthenelse{\equal{\word}{painter}}{\textipa{p\'eInt at r}\ }{}%
+ \ifthenelse{\equal{\word}{painting}}{\textipa{p\'eIntIN}\ }{}%
+ \ifthenelse{\equal{\word}{pair}}{\textipa{pe at r}\ }{}%
+ \ifthenelse{\equal{\word}{pajama}}{\textipa{p at dZ\'A:m@}\ }{}%
+ \ifthenelse{\equal{\word}{pakistan}}{\textipa{p\'\ae kIst\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{pal}}{\textipa{p\ae l}\ }{}%
+ \ifthenelse{\equal{\word}{palace}}{\textipa{p\'\ae l at s}\ }{}%
+ \ifthenelse{\equal{\word}{palaeolithic}}{\textipa{p\`eIli at l\'ITIk}\ }{}%
+ \ifthenelse{\equal{\word}{palaeontology}}{\textipa{p\`eIliAnt\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{palatable}}{\textipa{p\'\ae l at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{palatal}}{\textipa{p\'\ae l at tl}\ }{}%
+ \ifthenelse{\equal{\word}{palate}}{\textipa{p\'\ae l at t}\ }{}%
+ \ifthenelse{\equal{\word}{palatial}}{\textipa{p at l\'eISl}\ }{}%
+ \ifthenelse{\equal{\word}{palatinate}}{\textipa{p at l\'\ae tn at t}\ }{}%
+ \ifthenelse{\equal{\word}{palatine}}{\textipa{p\'\ae l at t\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{palaver}}{\textipa{p at l\'A:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{palimpsest}}{\textipa{p\'\ae lIms\`est}\ }{}%
+ \ifthenelse{\equal{\word}{palindrome}}{\textipa{p\'\ae lIndr\`oUm}\ }{}%
+ \ifthenelse{\equal{\word}{paling}}{\textipa{p\'eIlIN}\ }{}%
+ \ifthenelse{\equal{\word}{palisade}}{\textipa{p\`\ae lIs\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{pall}}{\textipa{pO:l}\ }{}%
+ \ifthenelse{\equal{\word}{palladium}}{\textipa{p at l\'eIdi at m}\ }{}%
+ \ifthenelse{\equal{\word}{palliative}}{\textipa{p\'\ae li\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{pallid}}{\textipa{p\'\ae lId}\ }{}%
+ \ifthenelse{\equal{\word}{pallor}}{\textipa{p\'\ae l at r}\ }{}%
+ \ifthenelse{\equal{\word}{palm}}{\textipa{pA:lm}\ }{}%
+ \ifthenelse{\equal{\word}{palmistry}}{\textipa{p\'A:lm at stri}\ }{}%
+ \ifthenelse{\equal{\word}{palmy}}{\textipa{p\'A:lmi}\ }{}%
+ \ifthenelse{\equal{\word}{palpable}}{\textipa{p\'\ae lp at bl}\ }{}%
+ \ifthenelse{\equal{\word}{palpate}}{\textipa{p\'\ae lpeIt}\ }{}%
+ \ifthenelse{\equal{\word}{palpitate}}{\textipa{p\'\ae lpIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{palsied}}{\textipa{p\'O:lzid}\ }{}%
+ \ifthenelse{\equal{\word}{palsy}}{\textipa{p\'O:lzi}\ }{}%
+ \ifthenelse{\equal{\word}{paltry}}{\textipa{p\'O:ltri}\ }{}%
+ \ifthenelse{\equal{\word}{pampas}}{\textipa{p\'\ae mp at s}\ }{}%
+ \ifthenelse{\equal{\word}{pamper}}{\textipa{p\'\ae mp at r}\ }{}%
+ \ifthenelse{\equal{\word}{pamphlet}}{\textipa{p\'\ae mfl at t}\ }{}%
+ \ifthenelse{\equal{\word}{pamphleteer}}{\textipa{p\`\ae mfl at t\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{pan}}{\textipa{p\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{panacea}}{\textipa{p\`\ae n at s\'\i:@}\ }{}%
+ \ifthenelse{\equal{\word}{panache}}{\textipa{p at n\'\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{panama}}{\textipa{p\'\ae n at m\`A:}\ }{}%
+ \ifthenelse{\equal{\word}{pancake}}{\textipa{p\'\ae nk\`eIk}\ }{}%
+ \ifthenelse{\equal{\word}{pancreas}}{\textipa{p\'\ae Nkri at s}\ }{}%
+ \ifthenelse{\equal{\word}{pancreatic}}{\textipa{p\`\ae Nkri\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{panda}}{\textipa{p\'\ae nd@}\ }{}%
+ \ifthenelse{\equal{\word}{pandemic}}{\textipa{p\ae nd\'emIk}\ }{}%
+ \ifthenelse{\equal{\word}{pandemonium}}{\textipa{p\`\ae nd at m\'oUni at m}\ }{}%
+ \ifthenelse{\equal{\word}{pander}}{\textipa{p\'\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{pandora}}{\textipa{p\ae nd\'O:r@}\ }{}%
+ \ifthenelse{\equal{\word}{panel}}{\textipa{p\'\ae nl}\ }{}%
+ \ifthenelse{\equal{\word}{paneling}}{\textipa{p\'\ae nlIN}\ }{}%
+ \ifthenelse{\equal{\word}{panellist}}{\textipa{p\'\ae nlIst}\ }{}%
+ \ifthenelse{\equal{\word}{pang}}{\textipa{p\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{pangolin}}{\textipa{p\'\ae Ngl at n}\ }{}%
+ \ifthenelse{\equal{\word}{panic}}{\textipa{p\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{panicky}}{\textipa{p\'\ae nIki}\ }{}%
+ \ifthenelse{\equal{\word}{pannier}}{\textipa{p\'\ae ni at r}\ }{}%
+ \ifthenelse{\equal{\word}{panoply}}{\textipa{p\'\ae n at pli}\ }{}%
+ \ifthenelse{\equal{\word}{panorama}}{\textipa{p\`\ae n at r\'\ae m@}\ }{}%
+ \ifthenelse{\equal{\word}{panoramic}}{\textipa{p\`\ae n at r\'\ae mIk}\ }{}%
+ \ifthenelse{\equal{\word}{pansy}}{\textipa{p\'\ae nzi}\ }{}%
+ \ifthenelse{\equal{\word}{pant}}{\textipa{p\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{pantaloons}}{\textipa{p\`\ae ntl\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{pantechnicon}}{\textipa{p\ae nt\'eknIkn}\ }{}%
+ \ifthenelse{\equal{\word}{pantheism}}{\textipa{p\'\ae nTi\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{pantheist}}{\textipa{p\'\ae nTiIst}\ }{}%
+ \ifthenelse{\equal{\word}{pantheistic}}{\textipa{p\`\ae nTi\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{pantheon}}{\textipa{p\'\ae nTi\`An}\ }{}%
+ \ifthenelse{\equal{\word}{panther}}{\textipa{p\'\ae nT at r}\ }{}%
+ \ifthenelse{\equal{\word}{panties}}{\textipa{p\'\ae ntiz}\ }{}%
+ \ifthenelse{\equal{\word}{pantile}}{\textipa{p\'\ae nt\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{pantograph}}{\textipa{p\'\ae nt at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{pantomime}}{\textipa{p\'\ae nt at m\`aIm}\ }{}%
+ \ifthenelse{\equal{\word}{pantry}}{\textipa{p\'\ae ntri}\ }{}%
+ \ifthenelse{\equal{\word}{pants}}{\textipa{p\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{panzer}}{\textipa{p\'\ae nz at r}\ }{}%
+ \ifthenelse{\equal{\word}{pap}}{\textipa{p\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{papa}}{\textipa{p\'A:p@}\ }{}%
+ \ifthenelse{\equal{\word}{papacy}}{\textipa{p\'eIp at si}\ }{}%
+ \ifthenelse{\equal{\word}{papal}}{\textipa{p\'eIpl}\ }{}%
+ \ifthenelse{\equal{\word}{paparazzi}}{\textipa{p\`A:p at r\'A:tsoU}\ }{}%
+ \ifthenelse{\equal{\word}{papaw}}{\textipa{p\'O:pO:}\ }{}%
+ \ifthenelse{\equal{\word}{papaws}}{\textipa{p\'O:p\`O:}\ }{}%
+ \ifthenelse{\equal{\word}{papaya}}{\textipa{p at p\'a@}\ }{}%
+ \ifthenelse{\equal{\word}{paper}}{\textipa{p\'eIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{papery}}{\textipa{p\'eIpri}\ }{}%
+ \ifthenelse{\equal{\word}{papist}}{\textipa{p\'eIpIst}\ }{}%
+ \ifthenelse{\equal{\word}{pappy}}{\textipa{p\'\ae pi}\ }{}%
+ \ifthenelse{\equal{\word}{paprika}}{\textipa{p at pr\'\i:k@}\ }{}%
+ \ifthenelse{\equal{\word}{papyri}}{\textipa{p at p\'aIr at s}\ }{}%
+ \ifthenelse{\equal{\word}{par}}{\textipa{pA:r}\ }{}%
+ \ifthenelse{\equal{\word}{parable}}{\textipa{p\'\ae r at bl}\ }{}%
+ \ifthenelse{\equal{\word}{parabola}}{\textipa{p at r\'\ae bl@}\ }{}%
+ \ifthenelse{\equal{\word}{parabolic}}{\textipa{p\`\ae r at b\'AlIk}\ }{}%
+ \ifthenelse{\equal{\word}{paracetamol}}{\textipa{p\`\ae r at s\'\i:t at mAl}\ }{}%
+ \ifthenelse{\equal{\word}{parachute}}{\textipa{p\'\ae r at S\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{parade}}{\textipa{p at r\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{paradigm}}{\textipa{p\'\ae r at d\`aIm}\ }{}%
+ \ifthenelse{\equal{\word}{paradigmatic}}{\textipa{p\`\ae r at dIgm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{paradise}}{\textipa{p\'\ae r at d\`aIs}\ }{}%
+ \ifthenelse{\equal{\word}{paradox}}{\textipa{p\'\ae r at d\`Aks}\ }{}%
+ \ifthenelse{\equal{\word}{paradoxical}}{\textipa{p\`\ae r at d\'AksIkl}\ }{}%
+ \ifthenelse{\equal{\word}{paraffin}}{\textipa{p\'\ae r at fIn}\ }{}%
+ \ifthenelse{\equal{\word}{paragon}}{\textipa{p\'\ae r at g\`An}\ }{}%
+ \ifthenelse{\equal{\word}{paragraph}}{\textipa{p\'\ae r at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{paraguay}}{\textipa{p\'\ae r at gw\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{parakeet}}{\textipa{p\'\ae r at k\`\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{parallax}}{\textipa{p\'\ae r at l\`\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{parallel}}{\textipa{p\'\ae r at l\`el}\ }{}%
+ \ifthenelse{\equal{\word}{parallelepiped}}{\textipa{p\`\ae r at lel@p\'aIped}\ }{}%
+ \ifthenelse{\equal{\word}{parallelism}}{\textipa{p\'\ae r at lel\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{parallelogram}}{\textipa{p\`\ae r at l\'el at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{paralyze}}{\textipa{p\'\ae r at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{paralyzes}}{\textipa{p at r\'\ae l at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{paralytic}}{\textipa{p\`\ae r at l\'ItIk}\ }{}%
+ \ifthenelse{\equal{\word}{paramedic}}{\textipa{p\`\ae r at m\'edIk}\ }{}%
+ \ifthenelse{\equal{\word}{parameter}}{\textipa{p at r\'\ae m at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{paramount}}{\textipa{p\'\ae r at m\`aUnt}\ }{}%
+ \ifthenelse{\equal{\word}{paramour}}{\textipa{p\'\ae r at m\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{paranoia}}{\textipa{p\`\ae r at n\'OI@}\ }{}%
+ \ifthenelse{\equal{\word}{paranoiac}}{\textipa{p\`\ae r at n\'Oi\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{paranoid}}{\textipa{p\'\ae r at n\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{parapet}}{\textipa{p\'\ae r at pIt}\ }{}%
+ \ifthenelse{\equal{\word}{paraphernalia}}{\textipa{p\`\ae r at f@rn\'eIli@}\ }{}%
+ \ifthenelse{\equal{\word}{paraphrase}}{\textipa{p\'\ae r at fr\`eIz}\ }{}%
+ \ifthenelse{\equal{\word}{paraplegic}}{\textipa{p\`\ae r at pl\'\i:dZik}\ }{}%
+ \ifthenelse{\equal{\word}{paraquat}}{\textipa{p\'\ae r at kw\`At}\ }{}%
+ \ifthenelse{\equal{\word}{parasite}}{\textipa{p\'\ae r at s\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{parasitic}}{\textipa{p\`\ae r at s\'ItIk}\ }{}%
+ \ifthenelse{\equal{\word}{parasitized}}{\textipa{p\'\ae r at sIt\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{parasitism}}{\textipa{p\'\ae r at s\`aIt\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{parasitology}}{\textipa{p\`\ae r at saIt\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{parasol}}{\textipa{p\'\ae r at s\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{parboil}}{\textipa{p\'A:rb\`OIl}\ }{}%
+ \ifthenelse{\equal{\word}{parcel}}{\textipa{p\'A:rsl}\ }{}%
+ \ifthenelse{\equal{\word}{parch}}{\textipa{pA:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{parchment}}{\textipa{p\'A:rtSm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{pardon}}{\textipa{p\'A:rdn}\ }{}%
+ \ifthenelse{\equal{\word}{pardonable}}{\textipa{p\'A:rdn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{parent}}{\textipa{p\'e at rnt}\ }{}%
+ \ifthenelse{\equal{\word}{parentage}}{\textipa{p\'e at rntIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{parental}}{\textipa{p at r\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{parentheses}}{\textipa{p at r\'enT at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{parenthesize}}{\textipa{p at r\'enT at s\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{parenthetic}}{\textipa{p\`\ae rnT\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{parenthood}}{\textipa{p\'e at rnth\`Ud}\ }{}%
+ \ifthenelse{\equal{\word}{parfait}}{\textipa{pA:rf\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{pariah}}{\textipa{p at r\'a@}\ }{}%
+ \ifthenelse{\equal{\word}{parietal}}{\textipa{p at r\'a at tl}\ }{}%
+ \ifthenelse{\equal{\word}{paring}}{\textipa{p\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{paris}}{\textipa{p\'\ae rIs}\ }{}%
+ \ifthenelse{\equal{\word}{parish}}{\textipa{p\'\ae rIS}\ }{}%
+ \ifthenelse{\equal{\word}{parishioner}}{\textipa{p at r\'ISn at r}\ }{}%
+ \ifthenelse{\equal{\word}{parisian}}{\textipa{p at r\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{parity}}{\textipa{p\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{park}}{\textipa{pA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{parka}}{\textipa{p\'A:rk@}\ }{}%
+ \ifthenelse{\equal{\word}{parking}}{\textipa{p\'A:rkIN}\ }{}%
+ \ifthenelse{\equal{\word}{parks}}{\textipa{p\'A:rks}\ }{}%
+ \ifthenelse{\equal{\word}{parlance}}{\textipa{p\'A:rl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{parley}}{\textipa{p\'A:rli}\ }{}%
+ \ifthenelse{\equal{\word}{parliament}}{\textipa{p\'A:rl at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{parliamentarian}}{\textipa{p\`A:rl at ment\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{parliamentary}}{\textipa{p\`A:rl at m\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{parlor}}{\textipa{p\'A:rl at r}\ }{}%
+ \ifthenelse{\equal{\word}{parlous}}{\textipa{p\'A:rl at s}\ }{}%
+ \ifthenelse{\equal{\word}{parochial}}{\textipa{p at r\'oUki at l}\ }{}%
+ \ifthenelse{\equal{\word}{parodist}}{\textipa{p\'\ae r at dIst}\ }{}%
+ \ifthenelse{\equal{\word}{parody}}{\textipa{p\'\ae r at di}\ }{}%
+ \ifthenelse{\equal{\word}{parole}}{\textipa{p at r\'oUl}\ }{}%
+ \ifthenelse{\equal{\word}{paroxysm}}{\textipa{p\'\ae r at ks\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{parquet}}{\textipa{pA:rk\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{parrot}}{\textipa{p\'\ae r at t}\ }{}%
+ \ifthenelse{\equal{\word}{parry}}{\textipa{p\'\ae ri}\ }{}%
+ \ifthenelse{\equal{\word}{parse}}{\textipa{pA:rs}\ }{}%
+ \ifthenelse{\equal{\word}{parsec}}{\textipa{p\'A:rsek}\ }{}%
+ \ifthenelse{\equal{\word}{parsimonious}}{\textipa{p\`A:rs at m\'oUni at s}\ }{}%
+ \ifthenelse{\equal{\word}{parsimony}}{\textipa{p\'A:rs at m\`oUni}\ }{}%
+ \ifthenelse{\equal{\word}{parsley}}{\textipa{p\'A:rsli}\ }{}%
+ \ifthenelse{\equal{\word}{parsnip}}{\textipa{p\'A:rsnIp}\ }{}%
+ \ifthenelse{\equal{\word}{parson}}{\textipa{p\'A:rsn}\ }{}%
+ \ifthenelse{\equal{\word}{parsonage}}{\textipa{p\'A:rsnIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{part}}{\textipa{pA:rt}\ }{}%
+ \ifthenelse{\equal{\word}{partake}}{\textipa{pA:rt\'eIk}\ }{}%
+ \ifthenelse{\equal{\word}{parthenogenesis}}{\textipa{p\`A:rT at noUdZ\'en at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{partial}}{\textipa{p\'A:rSl}\ }{}%
+ \ifthenelse{\equal{\word}{partiality}}{\textipa{p\`A:rSi\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{partially}}{\textipa{p\'A:rSli}\ }{}%
+ \ifthenelse{\equal{\word}{participant}}{\textipa{p at rt\'IsIpnt}\ }{}%
+ \ifthenelse{\equal{\word}{participate}}{\textipa{pA:rt\'IsIp\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{participatory}}{\textipa{pA:rt\'Is at p@t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{participle}}{\textipa{p\'A:rt at s\`Ipl}\ }{}%
+ \ifthenelse{\equal{\word}{particle}}{\textipa{p\'A:rtIkl}\ }{}%
+ \ifthenelse{\equal{\word}{particular}}{\textipa{p at rt\'Ikj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{particularize}}{\textipa{p at rt\'Ikj at l@r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{particularity}}{\textipa{p at rt\`Ikj at l\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{particularly}}{\textipa{p at rt\'Ikj at l@rli}\ }{}%
+ \ifthenelse{\equal{\word}{particulate}}{\textipa{pA:rt\'Ikj at l@t}\ }{}%
+ \ifthenelse{\equal{\word}{parting}}{\textipa{p\'A:rtIN}\ }{}%
+ \ifthenelse{\equal{\word}{partisan}}{\textipa{p\'A:rt at zn}\ }{}%
+ \ifthenelse{\equal{\word}{partition}}{\textipa{pA:rt\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{partly}}{\textipa{p\'A:rtli}\ }{}%
+ \ifthenelse{\equal{\word}{partner}}{\textipa{p\'A:rtn at r}\ }{}%
+ \ifthenelse{\equal{\word}{partnership}}{\textipa{p\'A:rtn at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{partook}}{\textipa{pA:rt\'Uk}\ }{}%
+ \ifthenelse{\equal{\word}{partridge}}{\textipa{p\'A:rtrIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{party}}{\textipa{p\'A:rti}\ }{}%
+ \ifthenelse{\equal{\word}{parvenu}}{\textipa{p\'A:rv at nj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{pascal}}{\textipa{p\'\ae skl}\ }{}%
+ \ifthenelse{\equal{\word}{pass}}{\textipa{p\ae s}\ }{}%
+ \ifthenelse{\equal{\word}{passable}}{\textipa{p\'\ae s at bl}\ }{}%
+ \ifthenelse{\equal{\word}{passage}}{\textipa{p\'\ae sIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{passe}}{\textipa{p\ae s\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{passenger}}{\textipa{p\'\ae sInZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{passim}}{\textipa{p\'\ae sIm}\ }{}%
+ \ifthenelse{\equal{\word}{passing}}{\textipa{p\'\ae sIN}\ }{}%
+ \ifthenelse{\equal{\word}{passion}}{\textipa{p\'\ae Sn}\ }{}%
+ \ifthenelse{\equal{\word}{passionate}}{\textipa{p\'\ae Sn at t}\ }{}%
+ \ifthenelse{\equal{\word}{passive}}{\textipa{p\'\ae sIv}\ }{}%
+ \ifthenelse{\equal{\word}{passivity}}{\textipa{p\ae s\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{passport}}{\textipa{p\'\ae sp\`O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{password}}{\textipa{p\'\ae sw\`@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{past}}{\textipa{p\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{pasta}}{\textipa{p\'A:st@}\ }{}%
+ \ifthenelse{\equal{\word}{pastel}}{\textipa{p\ae st\'el}\ }{}%
+ \ifthenelse{\equal{\word}{pasteur}}{\textipa{p\ae st\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{pasteurized}}{\textipa{p\'\ae stS at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{pastiche}}{\textipa{p\ae st\'\i:S}\ }{}%
+ \ifthenelse{\equal{\word}{pastille}}{\textipa{p\'\ae stl}\ }{}%
+ \ifthenelse{\equal{\word}{pastime}}{\textipa{p\'\ae st\`aIm}\ }{}%
+ \ifthenelse{\equal{\word}{pasting}}{\textipa{p\'eIstIN}\ }{}%
+ \ifthenelse{\equal{\word}{pastor}}{\textipa{p\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{pastoral}}{\textipa{p\'\ae strl}\ }{}%
+ \ifthenelse{\equal{\word}{pastrami}}{\textipa{p at str\'A:mi}\ }{}%
+ \ifthenelse{\equal{\word}{pastry}}{\textipa{p\'eIstri}\ }{}%
+ \ifthenelse{\equal{\word}{pasture}}{\textipa{p\'\ae stS at r}\ }{}%
+ \ifthenelse{\equal{\word}{pasty}}{\textipa{p\'eIsti}\ }{}%
+ \ifthenelse{\equal{\word}{pat}}{\textipa{p\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{patch}}{\textipa{p\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{patchy}}{\textipa{p\'\ae tSi}\ }{}%
+ \ifthenelse{\equal{\word}{pate}}{\textipa{peIt}\ }{}%
+ \ifthenelse{\equal{\word}{patella}}{\textipa{p at t\'el@}\ }{}%
+ \ifthenelse{\equal{\word}{patent}}{\textipa{p\'\ae tnt}\ }{}%
+ \ifthenelse{\equal{\word}{patentee}}{\textipa{p\`\ae tnt\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{patently}}{\textipa{p\'eItntli}\ }{}%
+ \ifthenelse{\equal{\word}{paternal}}{\textipa{p at t\'@:rnl}\ }{}%
+ \ifthenelse{\equal{\word}{paternalism}}{\textipa{p at t\'@:rnl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{paternalistic}}{\textipa{p at t\`@:rnl\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{paternity}}{\textipa{p at t\'@:rn at ti}\ }{}%
+ \ifthenelse{\equal{\word}{path}}{\textipa{p\ae T}\ }{}%
+ \ifthenelse{\equal{\word}{pathetic}}{\textipa{p at T\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{pathogen}}{\textipa{p\'\ae T at dZn}\ }{}%
+ \ifthenelse{\equal{\word}{pathogenic}}{\textipa{p\`\ae T at dZ\'enIk}\ }{}%
+ \ifthenelse{\equal{\word}{pathological}}{\textipa{p\`\ae T at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{pathologist}}{\textipa{p at T\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{pathology}}{\textipa{p at T\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{pathos}}{\textipa{p\'eITAs}\ }{}%
+ \ifthenelse{\equal{\word}{patience}}{\textipa{p\'eISns}\ }{}%
+ \ifthenelse{\equal{\word}{patient}}{\textipa{p\'eISnt}\ }{}%
+ \ifthenelse{\equal{\word}{patina}}{\textipa{p at t\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{patio}}{\textipa{p\'\ae ti\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{patisserie}}{\textipa{p at t\'\i:sri}\ }{}%
+ \ifthenelse{\equal{\word}{patois}}{\textipa{p\'\ae twA:}\ }{}%
+ \ifthenelse{\equal{\word}{patriarch}}{\textipa{p\'eItri\`A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{patriarchal}}{\textipa{p\`eItri\'A:rkl}\ }{}%
+ \ifthenelse{\equal{\word}{patriarchy}}{\textipa{p\'eItri\`A:rki}\ }{}%
+ \ifthenelse{\equal{\word}{patrician}}{\textipa{p at tr\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{patrilineal}}{\textipa{p\`\ae tr at l\'Ini at l}\ }{}%
+ \ifthenelse{\equal{\word}{patrimony}}{\textipa{p\'\ae tr at m\`oUni}\ }{}%
+ \ifthenelse{\equal{\word}{patriot}}{\textipa{p\'eItri at t}\ }{}%
+ \ifthenelse{\equal{\word}{patriotic}}{\textipa{p\`eItri\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{patriotism}}{\textipa{p\'eItri at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{patrol}}{\textipa{p at tr\'oUl}\ }{}%
+ \ifthenelse{\equal{\word}{patron}}{\textipa{p\'eItrn}\ }{}%
+ \ifthenelse{\equal{\word}{patronage}}{\textipa{p\'\ae trnIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{patroness}}{\textipa{p\'eItrn at s}\ }{}%
+ \ifthenelse{\equal{\word}{patronize}}{\textipa{p\'eItr at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{patter}}{\textipa{p\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{pattern}}{\textipa{p\'\ae t at rn}\ }{}%
+ \ifthenelse{\equal{\word}{patties}}{\textipa{p\'\ae ti}\ }{}%
+ \ifthenelse{\equal{\word}{paucity}}{\textipa{p\'O:s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{paunch}}{\textipa{pO:nS}\ }{}%
+ \ifthenelse{\equal{\word}{paunchy}}{\textipa{p\'O:nSi}\ }{}%
+ \ifthenelse{\equal{\word}{pauper}}{\textipa{p\'O:p at r}\ }{}%
+ \ifthenelse{\equal{\word}{pause}}{\textipa{pO:z}\ }{}%
+ \ifthenelse{\equal{\word}{pave}}{\textipa{peIv}\ }{}%
+ \ifthenelse{\equal{\word}{pavement}}{\textipa{p\'eIvm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{pavilion}}{\textipa{p at v\'Ilj at n}\ }{}%
+ \ifthenelse{\equal{\word}{paving}}{\textipa{p\'eIvIN}\ }{}%
+ \ifthenelse{\equal{\word}{pavlov}}{\textipa{p\'\ae vlAv}\ }{}%
+ \ifthenelse{\equal{\word}{paw}}{\textipa{pO:}\ }{}%
+ \ifthenelse{\equal{\word}{pawn}}{\textipa{pO:n}\ }{}%
+ \ifthenelse{\equal{\word}{pay}}{\textipa{peI}\ }{}%
+ \ifthenelse{\equal{\word}{payee}}{\textipa{peI\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{payment}}{\textipa{p\'eIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{pea}}{\textipa{pi:}\ }{}%
+ \ifthenelse{\equal{\word}{peace}}{\textipa{pi:s}\ }{}%
+ \ifthenelse{\equal{\word}{peaceful}}{\textipa{p\'\i:sfl}\ }{}%
+ \ifthenelse{\equal{\word}{peach}}{\textipa{pi:tS}\ }{}%
+ \ifthenelse{\equal{\word}{peachy}}{\textipa{p\'\i:tSi}\ }{}%
+ \ifthenelse{\equal{\word}{peacock}}{\textipa{p\'\i:k\`Ak}\ }{}%
+ \ifthenelse{\equal{\word}{peafowl}}{\textipa{p\'\i:f\`aUl}\ }{}%
+ \ifthenelse{\equal{\word}{peahens}}{\textipa{p\'\i:h\`en}\ }{}%
+ \ifthenelse{\equal{\word}{peak}}{\textipa{pi:k}\ }{}%
+ \ifthenelse{\equal{\word}{peal}}{\textipa{pi:l}\ }{}%
+ \ifthenelse{\equal{\word}{peanut}}{\textipa{p\'\i:n\`2t}\ }{}%
+ \ifthenelse{\equal{\word}{pearly}}{\textipa{p\'@:rli}\ }{}%
+ \ifthenelse{\equal{\word}{peasant}}{\textipa{p\'eznt}\ }{}%
+ \ifthenelse{\equal{\word}{peasantry}}{\textipa{p\'ezntri}\ }{}%
+ \ifthenelse{\equal{\word}{peat}}{\textipa{pi:t}\ }{}%
+ \ifthenelse{\equal{\word}{peaty}}{\textipa{p\'\i:ti}\ }{}%
+ \ifthenelse{\equal{\word}{pebble}}{\textipa{p\'ebl}\ }{}%
+ \ifthenelse{\equal{\word}{pebbly}}{\textipa{p\'ebli}\ }{}%
+ \ifthenelse{\equal{\word}{pecan}}{\textipa{pIk\'A:n}\ }{}%
+ \ifthenelse{\equal{\word}{peccary}}{\textipa{p\'ekri}\ }{}%
+ \ifthenelse{\equal{\word}{peck}}{\textipa{pek}\ }{}%
+ \ifthenelse{\equal{\word}{pecker}}{\textipa{p\'ek at r}\ }{}%
+ \ifthenelse{\equal{\word}{peckish}}{\textipa{p\'ekIS}\ }{}%
+ \ifthenelse{\equal{\word}{pectin}}{\textipa{p\'ektIn}\ }{}%
+ \ifthenelse{\equal{\word}{pectoral}}{\textipa{p\'ektrl}\ }{}%
+ \ifthenelse{\equal{\word}{peculiar}}{\textipa{pIkj\'u:lj at r}\ }{}%
+ \ifthenelse{\equal{\word}{peculiarity}}{\textipa{pIkj\`u:li\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{peculiarly}}{\textipa{pIkj\'u:lj at rli}\ }{}%
+ \ifthenelse{\equal{\word}{pecuniary}}{\textipa{pIkj\'u:ni\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{pedagogic}}{\textipa{p\`ed at g\'AdZIk}\ }{}%
+ \ifthenelse{\equal{\word}{pedagogue}}{\textipa{p\'ed at g\`Ag}\ }{}%
+ \ifthenelse{\equal{\word}{pedagogy}}{\textipa{p\'ed at g\`oUdZi}\ }{}%
+ \ifthenelse{\equal{\word}{pedal}}{\textipa{p\'edl}\ }{}%
+ \ifthenelse{\equal{\word}{pedant}}{\textipa{p\'ednt}\ }{}%
+ \ifthenelse{\equal{\word}{pedantic}}{\textipa{pId\'\ae ntIk}\ }{}%
+ \ifthenelse{\equal{\word}{pedantry}}{\textipa{p\'edntri}\ }{}%
+ \ifthenelse{\equal{\word}{pederasts}}{\textipa{p\'ed at r\`\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{pedestal}}{\textipa{p\'edIstl}\ }{}%
+ \ifthenelse{\equal{\word}{pedestrian}}{\textipa{p at d\'estri at n}\ }{}%
+ \ifthenelse{\equal{\word}{pedigree}}{\textipa{p\'edIgr\`\i:}\ }{}%
+ \ifthenelse{\equal{\word}{pediment}}{\textipa{p\'edIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{pedlar}}{\textipa{p\'edl at r}\ }{}%
+ \ifthenelse{\equal{\word}{peep}}{\textipa{pi:p}\ }{}%
+ \ifthenelse{\equal{\word}{peepers}}{\textipa{p\'\i:p at rz}\ }{}%
+ \ifthenelse{\equal{\word}{peer}}{\textipa{pI at r}\ }{}%
+ \ifthenelse{\equal{\word}{peerage}}{\textipa{p\'\i at rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{peevish}}{\textipa{p\'\i:vIS}\ }{}%
+ \ifthenelse{\equal{\word}{peg}}{\textipa{peg}\ }{}%
+ \ifthenelse{\equal{\word}{pegasus}}{\textipa{p\'eg at s@s}\ }{}%
+ \ifthenelse{\equal{\word}{pejorative}}{\textipa{pIdZ\'O:r at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{peking}}{\textipa{p\`\i:k\'IN}\ }{}%
+ \ifthenelse{\equal{\word}{pelican}}{\textipa{p\'elIkn}\ }{}%
+ \ifthenelse{\equal{\word}{pellet}}{\textipa{p\'el at t}\ }{}%
+ \ifthenelse{\equal{\word}{pelmet}}{\textipa{p\'elmIt}\ }{}%
+ \ifthenelse{\equal{\word}{pelt}}{\textipa{pelt}\ }{}%
+ \ifthenelse{\equal{\word}{pelvic}}{\textipa{p\'elvIk}\ }{}%
+ \ifthenelse{\equal{\word}{pelvis}}{\textipa{p\'elvIs}\ }{}%
+ \ifthenelse{\equal{\word}{pen}}{\textipa{pen}\ }{}%
+ \ifthenelse{\equal{\word}{penal}}{\textipa{p\'\i:nl}\ }{}%
+ \ifthenelse{\equal{\word}{penalize}}{\textipa{p\'\i:nl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{penalty}}{\textipa{p\'enlti}\ }{}%
+ \ifthenelse{\equal{\word}{penance}}{\textipa{p\'en at ns}\ }{}%
+ \ifthenelse{\equal{\word}{pence}}{\textipa{pens}\ }{}%
+ \ifthenelse{\equal{\word}{penchant}}{\textipa{p\'enSnt}\ }{}%
+ \ifthenelse{\equal{\word}{pencil}}{\textipa{p\'ensl}\ }{}%
+ \ifthenelse{\equal{\word}{pendant}}{\textipa{p\'end at nt}\ }{}%
+ \ifthenelse{\equal{\word}{pending}}{\textipa{p\'endIN}\ }{}%
+ \ifthenelse{\equal{\word}{pendulous}}{\textipa{p\'enZl at s}\ }{}%
+ \ifthenelse{\equal{\word}{pendulum}}{\textipa{p\'enZl at m}\ }{}%
+ \ifthenelse{\equal{\word}{penetrable}}{\textipa{p\'en at tr@bl}\ }{}%
+ \ifthenelse{\equal{\word}{penetrate}}{\textipa{p\'en at tr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{penetrative}}{\textipa{p\'en at tr\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{penguin}}{\textipa{p\'eNgwIn}\ }{}%
+ \ifthenelse{\equal{\word}{penicillin}}{\textipa{p\`en at s\'IlIn}\ }{}%
+ \ifthenelse{\equal{\word}{penile}}{\textipa{p\'\i:naIl}\ }{}%
+ \ifthenelse{\equal{\word}{peninsula}}{\textipa{p at n\'Insl@}\ }{}%
+ \ifthenelse{\equal{\word}{penitence}}{\textipa{p\'en at tns}\ }{}%
+ \ifthenelse{\equal{\word}{penitent}}{\textipa{p\'en at tnt}\ }{}%
+ \ifthenelse{\equal{\word}{penitential}}{\textipa{p\`enIt\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{penitentiary}}{\textipa{p\`enIt\'enSri}\ }{}%
+ \ifthenelse{\equal{\word}{pennant}}{\textipa{p\'en at nt}\ }{}%
+ \ifthenelse{\equal{\word}{penniless}}{\textipa{p\'enIl at s}\ }{}%
+ \ifthenelse{\equal{\word}{penny}}{\textipa{p\'eni}\ }{}%
+ \ifthenelse{\equal{\word}{penology}}{\textipa{pi:n\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{pension}}{\textipa{p\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{pensioner}}{\textipa{p\'enSn at r}\ }{}%
+ \ifthenelse{\equal{\word}{pensive}}{\textipa{p\'ensIv}\ }{}%
+ \ifthenelse{\equal{\word}{pent}}{\textipa{pent}\ }{}%
+ \ifthenelse{\equal{\word}{pentagon}}{\textipa{p\'ent at g\`An}\ }{}%
+ \ifthenelse{\equal{\word}{pentagram}}{\textipa{p\'ent at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{pentameter}}{\textipa{pent\'\ae m at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{pentathlon}}{\textipa{pent\'\ae Tl at n}\ }{}%
+ \ifthenelse{\equal{\word}{pentecostal}}{\textipa{p\`ent at k\'O:stl}\ }{}%
+ \ifthenelse{\equal{\word}{penultimate}}{\textipa{p at n\'2ltIm at t}\ }{}%
+ \ifthenelse{\equal{\word}{penumbra}}{\textipa{p at n\'2mbr@}\ }{}%
+ \ifthenelse{\equal{\word}{penurious}}{\textipa{p at nj\'u at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{penury}}{\textipa{p\'enj at ri}\ }{}%
+ \ifthenelse{\equal{\word}{people}}{\textipa{p\'\i:pl}\ }{}%
+ \ifthenelse{\equal{\word}{pep}}{\textipa{pep}\ }{}%
+ \ifthenelse{\equal{\word}{peperoni}}{\textipa{p\`ep at r\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{pepper}}{\textipa{p\'ep at r}\ }{}%
+ \ifthenelse{\equal{\word}{peppermint}}{\textipa{p\'ep at rm\`Int}\ }{}%
+ \ifthenelse{\equal{\word}{peppery}}{\textipa{p\'epri}\ }{}%
+ \ifthenelse{\equal{\word}{peptic}}{\textipa{p\'eptIk}\ }{}%
+ \ifthenelse{\equal{\word}{peptide}}{\textipa{p\'eptaId}\ }{}%
+ \ifthenelse{\equal{\word}{per}}{\textipa{p at r}\ }{}%
+ \ifthenelse{\equal{\word}{perambulate}}{\textipa{p at r\'\ae mbj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{perceive}}{\textipa{p at rs\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{percent}}{\textipa{p at rs\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{percentage}}{\textipa{p at rs\'entIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{percentile}}{\textipa{p at rs\'entaIl}\ }{}%
+ \ifthenelse{\equal{\word}{perceptible}}{\textipa{p at rs\'ept at bl}\ }{}%
+ \ifthenelse{\equal{\word}{perception}}{\textipa{p at rs\'epSn}\ }{}%
+ \ifthenelse{\equal{\word}{perceptive}}{\textipa{p at rs\'eptIv}\ }{}%
+ \ifthenelse{\equal{\word}{perceptual}}{\textipa{p at rs\'eptSul}\ }{}%
+ \ifthenelse{\equal{\word}{perch}}{\textipa{p@:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{perchance}}{\textipa{p at rtS\'\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{percipient}}{\textipa{p at rs\'Ipi at nt}\ }{}%
+ \ifthenelse{\equal{\word}{percolate}}{\textipa{p\'@:rk at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{percolator}}{\textipa{p\'@:rk at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{percussion}}{\textipa{p at rk\'2Sn}\ }{}%
+ \ifthenelse{\equal{\word}{percussive}}{\textipa{p at rk\'2sIv}\ }{}%
+ \ifthenelse{\equal{\word}{percutaneous}}{\textipa{p\`@:rkjut\'eIni at s}\ }{}%
+ \ifthenelse{\equal{\word}{perdition}}{\textipa{p at rd\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{peregrine}}{\textipa{p\'er at grIn}\ }{}%
+ \ifthenelse{\equal{\word}{peremptory}}{\textipa{p at r\'emtri}\ }{}%
+ \ifthenelse{\equal{\word}{perennial}}{\textipa{p at r\'eni at l}\ }{}%
+ \ifthenelse{\equal{\word}{perestroika}}{\textipa{p\`er at str\'OIk@}\ }{}%
+ \ifthenelse{\equal{\word}{perfect}}{\textipa{p\'@:rfIkt}\ }{}%
+ \ifthenelse{\equal{\word}{perfection}}{\textipa{p at rf\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{perfectly}}{\textipa{p\'@:rfIkli}\ }{}%
+ \ifthenelse{\equal{\word}{perfidious}}{\textipa{p at rf\'Idi at s}\ }{}%
+ \ifthenelse{\equal{\word}{perfidy}}{\textipa{p\'@:rf at di}\ }{}%
+ \ifthenelse{\equal{\word}{perforate}}{\textipa{p\'@:rf at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{perforce}}{\textipa{p at rf\'O:rs}\ }{}%
+ \ifthenelse{\equal{\word}{perform}}{\textipa{p at rf\'O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{performance}}{\textipa{p at rf\'O:rm at ns}\ }{}%
+ \ifthenelse{\equal{\word}{perfume}}{\textipa{p\'@:rfju:m}\ }{}%
+ \ifthenelse{\equal{\word}{perfumed}}{\textipa{p\'@:rfju:md}\ }{}%
+ \ifthenelse{\equal{\word}{perfumery}}{\textipa{p at rfj\'u:mri}\ }{}%
+ \ifthenelse{\equal{\word}{perfunctory}}{\textipa{p at rf\'2Ntri}\ }{}%
+ \ifthenelse{\equal{\word}{pergola}}{\textipa{p\'@:rgl@}\ }{}%
+ \ifthenelse{\equal{\word}{perhaps}}{\textipa{p at rh\'\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{perigee}}{\textipa{p\'erIdZi:}\ }{}%
+ \ifthenelse{\equal{\word}{peril}}{\textipa{p\'erl}\ }{}%
+ \ifthenelse{\equal{\word}{perilous}}{\textipa{p\'erl at s}\ }{}%
+ \ifthenelse{\equal{\word}{perimeter}}{\textipa{p at r\'Im at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{perinatal}}{\textipa{p\`erIn\'eItl}\ }{}%
+ \ifthenelse{\equal{\word}{period}}{\textipa{p\'\i at ri@d}\ }{}%
+ \ifthenelse{\equal{\word}{periodic}}{\textipa{p\`\i at ri\'AdIk}\ }{}%
+ \ifthenelse{\equal{\word}{periodical}}{\textipa{p\`\i at ri\'AdIkl}\ }{}%
+ \ifthenelse{\equal{\word}{periodicity}}{\textipa{p\`\i at ri@d\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{peripatetic}}{\textipa{p\`erIp at t\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{peripheral}}{\textipa{p at r\'Ifrl}\ }{}%
+ \ifthenelse{\equal{\word}{periphery}}{\textipa{p at r\'Ifri}\ }{}%
+ \ifthenelse{\equal{\word}{periphrasis}}{\textipa{p at r\'Ifr at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{periphrastic}}{\textipa{p\`erIfr\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{periscope}}{\textipa{p\'erIsk\`oUp}\ }{}%
+ \ifthenelse{\equal{\word}{perish}}{\textipa{p\'erIS}\ }{}%
+ \ifthenelse{\equal{\word}{peritoneum}}{\textipa{p\`@r at tn\'\i:@m}\ }{}%
+ \ifthenelse{\equal{\word}{perjure}}{\textipa{p\'@:rdZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{perjury}}{\textipa{p\'@:rdZri}\ }{}%
+ \ifthenelse{\equal{\word}{perk}}{\textipa{p@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{perky}}{\textipa{p\'@:rki}\ }{}%
+ \ifthenelse{\equal{\word}{perm}}{\textipa{p@:rm}\ }{}%
+ \ifthenelse{\equal{\word}{permafrost}}{\textipa{p\'@:rm at fr\`O:st}\ }{}%
+ \ifthenelse{\equal{\word}{permanence}}{\textipa{p\'@:rmn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{permanency}}{\textipa{p\'@:rmn at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{permanent}}{\textipa{p\'@:rmn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{permanently}}{\textipa{p\'@:rmn at ntli}\ }{}%
+ \ifthenelse{\equal{\word}{permanganate}}{\textipa{p at rm\'\ae Ng at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{permeability}}{\textipa{p\`@:rmi at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{permeable}}{\textipa{p\'@:rmi at bl}\ }{}%
+ \ifthenelse{\equal{\word}{permeate}}{\textipa{p\'@:rmi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{permissible}}{\textipa{p at rm\'Is at bl}\ }{}%
+ \ifthenelse{\equal{\word}{permission}}{\textipa{p at rm\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{permissive}}{\textipa{p at rm\'IsIv}\ }{}%
+ \ifthenelse{\equal{\word}{permit}}{\textipa{p at rm\'It}\ }{}%
+ \ifthenelse{\equal{\word}{permutation}}{\textipa{p\`@:rmjut\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{permute}}{\textipa{p at rmj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{pernicious}}{\textipa{p at rn\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{peroration}}{\textipa{p\`er at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{peroxide}}{\textipa{p at r\'AksaId}\ }{}%
+ \ifthenelse{\equal{\word}{perpendicular}}{\textipa{p\`@:rpnd\'Ikj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{perpetrate}}{\textipa{p\'@:rp at tr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{perpetrator}}{\textipa{p\'@:rp at tr\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{perpetual}}{\textipa{p at rp\'etSu at l}\ }{}%
+ \ifthenelse{\equal{\word}{perpetuate}}{\textipa{p at rp\'etSu\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{perpetuity}}{\textipa{p\`@:rp at tj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{perplex}}{\textipa{p at rpl\'eks}\ }{}%
+ \ifthenelse{\equal{\word}{perplexity}}{\textipa{p at rpl\'eks at ti}\ }{}%
+ \ifthenelse{\equal{\word}{perquisite}}{\textipa{p\'@:rkwIzIt}\ }{}%
+ \ifthenelse{\equal{\word}{perry}}{\textipa{p\'eri}\ }{}%
+ \ifthenelse{\equal{\word}{persecute}}{\textipa{p\'@:rsIkj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{persecutor}}{\textipa{p\'@:rsIkj\`u:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{perseverance}}{\textipa{p\`@:rs at v\'\i at rns}\ }{}%
+ \ifthenelse{\equal{\word}{persevere}}{\textipa{p\`@:rs at v\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{persevering}}{\textipa{p\`@:rs at v\'\i at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{persia}}{\textipa{p\'@:rZ@}\ }{}%
+ \ifthenelse{\equal{\word}{persian}}{\textipa{p\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{persist}}{\textipa{p at rs\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{persistence}}{\textipa{p at rs\'Istns}\ }{}%
+ \ifthenelse{\equal{\word}{persistent}}{\textipa{p at rs\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{person}}{\textipa{p\'@:rsn}\ }{}%
+ \ifthenelse{\equal{\word}{persona}}{\textipa{p at rs\'oUn@}\ }{}%
+ \ifthenelse{\equal{\word}{personage}}{\textipa{p\'@:rsnIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{personal}}{\textipa{p\'@:rsnl}\ }{}%
+ \ifthenelse{\equal{\word}{personalize}}{\textipa{p\'@:rsn at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{personality}}{\textipa{p\`@:rs at n\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{personally}}{\textipa{p\'@:rsnli}\ }{}%
+ \ifthenelse{\equal{\word}{personification}}{\textipa{p at rs\`AnIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{personify}}{\textipa{p at rs\'AnIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{personnel}}{\textipa{p\`@:rs at n\'el}\ }{}%
+ \ifthenelse{\equal{\word}{perspective}}{\textipa{p at rsp\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{perspex}}{\textipa{p\'@:rspeks}\ }{}%
+ \ifthenelse{\equal{\word}{perspicacious}}{\textipa{p\`@:rspIk\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{perspicacity}}{\textipa{p\`@:rsp at k\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{perspicuity}}{\textipa{p\`@:rsp at kj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{perspiration}}{\textipa{p\`@:rsp at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{perspire}}{\textipa{p at rsp\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{persuade}}{\textipa{p at rsw\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{persuasion}}{\textipa{p at rsw\'eIZn}\ }{}%
+ \ifthenelse{\equal{\word}{persuasive}}{\textipa{p at rsw\'eIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{pert}}{\textipa{p@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{pertain}}{\textipa{p at rt\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{pertinacity}}{\textipa{p\`@:rtn\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{pertinence}}{\textipa{p\'@:rtn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{pertinent}}{\textipa{p\'@:rtn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{perturb}}{\textipa{p at rt\'@:rb}\ }{}%
+ \ifthenelse{\equal{\word}{perturbation}}{\textipa{p\`@:rt at rb\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{peru}}{\textipa{p at r\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{perusal}}{\textipa{p at r\'u:zl}\ }{}%
+ \ifthenelse{\equal{\word}{peruse}}{\textipa{p at r\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{peruvian}}{\textipa{p at r\'u:vi at n}\ }{}%
+ \ifthenelse{\equal{\word}{pervade}}{\textipa{p at rv\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{pervasive}}{\textipa{p at rv\'eIsIv}\ }{}%
+ \ifthenelse{\equal{\word}{perverse}}{\textipa{p at rv\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{perversion}}{\textipa{p at rv\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{perversity}}{\textipa{p at rv\'@:rs at ti}\ }{}%
+ \ifthenelse{\equal{\word}{pervert}}{\textipa{p at rv\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{peseta}}{\textipa{p at s\'eIt@}\ }{}%
+ \ifthenelse{\equal{\word}{pesky}}{\textipa{p\'eski}\ }{}%
+ \ifthenelse{\equal{\word}{pessimism}}{\textipa{p\'es at m\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{pessimist}}{\textipa{p\'es at mIst}\ }{}%
+ \ifthenelse{\equal{\word}{pessimistic}}{\textipa{p\`es at m\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{pest}}{\textipa{pest}\ }{}%
+ \ifthenelse{\equal{\word}{pester}}{\textipa{p\'est at r}\ }{}%
+ \ifthenelse{\equal{\word}{pesticide}}{\textipa{p\'estIs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{pestilence}}{\textipa{p\'estIl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{pestilent}}{\textipa{p\'estIl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{pestle}}{\textipa{p\'esl}\ }{}%
+ \ifthenelse{\equal{\word}{pet}}{\textipa{pet}\ }{}%
+ \ifthenelse{\equal{\word}{petal}}{\textipa{p\'etl}\ }{}%
+ \ifthenelse{\equal{\word}{petard}}{\textipa{pet\'A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{peter}}{\textipa{p\'\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{pethidine}}{\textipa{p\'etId\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{petit}}{\textipa{p\'eti}\ }{}%
+ \ifthenelse{\equal{\word}{petite}}{\textipa{p at t\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{petition}}{\textipa{p at t\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{petrel}}{\textipa{p\'etrl}\ }{}%
+ \ifthenelse{\equal{\word}{petrify}}{\textipa{p\'etrIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{petroleum}}{\textipa{p at tr\'oUli at m}\ }{}%
+ \ifthenelse{\equal{\word}{petrology}}{\textipa{p at tr\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{petticoat}}{\textipa{p\'etikoUt}\ }{}%
+ \ifthenelse{\equal{\word}{pettish}}{\textipa{p\'etIS}\ }{}%
+ \ifthenelse{\equal{\word}{petulance}}{\textipa{p\'etSl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{petulant}}{\textipa{p\'etSl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{petunia}}{\textipa{pIt\'u:nj@}\ }{}%
+ \ifthenelse{\equal{\word}{pew}}{\textipa{pju:}\ }{}%
+ \ifthenelse{\equal{\word}{pewter}}{\textipa{pj\'u:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{phalanx}}{\textipa{f\'eIl\ae Ns}\ }{}%
+ \ifthenelse{\equal{\word}{phantasy}}{\textipa{f\'\ae nt at si}\ }{}%
+ \ifthenelse{\equal{\word}{phantom}}{\textipa{f\'\ae nt at m}\ }{}%
+ \ifthenelse{\equal{\word}{pharaoh}}{\textipa{f\'e at roU}\ }{}%
+ \ifthenelse{\equal{\word}{pharmaceutical}}{\textipa{f\`A:rm at s\'u:tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{pharmacist}}{\textipa{f\'A:rm at sIst}\ }{}%
+ \ifthenelse{\equal{\word}{pharmacology}}{\textipa{f\`A:rm at k\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{pharmacy}}{\textipa{f\'A:rm at si}\ }{}%
+ \ifthenelse{\equal{\word}{pharynx}}{\textipa{f\'\ae rINs}\ }{}%
+ \ifthenelse{\equal{\word}{phase}}{\textipa{feIz}\ }{}%
+ \ifthenelse{\equal{\word}{pheasant}}{\textipa{f\'eznt}\ }{}%
+ \ifthenelse{\equal{\word}{phenol}}{\textipa{f\'\i:noUl}\ }{}%
+ \ifthenelse{\equal{\word}{phenomena}}{\textipa{f at n\'AmIn@}\ }{}%
+ \ifthenelse{\equal{\word}{phenomenal}}{\textipa{f at n\'AmInl}\ }{}%
+ \ifthenelse{\equal{\word}{phenomenology}}{\textipa{f at n\`Am at n\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{phenomenon}}{\textipa{f at n\'Am at n\`An}\ }{}%
+ \ifthenelse{\equal{\word}{phenotype}}{\textipa{f\'\i:n at t\`aIp}\ }{}%
+ \ifthenelse{\equal{\word}{pheromone}}{\textipa{f\'er at m\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{philanthropic}}{\textipa{f\`Il at nTr\'ApIk}\ }{}%
+ \ifthenelse{\equal{\word}{philanthropist}}{\textipa{fIl\'\ae nTr at pIst}\ }{}%
+ \ifthenelse{\equal{\word}{philanthropy}}{\textipa{fIl\'\ae nTr at pi}\ }{}%
+ \ifthenelse{\equal{\word}{philatelic}}{\textipa{f\`Il at t\'elIk}\ }{}%
+ \ifthenelse{\equal{\word}{philatelists}}{\textipa{f at l\'\ae tl at st}\ }{}%
+ \ifthenelse{\equal{\word}{philately}}{\textipa{f at l\'\ae tli}\ }{}%
+ \ifthenelse{\equal{\word}{philharmonic}}{\textipa{f\`IlhA:rm\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{philistine}}{\textipa{f\'IlIst\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{philological}}{\textipa{f\`Il at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{philologist}}{\textipa{fIl\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{philology}}{\textipa{fIl\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{philosopher}}{\textipa{f at l\'As at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{philosophic}}{\textipa{f\`Il at s\'AfIkl}\ }{}%
+ \ifthenelse{\equal{\word}{philosophize}}{\textipa{f at l\'As at f\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{philosophy}}{\textipa{f at l\'As at fi}\ }{}%
+ \ifthenelse{\equal{\word}{phlebotomy}}{\textipa{flIb\'At at mi}\ }{}%
+ \ifthenelse{\equal{\word}{phlegm}}{\textipa{flem}\ }{}%
+ \ifthenelse{\equal{\word}{phlegmatic}}{\textipa{flegm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{phlox}}{\textipa{flAks}\ }{}%
+ \ifthenelse{\equal{\word}{phobia}}{\textipa{f\'oUbi@}\ }{}%
+ \ifthenelse{\equal{\word}{phobic}}{\textipa{f\'oUbIk}\ }{}%
+ \ifthenelse{\equal{\word}{phoenix}}{\textipa{f\'\i:nIks}\ }{}%
+ \ifthenelse{\equal{\word}{phone}}{\textipa{foUn}\ }{}%
+ \ifthenelse{\equal{\word}{phoneme}}{\textipa{f\'oUni:m}\ }{}%
+ \ifthenelse{\equal{\word}{phonetic}}{\textipa{f at n\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{phonetics}}{\textipa{f at n\'etIks}\ }{}%
+ \ifthenelse{\equal{\word}{phonograph}}{\textipa{f\'oUn at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{phonology}}{\textipa{f at n\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{phony}}{\textipa{f\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{phooey}}{\textipa{f\'ui}\ }{}%
+ \ifthenelse{\equal{\word}{phosphate}}{\textipa{f\'AsfeIt}\ }{}%
+ \ifthenelse{\equal{\word}{phosphor}}{\textipa{f\'Asf at r}\ }{}%
+ \ifthenelse{\equal{\word}{phosphorescence}}{\textipa{f\`Asf at r\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{phosphorescent}}{\textipa{f\`Asf at r\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{phosphoric}}{\textipa{fAsf\'O:rIk}\ }{}%
+ \ifthenelse{\equal{\word}{phosphorus}}{\textipa{f\'Asfr at s}\ }{}%
+ \ifthenelse{\equal{\word}{photo}}{\textipa{f\'oUtoU}\ }{}%
+ \ifthenelse{\equal{\word}{photocells}}{\textipa{f\'oUtoUs\`el}\ }{}%
+ \ifthenelse{\equal{\word}{photogenic}}{\textipa{f\`oUt at dZ\'enIk}\ }{}%
+ \ifthenelse{\equal{\word}{photograph}}{\textipa{f\'oUt at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{photographer}}{\textipa{f at t\'Agr at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{photographic}}{\textipa{f\`oUt at gr\'\ae fIk}\ }{}%
+ \ifthenelse{\equal{\word}{photography}}{\textipa{f at t\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{photon}}{\textipa{f\'oUtAn}\ }{}%
+ \ifthenelse{\equal{\word}{photostat}}{\textipa{f\'oUt at st\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{phrasal}}{\textipa{fr\'eIzl}\ }{}%
+ \ifthenelse{\equal{\word}{phrase}}{\textipa{freIz}\ }{}%
+ \ifthenelse{\equal{\word}{phraseology}}{\textipa{fr\`eIzi\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{phrasing}}{\textipa{fr\'eIzIN}\ }{}%
+ \ifthenelse{\equal{\word}{phrenology}}{\textipa{fr at n\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{phyla}}{\textipa{f\'aIl@}\ }{}%
+ \ifthenelse{\equal{\word}{phylogeny}}{\textipa{faIl\'AdZ at ni}\ }{}%
+ \ifthenelse{\equal{\word}{phylum}}{\textipa{f\'aIl at m}\ }{}%
+ \ifthenelse{\equal{\word}{physic}}{\textipa{f\'IzIk}\ }{}%
+ \ifthenelse{\equal{\word}{physical}}{\textipa{f\'IzIkl}\ }{}%
+ \ifthenelse{\equal{\word}{physicality}}{\textipa{f\`IzIk\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{physically}}{\textipa{f\'IzIkli}\ }{}%
+ \ifthenelse{\equal{\word}{physician}}{\textipa{fIz\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{physicist}}{\textipa{f\'IzIsIst}\ }{}%
+ \ifthenelse{\equal{\word}{physics}}{\textipa{f\'IzIks}\ }{}%
+ \ifthenelse{\equal{\word}{physio}}{\textipa{f\'IzioU}\ }{}%
+ \ifthenelse{\equal{\word}{physiognomy}}{\textipa{f\`Izi\'Agn at mi}\ }{}%
+ \ifthenelse{\equal{\word}{physiological}}{\textipa{f\`Izi at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{physiology}}{\textipa{f\`Izi\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{physiotherapy}}{\textipa{f\`IzioUT\'er at pi}\ }{}%
+ \ifthenelse{\equal{\word}{physique}}{\textipa{fIz\'\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{pi}}{\textipa{paI}\ }{}%
+ \ifthenelse{\equal{\word}{pianissimo}}{\textipa{p\`\i at n\'IsIm\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{pianist}}{\textipa{pi\'\ae n at st}\ }{}%
+ \ifthenelse{\equal{\word}{piano}}{\textipa{pi\'\ae noU}\ }{}%
+ \ifthenelse{\equal{\word}{pianoforte}}{\textipa{pi\`\ae noUf\'O:rteI}\ }{}%
+ \ifthenelse{\equal{\word}{pianola}}{\textipa{pi at n\'oUl@}\ }{}%
+ \ifthenelse{\equal{\word}{piazza}}{\textipa{pi\'A:z@}\ }{}%
+ \ifthenelse{\equal{\word}{pica}}{\textipa{p\'aIk@}\ }{}%
+ \ifthenelse{\equal{\word}{picaresque}}{\textipa{p\`Ik at r\'esk}\ }{}%
+ \ifthenelse{\equal{\word}{picasso}}{\textipa{pIk\'A:soU}\ }{}%
+ \ifthenelse{\equal{\word}{piccolo}}{\textipa{p\'Ik at l\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{pick}}{\textipa{pIk}\ }{}%
+ \ifthenelse{\equal{\word}{pickaxe}}{\textipa{p\'Ik\`\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{pickerel}}{\textipa{p\'Ikrl}\ }{}%
+ \ifthenelse{\equal{\word}{picket}}{\textipa{p\'Ik at t}\ }{}%
+ \ifthenelse{\equal{\word}{pickle}}{\textipa{p\'Ikl}\ }{}%
+ \ifthenelse{\equal{\word}{pickpocket}}{\textipa{p\'Ikp\`Ak at t}\ }{}%
+ \ifthenelse{\equal{\word}{pickup}}{\textipa{p\'Ik\`2p}\ }{}%
+ \ifthenelse{\equal{\word}{picnic}}{\textipa{p\'IknIk}\ }{}%
+ \ifthenelse{\equal{\word}{pictogram}}{\textipa{p\'Ikt at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{pictograms}}{\textipa{p\'Ikt at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{pictorial}}{\textipa{pIkt\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{picture}}{\textipa{p\'IktS at r}\ }{}%
+ \ifthenelse{\equal{\word}{picturesque}}{\textipa{p\`IktS at r\'esk}\ }{}%
+ \ifthenelse{\equal{\word}{pidgin}}{\textipa{p\'IdZIn}\ }{}%
+ \ifthenelse{\equal{\word}{piebald}}{\textipa{p\'aIb\`O:ld}\ }{}%
+ \ifthenelse{\equal{\word}{pied}}{\textipa{paId}\ }{}%
+ \ifthenelse{\equal{\word}{pierce}}{\textipa{pI at rs}\ }{}%
+ \ifthenelse{\equal{\word}{piercing}}{\textipa{p\'I at rsIN}\ }{}%
+ \ifthenelse{\equal{\word}{pieta}}{\textipa{p\`\i:eIt\'A}\ }{}%
+ \ifthenelse{\equal{\word}{piety}}{\textipa{p\'a at ti}\ }{}%
+ \ifthenelse{\equal{\word}{piffle}}{\textipa{p\'Ifl}\ }{}%
+ \ifthenelse{\equal{\word}{pig}}{\textipa{pIg}\ }{}%
+ \ifthenelse{\equal{\word}{pigeon}}{\textipa{p\'IdZn}\ }{}%
+ \ifthenelse{\equal{\word}{piggery}}{\textipa{p\'Igri}\ }{}%
+ \ifthenelse{\equal{\word}{piggish}}{\textipa{p\'IgIS}\ }{}%
+ \ifthenelse{\equal{\word}{piggy}}{\textipa{p\'Igi}\ }{}%
+ \ifthenelse{\equal{\word}{piglet}}{\textipa{p\'Igl at t}\ }{}%
+ \ifthenelse{\equal{\word}{pigment}}{\textipa{p\'Igm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{pigmentation}}{\textipa{p\`Igment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{pigsty}}{\textipa{p\'Igst\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{pike}}{\textipa{paIk}\ }{}%
+ \ifthenelse{\equal{\word}{pikestaff}}{\textipa{p\'aIkst\`eIvz}\ }{}%
+ \ifthenelse{\equal{\word}{pilaster}}{\textipa{pIl\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{pilchard}}{\textipa{p\'IltS at rd}\ }{}%
+ \ifthenelse{\equal{\word}{pile}}{\textipa{paIl}\ }{}%
+ \ifthenelse{\equal{\word}{piles}}{\textipa{paIlz}\ }{}%
+ \ifthenelse{\equal{\word}{pilfer}}{\textipa{p\'Ilf at r}\ }{}%
+ \ifthenelse{\equal{\word}{pilgrim}}{\textipa{p\'IlgrIm}\ }{}%
+ \ifthenelse{\equal{\word}{pilgrimage}}{\textipa{p\'IlgrImIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{piling}}{\textipa{p\'aIlIN}\ }{}%
+ \ifthenelse{\equal{\word}{pill}}{\textipa{pIl}\ }{}%
+ \ifthenelse{\equal{\word}{pillage}}{\textipa{p\'IlIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{pillar}}{\textipa{p\'Il at r}\ }{}%
+ \ifthenelse{\equal{\word}{pillion}}{\textipa{p\'Ilj at n}\ }{}%
+ \ifthenelse{\equal{\word}{pillory}}{\textipa{p\'Ilri}\ }{}%
+ \ifthenelse{\equal{\word}{pillow}}{\textipa{p\'IloU}\ }{}%
+ \ifthenelse{\equal{\word}{pilot}}{\textipa{p\'aIl at t}\ }{}%
+ \ifthenelse{\equal{\word}{pimp}}{\textipa{pImp}\ }{}%
+ \ifthenelse{\equal{\word}{pimpernel}}{\textipa{p\'Imp at rn\`el}\ }{}%
+ \ifthenelse{\equal{\word}{pimple}}{\textipa{p\'Impl}\ }{}%
+ \ifthenelse{\equal{\word}{pimply}}{\textipa{p\'Impld}\ }{}%
+ \ifthenelse{\equal{\word}{pin}}{\textipa{pIn}\ }{}%
+ \ifthenelse{\equal{\word}{pinafore}}{\textipa{p\'In at f\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{pincers}}{\textipa{p\'Ins at rz}\ }{}%
+ \ifthenelse{\equal{\word}{pinch}}{\textipa{pInS}\ }{}%
+ \ifthenelse{\equal{\word}{pine}}{\textipa{paIn}\ }{}%
+ \ifthenelse{\equal{\word}{pineal}}{\textipa{p\'Ini at l}\ }{}%
+ \ifthenelse{\equal{\word}{pineapple}}{\textipa{p\'aIn\`\ae pl}\ }{}%
+ \ifthenelse{\equal{\word}{ping}}{\textipa{pIN}\ }{}%
+ \ifthenelse{\equal{\word}{pinion}}{\textipa{p\'Inj at n}\ }{}%
+ \ifthenelse{\equal{\word}{pink}}{\textipa{pINk}\ }{}%
+ \ifthenelse{\equal{\word}{pinkish}}{\textipa{p\'INkIS}\ }{}%
+ \ifthenelse{\equal{\word}{pinky}}{\textipa{p\'INki}\ }{}%
+ \ifthenelse{\equal{\word}{pinnacle}}{\textipa{p\'In at kl}\ }{}%
+ \ifthenelse{\equal{\word}{pint}}{\textipa{paInt}\ }{}%
+ \ifthenelse{\equal{\word}{piny}}{\textipa{p\'aIni}\ }{}%
+ \ifthenelse{\equal{\word}{pioneer}}{\textipa{p\`a at n\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{pioneering}}{\textipa{p\`a at n\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{pious}}{\textipa{p\'a at s}\ }{}%
+ \ifthenelse{\equal{\word}{pip}}{\textipa{pIp}\ }{}%
+ \ifthenelse{\equal{\word}{pipe}}{\textipa{paIp}\ }{}%
+ \ifthenelse{\equal{\word}{piper}}{\textipa{p\'aIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{pipette}}{\textipa{paIp\'et}\ }{}%
+ \ifthenelse{\equal{\word}{piping}}{\textipa{p\'aIpIN}\ }{}%
+ \ifthenelse{\equal{\word}{pipit}}{\textipa{p\'IpIt}\ }{}%
+ \ifthenelse{\equal{\word}{pippin}}{\textipa{p\'IpIn}\ }{}%
+ \ifthenelse{\equal{\word}{piquancy}}{\textipa{p\'\i:knsi}\ }{}%
+ \ifthenelse{\equal{\word}{piquant}}{\textipa{p\'\i:knt}\ }{}%
+ \ifthenelse{\equal{\word}{piqued}}{\textipa{pi:kt}\ }{}%
+ \ifthenelse{\equal{\word}{piracy}}{\textipa{p\'aIr at si}\ }{}%
+ \ifthenelse{\equal{\word}{piranha}}{\textipa{p at r\'A:n@}\ }{}%
+ \ifthenelse{\equal{\word}{pirate}}{\textipa{p\'aIr at t}\ }{}%
+ \ifthenelse{\equal{\word}{piratical}}{\textipa{paIr\'\ae tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{pirouette}}{\textipa{p\`Iru\'et}\ }{}%
+ \ifthenelse{\equal{\word}{pisa}}{\textipa{p\'\i:z@}\ }{}%
+ \ifthenelse{\equal{\word}{pistol}}{\textipa{p\'Istl}\ }{}%
+ \ifthenelse{\equal{\word}{piston}}{\textipa{p\'Istn}\ }{}%
+ \ifthenelse{\equal{\word}{pit}}{\textipa{pIt}\ }{}%
+ \ifthenelse{\equal{\word}{pitch}}{\textipa{pItS}\ }{}%
+ \ifthenelse{\equal{\word}{pitcher}}{\textipa{p\'ItS at r}\ }{}%
+ \ifthenelse{\equal{\word}{piteous}}{\textipa{p\'Iti at s}\ }{}%
+ \ifthenelse{\equal{\word}{pith}}{\textipa{pIT}\ }{}%
+ \ifthenelse{\equal{\word}{pithy}}{\textipa{p\'ITi}\ }{}%
+ \ifthenelse{\equal{\word}{pitiable}}{\textipa{p\'Iti at bl}\ }{}%
+ \ifthenelse{\equal{\word}{pitiful}}{\textipa{p\'ItIfl}\ }{}%
+ \ifthenelse{\equal{\word}{pitiless}}{\textipa{p\'ItIl at s}\ }{}%
+ \ifthenelse{\equal{\word}{piton}}{\textipa{p\'\i:tAn}\ }{}%
+ \ifthenelse{\equal{\word}{pittance}}{\textipa{p\'Itns}\ }{}%
+ \ifthenelse{\equal{\word}{pitted}}{\textipa{p\'ItId}\ }{}%
+ \ifthenelse{\equal{\word}{pituitary}}{\textipa{pItj\'u:@t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{pity}}{\textipa{p\'Iti}\ }{}%
+ \ifthenelse{\equal{\word}{pivot}}{\textipa{p\'Iv at t}\ }{}%
+ \ifthenelse{\equal{\word}{pivotal}}{\textipa{p\'Iv at tl}\ }{}%
+ \ifthenelse{\equal{\word}{pixel}}{\textipa{p\'Iksl}\ }{}%
+ \ifthenelse{\equal{\word}{pixie}}{\textipa{p\'Iksi}\ }{}%
+ \ifthenelse{\equal{\word}{pizazz}}{\textipa{p at z\'\ae z}\ }{}%
+ \ifthenelse{\equal{\word}{pizza}}{\textipa{p\'\i:ts@}\ }{}%
+ \ifthenelse{\equal{\word}{pizzeria}}{\textipa{p\`\i:ts at r\'\i@}\ }{}%
+ \ifthenelse{\equal{\word}{pizzicato}}{\textipa{p\`ItsIk\'A:toU}\ }{}%
+ \ifthenelse{\equal{\word}{placard}}{\textipa{pl\'\ae kA:rd}\ }{}%
+ \ifthenelse{\equal{\word}{placate}}{\textipa{pl\'eIkeIt}\ }{}%
+ \ifthenelse{\equal{\word}{placatory}}{\textipa{pl\'eIk at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{place}}{\textipa{pleIs}\ }{}%
+ \ifthenelse{\equal{\word}{placebo}}{\textipa{pl at s\'\i:boU}\ }{}%
+ \ifthenelse{\equal{\word}{placement}}{\textipa{pl\'eIsm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{placenta}}{\textipa{pl at s\'ent@}\ }{}%
+ \ifthenelse{\equal{\word}{placid}}{\textipa{pl\'\ae sId}\ }{}%
+ \ifthenelse{\equal{\word}{placidity}}{\textipa{pl at s\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{plagiarize}}{\textipa{pl\'eIdZ at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{plagiarism}}{\textipa{pl\'eIdZ at r\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{plagiarist}}{\textipa{pl\'eIdZrIst}\ }{}%
+ \ifthenelse{\equal{\word}{plague}}{\textipa{pleIg}\ }{}%
+ \ifthenelse{\equal{\word}{plaid}}{\textipa{pl\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{plain}}{\textipa{pleIn}\ }{}%
+ \ifthenelse{\equal{\word}{plainly}}{\textipa{pl\'eInli}\ }{}%
+ \ifthenelse{\equal{\word}{plaint}}{\textipa{pleInt}\ }{}%
+ \ifthenelse{\equal{\word}{plaintiff}}{\textipa{pl\'eInt at f}\ }{}%
+ \ifthenelse{\equal{\word}{plaintive}}{\textipa{pl\'eIntIv}\ }{}%
+ \ifthenelse{\equal{\word}{plait}}{\textipa{pleIt}\ }{}%
+ \ifthenelse{\equal{\word}{plan}}{\textipa{pl\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{planar}}{\textipa{pl\'eIn at r}\ }{}%
+ \ifthenelse{\equal{\word}{planet}}{\textipa{pl\'\ae nIt}\ }{}%
+ \ifthenelse{\equal{\word}{planetarium}}{\textipa{pl\`\ae n at t\'e at ri@m}\ }{}%
+ \ifthenelse{\equal{\word}{planetary}}{\textipa{pl\'\ae n at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{planetesimals}}{\textipa{pl\`\ae nIt\'esIml}\ }{}%
+ \ifthenelse{\equal{\word}{planetoids}}{\textipa{pl\'\ae n at t\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{plangent}}{\textipa{pl\'\ae nZnt}\ }{}%
+ \ifthenelse{\equal{\word}{plank}}{\textipa{pl\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{plankton}}{\textipa{pl\'\ae Nt at n}\ }{}%
+ \ifthenelse{\equal{\word}{planning}}{\textipa{pl\'\ae nIN}\ }{}%
+ \ifthenelse{\equal{\word}{plant}}{\textipa{pl\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{plantain}}{\textipa{pl\'\ae ntn}\ }{}%
+ \ifthenelse{\equal{\word}{plantation}}{\textipa{pl\ae nt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{plaque}}{\textipa{pl\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{plasm}}{\textipa{pl\'\ae zm@}\ }{}%
+ \ifthenelse{\equal{\word}{plaster}}{\textipa{pl\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{plastic}}{\textipa{pl\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{plasticized}}{\textipa{pl\'\ae stIs\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{plasticity}}{\textipa{pl\ae st\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{plateau}}{\textipa{pl\ae t\'oU}\ }{}%
+ \ifthenelse{\equal{\word}{plated}}{\textipa{pl\'eItId}\ }{}%
+ \ifthenelse{\equal{\word}{plateful}}{\textipa{pl\'eItf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{platelet}}{\textipa{pl\'eItl at t}\ }{}%
+ \ifthenelse{\equal{\word}{platen}}{\textipa{pl\'\ae tn}\ }{}%
+ \ifthenelse{\equal{\word}{platform}}{\textipa{pl\'\ae tf\`O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{plating}}{\textipa{pl\'eItIN}\ }{}%
+ \ifthenelse{\equal{\word}{platinum}}{\textipa{pl\'\ae tn at m}\ }{}%
+ \ifthenelse{\equal{\word}{platitude}}{\textipa{pl\'\ae t at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{platitudinous}}{\textipa{pl\`\ae t at tj\'u:dn at s}\ }{}%
+ \ifthenelse{\equal{\word}{plato}}{\textipa{pl\'eItoU}\ }{}%
+ \ifthenelse{\equal{\word}{platonic}}{\textipa{pl at t\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{platoon}}{\textipa{pl at t\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{platter}}{\textipa{pl\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{platypus}}{\textipa{pl\'\ae tIp at s}\ }{}%
+ \ifthenelse{\equal{\word}{plausible}}{\textipa{pl\'O:z at bl}\ }{}%
+ \ifthenelse{\equal{\word}{play}}{\textipa{pleI}\ }{}%
+ \ifthenelse{\equal{\word}{playable}}{\textipa{pl\'eI at bl}\ }{}%
+ \ifthenelse{\equal{\word}{player}}{\textipa{pl\'eI at r}\ }{}%
+ \ifthenelse{\equal{\word}{playful}}{\textipa{pl\'eIfl}\ }{}%
+ \ifthenelse{\equal{\word}{playground}}{\textipa{pl\'eIgr\`aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{plaza}}{\textipa{pl\'A:z@}\ }{}%
+ \ifthenelse{\equal{\word}{plea}}{\textipa{pli:}\ }{}%
+ \ifthenelse{\equal{\word}{plead}}{\textipa{pli:d}\ }{}%
+ \ifthenelse{\equal{\word}{pleasant}}{\textipa{pl\'eznt}\ }{}%
+ \ifthenelse{\equal{\word}{pleasantly}}{\textipa{pl\'ezntli}\ }{}%
+ \ifthenelse{\equal{\word}{pleasantry}}{\textipa{pl\'ezntri}\ }{}%
+ \ifthenelse{\equal{\word}{please}}{\textipa{pli:z}\ }{}%
+ \ifthenelse{\equal{\word}{pleased}}{\textipa{pli:zd}\ }{}%
+ \ifthenelse{\equal{\word}{pleasing}}{\textipa{pl\'\i:zIN}\ }{}%
+ \ifthenelse{\equal{\word}{pleasurable}}{\textipa{pl\'eZr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{pleasure}}{\textipa{pl\'eZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{pleat}}{\textipa{pli:t}\ }{}%
+ \ifthenelse{\equal{\word}{pleb}}{\textipa{pleb}\ }{}%
+ \ifthenelse{\equal{\word}{plebeian}}{\textipa{pl at b\'\i at n}\ }{}%
+ \ifthenelse{\equal{\word}{plebiscite}}{\textipa{pl\'ebIs\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{plectrum}}{\textipa{pl\'ektr at m}\ }{}%
+ \ifthenelse{\equal{\word}{pledge}}{\textipa{pledZ}\ }{}%
+ \ifthenelse{\equal{\word}{plenary}}{\textipa{pl\'\i:nri}\ }{}%
+ \ifthenelse{\equal{\word}{plenipotentiary}}{\textipa{pl\`enIp at t\'enSri}\ }{}%
+ \ifthenelse{\equal{\word}{plenitude}}{\textipa{pl\'en at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{plenteous}}{\textipa{pl\'enti at s}\ }{}%
+ \ifthenelse{\equal{\word}{plentiful}}{\textipa{pl\'entIfl}\ }{}%
+ \ifthenelse{\equal{\word}{plenty}}{\textipa{pl\'enti}\ }{}%
+ \ifthenelse{\equal{\word}{plenum}}{\textipa{pl\'\i:n at m}\ }{}%
+ \ifthenelse{\equal{\word}{plethora}}{\textipa{pl\'eTr@}\ }{}%
+ \ifthenelse{\equal{\word}{pleura}}{\textipa{pl\'U at r@}\ }{}%
+ \ifthenelse{\equal{\word}{pleurisy}}{\textipa{pl\'U at r@si}\ }{}%
+ \ifthenelse{\equal{\word}{plexus}}{\textipa{pl\'eks at s}\ }{}%
+ \ifthenelse{\equal{\word}{pliable}}{\textipa{pl\'a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{pliant}}{\textipa{pl\'a at nt}\ }{}%
+ \ifthenelse{\equal{\word}{pliers}}{\textipa{pl\'aI at rz}\ }{}%
+ \ifthenelse{\equal{\word}{plight}}{\textipa{plaIt}\ }{}%
+ \ifthenelse{\equal{\word}{plimsolls}}{\textipa{pl\'Imsl}\ }{}%
+ \ifthenelse{\equal{\word}{plinth}}{\textipa{plInT}\ }{}%
+ \ifthenelse{\equal{\word}{plod}}{\textipa{plAd}\ }{}%
+ \ifthenelse{\equal{\word}{plop}}{\textipa{plAp}\ }{}%
+ \ifthenelse{\equal{\word}{plosive}}{\textipa{pl\'oUsIv}\ }{}%
+ \ifthenelse{\equal{\word}{plot}}{\textipa{plAt}\ }{}%
+ \ifthenelse{\equal{\word}{plow}}{\textipa{plaU}\ }{}%
+ \ifthenelse{\equal{\word}{plover}}{\textipa{pl\'2v at r}\ }{}%
+ \ifthenelse{\equal{\word}{ploy}}{\textipa{plOI}\ }{}%
+ \ifthenelse{\equal{\word}{pluck}}{\textipa{pl2k}\ }{}%
+ \ifthenelse{\equal{\word}{plucky}}{\textipa{pl\'2ki}\ }{}%
+ \ifthenelse{\equal{\word}{plug}}{\textipa{pl2g}\ }{}%
+ \ifthenelse{\equal{\word}{plum}}{\textipa{pl2m}\ }{}%
+ \ifthenelse{\equal{\word}{plumage}}{\textipa{pl\'u:mIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{plumbago}}{\textipa{pl\`2mb\'eIgoU}\ }{}%
+ \ifthenelse{\equal{\word}{plumber}}{\textipa{pl\'2m at r}\ }{}%
+ \ifthenelse{\equal{\word}{plumbing}}{\textipa{pl\'2mIN}\ }{}%
+ \ifthenelse{\equal{\word}{plume}}{\textipa{plu:m}\ }{}%
+ \ifthenelse{\equal{\word}{plummet}}{\textipa{pl\'2m at t}\ }{}%
+ \ifthenelse{\equal{\word}{plummy}}{\textipa{pl\'2mi}\ }{}%
+ \ifthenelse{\equal{\word}{plump}}{\textipa{pl2mp}\ }{}%
+ \ifthenelse{\equal{\word}{plumy}}{\textipa{pl\'u:mi}\ }{}%
+ \ifthenelse{\equal{\word}{plunder}}{\textipa{pl\'2nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{plunge}}{\textipa{pl2nZ}\ }{}%
+ \ifthenelse{\equal{\word}{pluperfect}}{\textipa{pl\`u:p\'@:rfIkt}\ }{}%
+ \ifthenelse{\equal{\word}{plural}}{\textipa{pl\'u at rl}\ }{}%
+ \ifthenelse{\equal{\word}{pluralize}}{\textipa{pl\'U at r@l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{pluralistic}}{\textipa{pl\`U at r@l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{plurality}}{\textipa{plur\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{plus}}{\textipa{pl2s}\ }{}%
+ \ifthenelse{\equal{\word}{plush}}{\textipa{pl2S}\ }{}%
+ \ifthenelse{\equal{\word}{plushy}}{\textipa{pl\'2Si}\ }{}%
+ \ifthenelse{\equal{\word}{pluto}}{\textipa{pl\'u:toU}\ }{}%
+ \ifthenelse{\equal{\word}{plutocracy}}{\textipa{plu:t\'Akr at si}\ }{}%
+ \ifthenelse{\equal{\word}{plutocrats}}{\textipa{pl\'u:t at kr\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{plutonic}}{\textipa{plu:t\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{plutonium}}{\textipa{plu:t\'oUni at m}\ }{}%
+ \ifthenelse{\equal{\word}{ply}}{\textipa{plaI}\ }{}%
+ \ifthenelse{\equal{\word}{pneumatic}}{\textipa{njum\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{pneumonia}}{\textipa{njum\'oUni@}\ }{}%
+ \ifthenelse{\equal{\word}{poach}}{\textipa{poUtS}\ }{}%
+ \ifthenelse{\equal{\word}{pock}}{\textipa{pAk}\ }{}%
+ \ifthenelse{\equal{\word}{pocket}}{\textipa{p\'Ak at t}\ }{}%
+ \ifthenelse{\equal{\word}{pocketful}}{\textipa{p\'AkItf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{pod}}{\textipa{pAd}\ }{}%
+ \ifthenelse{\equal{\word}{podgy}}{\textipa{p\'AdZi}\ }{}%
+ \ifthenelse{\equal{\word}{podia}}{\textipa{p\'oUdi at m}\ }{}%
+ \ifthenelse{\equal{\word}{poem}}{\textipa{p\'oU at m}\ }{}%
+ \ifthenelse{\equal{\word}{poet}}{\textipa{p\'oU at t}\ }{}%
+ \ifthenelse{\equal{\word}{poetess}}{\textipa{p\'oU at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{poetic}}{\textipa{poU\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{poetical}}{\textipa{poU\'etIkl}\ }{}%
+ \ifthenelse{\equal{\word}{poetry}}{\textipa{p\'oU at tri}\ }{}%
+ \ifthenelse{\equal{\word}{pogrom}}{\textipa{p\'oUgr at m}\ }{}%
+ \ifthenelse{\equal{\word}{poignancy}}{\textipa{p\'OInj at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{poignant}}{\textipa{p\'OInj at nt}\ }{}%
+ \ifthenelse{\equal{\word}{poinsettias}}{\textipa{pOIns\'eti@}\ }{}%
+ \ifthenelse{\equal{\word}{point}}{\textipa{pOInt}\ }{}%
+ \ifthenelse{\equal{\word}{pointed}}{\textipa{p\'OIntId}\ }{}%
+ \ifthenelse{\equal{\word}{pointillism}}{\textipa{p\'OIntl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{poise}}{\textipa{pOIz}\ }{}%
+ \ifthenelse{\equal{\word}{poison}}{\textipa{p\'OIzn}\ }{}%
+ \ifthenelse{\equal{\word}{poisonous}}{\textipa{p\'OIzn at s}\ }{}%
+ \ifthenelse{\equal{\word}{poke}}{\textipa{poUk}\ }{}%
+ \ifthenelse{\equal{\word}{poker}}{\textipa{p\'oUk at r}\ }{}%
+ \ifthenelse{\equal{\word}{poky}}{\textipa{p\'oUki}\ }{}%
+ \ifthenelse{\equal{\word}{poland}}{\textipa{p\'oUl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{polar}}{\textipa{p\'oUl at r}\ }{}%
+ \ifthenelse{\equal{\word}{polarize}}{\textipa{p\'oUl at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{polarity}}{\textipa{poUl\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{polder}}{\textipa{p\'oUld at r}\ }{}%
+ \ifthenelse{\equal{\word}{pole}}{\textipa{poUl}\ }{}%
+ \ifthenelse{\equal{\word}{polemic}}{\textipa{p at l\'emIk}\ }{}%
+ \ifthenelse{\equal{\word}{polemical}}{\textipa{p at l\'emIkl}\ }{}%
+ \ifthenelse{\equal{\word}{polemicist}}{\textipa{p at l\'emIsIst}\ }{}%
+ \ifthenelse{\equal{\word}{polestar}}{\textipa{p\'oUlst\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{police}}{\textipa{p at l\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{policeman}}{\textipa{p at l\'\i:sm at n}\ }{}%
+ \ifthenelse{\equal{\word}{policy}}{\textipa{p\'Al at si}\ }{}%
+ \ifthenelse{\equal{\word}{polio}}{\textipa{p\'oUli\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{poliomyelitis}}{\textipa{p\`oUlioUm\`aI at l\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{polish}}{\textipa{p\'AlIS}\ }{}%
+ \ifthenelse{\equal{\word}{politburo}}{\textipa{p\'Al at tbj\`u at roU}\ }{}%
+ \ifthenelse{\equal{\word}{polite}}{\textipa{p at l\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{politely}}{\textipa{p at l\'aItli}\ }{}%
+ \ifthenelse{\equal{\word}{politesse}}{\textipa{p\`AlIt\'es}\ }{}%
+ \ifthenelse{\equal{\word}{politic}}{\textipa{p\'Al at t\`Ik}\ }{}%
+ \ifthenelse{\equal{\word}{political}}{\textipa{p at l\'ItIkl}\ }{}%
+ \ifthenelse{\equal{\word}{politically}}{\textipa{p at l\'ItIkli}\ }{}%
+ \ifthenelse{\equal{\word}{politician}}{\textipa{p\`Al at t\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{politicize}}{\textipa{p at l\'ItIs\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{politicking}}{\textipa{p\'Al at t\`IkIN}\ }{}%
+ \ifthenelse{\equal{\word}{politics}}{\textipa{p\'Al at t\`Iks}\ }{}%
+ \ifthenelse{\equal{\word}{polity}}{\textipa{p\'Al at ti}\ }{}%
+ \ifthenelse{\equal{\word}{polka}}{\textipa{p\'oUlk@}\ }{}%
+ \ifthenelse{\equal{\word}{pollarded}}{\textipa{p\'Al at rd}\ }{}%
+ \ifthenelse{\equal{\word}{pollen}}{\textipa{p\'Al at n}\ }{}%
+ \ifthenelse{\equal{\word}{pollinate}}{\textipa{p\'Al at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{pollster}}{\textipa{p\'oUlst at r}\ }{}%
+ \ifthenelse{\equal{\word}{pollutant}}{\textipa{p at l\'u:tnt}\ }{}%
+ \ifthenelse{\equal{\word}{pollute}}{\textipa{p at l\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{pollution}}{\textipa{p at l\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{polo}}{\textipa{p\'oUloU}\ }{}%
+ \ifthenelse{\equal{\word}{polonaise}}{\textipa{p\`Al at n\'eIz}\ }{}%
+ \ifthenelse{\equal{\word}{polonium}}{\textipa{p at l\'oUni at m}\ }{}%
+ \ifthenelse{\equal{\word}{poltergeist}}{\textipa{p\'oUlt at rg\`aIst}\ }{}%
+ \ifthenelse{\equal{\word}{poltroon}}{\textipa{pAltr\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{polyandry}}{\textipa{p\`Ali\'\ae ndri}\ }{}%
+ \ifthenelse{\equal{\word}{polyester}}{\textipa{p\'Ali\`est at r}\ }{}%
+ \ifthenelse{\equal{\word}{polyethylene}}{\textipa{p\`Ali\'eT at l\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{polygamous}}{\textipa{p at l\'Ig at m@s}\ }{}%
+ \ifthenelse{\equal{\word}{polygamy}}{\textipa{p at l\'Ig at mi}\ }{}%
+ \ifthenelse{\equal{\word}{polyglot}}{\textipa{p\'Aligl\`At}\ }{}%
+ \ifthenelse{\equal{\word}{polygon}}{\textipa{p\'Alig\`An}\ }{}%
+ \ifthenelse{\equal{\word}{polygyny}}{\textipa{p at l\'IdZni}\ }{}%
+ \ifthenelse{\equal{\word}{polyhedra}}{\textipa{p\`Alih\'\i:drn}\ }{}%
+ \ifthenelse{\equal{\word}{polymath}}{\textipa{p\'Alim\ae T}\ }{}%
+ \ifthenelse{\equal{\word}{polymer}}{\textipa{p\'Al at m@r}\ }{}%
+ \ifthenelse{\equal{\word}{polymerase}}{\textipa{p\'Al at m@r\`eIz}\ }{}%
+ \ifthenelse{\equal{\word}{polymerized}}{\textipa{p\'AlIm at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{polymorphic}}{\textipa{p\`Alim\'O:rf at s}\ }{}%
+ \ifthenelse{\equal{\word}{polymorphism}}{\textipa{p\`Alim\'O:rf\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{polynomial}}{\textipa{p\`Al at n\'oUmi at l}\ }{}%
+ \ifthenelse{\equal{\word}{polyp}}{\textipa{p\'Al at p}\ }{}%
+ \ifthenelse{\equal{\word}{polyphonic}}{\textipa{p\`Alif\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{polyphony}}{\textipa{p at l\'Ifni}\ }{}%
+ \ifthenelse{\equal{\word}{polypropylene}}{\textipa{p\`Alipr\'oUp at l\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{polytechnic}}{\textipa{p\`Alit\'eknIk}\ }{}%
+ \ifthenelse{\equal{\word}{polythene}}{\textipa{p\'AlIT\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{polyunsaturated}}{\textipa{p\`Ali2ns\'\ae tS at r\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{polyurethane}}{\textipa{p\`Alij\'u at r@TeIn}\ }{}%
+ \ifthenelse{\equal{\word}{pomade}}{\textipa{poUm\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{pomegranate}}{\textipa{p\'AmIgr\`\ae n at t}\ }{}%
+ \ifthenelse{\equal{\word}{pomelo}}{\textipa{p\'Am at l\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{pomp}}{\textipa{pAmp}\ }{}%
+ \ifthenelse{\equal{\word}{pompadour}}{\textipa{p\'Amp at d\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{pompeii}}{\textipa{pAmp\'eIi}\ }{}%
+ \ifthenelse{\equal{\word}{pompey}}{\textipa{p\'Ampi}\ }{}%
+ \ifthenelse{\equal{\word}{pomposity}}{\textipa{pAmp\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{pompous}}{\textipa{p\'Amp at s}\ }{}%
+ \ifthenelse{\equal{\word}{ponce}}{\textipa{pAns}\ }{}%
+ \ifthenelse{\equal{\word}{poncho}}{\textipa{p\'AnSoU}\ }{}%
+ \ifthenelse{\equal{\word}{pond}}{\textipa{pAnd}\ }{}%
+ \ifthenelse{\equal{\word}{ponder}}{\textipa{p\'And at r}\ }{}%
+ \ifthenelse{\equal{\word}{ponderous}}{\textipa{p\'Andr at s}\ }{}%
+ \ifthenelse{\equal{\word}{pontiff}}{\textipa{p\'Ant at f}\ }{}%
+ \ifthenelse{\equal{\word}{pontifical}}{\textipa{pAnt\'IfIkl}\ }{}%
+ \ifthenelse{\equal{\word}{pontificate}}{\textipa{pAnt\'IfIkeIt}\ }{}%
+ \ifthenelse{\equal{\word}{pontoon}}{\textipa{pAnt\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{pony}}{\textipa{p\'oUni}\ }{}%
+ \ifthenelse{\equal{\word}{pooch}}{\textipa{pu:tS}\ }{}%
+ \ifthenelse{\equal{\word}{poodle}}{\textipa{p\'u:dl}\ }{}%
+ \ifthenelse{\equal{\word}{poof}}{\textipa{pUf}\ }{}%
+ \ifthenelse{\equal{\word}{pooh}}{\textipa{pu:}\ }{}%
+ \ifthenelse{\equal{\word}{pool}}{\textipa{pu:l}\ }{}%
+ \ifthenelse{\equal{\word}{poop}}{\textipa{pu:p}\ }{}%
+ \ifthenelse{\equal{\word}{poor}}{\textipa{pU at r}\ }{}%
+ \ifthenelse{\equal{\word}{poorly}}{\textipa{p\'U at rli}\ }{}%
+ \ifthenelse{\equal{\word}{pop}}{\textipa{pAp}\ }{}%
+ \ifthenelse{\equal{\word}{popcorn}}{\textipa{p\'Apk\`O:rn}\ }{}%
+ \ifthenelse{\equal{\word}{pope}}{\textipa{poUp}\ }{}%
+ \ifthenelse{\equal{\word}{popeyed}}{\textipa{p\'Ap\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{poplar}}{\textipa{p\'Apl at r}\ }{}%
+ \ifthenelse{\equal{\word}{popper}}{\textipa{p\'Ap at r}\ }{}%
+ \ifthenelse{\equal{\word}{poppet}}{\textipa{p\'ApIt}\ }{}%
+ \ifthenelse{\equal{\word}{poppy}}{\textipa{p\'Api}\ }{}%
+ \ifthenelse{\equal{\word}{populace}}{\textipa{p\'Apj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{popular}}{\textipa{p\'Apj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{popularize}}{\textipa{p\'Apj at l@r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{popularity}}{\textipa{p\`Apj at l\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{populate}}{\textipa{p\'Apj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{population}}{\textipa{p\`Apj at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{populism}}{\textipa{p\'Apj at lIst}\ }{}%
+ \ifthenelse{\equal{\word}{porcelain}}{\textipa{p\'O:rslIn}\ }{}%
+ \ifthenelse{\equal{\word}{porch}}{\textipa{pO:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{porcine}}{\textipa{p\'O:rsaIn}\ }{}%
+ \ifthenelse{\equal{\word}{porcupine}}{\textipa{p\'O:rkj at p\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{pore}}{\textipa{pO:r}\ }{}%
+ \ifthenelse{\equal{\word}{pork}}{\textipa{pO:rk}\ }{}%
+ \ifthenelse{\equal{\word}{porky}}{\textipa{p\'O:rki}\ }{}%
+ \ifthenelse{\equal{\word}{porn}}{\textipa{pO:rn}\ }{}%
+ \ifthenelse{\equal{\word}{porno}}{\textipa{p\'O:rnoU}\ }{}%
+ \ifthenelse{\equal{\word}{pornographer}}{\textipa{pO:rn\'Agr at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{pornographic}}{\textipa{p\`O:rn at gr\'\ae fIk}\ }{}%
+ \ifthenelse{\equal{\word}{pornography}}{\textipa{pO:rn\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{porosity}}{\textipa{p at r\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{porous}}{\textipa{p\'O:r at s}\ }{}%
+ \ifthenelse{\equal{\word}{porphyry}}{\textipa{p\'O:rfri}\ }{}%
+ \ifthenelse{\equal{\word}{porpoise}}{\textipa{p\'O:rp at s}\ }{}%
+ \ifthenelse{\equal{\word}{porridge}}{\textipa{p\'O:rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{port}}{\textipa{pO:rt}\ }{}%
+ \ifthenelse{\equal{\word}{portable}}{\textipa{p\'O:rt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{portage}}{\textipa{p\'O:rtIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{portal}}{\textipa{p\'O:rtl}\ }{}%
+ \ifthenelse{\equal{\word}{portcullis}}{\textipa{pO:rtk\'2lIs}\ }{}%
+ \ifthenelse{\equal{\word}{portend}}{\textipa{pO:rt\'end}\ }{}%
+ \ifthenelse{\equal{\word}{portent}}{\textipa{p\'O:rtent}\ }{}%
+ \ifthenelse{\equal{\word}{portentous}}{\textipa{pO:rt\'ent at s}\ }{}%
+ \ifthenelse{\equal{\word}{porter}}{\textipa{p\'O:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{portfolio}}{\textipa{p\`O:rtf\'oUlioU}\ }{}%
+ \ifthenelse{\equal{\word}{portico}}{\textipa{p\'O:rtIk\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{portion}}{\textipa{p\'O:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{portly}}{\textipa{p\'O:rtli}\ }{}%
+ \ifthenelse{\equal{\word}{portmanteau}}{\textipa{pO:rtm\'\ae ntoU}\ }{}%
+ \ifthenelse{\equal{\word}{portrait}}{\textipa{p\'O:rtr at t}\ }{}%
+ \ifthenelse{\equal{\word}{portraiture}}{\textipa{p\'O:rtr at tSU@r}\ }{}%
+ \ifthenelse{\equal{\word}{portray}}{\textipa{pO:rtr\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{portrayal}}{\textipa{pO:rtr\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{portugal}}{\textipa{p\'O:rtS at gl}\ }{}%
+ \ifthenelse{\equal{\word}{pose}}{\textipa{poUz}\ }{}%
+ \ifthenelse{\equal{\word}{poseidon}}{\textipa{p at s\'aIdn}\ }{}%
+ \ifthenelse{\equal{\word}{poser}}{\textipa{p\'oUz at r}\ }{}%
+ \ifthenelse{\equal{\word}{posh}}{\textipa{pAS}\ }{}%
+ \ifthenelse{\equal{\word}{posit}}{\textipa{p\'Az at t}\ }{}%
+ \ifthenelse{\equal{\word}{position}}{\textipa{p at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{positive}}{\textipa{p\'Az at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{positivism}}{\textipa{p\'Az at tIv\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{positron}}{\textipa{p\'Az at trAn}\ }{}%
+ \ifthenelse{\equal{\word}{posse}}{\textipa{p\'Asi}\ }{}%
+ \ifthenelse{\equal{\word}{possess}}{\textipa{p at z\'es}\ }{}%
+ \ifthenelse{\equal{\word}{possession}}{\textipa{p at z\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{possessive}}{\textipa{p at z\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{possessor}}{\textipa{p at z\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{possibility}}{\textipa{p\`As at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{possible}}{\textipa{p\'As at bl}\ }{}%
+ \ifthenelse{\equal{\word}{possibly}}{\textipa{p\'As at bli}\ }{}%
+ \ifthenelse{\equal{\word}{possum}}{\textipa{p\'Asm}\ }{}%
+ \ifthenelse{\equal{\word}{post}}{\textipa{poUst}\ }{}%
+ \ifthenelse{\equal{\word}{postage}}{\textipa{p\'oUstIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{postal}}{\textipa{p\'oUstl}\ }{}%
+ \ifthenelse{\equal{\word}{postcard}}{\textipa{p\'oUsk\`A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{poster}}{\textipa{p\'oUst at r}\ }{}%
+ \ifthenelse{\equal{\word}{posterior}}{\textipa{pAst\'I at ri@r}\ }{}%
+ \ifthenelse{\equal{\word}{posterity}}{\textipa{pAst\'er at ti}\ }{}%
+ \ifthenelse{\equal{\word}{posthumous}}{\textipa{p\'AstS at m@s}\ }{}%
+ \ifthenelse{\equal{\word}{posting}}{\textipa{わ}\ }{}%
+ \ifthenelse{\equal{\word}{postlude}}{\textipa{p\'oUsl\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{postman}}{\textipa{p\'oUsm at n}\ }{}%
+ \ifthenelse{\equal{\word}{postmortem}}{\textipa{p\`oUsm\'O:rt at m}\ }{}%
+ \ifthenelse{\equal{\word}{postnatal}}{\textipa{p\`oUsn\'eItl}\ }{}%
+ \ifthenelse{\equal{\word}{postpone}}{\textipa{poUsp\'oUn}\ }{}%
+ \ifthenelse{\equal{\word}{postscript}}{\textipa{p\'oUsskr\`Ipt}\ }{}%
+ \ifthenelse{\equal{\word}{postulate}}{\textipa{p\'AstS at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{postural}}{\textipa{p\'AstSrl}\ }{}%
+ \ifthenelse{\equal{\word}{posture}}{\textipa{p\'AstS at r}\ }{}%
+ \ifthenelse{\equal{\word}{posturing}}{\textipa{p\'AstSrIN}\ }{}%
+ \ifthenelse{\equal{\word}{posy}}{\textipa{p\'oUzi}\ }{}%
+ \ifthenelse{\equal{\word}{pot}}{\textipa{pAt}\ }{}%
+ \ifthenelse{\equal{\word}{potable}}{\textipa{p\'oUt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{potash}}{\textipa{p\'At\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{potassium}}{\textipa{p at t\'\ae si at m}\ }{}%
+ \ifthenelse{\equal{\word}{potato}}{\textipa{p at t\'eItoU}\ }{}%
+ \ifthenelse{\equal{\word}{potbellied}}{\textipa{p\`Atb\'elid}\ }{}%
+ \ifthenelse{\equal{\word}{potency}}{\textipa{p\'oUtnsi}\ }{}%
+ \ifthenelse{\equal{\word}{potent}}{\textipa{p\'oUtnt}\ }{}%
+ \ifthenelse{\equal{\word}{potentate}}{\textipa{p\'oUtnt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{potential}}{\textipa{p at t\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{potentiality}}{\textipa{p at t\`enSi\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{potentiometer}}{\textipa{p at t\`enSi\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{potion}}{\textipa{p\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{potpourri}}{\textipa{p\`oUpUr\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{pots}}{\textipa{pAts}\ }{}%
+ \ifthenelse{\equal{\word}{pottage}}{\textipa{p\'AtIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{potted}}{\textipa{p\'AtId}\ }{}%
+ \ifthenelse{\equal{\word}{potter}}{\textipa{p\'At at r}\ }{}%
+ \ifthenelse{\equal{\word}{pottery}}{\textipa{p\'Atri}\ }{}%
+ \ifthenelse{\equal{\word}{potty}}{\textipa{p\'Ati}\ }{}%
+ \ifthenelse{\equal{\word}{pouch}}{\textipa{paUtS}\ }{}%
+ \ifthenelse{\equal{\word}{pouffe}}{\textipa{pu:f}\ }{}%
+ \ifthenelse{\equal{\word}{poulterer}}{\textipa{p\'oUltr at r}\ }{}%
+ \ifthenelse{\equal{\word}{poultice}}{\textipa{p\'oUlt at s}\ }{}%
+ \ifthenelse{\equal{\word}{poultry}}{\textipa{p\'oUltri}\ }{}%
+ \ifthenelse{\equal{\word}{pounce}}{\textipa{paUns}\ }{}%
+ \ifthenelse{\equal{\word}{pound}}{\textipa{paUnd}\ }{}%
+ \ifthenelse{\equal{\word}{poundage}}{\textipa{p\'aUndIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{pouring}}{\textipa{p\'O:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{pout}}{\textipa{paUt}\ }{}%
+ \ifthenelse{\equal{\word}{poverty}}{\textipa{p\'Av at rti}\ }{}%
+ \ifthenelse{\equal{\word}{powder}}{\textipa{p\'aUd at r}\ }{}%
+ \ifthenelse{\equal{\word}{powdery}}{\textipa{p\'aUdri}\ }{}%
+ \ifthenelse{\equal{\word}{power}}{\textipa{p\'aU at r}\ }{}%
+ \ifthenelse{\equal{\word}{powerful}}{\textipa{p\'aU at rfl}\ }{}%
+ \ifthenelse{\equal{\word}{pox}}{\textipa{pAks}\ }{}%
+ \ifthenelse{\equal{\word}{practicable}}{\textipa{pr\'\ae ktIk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{practical}}{\textipa{pr\'\ae ktIkl}\ }{}%
+ \ifthenelse{\equal{\word}{practicality}}{\textipa{pr\`\ae ktIk\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{practically}}{\textipa{pr\'\ae ktIkli}\ }{}%
+ \ifthenelse{\equal{\word}{practice}}{\textipa{pr\'\ae ktIs}\ }{}%
+ \ifthenelse{\equal{\word}{practitioner}}{\textipa{pr\ae kt\'ISn at r}\ }{}%
+ \ifthenelse{\equal{\word}{pragmatic}}{\textipa{pr\ae gm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{pragmatics}}{\textipa{pr\ae gm\'\ae tIks}\ }{}%
+ \ifthenelse{\equal{\word}{pragmatism}}{\textipa{pr\'\ae gm at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{prague}}{\textipa{prA:g}\ }{}%
+ \ifthenelse{\equal{\word}{prairie}}{\textipa{pr\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{praise}}{\textipa{preIz}\ }{}%
+ \ifthenelse{\equal{\word}{praiseworthy}}{\textipa{pr\'eIzw\`@:rDi}\ }{}%
+ \ifthenelse{\equal{\word}{praline}}{\textipa{pr\'eIli:n}\ }{}%
+ \ifthenelse{\equal{\word}{pram}}{\textipa{pr\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{prance}}{\textipa{pr\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{prang}}{\textipa{pr\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{prank}}{\textipa{pr\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{prankster}}{\textipa{pr\'\ae Nst at r}\ }{}%
+ \ifthenelse{\equal{\word}{prat}}{\textipa{pr\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{prattle}}{\textipa{pr\'\ae tl}\ }{}%
+ \ifthenelse{\equal{\word}{prawn}}{\textipa{prO:n}\ }{}%
+ \ifthenelse{\equal{\word}{pray}}{\textipa{preI}\ }{}%
+ \ifthenelse{\equal{\word}{prayer}}{\textipa{pre at r}\ }{}%
+ \ifthenelse{\equal{\word}{pre}}{\textipa{pri:}\ }{}%
+ \ifthenelse{\equal{\word}{preach}}{\textipa{pri:tS}\ }{}%
+ \ifthenelse{\equal{\word}{preamble}}{\textipa{pr\'\i:\`\ae mbl}\ }{}%
+ \ifthenelse{\equal{\word}{prearranged}}{\textipa{pr\`\i at r\'eInZ}\ }{}%
+ \ifthenelse{\equal{\word}{precarious}}{\textipa{prIk\'e at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{precaution}}{\textipa{prIk\'O:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{precautionary}}{\textipa{prIk\'O:S at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{precede}}{\textipa{prIs\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{precedence}}{\textipa{pr\'esIdns}\ }{}%
+ \ifthenelse{\equal{\word}{precedent}}{\textipa{pr\'esIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{preceding}}{\textipa{prIs\'\i:dIN}\ }{}%
+ \ifthenelse{\equal{\word}{precept}}{\textipa{pr\'\i:sept}\ }{}%
+ \ifthenelse{\equal{\word}{precession}}{\textipa{prIs\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{precinct}}{\textipa{pr\'\i:sINt}\ }{}%
+ \ifthenelse{\equal{\word}{precious}}{\textipa{pr\'eS at s}\ }{}%
+ \ifthenelse{\equal{\word}{precipice}}{\textipa{pr\'es at pIs}\ }{}%
+ \ifthenelse{\equal{\word}{precipitate}}{\textipa{prIs\'IpIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{precipitation}}{\textipa{prIs\`IpIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{precipitous}}{\textipa{prIs\'Ip at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{precis}}{\textipa{preIs\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{precise}}{\textipa{prIs\'aIs}\ }{}%
+ \ifthenelse{\equal{\word}{precisely}}{\textipa{prIs\'aIsli}\ }{}%
+ \ifthenelse{\equal{\word}{precision}}{\textipa{prIs\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{preclude}}{\textipa{prIkl\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{precocious}}{\textipa{prIk\'oUS at s}\ }{}%
+ \ifthenelse{\equal{\word}{precocity}}{\textipa{prIk\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{precognition}}{\textipa{pr\`\i:kAgn\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{preconceived}}{\textipa{pr\`\i:k at ns\'\i:vd}\ }{}%
+ \ifthenelse{\equal{\word}{preconception}}{\textipa{pr\`\i:k at ns\'epSn}\ }{}%
+ \ifthenelse{\equal{\word}{precondition}}{\textipa{pr\`\i:k at nd\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{precooked}}{\textipa{pr\`\i:k\'Uk}\ }{}%
+ \ifthenelse{\equal{\word}{precursor}}{\textipa{prIk\'@:rs at r}\ }{}%
+ \ifthenelse{\equal{\word}{predate}}{\textipa{pr\`\i:d\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{predation}}{\textipa{prId\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{predator}}{\textipa{pr\'ed at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{predatory}}{\textipa{pr\'ed at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{predeceased}}{\textipa{pr\`\i:dIs\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{predecessor}}{\textipa{pr\'ed at s\`es at r}\ }{}%
+ \ifthenelse{\equal{\word}{predestination}}{\textipa{pri:d\`estIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{predestined}}{\textipa{pri:d\'estIn}\ }{}%
+ \ifthenelse{\equal{\word}{predetermination}}{\textipa{pr\`\i:dIt\`@:rmIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{predetermine}}{\textipa{pr\`\i:dIt\'@:rm at n}\ }{}%
+ \ifthenelse{\equal{\word}{predicament}}{\textipa{prId\'Ik at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{predicate}}{\textipa{pr\'edIk at t}\ }{}%
+ \ifthenelse{\equal{\word}{predicative}}{\textipa{prId\'Ik at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{predict}}{\textipa{prId\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{prediction}}{\textipa{prId\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{predictive}}{\textipa{prId\'IktIv}\ }{}%
+ \ifthenelse{\equal{\word}{predictor}}{\textipa{prId\'Ikt at r}\ }{}%
+ \ifthenelse{\equal{\word}{predilection}}{\textipa{pr\`edl\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{predispose}}{\textipa{pr\`\i:dIsp\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{predisposition}}{\textipa{pr\`\i:dIsp at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{predominance}}{\textipa{prId\'AmIn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{predominant}}{\textipa{prId\'AmIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{predominate}}{\textipa{prId\'AmIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{preen}}{\textipa{pri:n}\ }{}%
+ \ifthenelse{\equal{\word}{prefab}}{\textipa{pr\'\i:f\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{preface}}{\textipa{pr\'ef at s}\ }{}%
+ \ifthenelse{\equal{\word}{prefatory}}{\textipa{pr\'ef at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{prefect}}{\textipa{pr\'\i:fekt}\ }{}%
+ \ifthenelse{\equal{\word}{prefecture}}{\textipa{pr\'\i:fektS at r}\ }{}%
+ \ifthenelse{\equal{\word}{prefer}}{\textipa{prIf\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{preferable}}{\textipa{pr\'efr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{preference}}{\textipa{pr\'efrns}\ }{}%
+ \ifthenelse{\equal{\word}{preferential}}{\textipa{pr\`ef at r\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{prefigured}}{\textipa{pri:f\'Igj at r}\ }{}%
+ \ifthenelse{\equal{\word}{prefix}}{\textipa{pr\'\i:fIks}\ }{}%
+ \ifthenelse{\equal{\word}{pregnancy}}{\textipa{pr\'egn at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{pregnant}}{\textipa{pr\'egn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{preheat}}{\textipa{pr\`\i:h\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{prehensile}}{\textipa{prIh\'ensl}\ }{}%
+ \ifthenelse{\equal{\word}{prehistoric}}{\textipa{pr\`\i:hIst\'O:rIk}\ }{}%
+ \ifthenelse{\equal{\word}{prehistory}}{\textipa{pr\`\i:h\'Istri}\ }{}%
+ \ifthenelse{\equal{\word}{prejudge}}{\textipa{pr\`\i:dZ\'2dZ}\ }{}%
+ \ifthenelse{\equal{\word}{prejudice}}{\textipa{pr\'edZ at d@s}\ }{}%
+ \ifthenelse{\equal{\word}{prejudicial}}{\textipa{pr\`edZ at d\'ISl}\ }{}%
+ \ifthenelse{\equal{\word}{prelate}}{\textipa{pr\'el at t}\ }{}%
+ \ifthenelse{\equal{\word}{preliminary}}{\textipa{prIl\'Im at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{prelude}}{\textipa{pr\'elju:d}\ }{}%
+ \ifthenelse{\equal{\word}{premature}}{\textipa{pr\`\i:m at t\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{premeditated}}{\textipa{pr\`\i:m\'edIt\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{premenstrual}}{\textipa{pr\`\i:m\'enstrul}\ }{}%
+ \ifthenelse{\equal{\word}{premier}}{\textipa{prIm\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{premise}}{\textipa{pr\'emIs}\ }{}%
+ \ifthenelse{\equal{\word}{premium}}{\textipa{pr\'\i:mi at m}\ }{}%
+ \ifthenelse{\equal{\word}{premonition}}{\textipa{pr\`em at n\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{prenatal}}{\textipa{pr\`\i:n\'eItl}\ }{}%
+ \ifthenelse{\equal{\word}{preoccupation}}{\textipa{pri\`Akj at p\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{preoccupied}}{\textipa{pri\'Akj at p\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{preoccupy}}{\textipa{pri\'Akj at p\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{preordained}}{\textipa{pr\`\i:O:rd\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{prep}}{\textipa{prep}\ }{}%
+ \ifthenelse{\equal{\word}{prepaid}}{\textipa{pr\`\i:p\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{preparation}}{\textipa{pr\`ep at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{preparatory}}{\textipa{prIp\'\ae r at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{prepare}}{\textipa{prIp\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{prepared}}{\textipa{prIp\'e at rd}\ }{}%
+ \ifthenelse{\equal{\word}{preparedness}}{\textipa{prIp\'e at r@dn at s}\ }{}%
+ \ifthenelse{\equal{\word}{prepays}}{\textipa{pr\`\i:p\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{preponderance}}{\textipa{prIp\'Andrns}\ }{}%
+ \ifthenelse{\equal{\word}{preponderant}}{\textipa{prIp\'Andrnt}\ }{}%
+ \ifthenelse{\equal{\word}{preposition}}{\textipa{pr\`ep at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{prepositional}}{\textipa{pr\`ep at z\'ISnl}\ }{}%
+ \ifthenelse{\equal{\word}{preposterous}}{\textipa{prIp\'Astr at s}\ }{}%
+ \ifthenelse{\equal{\word}{prerogative}}{\textipa{prIr\'Ag at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{presbytery}}{\textipa{pr\'ezb at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{prescribe}}{\textipa{prIskr\'aIb}\ }{}%
+ \ifthenelse{\equal{\word}{prescription}}{\textipa{prIskr\'IpSn}\ }{}%
+ \ifthenelse{\equal{\word}{prescriptive}}{\textipa{prIskr\'IptIv}\ }{}%
+ \ifthenelse{\equal{\word}{presence}}{\textipa{pr\'ezns}\ }{}%
+ \ifthenelse{\equal{\word}{present}}{\textipa{pr\'eznt}\ }{}%
+ \ifthenelse{\equal{\word}{presentation}}{\textipa{pr\`eznt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{presentiment}}{\textipa{prIz\'entIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{presently}}{\textipa{pr\'ezntli}\ }{}%
+ \ifthenelse{\equal{\word}{preservation}}{\textipa{pr\`ez at rv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{preservative}}{\textipa{prIz\'@:rv at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{preserve}}{\textipa{prIz\'@:rv}\ }{}%
+ \ifthenelse{\equal{\word}{preset}}{\textipa{pr\`\i:s\'et}\ }{}%
+ \ifthenelse{\equal{\word}{preside}}{\textipa{prIz\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{presidency}}{\textipa{pr\'ezIdnsi}\ }{}%
+ \ifthenelse{\equal{\word}{president}}{\textipa{pr\'ezIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{presidential}}{\textipa{pr\`ezId\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{presidium}}{\textipa{prIs\'Idi at m}\ }{}%
+ \ifthenelse{\equal{\word}{press}}{\textipa{pres}\ }{}%
+ \ifthenelse{\equal{\word}{pressing}}{\textipa{pr\'esIN}\ }{}%
+ \ifthenelse{\equal{\word}{pressman}}{\textipa{pr\'esm\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{pressure}}{\textipa{pr\'eS at r}\ }{}%
+ \ifthenelse{\equal{\word}{pressurize}}{\textipa{pr\'eS at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{prestige}}{\textipa{perst\'\i:Z}\ }{}%
+ \ifthenelse{\equal{\word}{prestigious}}{\textipa{perst\'\i:dZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{presto}}{\textipa{pr\'estoU}\ }{}%
+ \ifthenelse{\equal{\word}{presumable}}{\textipa{prIzj\'u:m at bl}\ }{}%
+ \ifthenelse{\equal{\word}{presumably}}{\textipa{prIzj\'u:m at bli}\ }{}%
+ \ifthenelse{\equal{\word}{presume}}{\textipa{prIzj\'u:m}\ }{}%
+ \ifthenelse{\equal{\word}{presumption}}{\textipa{prIz\'2mSn}\ }{}%
+ \ifthenelse{\equal{\word}{presumptive}}{\textipa{prIz\'2mtIv}\ }{}%
+ \ifthenelse{\equal{\word}{presumptuous}}{\textipa{prIz\'2mtSu at s}\ }{}%
+ \ifthenelse{\equal{\word}{presuppose}}{\textipa{pr\`\i:s at p\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{presupposition}}{\textipa{pr\`\i:s\`2p at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{pretense}}{\textipa{pr\'\i:tens}\ }{}%
+ \ifthenelse{\equal{\word}{pretend}}{\textipa{prIt\'end}\ }{}%
+ \ifthenelse{\equal{\word}{pretension}}{\textipa{prIt\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{pretentious}}{\textipa{prIt\'enS at s}\ }{}%
+ \ifthenelse{\equal{\word}{preterite}}{\textipa{pr\'etr at t}\ }{}%
+ \ifthenelse{\equal{\word}{preternatural}}{\textipa{pr\`\i:t at rn\'\ae tSrl}\ }{}%
+ \ifthenelse{\equal{\word}{pretext}}{\textipa{pr\'\i:tekst}\ }{}%
+ \ifthenelse{\equal{\word}{pretoria}}{\textipa{prIt\'O:ri@}\ }{}%
+ \ifthenelse{\equal{\word}{prettify}}{\textipa{pr\'ItIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{prettily}}{\textipa{pr\'ItIli}\ }{}%
+ \ifthenelse{\equal{\word}{pretty}}{\textipa{pr\'Iti}\ }{}%
+ \ifthenelse{\equal{\word}{prevail}}{\textipa{prIv\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{prevailing}}{\textipa{prIv\'eIlIN}\ }{}%
+ \ifthenelse{\equal{\word}{prevalence}}{\textipa{pr\'evl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{prevalent}}{\textipa{pr\'evl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{prevaricate}}{\textipa{prIv\'\ae rIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{prevent}}{\textipa{prIv\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{prevention}}{\textipa{prIv\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{preventive}}{\textipa{prIv\'entIv}\ }{}%
+ \ifthenelse{\equal{\word}{previous}}{\textipa{pr\'\i:vi at s}\ }{}%
+ \ifthenelse{\equal{\word}{previously}}{\textipa{pr\'\i:vi at sli}\ }{}%
+ \ifthenelse{\equal{\word}{prevue}}{\textipa{pr\'\i:vj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{price}}{\textipa{praIs}\ }{}%
+ \ifthenelse{\equal{\word}{priceless}}{\textipa{pr\'aIsl at s}\ }{}%
+ \ifthenelse{\equal{\word}{prick}}{\textipa{prIk}\ }{}%
+ \ifthenelse{\equal{\word}{prickle}}{\textipa{pr\'Ikl}\ }{}%
+ \ifthenelse{\equal{\word}{pricy}}{\textipa{pr\'aIsi}\ }{}%
+ \ifthenelse{\equal{\word}{pride}}{\textipa{praId}\ }{}%
+ \ifthenelse{\equal{\word}{priest}}{\textipa{pri:st}\ }{}%
+ \ifthenelse{\equal{\word}{priestess}}{\textipa{pr\'\i:st at s}\ }{}%
+ \ifthenelse{\equal{\word}{prig}}{\textipa{prIg}\ }{}%
+ \ifthenelse{\equal{\word}{priggish}}{\textipa{pr\'IgIS}\ }{}%
+ \ifthenelse{\equal{\word}{prim}}{\textipa{prIm}\ }{}%
+ \ifthenelse{\equal{\word}{primacy}}{\textipa{pr\'aIm at si}\ }{}%
+ \ifthenelse{\equal{\word}{primal}}{\textipa{pr\'aIml}\ }{}%
+ \ifthenelse{\equal{\word}{primarily}}{\textipa{praIm\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{primary}}{\textipa{pr\'aIm\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{primate}}{\textipa{pr\'aIm at t}\ }{}%
+ \ifthenelse{\equal{\word}{prime}}{\textipa{praIm}\ }{}%
+ \ifthenelse{\equal{\word}{primer}}{\textipa{pr\'Im at r}\ }{}%
+ \ifthenelse{\equal{\word}{primeval}}{\textipa{praIm\'\i:vl}\ }{}%
+ \ifthenelse{\equal{\word}{priming}}{\textipa{pr\'aImIN}\ }{}%
+ \ifthenelse{\equal{\word}{primitive}}{\textipa{pr\'Im at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{primogeniture}}{\textipa{pr\`aImoUdZ\'en at tS@r}\ }{}%
+ \ifthenelse{\equal{\word}{primordial}}{\textipa{praIm\'O:rdi at l}\ }{}%
+ \ifthenelse{\equal{\word}{primrose}}{\textipa{pr\'Imr\`oUz}\ }{}%
+ \ifthenelse{\equal{\word}{primus}}{\textipa{pr\'aIm at s}\ }{}%
+ \ifthenelse{\equal{\word}{prince}}{\textipa{prIns}\ }{}%
+ \ifthenelse{\equal{\word}{princelings}}{\textipa{pr\'InslIN}\ }{}%
+ \ifthenelse{\equal{\word}{princess}}{\textipa{pr\'Ins at s}\ }{}%
+ \ifthenelse{\equal{\word}{principal}}{\textipa{pr\'Ins at pl}\ }{}%
+ \ifthenelse{\equal{\word}{principality}}{\textipa{pr\`Ins at p\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{print}}{\textipa{prInt}\ }{}%
+ \ifthenelse{\equal{\word}{printer}}{\textipa{pr\'Int at r}\ }{}%
+ \ifthenelse{\equal{\word}{printing}}{\textipa{pr\'IntIN}\ }{}%
+ \ifthenelse{\equal{\word}{prions}}{\textipa{pr\'IAn}\ }{}%
+ \ifthenelse{\equal{\word}{prior}}{\textipa{pr\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{prioritize}}{\textipa{praI\'O:rIt\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{priority}}{\textipa{praI\'O:r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{priory}}{\textipa{pr\'a at ri}\ }{}%
+ \ifthenelse{\equal{\word}{prize}}{\textipa{praIz}\ }{}%
+ \ifthenelse{\equal{\word}{prism}}{\textipa{pr\'Izm}\ }{}%
+ \ifthenelse{\equal{\word}{prismatic}}{\textipa{prIzm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{prison}}{\textipa{pr\'Izn}\ }{}%
+ \ifthenelse{\equal{\word}{prisoner}}{\textipa{pr\'Izn at r}\ }{}%
+ \ifthenelse{\equal{\word}{prissy}}{\textipa{pr\'Isi}\ }{}%
+ \ifthenelse{\equal{\word}{pristine}}{\textipa{pr\'Isti:n}\ }{}%
+ \ifthenelse{\equal{\word}{privacy}}{\textipa{pr\'aIv at si}\ }{}%
+ \ifthenelse{\equal{\word}{private}}{\textipa{pr\'aIv at t}\ }{}%
+ \ifthenelse{\equal{\word}{privateer}}{\textipa{pr\`aIv at t\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{privately}}{\textipa{pr\'aIv at tli}\ }{}%
+ \ifthenelse{\equal{\word}{privation}}{\textipa{praIv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{privatize}}{\textipa{pr\'aIv at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{privet}}{\textipa{pr\'IvIt}\ }{}%
+ \ifthenelse{\equal{\word}{privilege}}{\textipa{pr\'IvlIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{privileged}}{\textipa{pr\'IvlIdZd}\ }{}%
+ \ifthenelse{\equal{\word}{privy}}{\textipa{pr\'Ivi}\ }{}%
+ \ifthenelse{\equal{\word}{pro}}{\textipa{proU}\ }{}%
+ \ifthenelse{\equal{\word}{probability}}{\textipa{pr\`Ab at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{probable}}{\textipa{pr\'Ab at bl}\ }{}%
+ \ifthenelse{\equal{\word}{probably}}{\textipa{pr\'Ab at bli}\ }{}%
+ \ifthenelse{\equal{\word}{probate}}{\textipa{pr\'oUbeIt}\ }{}%
+ \ifthenelse{\equal{\word}{probation}}{\textipa{proUb\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{probationary}}{\textipa{proUb\'eISn\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{probative}}{\textipa{pr\'oUb at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{probe}}{\textipa{proUb}\ }{}%
+ \ifthenelse{\equal{\word}{probing}}{\textipa{pr\'oUbIN}\ }{}%
+ \ifthenelse{\equal{\word}{probity}}{\textipa{pr\'oUb at ti}\ }{}%
+ \ifthenelse{\equal{\word}{problem}}{\textipa{pr\'Abl at m}\ }{}%
+ \ifthenelse{\equal{\word}{problematic}}{\textipa{pr\`Abl at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{proboscis}}{\textipa{pr at b\'As at s}\ }{}%
+ \ifthenelse{\equal{\word}{procedural}}{\textipa{pr at s\'\i:dZrl}\ }{}%
+ \ifthenelse{\equal{\word}{procedure}}{\textipa{pr at s\'\i:dZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{proceed}}{\textipa{pr at s\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{proceeding}}{\textipa{pr at s\'\i:dIN}\ }{}%
+ \ifthenelse{\equal{\word}{process}}{\textipa{pr\'Ases}\ }{}%
+ \ifthenelse{\equal{\word}{processed}}{\textipa{pr\'Asest}\ }{}%
+ \ifthenelse{\equal{\word}{procession}}{\textipa{pr at s\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{processional}}{\textipa{pr at s\'eSnl}\ }{}%
+ \ifthenelse{\equal{\word}{processor}}{\textipa{pr at s\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{proclaim}}{\textipa{pr at kl\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{proclamation}}{\textipa{pr\`Akl at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{proclivity}}{\textipa{proUkl\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{procrastinate}}{\textipa{pr at kr\'\ae stIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{procreate}}{\textipa{pr\'oUkri\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{proctor}}{\textipa{pr\'Akt at r}\ }{}%
+ \ifthenelse{\equal{\word}{procure}}{\textipa{pr at kj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{prod}}{\textipa{prAd}\ }{}%
+ \ifthenelse{\equal{\word}{prodigal}}{\textipa{pr\'AdIgl}\ }{}%
+ \ifthenelse{\equal{\word}{prodigality}}{\textipa{pr\`Ad at g\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{prodigious}}{\textipa{pr at d\'IdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{prodigy}}{\textipa{pr\'Ad at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{produce}}{\textipa{pr at dj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{producer}}{\textipa{pr at dj\'u:s at r}\ }{}%
+ \ifthenelse{\equal{\word}{product}}{\textipa{pr\'Ad2kt}\ }{}%
+ \ifthenelse{\equal{\word}{production}}{\textipa{pr at d\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{productive}}{\textipa{pr at d\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{productivity}}{\textipa{pr\`oUd2kt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{profanation}}{\textipa{pr\`Af at n\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{profane}}{\textipa{pr at f\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{profanity}}{\textipa{pr at f\'\ae n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{profess}}{\textipa{pr at f\'es}\ }{}%
+ \ifthenelse{\equal{\word}{profession}}{\textipa{pr at f\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{professional}}{\textipa{pr at f\'eSnl}\ }{}%
+ \ifthenelse{\equal{\word}{professor}}{\textipa{pr at f\'es at r}\ }{}%
+ \ifthenelse{\equal{\word}{professorial}}{\textipa{pr\`oUf at s\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{proffer}}{\textipa{pr\'Af at r}\ }{}%
+ \ifthenelse{\equal{\word}{proficiency}}{\textipa{pr at f\'ISnsi}\ }{}%
+ \ifthenelse{\equal{\word}{proficient}}{\textipa{pr at f\'ISnt}\ }{}%
+ \ifthenelse{\equal{\word}{profile}}{\textipa{pr\'oUfaIl}\ }{}%
+ \ifthenelse{\equal{\word}{profit}}{\textipa{pr\'Af at t}\ }{}%
+ \ifthenelse{\equal{\word}{profitable}}{\textipa{pr\'Af at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{profiteering}}{\textipa{pr\`Af at t\'\i at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{profiteers}}{\textipa{pr\`Af at t\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{profiteroles}}{\textipa{pr at f\'It at r\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{profligacy}}{\textipa{pr\'AflIg at si}\ }{}%
+ \ifthenelse{\equal{\word}{profligate}}{\textipa{pr\'AflIg at t}\ }{}%
+ \ifthenelse{\equal{\word}{proforma}}{\textipa{pr\`oUf\'O:rm@}\ }{}%
+ \ifthenelse{\equal{\word}{profound}}{\textipa{pr at f\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{profundity}}{\textipa{pr at f\'2nd at ti}\ }{}%
+ \ifthenelse{\equal{\word}{profuse}}{\textipa{pr at fj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{profusion}}{\textipa{pr at fj\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{progenitor}}{\textipa{proUdZ\'en at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{progeny}}{\textipa{pr\'AdZni}\ }{}%
+ \ifthenelse{\equal{\word}{progesterone}}{\textipa{proUdZ\'est at r\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{prognoses}}{\textipa{prAgn\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{prognosticate}}{\textipa{prAgn\'AstIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{program}}{\textipa{pr\'oUgr\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{programmatic}}{\textipa{pr\`oUgr at m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{progress}}{\textipa{pr\'Agr at s}\ }{}%
+ \ifthenelse{\equal{\word}{progression}}{\textipa{pr at gr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{progressive}}{\textipa{pr at gr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{prohibit}}{\textipa{proUh\'Ib at t}\ }{}%
+ \ifthenelse{\equal{\word}{prohibition}}{\textipa{pr\`oU at b\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{prohibitive}}{\textipa{proUh\'Ib at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{project}}{\textipa{pr\'AdZ\`ekt}\ }{}%
+ \ifthenelse{\equal{\word}{projectile}}{\textipa{pr at dZ\'ektl}\ }{}%
+ \ifthenelse{\equal{\word}{projection}}{\textipa{pr at dZ\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{projective}}{\textipa{pr at dZ\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{projector}}{\textipa{pr at dZ\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{prolapse}}{\textipa{proUl\'\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{proletarian}}{\textipa{pr\`oUl at t\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{proletariat}}{\textipa{pr\`oUl at t\'e at ri@t}\ }{}%
+ \ifthenelse{\equal{\word}{proliferate}}{\textipa{pr at l\'If at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{prolific}}{\textipa{pr at l\'IfIk}\ }{}%
+ \ifthenelse{\equal{\word}{prolix}}{\textipa{proUl\'Iks}\ }{}%
+ \ifthenelse{\equal{\word}{prologue}}{\textipa{pr\'oUlO:g}\ }{}%
+ \ifthenelse{\equal{\word}{prolong}}{\textipa{pr at l\'O:N}\ }{}%
+ \ifthenelse{\equal{\word}{prolongation}}{\textipa{pr\`oUlO:Ng\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{promenade}}{\textipa{pr\`Am at n\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{prominence}}{\textipa{pr\'AmIn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{prominent}}{\textipa{pr\'AmIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{promiscuity}}{\textipa{pr\`Am at skj\'u:@ti}\ }{}%
+ \ifthenelse{\equal{\word}{promiscuous}}{\textipa{pr at m\'Iskju at s}\ }{}%
+ \ifthenelse{\equal{\word}{promise}}{\textipa{pr\'Am at s}\ }{}%
+ \ifthenelse{\equal{\word}{promising}}{\textipa{pr\'Am at sIN}\ }{}%
+ \ifthenelse{\equal{\word}{promissory}}{\textipa{pr\'Am at s\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{promontory}}{\textipa{pr\'Am at nt\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{promote}}{\textipa{pr at m\'oUt}\ }{}%
+ \ifthenelse{\equal{\word}{promoter}}{\textipa{pr at m\'oUt at r}\ }{}%
+ \ifthenelse{\equal{\word}{promotion}}{\textipa{pr at m\'oUSn}\ }{}%
+ \ifthenelse{\equal{\word}{prompt}}{\textipa{prAmt}\ }{}%
+ \ifthenelse{\equal{\word}{promptitude}}{\textipa{pr\'Amt at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{promptly}}{\textipa{pr\'Amtli}\ }{}%
+ \ifthenelse{\equal{\word}{promulgate}}{\textipa{pr\'Amlg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{prone}}{\textipa{proUn}\ }{}%
+ \ifthenelse{\equal{\word}{prong}}{\textipa{prO:N}\ }{}%
+ \ifthenelse{\equal{\word}{pronominal}}{\textipa{proUn\'Amnl}\ }{}%
+ \ifthenelse{\equal{\word}{pronoun}}{\textipa{pr\'oUnaUn}\ }{}%
+ \ifthenelse{\equal{\word}{pronounce}}{\textipa{pr at n\'aUns}\ }{}%
+ \ifthenelse{\equal{\word}{pronto}}{\textipa{pr\'AntoU}\ }{}%
+ \ifthenelse{\equal{\word}{pronunciation}}{\textipa{pr at n\`2nsi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{proof}}{\textipa{pru:f}\ }{}%
+ \ifthenelse{\equal{\word}{prop}}{\textipa{prAp}\ }{}%
+ \ifthenelse{\equal{\word}{propaganda}}{\textipa{pr\`Ap at g\'\ae nd@}\ }{}%
+ \ifthenelse{\equal{\word}{propagate}}{\textipa{pr\'Ap at g\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{propane}}{\textipa{pr\'oUpeIn}\ }{}%
+ \ifthenelse{\equal{\word}{propel}}{\textipa{pr at p\'el}\ }{}%
+ \ifthenelse{\equal{\word}{propellant}}{\textipa{pr at p\'el at nt}\ }{}%
+ \ifthenelse{\equal{\word}{propeller}}{\textipa{pr at p\'el at r}\ }{}%
+ \ifthenelse{\equal{\word}{propensity}}{\textipa{pr at p\'ens at ti}\ }{}%
+ \ifthenelse{\equal{\word}{proper}}{\textipa{pr\'Ap at r}\ }{}%
+ \ifthenelse{\equal{\word}{properly}}{\textipa{pr\'Ap at rli}\ }{}%
+ \ifthenelse{\equal{\word}{property}}{\textipa{pr\'Ap at rti}\ }{}%
+ \ifthenelse{\equal{\word}{prophecy}}{\textipa{pr\'Af at si}\ }{}%
+ \ifthenelse{\equal{\word}{prophesy}}{\textipa{pr\'Af at s\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{prophetess}}{\textipa{pr\'Af at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{prophetic}}{\textipa{pr at f\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{prophylactic}}{\textipa{pr\`oUf at l\'\ae ktIk}\ }{}%
+ \ifthenelse{\equal{\word}{prophylaxis}}{\textipa{pr\`oUf at l\'\ae ksIs}\ }{}%
+ \ifthenelse{\equal{\word}{propinquity}}{\textipa{pr at p\'INkw at ti}\ }{}%
+ \ifthenelse{\equal{\word}{propitiate}}{\textipa{proUp\'ISi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{propitiation}}{\textipa{proUp\`ISi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{propitiatory}}{\textipa{proUp\'ISi at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{propitious}}{\textipa{pr at p\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{proponent}}{\textipa{pr at p\'oUn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{proportion}}{\textipa{pr at p\'O:rSn}\ }{}%
+ \ifthenelse{\equal{\word}{proportional}}{\textipa{pr at p\'O:rSnl}\ }{}%
+ \ifthenelse{\equal{\word}{proportionate}}{\textipa{pr at p\'O:rSn at t}\ }{}%
+ \ifthenelse{\equal{\word}{proposal}}{\textipa{pr at p\'oUzl}\ }{}%
+ \ifthenelse{\equal{\word}{propose}}{\textipa{pr at p\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{proposition}}{\textipa{pr\`Ap at z\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{propound}}{\textipa{pr at p\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{proprietary}}{\textipa{pr at pr\'a at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{proprietor}}{\textipa{pr at pr\'a at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{proprietorial}}{\textipa{pr at pr\`a at t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{proprietress}}{\textipa{pr at pr\'a at tr@s}\ }{}%
+ \ifthenelse{\equal{\word}{propriety}}{\textipa{pr at pr\'a at ti}\ }{}%
+ \ifthenelse{\equal{\word}{propulsion}}{\textipa{pr at p\'2lSn}\ }{}%
+ \ifthenelse{\equal{\word}{propulsive}}{\textipa{pr at p\'2lsIv}\ }{}%
+ \ifthenelse{\equal{\word}{prosaic}}{\textipa{proUz\'eIIk}\ }{}%
+ \ifthenelse{\equal{\word}{proscenium}}{\textipa{proUs\'\i:ni at m}\ }{}%
+ \ifthenelse{\equal{\word}{proscribe}}{\textipa{proUskr\'aIb}\ }{}%
+ \ifthenelse{\equal{\word}{proscription}}{\textipa{proUskr\'IpSn}\ }{}%
+ \ifthenelse{\equal{\word}{prose}}{\textipa{proUz}\ }{}%
+ \ifthenelse{\equal{\word}{prosecute}}{\textipa{pr\'AsIkj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{prosecution}}{\textipa{pr\`AsIkj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{prosecutor}}{\textipa{pr\'AsIkj\`u:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{proselytize}}{\textipa{pr\'Asl at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{prosodic}}{\textipa{pr at s\'AdIk}\ }{}%
+ \ifthenelse{\equal{\word}{prosody}}{\textipa{pr\'As at di}\ }{}%
+ \ifthenelse{\equal{\word}{prospect}}{\textipa{pr\'Aspekt}\ }{}%
+ \ifthenelse{\equal{\word}{prospective}}{\textipa{pr at sp\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{prospector}}{\textipa{pr\'Aspekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{prospectus}}{\textipa{pr at sp\'ekt at s}\ }{}%
+ \ifthenelse{\equal{\word}{prosper}}{\textipa{pr\'Asp at r}\ }{}%
+ \ifthenelse{\equal{\word}{prosperity}}{\textipa{prAsp\'er at ti}\ }{}%
+ \ifthenelse{\equal{\word}{prosperous}}{\textipa{pr\'Aspr at s}\ }{}%
+ \ifthenelse{\equal{\word}{prostate}}{\textipa{pr\'AsteIt}\ }{}%
+ \ifthenelse{\equal{\word}{prosthesis}}{\textipa{prAsT\'\i:sIs}\ }{}%
+ \ifthenelse{\equal{\word}{prosthetic}}{\textipa{prAsT\'etIk}\ }{}%
+ \ifthenelse{\equal{\word}{prostitute}}{\textipa{pr\'Ast at tj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{prostrate}}{\textipa{pr\'AstreIt}\ }{}%
+ \ifthenelse{\equal{\word}{protactinium}}{\textipa{pr\`oUt\ae kt\'Ini at m}\ }{}%
+ \ifthenelse{\equal{\word}{protagonist}}{\textipa{proUt\'\ae gnIst}\ }{}%
+ \ifthenelse{\equal{\word}{protean}}{\textipa{pr\'oUti at n}\ }{}%
+ \ifthenelse{\equal{\word}{protease}}{\textipa{pr\'oUti\`eIz}\ }{}%
+ \ifthenelse{\equal{\word}{protect}}{\textipa{pr at t\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{protection}}{\textipa{pr at t\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{protective}}{\textipa{pr at t\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{protector}}{\textipa{pr at t\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{protectorate}}{\textipa{pr at t\'ektr at t}\ }{}%
+ \ifthenelse{\equal{\word}{protege}}{\textipa{pr\'oUt at Z\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{protein}}{\textipa{pr\'oUti:n}\ }{}%
+ \ifthenelse{\equal{\word}{protest}}{\textipa{pr\'oUtest}\ }{}%
+ \ifthenelse{\equal{\word}{protestant}}{\textipa{pr\'AtIstnt}\ }{}%
+ \ifthenelse{\equal{\word}{protestation}}{\textipa{pr\`At at st\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{protester}}{\textipa{pr\'oUtest at r}\ }{}%
+ \ifthenelse{\equal{\word}{protocol}}{\textipa{pr\'oUt at k\`Al}\ }{}%
+ \ifthenelse{\equal{\word}{proton}}{\textipa{pr\'oUtAn}\ }{}%
+ \ifthenelse{\equal{\word}{protoplasm}}{\textipa{pr\'oUt at pl\`\ae zm}\ }{}%
+ \ifthenelse{\equal{\word}{protoplasmic}}{\textipa{pr\`oUt at pl\'\ae zmIk}\ }{}%
+ \ifthenelse{\equal{\word}{prototype}}{\textipa{pr\'oUt at t\`aIp}\ }{}%
+ \ifthenelse{\equal{\word}{protozoa}}{\textipa{pr\`oUt at z\'oU@}\ }{}%
+ \ifthenelse{\equal{\word}{protozoan}}{\textipa{pr\`oUt at z\'oU at n}\ }{}%
+ \ifthenelse{\equal{\word}{protract}}{\textipa{pr at tr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{protractor}}{\textipa{proUtr\'\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{protrude}}{\textipa{pr at tr\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{protrusion}}{\textipa{pr at tr\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{protuberance}}{\textipa{pr at tj\'u:brns}\ }{}%
+ \ifthenelse{\equal{\word}{proud}}{\textipa{praUd}\ }{}%
+ \ifthenelse{\equal{\word}{proudly}}{\textipa{pr\'aUdli}\ }{}%
+ \ifthenelse{\equal{\word}{prove}}{\textipa{pru:v}\ }{}%
+ \ifthenelse{\equal{\word}{proven}}{\textipa{pr\'u:vn}\ }{}%
+ \ifthenelse{\equal{\word}{provenance}}{\textipa{pr\'Avn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{provence}}{\textipa{pr at v\'A:ns}\ }{}%
+ \ifthenelse{\equal{\word}{proverb}}{\textipa{pr\'Av@:rb}\ }{}%
+ \ifthenelse{\equal{\word}{proverbial}}{\textipa{pr at v\'@:rbi at l}\ }{}%
+ \ifthenelse{\equal{\word}{provide}}{\textipa{pr at v\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{provided}}{\textipa{pr at v\'aIdId}\ }{}%
+ \ifthenelse{\equal{\word}{providence}}{\textipa{pr\'AvIdns}\ }{}%
+ \ifthenelse{\equal{\word}{provident}}{\textipa{pr\'AvIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{providential}}{\textipa{pr\`AvId\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{province}}{\textipa{pr\'AvIns}\ }{}%
+ \ifthenelse{\equal{\word}{provincial}}{\textipa{pr at v\'InSl}\ }{}%
+ \ifthenelse{\equal{\word}{provision}}{\textipa{pr at v\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{provisional}}{\textipa{pr at v\'IZnl}\ }{}%
+ \ifthenelse{\equal{\word}{provocation}}{\textipa{pr\`Av at k\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{provocative}}{\textipa{pr at v\'Ak at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{provoke}}{\textipa{pr at v\'oUk}\ }{}%
+ \ifthenelse{\equal{\word}{provost}}{\textipa{pr\'oUvoUst}\ }{}%
+ \ifthenelse{\equal{\word}{prow}}{\textipa{praU}\ }{}%
+ \ifthenelse{\equal{\word}{prowess}}{\textipa{pr\'aU at s}\ }{}%
+ \ifthenelse{\equal{\word}{prowl}}{\textipa{praUl}\ }{}%
+ \ifthenelse{\equal{\word}{proximal}}{\textipa{pr\'AksIml}\ }{}%
+ \ifthenelse{\equal{\word}{proximate}}{\textipa{pr\'AksIm at t}\ }{}%
+ \ifthenelse{\equal{\word}{proximity}}{\textipa{prAks\'Im at ti}\ }{}%
+ \ifthenelse{\equal{\word}{proximo}}{\textipa{pr\'Aks at m\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{proxy}}{\textipa{pr\'Aksi}\ }{}%
+ \ifthenelse{\equal{\word}{prude}}{\textipa{pru:d}\ }{}%
+ \ifthenelse{\equal{\word}{prudence}}{\textipa{pr\'u:dns}\ }{}%
+ \ifthenelse{\equal{\word}{prudent}}{\textipa{pr\'u:dnt}\ }{}%
+ \ifthenelse{\equal{\word}{prudential}}{\textipa{prud\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{prudery}}{\textipa{pr\'u:dri}\ }{}%
+ \ifthenelse{\equal{\word}{prudish}}{\textipa{pr\'u:dIS}\ }{}%
+ \ifthenelse{\equal{\word}{prune}}{\textipa{pru:n}\ }{}%
+ \ifthenelse{\equal{\word}{pruning}}{\textipa{pr\'u:nIN}\ }{}%
+ \ifthenelse{\equal{\word}{prurience}}{\textipa{pr\'U at ri@ns}\ }{}%
+ \ifthenelse{\equal{\word}{prurient}}{\textipa{pr\'U at ri@nt}\ }{}%
+ \ifthenelse{\equal{\word}{prussia}}{\textipa{pr\'2S@}\ }{}%
+ \ifthenelse{\equal{\word}{prussian}}{\textipa{pr\'2Sn}\ }{}%
+ \ifthenelse{\equal{\word}{pry}}{\textipa{praI}\ }{}%
+ \ifthenelse{\equal{\word}{psalm}}{\textipa{sA:m}\ }{}%
+ \ifthenelse{\equal{\word}{psalter}}{\textipa{s\'O:lt at r}\ }{}%
+ \ifthenelse{\equal{\word}{psaltery}}{\textipa{s\'O:ltri}\ }{}%
+ \ifthenelse{\equal{\word}{psephologist}}{\textipa{sIf\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{pseudo}}{\textipa{sj\'u:doU}\ }{}%
+ \ifthenelse{\equal{\word}{pseudonym}}{\textipa{sj\'u:dn\`Im}\ }{}%
+ \ifthenelse{\equal{\word}{pseudonymous}}{\textipa{sju:d\'AnIm at s}\ }{}%
+ \ifthenelse{\equal{\word}{psoriasis}}{\textipa{s at r\'a at sIs}\ }{}%
+ \ifthenelse{\equal{\word}{psyche}}{\textipa{s\'aIki}\ }{}%
+ \ifthenelse{\equal{\word}{psychedelia}}{\textipa{s\`aIk at d\'\i:li@}\ }{}%
+ \ifthenelse{\equal{\word}{psychedelic}}{\textipa{s\`aIk at d\'elIk}\ }{}%
+ \ifthenelse{\equal{\word}{psychiatric}}{\textipa{s\`aIki\'\ae trIk}\ }{}%
+ \ifthenelse{\equal{\word}{psychiatrist}}{\textipa{saIk\'a at trIst}\ }{}%
+ \ifthenelse{\equal{\word}{psychiatry}}{\textipa{saIk\'a at tri}\ }{}%
+ \ifthenelse{\equal{\word}{psychic}}{\textipa{s\'aIkIk}\ }{}%
+ \ifthenelse{\equal{\word}{psychically}}{\textipa{s\'aIkIkl}\ }{}%
+ \ifthenelse{\equal{\word}{psycho}}{\textipa{s\'aIkoU}\ }{}%
+ \ifthenelse{\equal{\word}{psychokinesis}}{\textipa{s\`aIkkaIn\'\i:sIs}\ }{}%
+ \ifthenelse{\equal{\word}{psychological}}{\textipa{s\`aIk at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{psychologist}}{\textipa{saIk\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{psychology}}{\textipa{saIk\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{psychopath}}{\textipa{s\'aIk at p\`\ae T}\ }{}%
+ \ifthenelse{\equal{\word}{psychopathic}}{\textipa{s\`aIk at p\'\ae TIk}\ }{}%
+ \ifthenelse{\equal{\word}{psychoses}}{\textipa{saIk\'oUsIs}\ }{}%
+ \ifthenelse{\equal{\word}{psychotic}}{\textipa{saIk\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{ptarmigan}}{\textipa{t\'A:rmIgn}\ }{}%
+ \ifthenelse{\equal{\word}{pterodactyl}}{\textipa{t\`er at d\'\ae ktIl}\ }{}%
+ \ifthenelse{\equal{\word}{ptolemy}}{\textipa{t\'Al at mi}\ }{}%
+ \ifthenelse{\equal{\word}{pub}}{\textipa{p2b}\ }{}%
+ \ifthenelse{\equal{\word}{puberty}}{\textipa{pj\'u:b at rti}\ }{}%
+ \ifthenelse{\equal{\word}{pubescent}}{\textipa{pju:b\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{pubic}}{\textipa{pj\'u:bIk}\ }{}%
+ \ifthenelse{\equal{\word}{public}}{\textipa{p\'2blIk}\ }{}%
+ \ifthenelse{\equal{\word}{publican}}{\textipa{p\'2blIkn}\ }{}%
+ \ifthenelse{\equal{\word}{publication}}{\textipa{p\`2blIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{publicize}}{\textipa{p\'2blIs\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{publicist}}{\textipa{p\'2blIsIst}\ }{}%
+ \ifthenelse{\equal{\word}{publicity}}{\textipa{p2bl\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{publish}}{\textipa{p\'2blIS}\ }{}%
+ \ifthenelse{\equal{\word}{publisher}}{\textipa{p\'2blIS at r}\ }{}%
+ \ifthenelse{\equal{\word}{pudding}}{\textipa{p\'UdIN}\ }{}%
+ \ifthenelse{\equal{\word}{puddle}}{\textipa{p\'2dl}\ }{}%
+ \ifthenelse{\equal{\word}{puerile}}{\textipa{pj\'U at rl}\ }{}%
+ \ifthenelse{\equal{\word}{puerility}}{\textipa{pjur\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{puerperal}}{\textipa{pju\'@:rprl}\ }{}%
+ \ifthenelse{\equal{\word}{puff}}{\textipa{p2f}\ }{}%
+ \ifthenelse{\equal{\word}{puffin}}{\textipa{p\'2fIn}\ }{}%
+ \ifthenelse{\equal{\word}{puffy}}{\textipa{p\'2fi}\ }{}%
+ \ifthenelse{\equal{\word}{pug}}{\textipa{p2g}\ }{}%
+ \ifthenelse{\equal{\word}{pugilist}}{\textipa{pj\'u:dZIlIst}\ }{}%
+ \ifthenelse{\equal{\word}{pugilistic}}{\textipa{pj\`u:dZIl\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{pugnacious}}{\textipa{p2gn\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{pugnacity}}{\textipa{p2gn\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{puke}}{\textipa{pju:k}\ }{}%
+ \ifthenelse{\equal{\word}{pulchritude}}{\textipa{p\'2lkrItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{pull}}{\textipa{pUl}\ }{}%
+ \ifthenelse{\equal{\word}{pullets}}{\textipa{p\'UlIt}\ }{}%
+ \ifthenelse{\equal{\word}{pulley}}{\textipa{p\'Uli}\ }{}%
+ \ifthenelse{\equal{\word}{pullover}}{\textipa{p\'Ul\`oUv at r}\ }{}%
+ \ifthenelse{\equal{\word}{pulmonary}}{\textipa{p\'2lm at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{pulp}}{\textipa{p2lp}\ }{}%
+ \ifthenelse{\equal{\word}{pulpit}}{\textipa{p\'UlpIt}\ }{}%
+ \ifthenelse{\equal{\word}{pulpy}}{\textipa{p\'2lpi}\ }{}%
+ \ifthenelse{\equal{\word}{pulsar}}{\textipa{p\'2lsA:r}\ }{}%
+ \ifthenelse{\equal{\word}{pulsate}}{\textipa{p\'2lseIt}\ }{}%
+ \ifthenelse{\equal{\word}{pulse}}{\textipa{p2ls}\ }{}%
+ \ifthenelse{\equal{\word}{pulverize}}{\textipa{p\'2lv at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{puma}}{\textipa{pj\'u:m@}\ }{}%
+ \ifthenelse{\equal{\word}{pumice}}{\textipa{p\'2mIs}\ }{}%
+ \ifthenelse{\equal{\word}{pummel}}{\textipa{p\'2ml}\ }{}%
+ \ifthenelse{\equal{\word}{pump}}{\textipa{p2mp}\ }{}%
+ \ifthenelse{\equal{\word}{pumpkin}}{\textipa{p\'2mkIn}\ }{}%
+ \ifthenelse{\equal{\word}{pun}}{\textipa{p2n}\ }{}%
+ \ifthenelse{\equal{\word}{punch}}{\textipa{p2nS}\ }{}%
+ \ifthenelse{\equal{\word}{punchy}}{\textipa{p\'2nSi}\ }{}%
+ \ifthenelse{\equal{\word}{punctilious}}{\textipa{p2Nt\'Ili at s}\ }{}%
+ \ifthenelse{\equal{\word}{punctual}}{\textipa{p\'2NtSul}\ }{}%
+ \ifthenelse{\equal{\word}{punctuality}}{\textipa{p\`2NtSu\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{punctuate}}{\textipa{p\'2NtSu\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{punctuation}}{\textipa{p\`2NtSu\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{puncture}}{\textipa{p\'2NtS at r}\ }{}%
+ \ifthenelse{\equal{\word}{pundit}}{\textipa{p\'2ndIt}\ }{}%
+ \ifthenelse{\equal{\word}{pundits}}{\textipa{p\'\ae ndIt}\ }{}%
+ \ifthenelse{\equal{\word}{pungency}}{\textipa{p\'2nZnsi}\ }{}%
+ \ifthenelse{\equal{\word}{pungent}}{\textipa{p\'2nZnt}\ }{}%
+ \ifthenelse{\equal{\word}{punish}}{\textipa{p\'2nIS}\ }{}%
+ \ifthenelse{\equal{\word}{punishment}}{\textipa{p\'2nISm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{punitive}}{\textipa{pj\'u:n at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{punk}}{\textipa{p2Nk}\ }{}%
+ \ifthenelse{\equal{\word}{punnet}}{\textipa{p\'2nIt}\ }{}%
+ \ifthenelse{\equal{\word}{punster}}{\textipa{p\'2nst at r}\ }{}%
+ \ifthenelse{\equal{\word}{punt}}{\textipa{p2nt}\ }{}%
+ \ifthenelse{\equal{\word}{puny}}{\textipa{pj\'u:ni}\ }{}%
+ \ifthenelse{\equal{\word}{pup}}{\textipa{p2p}\ }{}%
+ \ifthenelse{\equal{\word}{pupa}}{\textipa{pj\'u:p@}\ }{}%
+ \ifthenelse{\equal{\word}{pupated}}{\textipa{pj\'u:peIt}\ }{}%
+ \ifthenelse{\equal{\word}{pupil}}{\textipa{pj\'u:pl}\ }{}%
+ \ifthenelse{\equal{\word}{pupillage}}{\textipa{pj\'u:plIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{puppet}}{\textipa{p\'2pIt}\ }{}%
+ \ifthenelse{\equal{\word}{puppeteer}}{\textipa{p\`2pIt\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{puppetry}}{\textipa{p\'2pItri}\ }{}%
+ \ifthenelse{\equal{\word}{puppy}}{\textipa{p\'2pi}\ }{}%
+ \ifthenelse{\equal{\word}{purblind}}{\textipa{p\'@:rbl\`aInd}\ }{}%
+ \ifthenelse{\equal{\word}{purchase}}{\textipa{p\'@:rtS at s}\ }{}%
+ \ifthenelse{\equal{\word}{purdah}}{\textipa{p\'@:rd@}\ }{}%
+ \ifthenelse{\equal{\word}{pure}}{\textipa{pjU at r}\ }{}%
+ \ifthenelse{\equal{\word}{puree}}{\textipa{pjur\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{purely}}{\textipa{pj\'u at rli}\ }{}%
+ \ifthenelse{\equal{\word}{purgative}}{\textipa{p\'@:rg at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{purgatorial}}{\textipa{p\`@:rg at t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{purgatory}}{\textipa{p\'@:rg at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{purge}}{\textipa{p@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{purification}}{\textipa{pj\`U at rIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{purifier}}{\textipa{pj\'U at rIf\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{purify}}{\textipa{pj\'U at rIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{purines}}{\textipa{pj\'U at ri:n}\ }{}%
+ \ifthenelse{\equal{\word}{purist}}{\textipa{pj\'U at rIst}\ }{}%
+ \ifthenelse{\equal{\word}{puritan}}{\textipa{pj\'U at r@tn}\ }{}%
+ \ifthenelse{\equal{\word}{puritanical}}{\textipa{pj\`U at rIt\'\ae nIkl}\ }{}%
+ \ifthenelse{\equal{\word}{puritanism}}{\textipa{pj\'U at r@tn\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{purity}}{\textipa{pj\'U at r@ti}\ }{}%
+ \ifthenelse{\equal{\word}{purl}}{\textipa{p@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{purlieus}}{\textipa{p\'@:rlju:}\ }{}%
+ \ifthenelse{\equal{\word}{purloin}}{\textipa{p@:rl\'OIn}\ }{}%
+ \ifthenelse{\equal{\word}{purple}}{\textipa{p\'@:rpl}\ }{}%
+ \ifthenelse{\equal{\word}{purplish}}{\textipa{p\'@:rplIS}\ }{}%
+ \ifthenelse{\equal{\word}{purport}}{\textipa{p at rp\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{purpose}}{\textipa{p\'@:rp at s}\ }{}%
+ \ifthenelse{\equal{\word}{purposive}}{\textipa{p\'@:rp at sIv}\ }{}%
+ \ifthenelse{\equal{\word}{purr}}{\textipa{p@:r}\ }{}%
+ \ifthenelse{\equal{\word}{purse}}{\textipa{p@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{purser}}{\textipa{p\'@:rs at r}\ }{}%
+ \ifthenelse{\equal{\word}{pursuance}}{\textipa{p at rsj\'u:@ns}\ }{}%
+ \ifthenelse{\equal{\word}{pursuant}}{\textipa{p at rsj\'u:@nt}\ }{}%
+ \ifthenelse{\equal{\word}{pursue}}{\textipa{p at rsj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{pursuit}}{\textipa{p at rsj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{purvey}}{\textipa{p at rv\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{purveyor}}{\textipa{p at rv\'eI at r}\ }{}%
+ \ifthenelse{\equal{\word}{purview}}{\textipa{p\'@:rvju:}\ }{}%
+ \ifthenelse{\equal{\word}{pus}}{\textipa{p2s}\ }{}%
+ \ifthenelse{\equal{\word}{push}}{\textipa{pUS}\ }{}%
+ \ifthenelse{\equal{\word}{pushy}}{\textipa{p\'USi}\ }{}%
+ \ifthenelse{\equal{\word}{puss}}{\textipa{pUs}\ }{}%
+ \ifthenelse{\equal{\word}{pussy}}{\textipa{p\'Usi}\ }{}%
+ \ifthenelse{\equal{\word}{pustular}}{\textipa{p\'2stSl at r}\ }{}%
+ \ifthenelse{\equal{\word}{pustule}}{\textipa{p\'2stSu:l}\ }{}%
+ \ifthenelse{\equal{\word}{put}}{\textipa{pUt}\ }{}%
+ \ifthenelse{\equal{\word}{putative}}{\textipa{pj\'u:t at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{putrefaction}}{\textipa{pj\`u:trIf\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{putrefy}}{\textipa{pj\'u:trIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{putrescent}}{\textipa{pju:tr\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{putrid}}{\textipa{pj\'u:trId}\ }{}%
+ \ifthenelse{\equal{\word}{putsch}}{\textipa{pUtS}\ }{}%
+ \ifthenelse{\equal{\word}{putt}}{\textipa{p2t}\ }{}%
+ \ifthenelse{\equal{\word}{putter}}{\textipa{p\'2t at r}\ }{}%
+ \ifthenelse{\equal{\word}{putty}}{\textipa{p\'2ti}\ }{}%
+ \ifthenelse{\equal{\word}{puzzle}}{\textipa{p\'2zl}\ }{}%
+ \ifthenelse{\equal{\word}{puzzled}}{\textipa{p\'2zld}\ }{}%
+ \ifthenelse{\equal{\word}{pygmy}}{\textipa{p\'Igmi}\ }{}%
+ \ifthenelse{\equal{\word}{pajamas}}{\textipa{p at dZ\'A:m at z}\ }{}%
+ \ifthenelse{\equal{\word}{pylon}}{\textipa{p\'aIl at n}\ }{}%
+ \ifthenelse{\equal{\word}{pyramid}}{\textipa{p\'Ir at m\`Id}\ }{}%
+ \ifthenelse{\equal{\word}{pyramidal}}{\textipa{pIr\'\ae mIdl}\ }{}%
+ \ifthenelse{\equal{\word}{pyre}}{\textipa{paI at r}\ }{}%
+ \ifthenelse{\equal{\word}{pyrite}}{\textipa{p\'aIraIt}\ }{}%
+ \ifthenelse{\equal{\word}{pyrites}}{\textipa{p at r\'aItiz}\ }{}%
+ \ifthenelse{\equal{\word}{pyromaniac}}{\textipa{p\`airoum\'eini:\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{pyrotechnic}}{\textipa{p\`aIr at t\'eknIk}\ }{}%
+ \ifthenelse{\equal{\word}{pyrotechnics}}{\textipa{p\`aIr at t\'eknIks}\ }{}%
+ \ifthenelse{\equal{\word}{python}}{\textipa{p\'aITAn}\ }{}%
+ \ifthenelse{\equal{\word}{qatar}}{\textipa{k\'A:tA:r}\ }{}%
+ \ifthenelse{\equal{\word}{qua}}{\textipa{kweI}\ }{}%
+ \ifthenelse{\equal{\word}{quack}}{\textipa{kw\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{quadrangle}}{\textipa{kw\'Adr\`\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{quadrangular}}{\textipa{kwAdr\'\ae Ngj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{quadrant}}{\textipa{kw\'Adrnt}\ }{}%
+ \ifthenelse{\equal{\word}{quadratic}}{\textipa{kwAdr\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{quadrille}}{\textipa{kwAdr\'Il}\ }{}%
+ \ifthenelse{\equal{\word}{quadrophonic}}{\textipa{kw\`Adr at f\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{quadruped}}{\textipa{kw\'Adr at p\`ed}\ }{}%
+ \ifthenelse{\equal{\word}{quadruple}}{\textipa{kwAdr\'u:pl}\ }{}%
+ \ifthenelse{\equal{\word}{quadruplets}}{\textipa{kwAdr\'u:pl at t}\ }{}%
+ \ifthenelse{\equal{\word}{quadruplicate}}{\textipa{kwAdr\'u:plIk at t}\ }{}%
+ \ifthenelse{\equal{\word}{quaff}}{\textipa{kwAf}\ }{}%
+ \ifthenelse{\equal{\word}{quagmire}}{\textipa{kw\'\ae gm\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{quail}}{\textipa{kweIl}\ }{}%
+ \ifthenelse{\equal{\word}{quaint}}{\textipa{kweInt}\ }{}%
+ \ifthenelse{\equal{\word}{quake}}{\textipa{kweIk}\ }{}%
+ \ifthenelse{\equal{\word}{quaker}}{\textipa{kw\'eIk at r}\ }{}%
+ \ifthenelse{\equal{\word}{qualification}}{\textipa{kw\`AlIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{qualified}}{\textipa{kw\'AlIf\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{qualifier}}{\textipa{kw\'AlIf\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{qualify}}{\textipa{kw\'AlIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{qualitative}}{\textipa{kw\'Al at t\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{quality}}{\textipa{kw\'Al at ti}\ }{}%
+ \ifthenelse{\equal{\word}{qualm}}{\textipa{kwA:m}\ }{}%
+ \ifthenelse{\equal{\word}{quantifiable}}{\textipa{kw\'AntIf\`a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{quantification}}{\textipa{kw\`AntIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{quantifier}}{\textipa{kw\'AntIf\`aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{quantify}}{\textipa{kw\'AntIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{quantitative}}{\textipa{kw\'Ant at t\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{quantity}}{\textipa{kw\'Ant at ti}\ }{}%
+ \ifthenelse{\equal{\word}{quantum}}{\textipa{kw\'Ant at m}\ }{}%
+ \ifthenelse{\equal{\word}{quarantine}}{\textipa{kw\'O:rnt\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{quark}}{\textipa{kwA:rk}\ }{}%
+ \ifthenelse{\equal{\word}{quarrel}}{\textipa{kw\'Arl}\ }{}%
+ \ifthenelse{\equal{\word}{quarrelsome}}{\textipa{kw\'Arlsm}\ }{}%
+ \ifthenelse{\equal{\word}{quarry}}{\textipa{kw\'Ari}\ }{}%
+ \ifthenelse{\equal{\word}{quart}}{\textipa{kwO:rt}\ }{}%
+ \ifthenelse{\equal{\word}{quarter}}{\textipa{kw\'O:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{quarterly}}{\textipa{kw\'O:rt at rli}\ }{}%
+ \ifthenelse{\equal{\word}{quartet}}{\textipa{kwO:rt\'et}\ }{}%
+ \ifthenelse{\equal{\word}{quarto}}{\textipa{kw\'O:rtoU}\ }{}%
+ \ifthenelse{\equal{\word}{quartz}}{\textipa{kwO:rts}\ }{}%
+ \ifthenelse{\equal{\word}{quartzite}}{\textipa{kw\'O:rtsaIt}\ }{}%
+ \ifthenelse{\equal{\word}{quasar}}{\textipa{kw\'eIzA:r}\ }{}%
+ \ifthenelse{\equal{\word}{quash}}{\textipa{kwAS}\ }{}%
+ \ifthenelse{\equal{\word}{quasi}}{\textipa{kw\'eIzaI}\ }{}%
+ \ifthenelse{\equal{\word}{quaternary}}{\textipa{kw\'A:t at rn\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{quatrain}}{\textipa{kw\'AtreIn}\ }{}%
+ \ifthenelse{\equal{\word}{quaver}}{\textipa{kw\'eIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{queasy}}{\textipa{kw\'\i:zi}\ }{}%
+ \ifthenelse{\equal{\word}{quebec}}{\textipa{kwIb\'ek}\ }{}%
+ \ifthenelse{\equal{\word}{queen}}{\textipa{kwi:n}\ }{}%
+ \ifthenelse{\equal{\word}{queens}}{\textipa{kwi:nz}\ }{}%
+ \ifthenelse{\equal{\word}{queer}}{\textipa{kwI at r}\ }{}%
+ \ifthenelse{\equal{\word}{quell}}{\textipa{kwel}\ }{}%
+ \ifthenelse{\equal{\word}{quench}}{\textipa{kwenS}\ }{}%
+ \ifthenelse{\equal{\word}{quern}}{\textipa{kw@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{querulous}}{\textipa{kw\'erl at s}\ }{}%
+ \ifthenelse{\equal{\word}{query}}{\textipa{kw\'I at ri}\ }{}%
+ \ifthenelse{\equal{\word}{quest}}{\textipa{kwest}\ }{}%
+ \ifthenelse{\equal{\word}{question}}{\textipa{kw\'estSn}\ }{}%
+ \ifthenelse{\equal{\word}{questionnaire}}{\textipa{kw\`estS at n\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{quibble}}{\textipa{kw\'Ibl}\ }{}%
+ \ifthenelse{\equal{\word}{quiche}}{\textipa{ki:S}\ }{}%
+ \ifthenelse{\equal{\word}{quick}}{\textipa{kwIk}\ }{}%
+ \ifthenelse{\equal{\word}{quicken}}{\textipa{kw\'Ikn}\ }{}%
+ \ifthenelse{\equal{\word}{quickly}}{\textipa{kw\'Ikli}\ }{}%
+ \ifthenelse{\equal{\word}{quickness}}{\textipa{kw\'Ikn at s}\ }{}%
+ \ifthenelse{\equal{\word}{quid}}{\textipa{kwId}\ }{}%
+ \ifthenelse{\equal{\word}{quiescence}}{\textipa{kwi\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{quiescent}}{\textipa{kwi\'esnt}\ }{}%
+ \ifthenelse{\equal{\word}{quiet}}{\textipa{kw\'a at t}\ }{}%
+ \ifthenelse{\equal{\word}{quieten}}{\textipa{kw\'a at tn}\ }{}%
+ \ifthenelse{\equal{\word}{quietly}}{\textipa{kw\'a at tli}\ }{}%
+ \ifthenelse{\equal{\word}{quietus}}{\textipa{kwaI\'\i:t at s}\ }{}%
+ \ifthenelse{\equal{\word}{quiff}}{\textipa{kwIf}\ }{}%
+ \ifthenelse{\equal{\word}{quill}}{\textipa{kwIl}\ }{}%
+ \ifthenelse{\equal{\word}{quilt}}{\textipa{kwIlt}\ }{}%
+ \ifthenelse{\equal{\word}{quince}}{\textipa{kwIns}\ }{}%
+ \ifthenelse{\equal{\word}{quincentenary}}{\textipa{kw\`Insent\'en at ri}\ }{}%
+ \ifthenelse{\equal{\word}{quinine}}{\textipa{kw\'aInaIn}\ }{}%
+ \ifthenelse{\equal{\word}{quintessence}}{\textipa{kwInt\'esns}\ }{}%
+ \ifthenelse{\equal{\word}{quintessential}}{\textipa{kw\`Int at s\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{quintet}}{\textipa{kwInt\'et}\ }{}%
+ \ifthenelse{\equal{\word}{quintuple}}{\textipa{kwInt\'u:pl}\ }{}%
+ \ifthenelse{\equal{\word}{quip}}{\textipa{kwIp}\ }{}%
+ \ifthenelse{\equal{\word}{quire}}{\textipa{kw\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{quirk}}{\textipa{kw@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{quirky}}{\textipa{kw\'@:rki}\ }{}%
+ \ifthenelse{\equal{\word}{quisling}}{\textipa{kw\'IzlIN}\ }{}%
+ \ifthenelse{\equal{\word}{quit}}{\textipa{kwIt}\ }{}%
+ \ifthenelse{\equal{\word}{quite}}{\textipa{kwaIt}\ }{}%
+ \ifthenelse{\equal{\word}{quits}}{\textipa{kwIts}\ }{}%
+ \ifthenelse{\equal{\word}{quitter}}{\textipa{kw\'It at r}\ }{}%
+ \ifthenelse{\equal{\word}{quiver}}{\textipa{kw\'Iv at r}\ }{}%
+ \ifthenelse{\equal{\word}{quixotic}}{\textipa{kwIks\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{quiz}}{\textipa{kwIz}\ }{}%
+ \ifthenelse{\equal{\word}{quizzical}}{\textipa{kw\'IzIkl}\ }{}%
+ \ifthenelse{\equal{\word}{quoits}}{\textipa{kOIt}\ }{}%
+ \ifthenelse{\equal{\word}{quondam}}{\textipa{kw\'And\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{quorate}}{\textipa{kw\'O:reIt}\ }{}%
+ \ifthenelse{\equal{\word}{quorum}}{\textipa{kw\'O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{quota}}{\textipa{kw\'oUt@}\ }{}%
+ \ifthenelse{\equal{\word}{quotable}}{\textipa{kw\'oUt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{quotation}}{\textipa{kwoUt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{quote}}{\textipa{kwoUt}\ }{}%
+ \ifthenelse{\equal{\word}{quotidian}}{\textipa{kwoUt\'Idi at n}\ }{}%
+ \ifthenelse{\equal{\word}{quotient}}{\textipa{kw\'oUSnt}\ }{}%
+ \ifthenelse{\equal{\word}{rabat}}{\textipa{r at b\'A:t}\ }{}%
+ \ifthenelse{\equal{\word}{rabbi}}{\textipa{r\'\ae baI}\ }{}%
+ \ifthenelse{\equal{\word}{rabbit}}{\textipa{r\'\ae b at t}\ }{}%
+ \ifthenelse{\equal{\word}{rabble}}{\textipa{r\'\ae bl}\ }{}%
+ \ifthenelse{\equal{\word}{rabid}}{\textipa{r\'\ae bId}\ }{}%
+ \ifthenelse{\equal{\word}{rabies}}{\textipa{r\'eIbi:z}\ }{}%
+ \ifthenelse{\equal{\word}{race}}{\textipa{reIs}\ }{}%
+ \ifthenelse{\equal{\word}{racer}}{\textipa{r\'eIs at r}\ }{}%
+ \ifthenelse{\equal{\word}{racial}}{\textipa{r\'eISl}\ }{}%
+ \ifthenelse{\equal{\word}{racily}}{\textipa{r\'eIsIli}\ }{}%
+ \ifthenelse{\equal{\word}{racing}}{\textipa{r\'eIsIN}\ }{}%
+ \ifthenelse{\equal{\word}{racism}}{\textipa{r\'eIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{racist}}{\textipa{r\'eIsIst}\ }{}%
+ \ifthenelse{\equal{\word}{rack}}{\textipa{r\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{racket}}{\textipa{r\'\ae k at t}\ }{}%
+ \ifthenelse{\equal{\word}{racketeering}}{\textipa{r\`\ae k at t\'I at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{raconteur}}{\textipa{r\`\ae kAnt\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{racoon}}{\textipa{r\ae k\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{racquet}}{\textipa{r\'\ae kIt}\ }{}%
+ \ifthenelse{\equal{\word}{racy}}{\textipa{r\'eIsi}\ }{}%
+ \ifthenelse{\equal{\word}{rad}}{\textipa{r\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{radar}}{\textipa{r\'eIdA:r}\ }{}%
+ \ifthenelse{\equal{\word}{radial}}{\textipa{r\'eIdi at l}\ }{}%
+ \ifthenelse{\equal{\word}{radian}}{\textipa{r\'eIdi at n}\ }{}%
+ \ifthenelse{\equal{\word}{radiance}}{\textipa{r\'eIdi at ns}\ }{}%
+ \ifthenelse{\equal{\word}{radiant}}{\textipa{r\'eIdi at nt}\ }{}%
+ \ifthenelse{\equal{\word}{radiate}}{\textipa{r\'eIdi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{radiation}}{\textipa{r\`eIdi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{radiator}}{\textipa{r\'eIdi\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{radical}}{\textipa{r\'\ae dIkl}\ }{}%
+ \ifthenelse{\equal{\word}{radicalism}}{\textipa{r\'\ae dIkl\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{radii}}{\textipa{r\'eIdi\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{radio}}{\textipa{r\'eIdioU}\ }{}%
+ \ifthenelse{\equal{\word}{radiographer}}{\textipa{r\`eIdi\'Agr at f@r}\ }{}%
+ \ifthenelse{\equal{\word}{radiography}}{\textipa{r\`eIdi\'Agr at fi}\ }{}%
+ \ifthenelse{\equal{\word}{radiologist}}{\textipa{r\`eIdi\'Al at dZIst}\ }{}%
+ \ifthenelse{\equal{\word}{radiology}}{\textipa{r\`eIdi\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{radiometric}}{\textipa{r\`eIdi at m\'etrIk}\ }{}%
+ \ifthenelse{\equal{\word}{radish}}{\textipa{r\'\ae dIS}\ }{}%
+ \ifthenelse{\equal{\word}{radium}}{\textipa{r\'eIdi at m}\ }{}%
+ \ifthenelse{\equal{\word}{radius}}{\textipa{r\'eIdi at s}\ }{}%
+ \ifthenelse{\equal{\word}{radix}}{\textipa{r\'eIdIks}\ }{}%
+ \ifthenelse{\equal{\word}{radon}}{\textipa{r\'eIdAn}\ }{}%
+ \ifthenelse{\equal{\word}{raffia}}{\textipa{r\'\ae fi@}\ }{}%
+ \ifthenelse{\equal{\word}{raffle}}{\textipa{r\'\ae fl}\ }{}%
+ \ifthenelse{\equal{\word}{raft}}{\textipa{r\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{rafter}}{\textipa{r\'\ae ft at r}\ }{}%
+ \ifthenelse{\equal{\word}{raftsman}}{\textipa{r\'\ae fsm at n}\ }{}%
+ \ifthenelse{\equal{\word}{rag}}{\textipa{r\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{ragamuffin}}{\textipa{r\'\ae g at m\`2fIn}\ }{}%
+ \ifthenelse{\equal{\word}{rage}}{\textipa{reIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{ragged}}{\textipa{r\'\ae gId}\ }{}%
+ \ifthenelse{\equal{\word}{raging}}{\textipa{r\'eIdZIN}\ }{}%
+ \ifthenelse{\equal{\word}{ragout}}{\textipa{r\ae g\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{ragwort}}{\textipa{r\'\ae gw\`@rt}\ }{}%
+ \ifthenelse{\equal{\word}{raid}}{\textipa{reId}\ }{}%
+ \ifthenelse{\equal{\word}{rail}}{\textipa{reIl}\ }{}%
+ \ifthenelse{\equal{\word}{raillery}}{\textipa{r\'eIlri}\ }{}%
+ \ifthenelse{\equal{\word}{railroad}}{\textipa{r\'eIlr\`oUd}\ }{}%
+ \ifthenelse{\equal{\word}{railway}}{\textipa{r\'eIlw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{raiment}}{\textipa{r\'eIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{rain}}{\textipa{reIn}\ }{}%
+ \ifthenelse{\equal{\word}{rainbow}}{\textipa{r\'eInb\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{raincoat}}{\textipa{r\'eInk\`oUt}\ }{}%
+ \ifthenelse{\equal{\word}{raindrop}}{\textipa{r\'eIndr\`Ap}\ }{}%
+ \ifthenelse{\equal{\word}{rainfall}}{\textipa{r\'eInf\`O:l}\ }{}%
+ \ifthenelse{\equal{\word}{rainier}}{\textipa{r at n\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{rainless}}{\textipa{r\'eInl at s}\ }{}%
+ \ifthenelse{\equal{\word}{rainy}}{\textipa{r\'eIni}\ }{}%
+ \ifthenelse{\equal{\word}{raisin}}{\textipa{r\'eIzn}\ }{}%
+ \ifthenelse{\equal{\word}{raj}}{\textipa{rA:dZ}\ }{}%
+ \ifthenelse{\equal{\word}{rajah}}{\textipa{r\'A:dZ@}\ }{}%
+ \ifthenelse{\equal{\word}{rake}}{\textipa{reIk}\ }{}%
+ \ifthenelse{\equal{\word}{rakish}}{\textipa{r\'eIkIS}\ }{}%
+ \ifthenelse{\equal{\word}{rally}}{\textipa{r\'\ae li}\ }{}%
+ \ifthenelse{\equal{\word}{ram}}{\textipa{r\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{ramble}}{\textipa{r\'\ae mbl}\ }{}%
+ \ifthenelse{\equal{\word}{ramification}}{\textipa{r\`\ae mIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ramify}}{\textipa{r\'\ae mIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{ramp}}{\textipa{r\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{rampage}}{\textipa{r\ae mp\'eIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{rampant}}{\textipa{r\'\ae mp at nt}\ }{}%
+ \ifthenelse{\equal{\word}{rampart}}{\textipa{r\'\ae mp\`A:rt}\ }{}%
+ \ifthenelse{\equal{\word}{ramrod}}{\textipa{r\'\ae mr\`Ad}\ }{}%
+ \ifthenelse{\equal{\word}{ramshackle}}{\textipa{r\'\ae mS\`\ae kl}\ }{}%
+ \ifthenelse{\equal{\word}{ran}}{\textipa{r\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{ranch}}{\textipa{r\ae nS}\ }{}%
+ \ifthenelse{\equal{\word}{rancid}}{\textipa{r\'\ae nsId}\ }{}%
+ \ifthenelse{\equal{\word}{rancorous}}{\textipa{r\'\ae Nkr at s}\ }{}%
+ \ifthenelse{\equal{\word}{rancor}}{\textipa{r\'\ae Nk at r}\ }{}%
+ \ifthenelse{\equal{\word}{rand}}{\textipa{r\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{random}}{\textipa{r\'\ae nd at m}\ }{}%
+ \ifthenelse{\equal{\word}{randy}}{\textipa{r\'\ae ndi}\ }{}%
+ \ifthenelse{\equal{\word}{rang}}{\textipa{r\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{range}}{\textipa{reInZ}\ }{}%
+ \ifthenelse{\equal{\word}{ranger}}{\textipa{r\'eInZ at r}\ }{}%
+ \ifthenelse{\equal{\word}{rangy}}{\textipa{r\'eInZi}\ }{}%
+ \ifthenelse{\equal{\word}{rani}}{\textipa{r\'A:ni}\ }{}%
+ \ifthenelse{\equal{\word}{rank}}{\textipa{r\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{ranked}}{\textipa{r\ae Nkt}\ }{}%
+ \ifthenelse{\equal{\word}{ranking}}{\textipa{r\'\ae NkIN}\ }{}%
+ \ifthenelse{\equal{\word}{rankle}}{\textipa{r\'\ae Nkl}\ }{}%
+ \ifthenelse{\equal{\word}{ransack}}{\textipa{r\'\ae ns\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{ransom}}{\textipa{r\'\ae nsm}\ }{}%
+ \ifthenelse{\equal{\word}{rant}}{\textipa{r\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{rap}}{\textipa{r\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{rapacious}}{\textipa{r at p\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{rapacity}}{\textipa{r at p\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{rape}}{\textipa{reIp}\ }{}%
+ \ifthenelse{\equal{\word}{rapid}}{\textipa{r\'\ae pId}\ }{}%
+ \ifthenelse{\equal{\word}{rapidity}}{\textipa{r at p\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{rapidly}}{\textipa{r\'\ae pIdli}\ }{}%
+ \ifthenelse{\equal{\word}{rapier}}{\textipa{r\'eIpi at r}\ }{}%
+ \ifthenelse{\equal{\word}{rapine}}{\textipa{r\'\ae paIn}\ }{}%
+ \ifthenelse{\equal{\word}{rapist}}{\textipa{r\'eIpIst}\ }{}%
+ \ifthenelse{\equal{\word}{rapport}}{\textipa{r\ae p\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{rapporteur}}{\textipa{r\`\ae pO:rt\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{rapprochement}}{\textipa{r\`\ae proUSm\'A:n}\ }{}%
+ \ifthenelse{\equal{\word}{rapt}}{\textipa{r\ae pt}\ }{}%
+ \ifthenelse{\equal{\word}{raptor}}{\textipa{r\'\ae pt at r}\ }{}%
+ \ifthenelse{\equal{\word}{rapture}}{\textipa{r\'\ae ptS at r}\ }{}%
+ \ifthenelse{\equal{\word}{rapturous}}{\textipa{r\'\ae ptSr at s}\ }{}%
+ \ifthenelse{\equal{\word}{rare}}{\textipa{re at r}\ }{}%
+ \ifthenelse{\equal{\word}{rarebit}}{\textipa{r\'e at rbIt}\ }{}%
+ \ifthenelse{\equal{\word}{rarefaction}}{\textipa{re at rIf\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{rarefied}}{\textipa{r\'e at rIf\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{rarely}}{\textipa{r\'e at rli}\ }{}%
+ \ifthenelse{\equal{\word}{raring}}{\textipa{r\'e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{rarity}}{\textipa{r\'e at r@ti}\ }{}%
+ \ifthenelse{\equal{\word}{rascal}}{\textipa{r\'\ae skl}\ }{}%
+ \ifthenelse{\equal{\word}{rash}}{\textipa{r\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{rasp}}{\textipa{r\ae sp}\ }{}%
+ \ifthenelse{\equal{\word}{raspberry}}{\textipa{r\'\ae zb\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{raspy}}{\textipa{r\'\ae spi}\ }{}%
+ \ifthenelse{\equal{\word}{raster}}{\textipa{r\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{rat}}{\textipa{r\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{ratatouille}}{\textipa{r\`\ae t at tw\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{rate}}{\textipa{reIt}\ }{}%
+ \ifthenelse{\equal{\word}{rater}}{\textipa{r\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{rather}}{\textipa{r\'\ae D at r}\ }{}%
+ \ifthenelse{\equal{\word}{ratification}}{\textipa{r\`\ae tIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ratify}}{\textipa{r\'\ae t at f\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{rating}}{\textipa{r\'eItIN}\ }{}%
+ \ifthenelse{\equal{\word}{ratio}}{\textipa{r\'eISioU}\ }{}%
+ \ifthenelse{\equal{\word}{ratiocination}}{\textipa{r\`\ae Si\`AsIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ration}}{\textipa{r\'\ae Sn}\ }{}%
+ \ifthenelse{\equal{\word}{rational}}{\textipa{r\'\ae Snl}\ }{}%
+ \ifthenelse{\equal{\word}{rationale}}{\textipa{r\`\ae S at n\'\ae l}\ }{}%
+ \ifthenelse{\equal{\word}{rationality}}{\textipa{r\`\ae S at n\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{rattle}}{\textipa{r\'\ae tl}\ }{}%
+ \ifthenelse{\equal{\word}{ratty}}{\textipa{r\'\ae ti}\ }{}%
+ \ifthenelse{\equal{\word}{raucous}}{\textipa{r\'O:k at s}\ }{}%
+ \ifthenelse{\equal{\word}{ravage}}{\textipa{r\'\ae vIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{rave}}{\textipa{reIv}\ }{}%
+ \ifthenelse{\equal{\word}{ravel}}{\textipa{r\'\ae vl}\ }{}%
+ \ifthenelse{\equal{\word}{raven}}{\textipa{r\'eIvn}\ }{}%
+ \ifthenelse{\equal{\word}{ravening}}{\textipa{r\'\ae vnIN}\ }{}%
+ \ifthenelse{\equal{\word}{ravenous}}{\textipa{r\'\ae vn at s}\ }{}%
+ \ifthenelse{\equal{\word}{raver}}{\textipa{r\'eIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{ravine}}{\textipa{r at v\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{raving}}{\textipa{r\'eIvIN}\ }{}%
+ \ifthenelse{\equal{\word}{ravings}}{\textipa{r\'eIvINz}\ }{}%
+ \ifthenelse{\equal{\word}{ravioli}}{\textipa{r\`\ae vi\'oUli}\ }{}%
+ \ifthenelse{\equal{\word}{ravish}}{\textipa{r\'\ae vIS}\ }{}%
+ \ifthenelse{\equal{\word}{raw}}{\textipa{rO:}\ }{}%
+ \ifthenelse{\equal{\word}{rayon}}{\textipa{r\'eIAn}\ }{}%
+ \ifthenelse{\equal{\word}{raze}}{\textipa{reIz}\ }{}%
+ \ifthenelse{\equal{\word}{razor}}{\textipa{r\'eIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{razzmatazz}}{\textipa{r\`\ae zm at t\'\ae z}\ }{}%
+ \ifthenelse{\equal{\word}{re}}{\textipa{reI}\ }{}%
+ \ifthenelse{\equal{\word}{reabsorb}}{\textipa{r\`\i:@bz\'O:rb}\ }{}%
+ \ifthenelse{\equal{\word}{reach}}{\textipa{ri:tS}\ }{}%
+ \ifthenelse{\equal{\word}{reachable}}{\textipa{r\'\i:tS at bl}\ }{}%
+ \ifthenelse{\equal{\word}{react}}{\textipa{ri\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{reactant}}{\textipa{ri\'\ae kt at nt}\ }{}%
+ \ifthenelse{\equal{\word}{reaction}}{\textipa{ri\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{reactionary}}{\textipa{ri\'\ae kS at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{reactivate}}{\textipa{ri\'\ae ktIv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reactive}}{\textipa{ri\'\ae ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{reactor}}{\textipa{ri\'\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{read}}{\textipa{ri:d}\ }{}%
+ \ifthenelse{\equal{\word}{reader}}{\textipa{r\'\i:d at r}\ }{}%
+ \ifthenelse{\equal{\word}{readership}}{\textipa{r\'\i:d at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{readily}}{\textipa{r\'edIli}\ }{}%
+ \ifthenelse{\equal{\word}{readiness}}{\textipa{r\'edin at s}\ }{}%
+ \ifthenelse{\equal{\word}{reading}}{\textipa{r\'\i:dIN}\ }{}%
+ \ifthenelse{\equal{\word}{readjust}}{\textipa{r\`\i:@dZ\'2st}\ }{}%
+ \ifthenelse{\equal{\word}{readmission}}{\textipa{r\`\i:@dm\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{readmit}}{\textipa{r\`\i:@dm\'It}\ }{}%
+ \ifthenelse{\equal{\word}{ready}}{\textipa{r\'edi}\ }{}%
+ \ifthenelse{\equal{\word}{readymade}}{\textipa{r\`edim\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{reaffirm}}{\textipa{r\`\i at f\'@:rm}\ }{}%
+ \ifthenelse{\equal{\word}{reagent}}{\textipa{ri\'eIdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{real}}{\textipa{r\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{realign}}{\textipa{r\`\i at l\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{realization}}{\textipa{r\`\i:@l at z\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{realize}}{\textipa{r\'\i:@l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{realism}}{\textipa{r\'\i:@l\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{realist}}{\textipa{r\'\i:l at st}\ }{}%
+ \ifthenelse{\equal{\word}{realistic}}{\textipa{r\`\i:@l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{reality}}{\textipa{ri\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{reallocate}}{\textipa{r\`\i:\'\ae l at keIt}\ }{}%
+ \ifthenelse{\equal{\word}{really}}{\textipa{r\'\i:li}\ }{}%
+ \ifthenelse{\equal{\word}{realm}}{\textipa{relm}\ }{}%
+ \ifthenelse{\equal{\word}{realpolitik}}{\textipa{reI\'A:lpoUlIt\`\i:k}\ }{}%
+ \ifthenelse{\equal{\word}{realty}}{\textipa{r\'\i:lti}\ }{}%
+ \ifthenelse{\equal{\word}{ream}}{\textipa{ri:m}\ }{}%
+ \ifthenelse{\equal{\word}{reanimated}}{\textipa{r\`\i:\'\ae nIm\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reap}}{\textipa{ri:p}\ }{}%
+ \ifthenelse{\equal{\word}{reappear}}{\textipa{r\`\i at p\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{reappearance}}{\textipa{r\`\i at p\'\i at rns}\ }{}%
+ \ifthenelse{\equal{\word}{reapply}}{\textipa{r\`\i at pl\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{reappoint}}{\textipa{r\`\i at p\'OInt}\ }{}%
+ \ifthenelse{\equal{\word}{reappraisal}}{\textipa{r\`\i at pr\'eIzl}\ }{}%
+ \ifthenelse{\equal{\word}{reappraised}}{\textipa{r\`\i at pr\'eIz}\ }{}%
+ \ifthenelse{\equal{\word}{rear}}{\textipa{rI at r}\ }{}%
+ \ifthenelse{\equal{\word}{rearm}}{\textipa{ri\'A:rm}\ }{}%
+ \ifthenelse{\equal{\word}{rearmament}}{\textipa{ri\'A:rm at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{rearrange}}{\textipa{r\`\i at r\'eInZ}\ }{}%
+ \ifthenelse{\equal{\word}{reason}}{\textipa{r\'\i:zn}\ }{}%
+ \ifthenelse{\equal{\word}{reasonable}}{\textipa{r\'\i:zn at bl}\ }{}%
+ \ifthenelse{\equal{\word}{reasonably}}{\textipa{r\'\i:zn at bli}\ }{}%
+ \ifthenelse{\equal{\word}{reassemble}}{\textipa{r\`\i at s\'embl}\ }{}%
+ \ifthenelse{\equal{\word}{reassert}}{\textipa{r\`\i at s\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{reassess}}{\textipa{r\`\i at s\'es}\ }{}%
+ \ifthenelse{\equal{\word}{reassign}}{\textipa{r\`\i at s\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{reassurance}}{\textipa{r\`\i at S\'U at rns}\ }{}%
+ \ifthenelse{\equal{\word}{reassure}}{\textipa{r\`\i at S\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{reassuring}}{\textipa{r\`\i:@S\'UrIN}\ }{}%
+ \ifthenelse{\equal{\word}{reawaken}}{\textipa{r\`\i at w\'eIkn}\ }{}%
+ \ifthenelse{\equal{\word}{rebate}}{\textipa{r\'\i:beIt}\ }{}%
+ \ifthenelse{\equal{\word}{rebel}}{\textipa{r\'ebl}\ }{}%
+ \ifthenelse{\equal{\word}{rebellion}}{\textipa{rib\'elj at n}\ }{}%
+ \ifthenelse{\equal{\word}{rebellious}}{\textipa{rib\'elj at s}\ }{}%
+ \ifthenelse{\equal{\word}{rebirth}}{\textipa{r\`\i:b\'@:rT}\ }{}%
+ \ifthenelse{\equal{\word}{rebook}}{\textipa{r\`\i:b\'Uk}\ }{}%
+ \ifthenelse{\equal{\word}{reboot}}{\textipa{r\`\i:b\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{reborn}}{\textipa{r\`\i:b\'O:rn}\ }{}%
+ \ifthenelse{\equal{\word}{rebound}}{\textipa{rib\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{rebuff}}{\textipa{rib\'2f}\ }{}%
+ \ifthenelse{\equal{\word}{rebuild}}{\textipa{r\`\i:b\'Ild}\ }{}%
+ \ifthenelse{\equal{\word}{rebuilt}}{\textipa{r\`\i:b\'Ilt}\ }{}%
+ \ifthenelse{\equal{\word}{rebuke}}{\textipa{ribj\'u:k}\ }{}%
+ \ifthenelse{\equal{\word}{rebus}}{\textipa{r\'\i:b at s}\ }{}%
+ \ifthenelse{\equal{\word}{rebut}}{\textipa{rib\'2t}\ }{}%
+ \ifthenelse{\equal{\word}{rebuttal}}{\textipa{rib\'2tl}\ }{}%
+ \ifthenelse{\equal{\word}{recalcitrance}}{\textipa{rik\'\ae lsItrns}\ }{}%
+ \ifthenelse{\equal{\word}{recalcitrant}}{\textipa{rik\'\ae lsItrnt}\ }{}%
+ \ifthenelse{\equal{\word}{recall}}{\textipa{rik\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{recant}}{\textipa{rik\'\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{recap}}{\textipa{r\'\i:k\`\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{recapitulate}}{\textipa{r\`\i:k at p\'ItS at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{recapture}}{\textipa{r\`\i:k\'\ae ptS at r}\ }{}%
+ \ifthenelse{\equal{\word}{recast}}{\textipa{r\`\i:k\'\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{recede}}{\textipa{ris\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{receipt}}{\textipa{ris\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{receivable}}{\textipa{ris\'\i:v at bl}\ }{}%
+ \ifthenelse{\equal{\word}{receive}}{\textipa{ris\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{receiver}}{\textipa{ris\'\i:v at r}\ }{}%
+ \ifthenelse{\equal{\word}{recent}}{\textipa{r\'\i:snt}\ }{}%
+ \ifthenelse{\equal{\word}{recently}}{\textipa{r\'\i:sntli}\ }{}%
+ \ifthenelse{\equal{\word}{receptacle}}{\textipa{ris\'ept at kl}\ }{}%
+ \ifthenelse{\equal{\word}{reception}}{\textipa{ris\'epSn}\ }{}%
+ \ifthenelse{\equal{\word}{receptionist}}{\textipa{ris\'epSnIst}\ }{}%
+ \ifthenelse{\equal{\word}{receptive}}{\textipa{ris\'eptIv}\ }{}%
+ \ifthenelse{\equal{\word}{receptivity}}{\textipa{r\`\i:sept\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{receptor}}{\textipa{ris\'ept at r}\ }{}%
+ \ifthenelse{\equal{\word}{recess}}{\textipa{r\'\i:ses}\ }{}%
+ \ifthenelse{\equal{\word}{recessed}}{\textipa{r\'\i:sest}\ }{}%
+ \ifthenelse{\equal{\word}{recession}}{\textipa{ris\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{recessional}}{\textipa{ris\'eSnl}\ }{}%
+ \ifthenelse{\equal{\word}{recessionary}}{\textipa{ris\'eSn\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{recessive}}{\textipa{ris\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{recharge}}{\textipa{r\`\i:tS\'A:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{recidivism}}{\textipa{ris\'IdIv\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{recidivist}}{\textipa{ris\'IdIvIst}\ }{}%
+ \ifthenelse{\equal{\word}{recipe}}{\textipa{r\'es at pi}\ }{}%
+ \ifthenelse{\equal{\word}{recipient}}{\textipa{ris\'Ipi at nt}\ }{}%
+ \ifthenelse{\equal{\word}{reciprocal}}{\textipa{ris\'Ipr at kl}\ }{}%
+ \ifthenelse{\equal{\word}{reciprocate}}{\textipa{ris\'Ipr at k\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reciprocity}}{\textipa{r\`esIpr\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{recital}}{\textipa{ris\'aItl}\ }{}%
+ \ifthenelse{\equal{\word}{recitation}}{\textipa{r\`esIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{recitative}}{\textipa{r\`es at t@t\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{recite}}{\textipa{ris\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{reckless}}{\textipa{r\'ekl at s}\ }{}%
+ \ifthenelse{\equal{\word}{reckon}}{\textipa{r\'ekn}\ }{}%
+ \ifthenelse{\equal{\word}{reclaim}}{\textipa{rikl\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{reclamation}}{\textipa{r\`ekl at m\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{recline}}{\textipa{rikl\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{recluse}}{\textipa{r\'eklu:s}\ }{}%
+ \ifthenelse{\equal{\word}{recognizances}}{\textipa{rik\'AgnIzns}\ }{}%
+ \ifthenelse{\equal{\word}{recognize}}{\textipa{r\'ek at gn\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{recognition}}{\textipa{r\`ek at gn\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{recoil}}{\textipa{rik\'OIl}\ }{}%
+ \ifthenelse{\equal{\word}{recollect}}{\textipa{r\`ek at l\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{recollection}}{\textipa{r\`ek at l\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{recombinant}}{\textipa{r\`\i:k\'AmbIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{recombination}}{\textipa{r\`\i:k\`AmbIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{recombine}}{\textipa{r\`\i:k at mb\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{recommence}}{\textipa{r\`\i:k at m\'ens}\ }{}%
+ \ifthenelse{\equal{\word}{recommend}}{\textipa{r\`ek at m\'end}\ }{}%
+ \ifthenelse{\equal{\word}{recommendation}}{\textipa{r\`ek at mend\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{recompense}}{\textipa{r\'ek at mp\`ens}\ }{}%
+ \ifthenelse{\equal{\word}{recompile}}{\textipa{r\`\i:k at mp\'aIl}\ }{}%
+ \ifthenelse{\equal{\word}{reconcile}}{\textipa{r\'ekns\`aIl}\ }{}%
+ \ifthenelse{\equal{\word}{reconciliation}}{\textipa{r\`eknsIli\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{recondite}}{\textipa{r\'eknd\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{reconditioned}}{\textipa{r\`\i:k at nd\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{reconfigure}}{\textipa{r\`\i:k at nf\'Igj at r}\ }{}%
+ \ifthenelse{\equal{\word}{reconnaissance}}{\textipa{rik\'An at zns}\ }{}%
+ \ifthenelse{\equal{\word}{reconnect}}{\textipa{r\`\i:k at n\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{reconnoiter}}{\textipa{r\`\i:k at n\'OIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{reconquer}}{\textipa{r\`\i:k\'ANk at r}\ }{}%
+ \ifthenelse{\equal{\word}{reconsider}}{\textipa{r\`\i:k at ns\'Id at r}\ }{}%
+ \ifthenelse{\equal{\word}{reconsideration}}{\textipa{r\`\i:k at ns\`Id at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{reconstitute}}{\textipa{r\`\i:k\'Anst at tj\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{reconstruct}}{\textipa{r\`\i:k at nstr\'2kt}\ }{}%
+ \ifthenelse{\equal{\word}{reconstruction}}{\textipa{r\`\i:k at nstr\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{reconvene}}{\textipa{r\`\i:k at nv\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{record}}{\textipa{r\'ek at rd}\ }{}%
+ \ifthenelse{\equal{\word}{recording}}{\textipa{rik\'O:rdIN}\ }{}%
+ \ifthenelse{\equal{\word}{recount}}{\textipa{r\`Ik\'aUnt}\ }{}%
+ \ifthenelse{\equal{\word}{recoup}}{\textipa{rik\'u:p}\ }{}%
+ \ifthenelse{\equal{\word}{recourse}}{\textipa{r\'\i:kO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{recover}}{\textipa{rik\'2v at r}\ }{}%
+ \ifthenelse{\equal{\word}{recoverable}}{\textipa{rik\'2vr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{recovery}}{\textipa{rik\'2vri}\ }{}%
+ \ifthenelse{\equal{\word}{recreate}}{\textipa{r\'ekri\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{recreation}}{\textipa{r\`ekri\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{recreational}}{\textipa{r\`ekri\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{recriminate}}{\textipa{rikr\'ImIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{recruit}}{\textipa{rikr\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{rectal}}{\textipa{r\'ektl}\ }{}%
+ \ifthenelse{\equal{\word}{rectangle}}{\textipa{r\'ekt\`\ae Ngl}\ }{}%
+ \ifthenelse{\equal{\word}{rectangular}}{\textipa{rekt\'\ae Ngj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{rectifiable}}{\textipa{r\'ektIf\`a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{rectification}}{\textipa{r\`ektIfIk\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{rectify}}{\textipa{r\'ektIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{rectilinear}}{\textipa{r\`ektIl\'Ini at r}\ }{}%
+ \ifthenelse{\equal{\word}{rectitude}}{\textipa{r\'ektItj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{recto}}{\textipa{r\'ektoU}\ }{}%
+ \ifthenelse{\equal{\word}{rector}}{\textipa{r\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{rectory}}{\textipa{r\'ektri}\ }{}%
+ \ifthenelse{\equal{\word}{rectum}}{\textipa{r\'ekt at m}\ }{}%
+ \ifthenelse{\equal{\word}{recumbent}}{\textipa{rik\'2mb at nt}\ }{}%
+ \ifthenelse{\equal{\word}{recuperate}}{\textipa{rikj\'u:p at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{recuperative}}{\textipa{rikj\'u:p at r\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{recur}}{\textipa{rik\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{recurrence}}{\textipa{rik\'@:rns}\ }{}%
+ \ifthenelse{\equal{\word}{recurrent}}{\textipa{rik\'@:rnt}\ }{}%
+ \ifthenelse{\equal{\word}{recurring}}{\textipa{rik\'@:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{recursive}}{\textipa{rik\'@:rsIv}\ }{}%
+ \ifthenelse{\equal{\word}{recyclable}}{\textipa{r\`\i:s\'aIkl at bl}\ }{}%
+ \ifthenelse{\equal{\word}{recycle}}{\textipa{r\`\i:s\'aIkl}\ }{}%
+ \ifthenelse{\equal{\word}{recycling}}{\textipa{r\`\i:s\'aIklIN}\ }{}%
+ \ifthenelse{\equal{\word}{red}}{\textipa{red}\ }{}%
+ \ifthenelse{\equal{\word}{redden}}{\textipa{r\'edn}\ }{}%
+ \ifthenelse{\equal{\word}{reddish}}{\textipa{r\'edIS}\ }{}%
+ \ifthenelse{\equal{\word}{redecorated}}{\textipa{r\`\i:d\'ek at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{redeem}}{\textipa{rid\'\i:m}\ }{}%
+ \ifthenelse{\equal{\word}{redefine}}{\textipa{r\`\i:dIf\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{redemption}}{\textipa{rid\'emSn}\ }{}%
+ \ifthenelse{\equal{\word}{redemptive}}{\textipa{rid\'emtIv}\ }{}%
+ \ifthenelse{\equal{\word}{redeploy}}{\textipa{r\`\i:dIpl\'OI}\ }{}%
+ \ifthenelse{\equal{\word}{redesign}}{\textipa{r\`\i:dIz\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{redevelop}}{\textipa{r\`\i:dIv\'el at p}\ }{}%
+ \ifthenelse{\equal{\word}{redial}}{\textipa{r\`\i:d\'a at l}\ }{}%
+ \ifthenelse{\equal{\word}{redirect}}{\textipa{r\`\i:d at r\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{rediscover}}{\textipa{r\`\i:dIsk\'2v at r}\ }{}%
+ \ifthenelse{\equal{\word}{redistribute}}{\textipa{r\`\i:dIstr\'Ibju:t}\ }{}%
+ \ifthenelse{\equal{\word}{redo}}{\textipa{r\`\i:d\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{redolent}}{\textipa{r\'edl at nt}\ }{}%
+ \ifthenelse{\equal{\word}{redone}}{\textipa{r\`\i:d\'2n}\ }{}%
+ \ifthenelse{\equal{\word}{redouble}}{\textipa{ri:d\'2bl}\ }{}%
+ \ifthenelse{\equal{\word}{redoubt}}{\textipa{rid\'aUt}\ }{}%
+ \ifthenelse{\equal{\word}{redoubtable}}{\textipa{rid\'aUt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{redound}}{\textipa{rid\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{redraft}}{\textipa{r\`\i:dr\'\ae ft}\ }{}%
+ \ifthenelse{\equal{\word}{redraw}}{\textipa{r\`\i:dr\'O:}\ }{}%
+ \ifthenelse{\equal{\word}{redress}}{\textipa{ridr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{reduce}}{\textipa{ridj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{reducible}}{\textipa{ridj\'u:s at bl}\ }{}%
+ \ifthenelse{\equal{\word}{reduction}}{\textipa{rid\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{reductive}}{\textipa{rid\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{redundancy}}{\textipa{rid\'2nd at nsi}\ }{}%
+ \ifthenelse{\equal{\word}{redundant}}{\textipa{rid\'2nd at nt}\ }{}%
+ \ifthenelse{\equal{\word}{reef}}{\textipa{ri:f}\ }{}%
+ \ifthenelse{\equal{\word}{reek}}{\textipa{ri:k}\ }{}%
+ \ifthenelse{\equal{\word}{reel}}{\textipa{ri:l}\ }{}%
+ \ifthenelse{\equal{\word}{reelects}}{\textipa{r\`\i:Il\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{ref}}{\textipa{ref}\ }{}%
+ \ifthenelse{\equal{\word}{refer}}{\textipa{rif\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{referable}}{\textipa{rif\'@:r at bl}\ }{}%
+ \ifthenelse{\equal{\word}{referee}}{\textipa{r\`ef at r\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{reference}}{\textipa{r\'efrns}\ }{}%
+ \ifthenelse{\equal{\word}{referenda}}{\textipa{r\`ef at r\'end at m}\ }{}%
+ \ifthenelse{\equal{\word}{referent}}{\textipa{r\'efrnt}\ }{}%
+ \ifthenelse{\equal{\word}{referential}}{\textipa{r\`ef at r\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{referral}}{\textipa{rif\'@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{refill}}{\textipa{r\`\i:f\'Il}\ }{}%
+ \ifthenelse{\equal{\word}{refinance}}{\textipa{r\`\i:faIn\'\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{refine}}{\textipa{rif\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{refined}}{\textipa{rif\'aInd}\ }{}%
+ \ifthenelse{\equal{\word}{refinery}}{\textipa{rif\'aInri}\ }{}%
+ \ifthenelse{\equal{\word}{refinish}}{\textipa{r\`\i:f\'InIS}\ }{}%
+ \ifthenelse{\equal{\word}{refit}}{\textipa{r\`\i:f\'It}\ }{}%
+ \ifthenelse{\equal{\word}{reflect}}{\textipa{rifl\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{reflectance}}{\textipa{rifl\'ektns}\ }{}%
+ \ifthenelse{\equal{\word}{reflection}}{\textipa{rIfl\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{reflective}}{\textipa{rifl\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{reflectivity}}{\textipa{r\`\i:flekt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{reflector}}{\textipa{rifl\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{reflex}}{\textipa{r\'\i:fl\`eks}\ }{}%
+ \ifthenelse{\equal{\word}{reflexion}}{\textipa{rifl\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{reflexive}}{\textipa{rifl\'eksIv}\ }{}%
+ \ifthenelse{\equal{\word}{reflexology}}{\textipa{r\`\i:fleks\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{refloat}}{\textipa{r\`\i:fl\'oUt}\ }{}%
+ \ifthenelse{\equal{\word}{reflux}}{\textipa{r\'\i:fl\`2ks}\ }{}%
+ \ifthenelse{\equal{\word}{reforest}}{\textipa{ri:f\'Orist}\ }{}%
+ \ifthenelse{\equal{\word}{reforestation}}{\textipa{ri:f\`Or at st\'eiS at n}\ }{}%
+ \ifthenelse{\equal{\word}{reform}}{\textipa{rif\'O:rm}\ }{}%
+ \ifthenelse{\equal{\word}{reformat}}{\textipa{r\`\i:f\'O:rm\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{reformation}}{\textipa{r\`ef at rm\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{reformer}}{\textipa{rif\'O:rm at r}\ }{}%
+ \ifthenelse{\equal{\word}{refract}}{\textipa{rifr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{refractive}}{\textipa{rifr\'\ae ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{refractors}}{\textipa{rifr\'\ae kt at r}\ }{}%
+ \ifthenelse{\equal{\word}{refractory}}{\textipa{rifr\'\ae ktri}\ }{}%
+ \ifthenelse{\equal{\word}{refrain}}{\textipa{rifr\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{refresh}}{\textipa{rifr\'eS}\ }{}%
+ \ifthenelse{\equal{\word}{refreshing}}{\textipa{rifr\'eSIN}\ }{}%
+ \ifthenelse{\equal{\word}{refreshment}}{\textipa{rifr\'eSm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{refrigerant}}{\textipa{rifr\'IdZrnt}\ }{}%
+ \ifthenelse{\equal{\word}{refrigerate}}{\textipa{rifr\'IdZ at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{refrigerator}}{\textipa{rifr\'IdZ at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{refuel}}{\textipa{r\`\i:fj\'u at l}\ }{}%
+ \ifthenelse{\equal{\word}{refuge}}{\textipa{r\'efju:dZ}\ }{}%
+ \ifthenelse{\equal{\word}{refugee}}{\textipa{r\`efjudZ\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{refund}}{\textipa{r\'\i:f2nd}\ }{}%
+ \ifthenelse{\equal{\word}{refurbish}}{\textipa{ri:f\'@:rbIS}\ }{}%
+ \ifthenelse{\equal{\word}{refusal}}{\textipa{rifj\'u:zl}\ }{}%
+ \ifthenelse{\equal{\word}{refuse}}{\textipa{rifj\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{refuseniks}}{\textipa{rif\'u:znIk}\ }{}%
+ \ifthenelse{\equal{\word}{refutation}}{\textipa{r\`efjut\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{refute}}{\textipa{rifj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{regain}}{\textipa{rig\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{regal}}{\textipa{r\'\i:gl}\ }{}%
+ \ifthenelse{\equal{\word}{regale}}{\textipa{rig\'eIl}\ }{}%
+ \ifthenelse{\equal{\word}{regalia}}{\textipa{rig\'eIlj@}\ }{}%
+ \ifthenelse{\equal{\word}{regard}}{\textipa{rig\'A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{regarding}}{\textipa{rig\'A:rdIN}\ }{}%
+ \ifthenelse{\equal{\word}{regardless}}{\textipa{rig\'A:rdl at s}\ }{}%
+ \ifthenelse{\equal{\word}{regatta}}{\textipa{rig\'\ae t@}\ }{}%
+ \ifthenelse{\equal{\word}{regency}}{\textipa{r\'\i:dZnsi}\ }{}%
+ \ifthenelse{\equal{\word}{regenerate}}{\textipa{ridZ\'en at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{regenerative}}{\textipa{ridZ\'enr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{regent}}{\textipa{r\'\i:dZnt}\ }{}%
+ \ifthenelse{\equal{\word}{reggae}}{\textipa{r\'egeI}\ }{}%
+ \ifthenelse{\equal{\word}{regicide}}{\textipa{r\'edZIs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{regime}}{\textipa{reIZ\'\i:m}\ }{}%
+ \ifthenelse{\equal{\word}{regimen}}{\textipa{r\'edZIm at n}\ }{}%
+ \ifthenelse{\equal{\word}{regiment}}{\textipa{r\'edZIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{regimental}}{\textipa{r\`edZIm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{regimentation}}{\textipa{r\`edZIment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{regina}}{\textipa{rIdZ\'aIn@}\ }{}%
+ \ifthenelse{\equal{\word}{region}}{\textipa{r\'\i:dZn}\ }{}%
+ \ifthenelse{\equal{\word}{regional}}{\textipa{r\'\i:dZnl}\ }{}%
+ \ifthenelse{\equal{\word}{register}}{\textipa{r\'edZIst at r}\ }{}%
+ \ifthenelse{\equal{\word}{registrar}}{\textipa{r\'edZIstr\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{registration}}{\textipa{r\`edZIstr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{registry}}{\textipa{r\'edZIstri}\ }{}%
+ \ifthenelse{\equal{\word}{regress}}{\textipa{rigr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{regression}}{\textipa{rigr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{regressive}}{\textipa{rigr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{regret}}{\textipa{rigr\'et}\ }{}%
+ \ifthenelse{\equal{\word}{regretful}}{\textipa{rigr\'etfl}\ }{}%
+ \ifthenelse{\equal{\word}{regroup}}{\textipa{r\`\i:gr\'u:p}\ }{}%
+ \ifthenelse{\equal{\word}{regular}}{\textipa{r\'egj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{regularize}}{\textipa{r\'egj at l@r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{regularity}}{\textipa{r\`egj at l\'\ae r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{regularly}}{\textipa{r\'egj at l@rli}\ }{}%
+ \ifthenelse{\equal{\word}{regulate}}{\textipa{r\'egj at l\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{regulation}}{\textipa{r\`egj at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{regulator}}{\textipa{r\'egj at l\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{regulatory}}{\textipa{r\'egj at l@t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{regurgitate}}{\textipa{rig\'@:rdZIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{rehabilitate}}{\textipa{r\`\i at b\'IlIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{rehash}}{\textipa{r\`\i:h\'\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{reheard}}{\textipa{r\`\i:h\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{rehearsal}}{\textipa{rih\'@:rsl}\ }{}%
+ \ifthenelse{\equal{\word}{rehearse}}{\textipa{rih\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{reheat}}{\textipa{r\`\i:h\'I:t}\ }{}%
+ \ifthenelse{\equal{\word}{rehouse}}{\textipa{r\`\i:h\'aUz}\ }{}%
+ \ifthenelse{\equal{\word}{reich}}{\textipa{raIk}\ }{}%
+ \ifthenelse{\equal{\word}{reimburse}}{\textipa{r\`\i:Imb\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{reimporting}}{\textipa{r\`\i:Imp\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{reincarnate}}{\textipa{r\`\i:Ink\'A:rneIt}\ }{}%
+ \ifthenelse{\equal{\word}{reindeer}}{\textipa{r\'eInd\`I at r}\ }{}%
+ \ifthenelse{\equal{\word}{reinfection}}{\textipa{r\`\i:Inf\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{reinforce}}{\textipa{r\`\i:Inf\'O:rs}\ }{}%
+ \ifthenelse{\equal{\word}{reinstall}}{\textipa{r\`\i:Inst\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{reinstate}}{\textipa{r\`\i:Inst\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reinsurance}}{\textipa{r\`\i:InS\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{reintegration}}{\textipa{ri:\'Int at gr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reinterpret}}{\textipa{r\`\i:Int\'@:rpr at t}\ }{}%
+ \ifthenelse{\equal{\word}{reintroduce}}{\textipa{r\`\i:Intr at dj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{reinvent}}{\textipa{r\`\i:Inv\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{reinvest}}{\textipa{r\`\i:Inv\'est}\ }{}%
+ \ifthenelse{\equal{\word}{reinvigorate}}{\textipa{r\`\i:Inv\'Ig at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reissue}}{\textipa{r\`\i:\'ISu:}\ }{}%
+ \ifthenelse{\equal{\word}{reiterate}}{\textipa{ri\'It at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reject}}{\textipa{ridZ\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{rejoice}}{\textipa{ridZ\'OIs}\ }{}%
+ \ifthenelse{\equal{\word}{rejoin}}{\textipa{r\`\i:dZ\'OIn}\ }{}%
+ \ifthenelse{\equal{\word}{rejoinder}}{\textipa{ridZ\'OInd at r}\ }{}%
+ \ifthenelse{\equal{\word}{rejuvenate}}{\textipa{ridZ\'u:v at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{rekindle}}{\textipa{r\`\i:k\'Indl}\ }{}%
+ \ifthenelse{\equal{\word}{relaid}}{\textipa{r\`\i:l\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{relapse}}{\textipa{ril\'\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{relate}}{\textipa{ril\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{related}}{\textipa{ril\'eItId}\ }{}%
+ \ifthenelse{\equal{\word}{relation}}{\textipa{ril\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{relational}}{\textipa{ril\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{relationship}}{\textipa{ril\'eISnS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{relative}}{\textipa{r\'el at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{relatively}}{\textipa{r\'el at tIvli}\ }{}%
+ \ifthenelse{\equal{\word}{relativistic}}{\textipa{r\`el at tIv\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{relativity}}{\textipa{r\`el at t\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{relaunch}}{\textipa{r\`\i:l\'O:nS}\ }{}%
+ \ifthenelse{\equal{\word}{relax}}{\textipa{ril\'\ae ks}\ }{}%
+ \ifthenelse{\equal{\word}{relaxant}}{\textipa{ril\'\ae ksnt}\ }{}%
+ \ifthenelse{\equal{\word}{relaxation}}{\textipa{r\`\i:l\ae ks\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{relaxed}}{\textipa{ril\'\ae kst}\ }{}%
+ \ifthenelse{\equal{\word}{relay}}{\textipa{r\'\i:leI}\ }{}%
+ \ifthenelse{\equal{\word}{relearn}}{\textipa{r\`\i:l\'@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{release}}{\textipa{ril\'\i:s}\ }{}%
+ \ifthenelse{\equal{\word}{relegate}}{\textipa{r\'elIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{relent}}{\textipa{ril\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{relentless}}{\textipa{ril\'entl at s}\ }{}%
+ \ifthenelse{\equal{\word}{relevance}}{\textipa{r\'el at vns}\ }{}%
+ \ifthenelse{\equal{\word}{relevant}}{\textipa{r\'el at vnt}\ }{}%
+ \ifthenelse{\equal{\word}{reliable}}{\textipa{ril\'a at bl}\ }{}%
+ \ifthenelse{\equal{\word}{reliance}}{\textipa{ril\'a at ns}\ }{}%
+ \ifthenelse{\equal{\word}{reliant}}{\textipa{ril\'a at nt}\ }{}%
+ \ifthenelse{\equal{\word}{relic}}{\textipa{r\'elIk}\ }{}%
+ \ifthenelse{\equal{\word}{relict}}{\textipa{r\'elIkt}\ }{}%
+ \ifthenelse{\equal{\word}{relief}}{\textipa{ril\'\i:f}\ }{}%
+ \ifthenelse{\equal{\word}{relieve}}{\textipa{ril\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{religion}}{\textipa{ril\'IdZn}\ }{}%
+ \ifthenelse{\equal{\word}{religiosity}}{\textipa{ril\`IdZi\'As at ti}\ }{}%
+ \ifthenelse{\equal{\word}{religious}}{\textipa{ril\'IdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{relinquish}}{\textipa{ril\'INkwIS}\ }{}%
+ \ifthenelse{\equal{\word}{reliquary}}{\textipa{r\'el at kw\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{relish}}{\textipa{r\'elIS}\ }{}%
+ \ifthenelse{\equal{\word}{relive}}{\textipa{r\`\i:l\'Iv}\ }{}%
+ \ifthenelse{\equal{\word}{reload}}{\textipa{r\`\i:l\'oUd}\ }{}%
+ \ifthenelse{\equal{\word}{relocate}}{\textipa{r\`\i:l\'oUkeIt}\ }{}%
+ \ifthenelse{\equal{\word}{reluctance}}{\textipa{ril\'2ktns}\ }{}%
+ \ifthenelse{\equal{\word}{reluctant}}{\textipa{ril\'2ktnt}\ }{}%
+ \ifthenelse{\equal{\word}{reluctantly}}{\textipa{ril\'2ktntli}\ }{}%
+ \ifthenelse{\equal{\word}{rely}}{\textipa{ril\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{rem}}{\textipa{rem}\ }{}%
+ \ifthenelse{\equal{\word}{remade}}{\textipa{r\`\i:m\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{remain}}{\textipa{rim\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{remainder}}{\textipa{rim\'eInd at r}\ }{}%
+ \ifthenelse{\equal{\word}{remaining}}{\textipa{rim\'eInIN}\ }{}%
+ \ifthenelse{\equal{\word}{remake}}{\textipa{r\`\i:m\'eIk}\ }{}%
+ \ifthenelse{\equal{\word}{remand}}{\textipa{rim\'\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{remap}}{\textipa{r\`\i:m\'\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{remark}}{\textipa{rim\'A:rk}\ }{}%
+ \ifthenelse{\equal{\word}{remarkable}}{\textipa{rim\'A:rk at bl}\ }{}%
+ \ifthenelse{\equal{\word}{remarkably}}{\textipa{rim\'A:rk at bli}\ }{}%
+ \ifthenelse{\equal{\word}{remarriage}}{\textipa{r\`\i:m\'\ae rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{remarry}}{\textipa{r\`\i:m\'\ae ri}\ }{}%
+ \ifthenelse{\equal{\word}{remaster}}{\textipa{r\`\i:m\'\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{rematch}}{\textipa{r\'\i:m\`\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{remediable}}{\textipa{rim\'\i:di at bl}\ }{}%
+ \ifthenelse{\equal{\word}{remedial}}{\textipa{rim\'\i:di at l}\ }{}%
+ \ifthenelse{\equal{\word}{remedy}}{\textipa{r\'em at di}\ }{}%
+ \ifthenelse{\equal{\word}{remember}}{\textipa{rim\'emb at r}\ }{}%
+ \ifthenelse{\equal{\word}{remembrance}}{\textipa{rim\'embrns}\ }{}%
+ \ifthenelse{\equal{\word}{remind}}{\textipa{rim\'aInd}\ }{}%
+ \ifthenelse{\equal{\word}{reminder}}{\textipa{rim\'aInd at r}\ }{}%
+ \ifthenelse{\equal{\word}{reminisce}}{\textipa{r\`emIn\'Is}\ }{}%
+ \ifthenelse{\equal{\word}{reminiscence}}{\textipa{r\`emIn\'Isns}\ }{}%
+ \ifthenelse{\equal{\word}{reminiscent}}{\textipa{r\`emIn\'Isnt}\ }{}%
+ \ifthenelse{\equal{\word}{remiss}}{\textipa{rim\'Is}\ }{}%
+ \ifthenelse{\equal{\word}{remission}}{\textipa{rim\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{remit}}{\textipa{rim\'It}\ }{}%
+ \ifthenelse{\equal{\word}{remittance}}{\textipa{rim\'Itns}\ }{}%
+ \ifthenelse{\equal{\word}{remix}}{\textipa{r\`\i:m\'Iks}\ }{}%
+ \ifthenelse{\equal{\word}{remnant}}{\textipa{r\'emn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{remodel}}{\textipa{r\`\i:m\'Adl}\ }{}%
+ \ifthenelse{\equal{\word}{remonstrance}}{\textipa{rim\'Anstr at ns}\ }{}%
+ \ifthenelse{\equal{\word}{remonstrate}}{\textipa{r\'em at nstr\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{remonstration}}{\textipa{r\`em at nstr\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{remorse}}{\textipa{rim\'O:rs}\ }{}%
+ \ifthenelse{\equal{\word}{remorseful}}{\textipa{rim\'O:rsfl}\ }{}%
+ \ifthenelse{\equal{\word}{remote}}{\textipa{rim\'oUt}\ }{}%
+ \ifthenelse{\equal{\word}{remotely}}{\textipa{rim\'oUtli}\ }{}%
+ \ifthenelse{\equal{\word}{remould}}{\textipa{r\`\i:m\'oUld}\ }{}%
+ \ifthenelse{\equal{\word}{remount}}{\textipa{r\`\i:m\'aUnt}\ }{}%
+ \ifthenelse{\equal{\word}{removable}}{\textipa{rim\'u:v at bl}\ }{}%
+ \ifthenelse{\equal{\word}{removal}}{\textipa{rim\'u:vl}\ }{}%
+ \ifthenelse{\equal{\word}{remove}}{\textipa{rim\'u:v}\ }{}%
+ \ifthenelse{\equal{\word}{remunerate}}{\textipa{rimj\'u:n at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{remunerative}}{\textipa{rimj\'u:nr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{remus}}{\textipa{r\'\i:m at s}\ }{}%
+ \ifthenelse{\equal{\word}{renaissance}}{\textipa{r\`en at s\'A:ns}\ }{}%
+ \ifthenelse{\equal{\word}{renal}}{\textipa{r\'\i:nl}\ }{}%
+ \ifthenelse{\equal{\word}{rename}}{\textipa{ri:n\'eIm}\ }{}%
+ \ifthenelse{\equal{\word}{render}}{\textipa{r\'end at r}\ }{}%
+ \ifthenelse{\equal{\word}{rendering}}{\textipa{r\'endrIN}\ }{}%
+ \ifthenelse{\equal{\word}{rendezvous}}{\textipa{r\'A:ndeIv\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{rendition}}{\textipa{rend\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{rends}}{\textipa{rend}\ }{}%
+ \ifthenelse{\equal{\word}{renegade}}{\textipa{r\'enIg\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{renege}}{\textipa{rin\'Ig}\ }{}%
+ \ifthenelse{\equal{\word}{renegotiate}}{\textipa{r\`\i:nIg\'oUSi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{renew}}{\textipa{rinj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{renewal}}{\textipa{rinj\'u:@l}\ }{}%
+ \ifthenelse{\equal{\word}{renounce}}{\textipa{rin\'aUns}\ }{}%
+ \ifthenelse{\equal{\word}{renovate}}{\textipa{r\'en at v\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{renown}}{\textipa{rin\'aUn}\ }{}%
+ \ifthenelse{\equal{\word}{rent}}{\textipa{rent}\ }{}%
+ \ifthenelse{\equal{\word}{rental}}{\textipa{r\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{rentiers}}{\textipa{rA:ntj\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{renunciation}}{\textipa{rin\`2nsi\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{reopen}}{\textipa{ri\'oUpn}\ }{}%
+ \ifthenelse{\equal{\word}{reorder}}{\textipa{r\`\i:\'O:rd at r}\ }{}%
+ \ifthenelse{\equal{\word}{rep}}{\textipa{rep}\ }{}%
+ \ifthenelse{\equal{\word}{repackage}}{\textipa{r\`\i:p\'\ae kIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{repaid}}{\textipa{rip\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{repair}}{\textipa{rip\'e at r}\ }{}%
+ \ifthenelse{\equal{\word}{repairable}}{\textipa{rip\'e at r@bl}\ }{}%
+ \ifthenelse{\equal{\word}{repairer}}{\textipa{rip\'e at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{reparation}}{\textipa{r\`ep at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{repartee}}{\textipa{r\`epA:rt\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{repast}}{\textipa{rip\'\ae st}\ }{}%
+ \ifthenelse{\equal{\word}{repatriate}}{\textipa{r\`\i:p\'eItri\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{repay}}{\textipa{rip\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{repeal}}{\textipa{rip\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{repeat}}{\textipa{rip\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{repeatedly}}{\textipa{rip\'\i:tIdli}\ }{}%
+ \ifthenelse{\equal{\word}{repel}}{\textipa{rip\'el}\ }{}%
+ \ifthenelse{\equal{\word}{repellent}}{\textipa{rip\'el at nt}\ }{}%
+ \ifthenelse{\equal{\word}{repent}}{\textipa{rip\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{repentance}}{\textipa{rip\'entns}\ }{}%
+ \ifthenelse{\equal{\word}{repentant}}{\textipa{rip\'entnt}\ }{}%
+ \ifthenelse{\equal{\word}{repercussion}}{\textipa{r\`\i:p at rk\'2Sn}\ }{}%
+ \ifthenelse{\equal{\word}{repertoire}}{\textipa{r\'ep at rtw\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{repertory}}{\textipa{r\'ep at rt\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{repetition}}{\textipa{r\`ep at t\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{repetitious}}{\textipa{r\`ep at t\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{repetitive}}{\textipa{rip\'et at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{rephrase}}{\textipa{r\`\i:fr\'eIz}\ }{}%
+ \ifthenelse{\equal{\word}{replace}}{\textipa{ripl\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{replacement}}{\textipa{ripl\'eIsm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{replay}}{\textipa{r\'\i:pl\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{replenish}}{\textipa{ripl\'enIS}\ }{}%
+ \ifthenelse{\equal{\word}{replete}}{\textipa{ripl\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{replica}}{\textipa{r\'eplIk@}\ }{}%
+ \ifthenelse{\equal{\word}{replicate}}{\textipa{r\'eplIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reply}}{\textipa{ripl\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{report}}{\textipa{rip\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{reportage}}{\textipa{rip\'O:rtIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{reportedly}}{\textipa{rip\'O:rtIdli}\ }{}%
+ \ifthenelse{\equal{\word}{reporter}}{\textipa{rip\'O:rt at r}\ }{}%
+ \ifthenelse{\equal{\word}{reporting}}{\textipa{rip\'O:rtIN}\ }{}%
+ \ifthenelse{\equal{\word}{repose}}{\textipa{rip\'oUz}\ }{}%
+ \ifthenelse{\equal{\word}{repository}}{\textipa{rip\'Az at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{repossess}}{\textipa{r\`\i:p at z\'es}\ }{}%
+ \ifthenelse{\equal{\word}{reprehend}}{\textipa{r\`eprIh\'end}\ }{}%
+ \ifthenelse{\equal{\word}{reprehensible}}{\textipa{r\`eprIh\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{represent}}{\textipa{r\`eprIz\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{representation}}{\textipa{r\`eprIzent\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{representational}}{\textipa{r\`eprIzent\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{representative}}{\textipa{r\`eprIz\'ent at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{repress}}{\textipa{ripr\'es}\ }{}%
+ \ifthenelse{\equal{\word}{repression}}{\textipa{ripr\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{repressive}}{\textipa{ripr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{reprieve}}{\textipa{ripr\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{reprimand}}{\textipa{r\'eprIm\`\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{reprint}}{\textipa{r\`\i:pr\'Int}\ }{}%
+ \ifthenelse{\equal{\word}{reprisal}}{\textipa{ripr\'aIzl}\ }{}%
+ \ifthenelse{\equal{\word}{reprise}}{\textipa{ripr\'\i:z}\ }{}%
+ \ifthenelse{\equal{\word}{reproach}}{\textipa{ripr\'oUtS}\ }{}%
+ \ifthenelse{\equal{\word}{reprobate}}{\textipa{r\'epr at b\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{reprocess}}{\textipa{r\`\i:pr\'Ases}\ }{}%
+ \ifthenelse{\equal{\word}{reproduce}}{\textipa{r\`\i:pr at dj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{reproduction}}{\textipa{r\`\i:pr at d\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{reproductive}}{\textipa{r\`\i:pr at d\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{reproof}}{\textipa{ripr\'u:f}\ }{}%
+ \ifthenelse{\equal{\word}{reprove}}{\textipa{ripr\'u:v}\ }{}%
+ \ifthenelse{\equal{\word}{reptile}}{\textipa{r\'eptl}\ }{}%
+ \ifthenelse{\equal{\word}{reptilian}}{\textipa{rept\'Ili at n}\ }{}%
+ \ifthenelse{\equal{\word}{republic}}{\textipa{rip\'2blIk}\ }{}%
+ \ifthenelse{\equal{\word}{republican}}{\textipa{rip\'2blIkn}\ }{}%
+ \ifthenelse{\equal{\word}{republish}}{\textipa{r\`\i:p\'2blIS}\ }{}%
+ \ifthenelse{\equal{\word}{repudiate}}{\textipa{ripj\'u:di\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{repugnance}}{\textipa{rip\'2gn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{repugnant}}{\textipa{rip\'2gn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{repulse}}{\textipa{rip\'2ls}\ }{}%
+ \ifthenelse{\equal{\word}{repulsion}}{\textipa{rip\'2lSn}\ }{}%
+ \ifthenelse{\equal{\word}{repulsive}}{\textipa{rip\'2lsIv}\ }{}%
+ \ifthenelse{\equal{\word}{reputable}}{\textipa{r\'epj at t@bl}\ }{}%
+ \ifthenelse{\equal{\word}{reputation}}{\textipa{r\`epj at t\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{repute}}{\textipa{ripj\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{request}}{\textipa{rikw\'est}\ }{}%
+ \ifthenelse{\equal{\word}{requiem}}{\textipa{r\'ekwi at m}\ }{}%
+ \ifthenelse{\equal{\word}{require}}{\textipa{rikw\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{requirement}}{\textipa{rikw\'aI at rm@nt}\ }{}%
+ \ifthenelse{\equal{\word}{requisite}}{\textipa{r\'ekwIzIt}\ }{}%
+ \ifthenelse{\equal{\word}{requisition}}{\textipa{r\`ekwIz\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{requital}}{\textipa{rikw\'aItl}\ }{}%
+ \ifthenelse{\equal{\word}{requite}}{\textipa{rikw\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{reran}}{\textipa{r\'\i:r\`2n}\ }{}%
+ \ifthenelse{\equal{\word}{reread}}{\textipa{r\`\i:r\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{reroute}}{\textipa{r\`\i:r\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{resale}}{\textipa{r\'\i:seIl}\ }{}%
+ \ifthenelse{\equal{\word}{reschedule}}{\textipa{r\`\i:sk\'edZUl}\ }{}%
+ \ifthenelse{\equal{\word}{rescind}}{\textipa{ris\'Ind}\ }{}%
+ \ifthenelse{\equal{\word}{rescue}}{\textipa{r\'eskju:}\ }{}%
+ \ifthenelse{\equal{\word}{rescuer}}{\textipa{r\'eskju at r}\ }{}%
+ \ifthenelse{\equal{\word}{research}}{\textipa{r\'\i:s@:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{reseated}}{\textipa{r\`\i:s\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{resell}}{\textipa{r\`\i:s\'el}\ }{}%
+ \ifthenelse{\equal{\word}{resemblance}}{\textipa{riz\'embl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{resemble}}{\textipa{riz\'embl}\ }{}%
+ \ifthenelse{\equal{\word}{resent}}{\textipa{riz\'ent}\ }{}%
+ \ifthenelse{\equal{\word}{resentful}}{\textipa{riz\'entfl}\ }{}%
+ \ifthenelse{\equal{\word}{resentment}}{\textipa{riz\'entm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{reservation}}{\textipa{r\`ez at rv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{reserve}}{\textipa{riz\'@:rv}\ }{}%
+ \ifthenelse{\equal{\word}{reserved}}{\textipa{riz\'@:rvd}\ }{}%
+ \ifthenelse{\equal{\word}{reservoir}}{\textipa{r\'ez at rvw\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{reset}}{\textipa{r\`\i:s\'et}\ }{}%
+ \ifthenelse{\equal{\word}{resettle}}{\textipa{r\`\i:s\'etl}\ }{}%
+ \ifthenelse{\equal{\word}{reshape}}{\textipa{r\`\i:S\'eIp}\ }{}%
+ \ifthenelse{\equal{\word}{reshuffle}}{\textipa{r\`\i:S\'2fl}\ }{}%
+ \ifthenelse{\equal{\word}{reside}}{\textipa{riz\'aId}\ }{}%
+ \ifthenelse{\equal{\word}{residence}}{\textipa{r\'ezIdns}\ }{}%
+ \ifthenelse{\equal{\word}{residency}}{\textipa{r\'ezIdnsi}\ }{}%
+ \ifthenelse{\equal{\word}{resident}}{\textipa{r\'ezIdnt}\ }{}%
+ \ifthenelse{\equal{\word}{residential}}{\textipa{r\`ezId\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{residual}}{\textipa{riz\'IdZu at l}\ }{}%
+ \ifthenelse{\equal{\word}{residuary}}{\textipa{riz\'IdZu\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{residue}}{\textipa{r\'ezIdj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{resign}}{\textipa{riz\'aIn}\ }{}%
+ \ifthenelse{\equal{\word}{resignation}}{\textipa{r\`ezIgn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{resilience}}{\textipa{riz\'Ili at ns}\ }{}%
+ \ifthenelse{\equal{\word}{resilient}}{\textipa{riz\'Ili at nt}\ }{}%
+ \ifthenelse{\equal{\word}{resin}}{\textipa{r\'ezIn}\ }{}%
+ \ifthenelse{\equal{\word}{resinous}}{\textipa{r\'ezIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{resist}}{\textipa{riz\'Ist}\ }{}%
+ \ifthenelse{\equal{\word}{resistance}}{\textipa{riz\'Istns}\ }{}%
+ \ifthenelse{\equal{\word}{resistant}}{\textipa{riz\'Istnt}\ }{}%
+ \ifthenelse{\equal{\word}{resistible}}{\textipa{riz\'Ist at bl}\ }{}%
+ \ifthenelse{\equal{\word}{resistive}}{\textipa{riz\'IstIv}\ }{}%
+ \ifthenelse{\equal{\word}{resistivity}}{\textipa{r\`\i:zIst\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{resistor}}{\textipa{riz\'Ist at r}\ }{}%
+ \ifthenelse{\equal{\word}{resit}}{\textipa{r\`\i:s\'It}\ }{}%
+ \ifthenelse{\equal{\word}{resize}}{\textipa{r\`\i:s\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{resolute}}{\textipa{r\'ez at l\`u:t}\ }{}%
+ \ifthenelse{\equal{\word}{resolution}}{\textipa{r\`ez at l\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{resolvable}}{\textipa{riz\'Alv at bl}\ }{}%
+ \ifthenelse{\equal{\word}{resolve}}{\textipa{riz\'Alv}\ }{}%
+ \ifthenelse{\equal{\word}{resolved}}{\textipa{riz\'Alvd}\ }{}%
+ \ifthenelse{\equal{\word}{resolvent}}{\textipa{riz\'Alvnt}\ }{}%
+ \ifthenelse{\equal{\word}{resonance}}{\textipa{r\'ezn at ns}\ }{}%
+ \ifthenelse{\equal{\word}{resonant}}{\textipa{r\'ezn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{resonate}}{\textipa{r\'ez at n\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{resonator}}{\textipa{r\'ez at n\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{resort}}{\textipa{riz\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{resound}}{\textipa{riz\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{resource}}{\textipa{r\'\i:sO:rs}\ }{}%
+ \ifthenelse{\equal{\word}{resourceful}}{\textipa{ris\'O:rsfl}\ }{}%
+ \ifthenelse{\equal{\word}{respect}}{\textipa{risp\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{respectable}}{\textipa{risp\'ekt at bl}\ }{}%
+ \ifthenelse{\equal{\word}{respectful}}{\textipa{risp\'ekfl}\ }{}%
+ \ifthenelse{\equal{\word}{respective}}{\textipa{risp\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{respectively}}{\textipa{risp\'ektIvli}\ }{}%
+ \ifthenelse{\equal{\word}{respiration}}{\textipa{r\`esp at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{respirator}}{\textipa{r\'esp at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{respiratory}}{\textipa{r\'espr at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{respire}}{\textipa{risp\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{respite}}{\textipa{r\'esp at t}\ }{}%
+ \ifthenelse{\equal{\word}{resplendent}}{\textipa{rispl\'end at nt}\ }{}%
+ \ifthenelse{\equal{\word}{respond}}{\textipa{risp\'And}\ }{}%
+ \ifthenelse{\equal{\word}{respondent}}{\textipa{risp\'And at nt}\ }{}%
+ \ifthenelse{\equal{\word}{response}}{\textipa{risp\'Ans}\ }{}%
+ \ifthenelse{\equal{\word}{responsibility}}{\textipa{risp\`Ans at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{responsible}}{\textipa{risp\'Ans at bl}\ }{}%
+ \ifthenelse{\equal{\word}{responsive}}{\textipa{risp\'AnsIv}\ }{}%
+ \ifthenelse{\equal{\word}{rest}}{\textipa{rest}\ }{}%
+ \ifthenelse{\equal{\word}{restart}}{\textipa{r\`\i:st\'A:rt}\ }{}%
+ \ifthenelse{\equal{\word}{restate}}{\textipa{r\`\i:st\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{restaurant}}{\textipa{r\'estrnt}\ }{}%
+ \ifthenelse{\equal{\word}{restaurateur}}{\textipa{r\`estr at t\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{restful}}{\textipa{r\'estfl}\ }{}%
+ \ifthenelse{\equal{\word}{restitution}}{\textipa{r\`estItj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{restive}}{\textipa{r\'estIv}\ }{}%
+ \ifthenelse{\equal{\word}{restless}}{\textipa{r\'estl at s}\ }{}%
+ \ifthenelse{\equal{\word}{restock}}{\textipa{r\`\i:st\'Ak}\ }{}%
+ \ifthenelse{\equal{\word}{restoration}}{\textipa{r\`est at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{restorative}}{\textipa{rist\'O:r at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{restore}}{\textipa{rist\'O:r}\ }{}%
+ \ifthenelse{\equal{\word}{restorer}}{\textipa{rist\'O:r at r}\ }{}%
+ \ifthenelse{\equal{\word}{restrain}}{\textipa{ristr\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{restraint}}{\textipa{ristr\'eInt}\ }{}%
+ \ifthenelse{\equal{\word}{restrict}}{\textipa{ristr\'Ikt}\ }{}%
+ \ifthenelse{\equal{\word}{restriction}}{\textipa{ristr\'IkSn}\ }{}%
+ \ifthenelse{\equal{\word}{restrictive}}{\textipa{ristr\'IktIv}\ }{}%
+ \ifthenelse{\equal{\word}{restructure}}{\textipa{r\`\i:str\'2ktS at r}\ }{}%
+ \ifthenelse{\equal{\word}{result}}{\textipa{riz\'2lt}\ }{}%
+ \ifthenelse{\equal{\word}{resultant}}{\textipa{riz\'2ltnt}\ }{}%
+ \ifthenelse{\equal{\word}{resume}}{\textipa{rizj\'u:m}\ }{}%
+ \ifthenelse{\equal{\word}{resumption}}{\textipa{riz\'2mSn}\ }{}%
+ \ifthenelse{\equal{\word}{resupply}}{\textipa{r\`\i:s at pl\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{resurface}}{\textipa{r\`\i:s\'@:rf at s}\ }{}%
+ \ifthenelse{\equal{\word}{resurgence}}{\textipa{ris\'@:rdZns}\ }{}%
+ \ifthenelse{\equal{\word}{resurgent}}{\textipa{ris\'@:rdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{resurrect}}{\textipa{r\`ez at r\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{resurrection}}{\textipa{r\`ez at r\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{resuscitate}}{\textipa{ris\'2sIt\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{retail}}{\textipa{r\'\i:t\`eIl}\ }{}%
+ \ifthenelse{\equal{\word}{retailer}}{\textipa{r\'\i:t\`eIl at r}\ }{}%
+ \ifthenelse{\equal{\word}{retain}}{\textipa{rit\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{retake}}{\textipa{r\`\i:t\'eIk}\ }{}%
+ \ifthenelse{\equal{\word}{retaken}}{\textipa{r\`\i:t\'eIkn}\ }{}%
+ \ifthenelse{\equal{\word}{retaliate}}{\textipa{rit\'\ae li\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{retaliatory}}{\textipa{rit\'\ae li at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{retard}}{\textipa{rit\'A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{retardant}}{\textipa{rit\'A:rdnt}\ }{}%
+ \ifthenelse{\equal{\word}{retardation}}{\textipa{r\`\i:tA:rd\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{retch}}{\textipa{retS}\ }{}%
+ \ifthenelse{\equal{\word}{retell}}{\textipa{r\`\i:t\'el}\ }{}%
+ \ifthenelse{\equal{\word}{retention}}{\textipa{rit\'enSn}\ }{}%
+ \ifthenelse{\equal{\word}{retentive}}{\textipa{rit\'entIv}\ }{}%
+ \ifthenelse{\equal{\word}{rethink}}{\textipa{r\`\i:T\'INk}\ }{}%
+ \ifthenelse{\equal{\word}{rethought}}{\textipa{r\`\i:T\'O:t}\ }{}%
+ \ifthenelse{\equal{\word}{reticence}}{\textipa{r\'et at sns}\ }{}%
+ \ifthenelse{\equal{\word}{reticent}}{\textipa{r\'et at snt}\ }{}%
+ \ifthenelse{\equal{\word}{reticulated}}{\textipa{rit\'Ikj at l\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{reticulum}}{\textipa{rit\'Ikj at l@m}\ }{}%
+ \ifthenelse{\equal{\word}{retina}}{\textipa{r\'etn@}\ }{}%
+ \ifthenelse{\equal{\word}{retinal}}{\textipa{r\'etnl}\ }{}%
+ \ifthenelse{\equal{\word}{retinue}}{\textipa{r\'etnj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{retire}}{\textipa{rit\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{retired}}{\textipa{rit\'aI at rd}\ }{}%
+ \ifthenelse{\equal{\word}{retiree}}{\textipa{rit\`aIr\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{retirement}}{\textipa{rit\'aI at rm@nt}\ }{}%
+ \ifthenelse{\equal{\word}{retiring}}{\textipa{rit\'aIrIN}\ }{}%
+ \ifthenelse{\equal{\word}{retold}}{\textipa{r\`\i:t\'oUld}\ }{}%
+ \ifthenelse{\equal{\word}{retook}}{\textipa{r\`\i:t\'Uk}\ }{}%
+ \ifthenelse{\equal{\word}{retort}}{\textipa{rit\'O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{retouch}}{\textipa{r\`\i:t\'2tS}\ }{}%
+ \ifthenelse{\equal{\word}{retrace}}{\textipa{ritr\'eIs}\ }{}%
+ \ifthenelse{\equal{\word}{retract}}{\textipa{ritr\'\ae kt}\ }{}%
+ \ifthenelse{\equal{\word}{retrain}}{\textipa{r\`\i:tr\'eIn}\ }{}%
+ \ifthenelse{\equal{\word}{retread}}{\textipa{r\'\i:tr\`ed}\ }{}%
+ \ifthenelse{\equal{\word}{retreat}}{\textipa{ritr\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{retrench}}{\textipa{ritr\'enS}\ }{}%
+ \ifthenelse{\equal{\word}{retrial}}{\textipa{r\`\i:tr\'aIl}\ }{}%
+ \ifthenelse{\equal{\word}{retribution}}{\textipa{r\`etrIbj\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{retributive}}{\textipa{ritr\'Ibj at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{retrieval}}{\textipa{ritr\'\i:vl}\ }{}%
+ \ifthenelse{\equal{\word}{retrieve}}{\textipa{ritr\'\i:v}\ }{}%
+ \ifthenelse{\equal{\word}{retro}}{\textipa{r\'etroU}\ }{}%
+ \ifthenelse{\equal{\word}{retrograde}}{\textipa{r\'etr at gr\`eId}\ }{}%
+ \ifthenelse{\equal{\word}{retrogressive}}{\textipa{r\`etr at gr\'esIv}\ }{}%
+ \ifthenelse{\equal{\word}{retrospect}}{\textipa{r\'etr at sp\`ekt}\ }{}%
+ \ifthenelse{\equal{\word}{retrospective}}{\textipa{r\`etr at sp\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{retry}}{\textipa{r\`\i:tr\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{retsina}}{\textipa{rets\'\i:n@}\ }{}%
+ \ifthenelse{\equal{\word}{return}}{\textipa{rit\'@:rn}\ }{}%
+ \ifthenelse{\equal{\word}{returnees}}{\textipa{rit\`@:rn\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{reunify}}{\textipa{r\`\i:j\'u:nIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{reunion}}{\textipa{ri:j\'u:nj at n}\ }{}%
+ \ifthenelse{\equal{\word}{reunite}}{\textipa{r\`\i:jun\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{reuse}}{\textipa{r\`\i:j\'u:z}\ }{}%
+ \ifthenelse{\equal{\word}{rev}}{\textipa{rev}\ }{}%
+ \ifthenelse{\equal{\word}{revaluation}}{\textipa{r\`\i:v\`\ae lju\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{revalue}}{\textipa{r\`\i:v\'\ae lju:}\ }{}%
+ \ifthenelse{\equal{\word}{revamp}}{\textipa{r\`\i:v\'\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{reveal}}{\textipa{riv\'\i:l}\ }{}%
+ \ifthenelse{\equal{\word}{reveille}}{\textipa{r\'evli}\ }{}%
+ \ifthenelse{\equal{\word}{revel}}{\textipa{r\'evl}\ }{}%
+ \ifthenelse{\equal{\word}{revelation}}{\textipa{r\`ev at l\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{revelatory}}{\textipa{r\'evl at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{reveler}}{\textipa{r\'evl at r}\ }{}%
+ \ifthenelse{\equal{\word}{revelry}}{\textipa{r\'evlri}\ }{}%
+ \ifthenelse{\equal{\word}{revenge}}{\textipa{riv\'enZ}\ }{}%
+ \ifthenelse{\equal{\word}{revengeful}}{\textipa{riv\'enZfl}\ }{}%
+ \ifthenelse{\equal{\word}{revenue}}{\textipa{r\'ev at nj\`u:}\ }{}%
+ \ifthenelse{\equal{\word}{reverberant}}{\textipa{riv\'@:rbrnt}\ }{}%
+ \ifthenelse{\equal{\word}{reverberate}}{\textipa{riv\'@:rb at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{revere}}{\textipa{riv\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{reverence}}{\textipa{r\'evrns}\ }{}%
+ \ifthenelse{\equal{\word}{reverend}}{\textipa{r\'evrnd}\ }{}%
+ \ifthenelse{\equal{\word}{reverent}}{\textipa{r\'evrnt}\ }{}%
+ \ifthenelse{\equal{\word}{reverential}}{\textipa{r\`ev at r\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{reverie}}{\textipa{r\'evri}\ }{}%
+ \ifthenelse{\equal{\word}{reversal}}{\textipa{riv\'@:rsl}\ }{}%
+ \ifthenelse{\equal{\word}{reverse}}{\textipa{riv\'@:rs}\ }{}%
+ \ifthenelse{\equal{\word}{reversible}}{\textipa{riv\'@:rs at bl}\ }{}%
+ \ifthenelse{\equal{\word}{reversion}}{\textipa{riv\'@:rZn}\ }{}%
+ \ifthenelse{\equal{\word}{revert}}{\textipa{riv\'@:rt}\ }{}%
+ \ifthenelse{\equal{\word}{revile}}{\textipa{riv\'aIl}\ }{}%
+ \ifthenelse{\equal{\word}{revise}}{\textipa{riv\'aIz}\ }{}%
+ \ifthenelse{\equal{\word}{revision}}{\textipa{riv\'IZn}\ }{}%
+ \ifthenelse{\equal{\word}{revisit}}{\textipa{r\`\i:v\'Iz at t}\ }{}%
+ \ifthenelse{\equal{\word}{revitalize}}{\textipa{r\`\i:v\'aIt at l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{revival}}{\textipa{riv\'aIvl}\ }{}%
+ \ifthenelse{\equal{\word}{revive}}{\textipa{riv\'aIv}\ }{}%
+ \ifthenelse{\equal{\word}{revivify}}{\textipa{r\`\i:v\'IvIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{revocation}}{\textipa{r\`ev at k\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{revoke}}{\textipa{riv\'oUk}\ }{}%
+ \ifthenelse{\equal{\word}{revolt}}{\textipa{riv\'oUlt}\ }{}%
+ \ifthenelse{\equal{\word}{revolution}}{\textipa{r\`ev at l\'u:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{revolutionary}}{\textipa{r\`ev at l\'u:S at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{revolutionize}}{\textipa{r\`ev at l\'u:S at n\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{revolve}}{\textipa{riv\'Alv}\ }{}%
+ \ifthenelse{\equal{\word}{revue}}{\textipa{rivj\'u:}\ }{}%
+ \ifthenelse{\equal{\word}{revulsion}}{\textipa{riv\'2lSn}\ }{}%
+ \ifthenelse{\equal{\word}{reward}}{\textipa{riw\'O:rd}\ }{}%
+ \ifthenelse{\equal{\word}{rewind}}{\textipa{r\`\i:w\'aInd}\ }{}%
+ \ifthenelse{\equal{\word}{rewire}}{\textipa{r\`\i:w\'aI at r}\ }{}%
+ \ifthenelse{\equal{\word}{reword}}{\textipa{r\`\i:w\'@:rd}\ }{}%
+ \ifthenelse{\equal{\word}{rework}}{\textipa{r\`\i:w\'@:rk}\ }{}%
+ \ifthenelse{\equal{\word}{rewound}}{\textipa{r\`\i:w\'aUnd}\ }{}%
+ \ifthenelse{\equal{\word}{rewrite}}{\textipa{r\`\i:r\'aIt}\ }{}%
+ \ifthenelse{\equal{\word}{rhapsodic}}{\textipa{r\ae ps\'AdIk}\ }{}%
+ \ifthenelse{\equal{\word}{rhapsody}}{\textipa{r\'\ae ps at di}\ }{}%
+ \ifthenelse{\equal{\word}{rhea}}{\textipa{r\'\i:@}\ }{}%
+ \ifthenelse{\equal{\word}{rhenium}}{\textipa{r\'\i:ni at m}\ }{}%
+ \ifthenelse{\equal{\word}{rheology}}{\textipa{ri\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{rheostat}}{\textipa{r\'\i at st\`\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{rhesus}}{\textipa{r\'\i:s at s}\ }{}%
+ \ifthenelse{\equal{\word}{rhetoric}}{\textipa{r\'et at rIk}\ }{}%
+ \ifthenelse{\equal{\word}{rhetorical}}{\textipa{rit\'O:rIkl}\ }{}%
+ \ifthenelse{\equal{\word}{rhetorician}}{\textipa{r\`et at r\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{rheumatic}}{\textipa{rum\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{rheumatism}}{\textipa{r\'u:m at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{rheumatoid}}{\textipa{r\'u:m at t\`OId}\ }{}%
+ \ifthenelse{\equal{\word}{rhine}}{\textipa{raIn}\ }{}%
+ \ifthenelse{\equal{\word}{rhinestone}}{\textipa{r\'aInst\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{rhinitis}}{\textipa{raIn\'aIt at s}\ }{}%
+ \ifthenelse{\equal{\word}{rhino}}{\textipa{r\'aInoU}\ }{}%
+ \ifthenelse{\equal{\word}{rhinoceros}}{\textipa{raIn\'Asr at s}\ }{}%
+ \ifthenelse{\equal{\word}{rhizome}}{\textipa{r\'aIzoUm}\ }{}%
+ \ifthenelse{\equal{\word}{rho}}{\textipa{roU}\ }{}%
+ \ifthenelse{\equal{\word}{rhodesia}}{\textipa{roUd\'\i:Z@}\ }{}%
+ \ifthenelse{\equal{\word}{rhodium}}{\textipa{r\'oUdi at m}\ }{}%
+ \ifthenelse{\equal{\word}{rhododendron}}{\textipa{r\`oUd at d\'endrn}\ }{}%
+ \ifthenelse{\equal{\word}{rhombic}}{\textipa{r\'AmbIk}\ }{}%
+ \ifthenelse{\equal{\word}{rhomboids}}{\textipa{r\'AmbOId}\ }{}%
+ \ifthenelse{\equal{\word}{rhombus}}{\textipa{r\'Amb at s}\ }{}%
+ \ifthenelse{\equal{\word}{rhubarb}}{\textipa{r\'u:bA:rb}\ }{}%
+ \ifthenelse{\equal{\word}{rhyming}}{\textipa{r\'aImIN}\ }{}%
+ \ifthenelse{\equal{\word}{rhythm}}{\textipa{r\'IDm}\ }{}%
+ \ifthenelse{\equal{\word}{rhythmic}}{\textipa{r\'IDmIk}\ }{}%
+ \ifthenelse{\equal{\word}{ria}}{\textipa{r\'\i@}\ }{}%
+ \ifthenelse{\equal{\word}{rial}}{\textipa{ri\'A:l}\ }{}%
+ \ifthenelse{\equal{\word}{rib}}{\textipa{rIb}\ }{}%
+ \ifthenelse{\equal{\word}{ribald}}{\textipa{r\'Ibld}\ }{}%
+ \ifthenelse{\equal{\word}{ribbed}}{\textipa{rIbd}\ }{}%
+ \ifthenelse{\equal{\word}{ribbon}}{\textipa{r\'Ibn}\ }{}%
+ \ifthenelse{\equal{\word}{riboflavin}}{\textipa{r\`aIboUfl\'eIvIn}\ }{}%
+ \ifthenelse{\equal{\word}{ribosome}}{\textipa{r\'aIb at s\`oUm}\ }{}%
+ \ifthenelse{\equal{\word}{rice}}{\textipa{raIs}\ }{}%
+ \ifthenelse{\equal{\word}{rich}}{\textipa{rItS}\ }{}%
+ \ifthenelse{\equal{\word}{riches}}{\textipa{r\'ItSIz}\ }{}%
+ \ifthenelse{\equal{\word}{richly}}{\textipa{r\'ItSli}\ }{}%
+ \ifthenelse{\equal{\word}{richness}}{\textipa{r\'ItSn at s}\ }{}%
+ \ifthenelse{\equal{\word}{rick}}{\textipa{rIk}\ }{}%
+ \ifthenelse{\equal{\word}{rickets}}{\textipa{r\'IkIts}\ }{}%
+ \ifthenelse{\equal{\word}{rickety}}{\textipa{r\'Ik at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ricksha}}{\textipa{r\'IkSO:}\ }{}%
+ \ifthenelse{\equal{\word}{ricochet}}{\textipa{r\'Ik at S\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{rid}}{\textipa{rId}\ }{}%
+ \ifthenelse{\equal{\word}{riddance}}{\textipa{r\'Idns}\ }{}%
+ \ifthenelse{\equal{\word}{ridden}}{\textipa{r\'Idn}\ }{}%
+ \ifthenelse{\equal{\word}{riddle}}{\textipa{r\'Idl}\ }{}%
+ \ifthenelse{\equal{\word}{ride}}{\textipa{raId}\ }{}%
+ \ifthenelse{\equal{\word}{rider}}{\textipa{r\'aId at r}\ }{}%
+ \ifthenelse{\equal{\word}{ridge}}{\textipa{rIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{ridicule}}{\textipa{r\'IdIkj\`u:l}\ }{}%
+ \ifthenelse{\equal{\word}{ridiculous}}{\textipa{rId\'Ikj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{riding}}{\textipa{r\'aIdIN}\ }{}%
+ \ifthenelse{\equal{\word}{rife}}{\textipa{raIf}\ }{}%
+ \ifthenelse{\equal{\word}{riff}}{\textipa{rIf}\ }{}%
+ \ifthenelse{\equal{\word}{riffle}}{\textipa{r\'Ifl}\ }{}%
+ \ifthenelse{\equal{\word}{rifle}}{\textipa{r\'aIfl}\ }{}%
+ \ifthenelse{\equal{\word}{rift}}{\textipa{rIft}\ }{}%
+ \ifthenelse{\equal{\word}{rig}}{\textipa{rIg}\ }{}%
+ \ifthenelse{\equal{\word}{righteous}}{\textipa{r\'aItS at s}\ }{}%
+ \ifthenelse{\equal{\word}{rightful}}{\textipa{r\'aItfl}\ }{}%
+ \ifthenelse{\equal{\word}{rightly}}{\textipa{r\'aItli}\ }{}%
+ \ifthenelse{\equal{\word}{rigid}}{\textipa{r\'IdZId}\ }{}%
+ \ifthenelse{\equal{\word}{rigidity}}{\textipa{rIdZ\'Id at ti}\ }{}%
+ \ifthenelse{\equal{\word}{rigmarole}}{\textipa{r\'Igm at r\`oUl}\ }{}%
+ \ifthenelse{\equal{\word}{rigor}}{\textipa{r\'Ig at r}\ }{}%
+ \ifthenelse{\equal{\word}{rigorous}}{\textipa{r\'Igr at s}\ }{}%
+ \ifthenelse{\equal{\word}{rile}}{\textipa{raIl}\ }{}%
+ \ifthenelse{\equal{\word}{rill}}{\textipa{rIl}\ }{}%
+ \ifthenelse{\equal{\word}{rim}}{\textipa{rIm}\ }{}%
+ \ifthenelse{\equal{\word}{rime}}{\textipa{raIm}\ }{}%
+ \ifthenelse{\equal{\word}{rind}}{\textipa{raInd}\ }{}%
+ \ifthenelse{\equal{\word}{ring}}{\textipa{rIN}\ }{}%
+ \ifthenelse{\equal{\word}{ringlet}}{\textipa{r\'INl at t}\ }{}%
+ \ifthenelse{\equal{\word}{rink}}{\textipa{rINk}\ }{}%
+ \ifthenelse{\equal{\word}{rinse}}{\textipa{rIns}\ }{}%
+ \ifthenelse{\equal{\word}{riot}}{\textipa{r\'a at t}\ }{}%
+ \ifthenelse{\equal{\word}{riotous}}{\textipa{r\'a at t@s}\ }{}%
+ \ifthenelse{\equal{\word}{rip}}{\textipa{rIp}\ }{}%
+ \ifthenelse{\equal{\word}{ripe}}{\textipa{raIp}\ }{}%
+ \ifthenelse{\equal{\word}{ripen}}{\textipa{r\'aIpn}\ }{}%
+ \ifthenelse{\equal{\word}{riposte}}{\textipa{rIp\'oUst}\ }{}%
+ \ifthenelse{\equal{\word}{ripper}}{\textipa{r\'Ip at r}\ }{}%
+ \ifthenelse{\equal{\word}{ripping}}{\textipa{r\'IpIN}\ }{}%
+ \ifthenelse{\equal{\word}{ripple}}{\textipa{r\'Ipl}\ }{}%
+ \ifthenelse{\equal{\word}{rise}}{\textipa{raIz}\ }{}%
+ \ifthenelse{\equal{\word}{risen}}{\textipa{r\'Izn}\ }{}%
+ \ifthenelse{\equal{\word}{riser}}{\textipa{r\'aIz at r}\ }{}%
+ \ifthenelse{\equal{\word}{risible}}{\textipa{r\'Iz at bl}\ }{}%
+ \ifthenelse{\equal{\word}{rising}}{\textipa{r\'aIzIN}\ }{}%
+ \ifthenelse{\equal{\word}{risk}}{\textipa{rIsk}\ }{}%
+ \ifthenelse{\equal{\word}{risky}}{\textipa{r\'Iski}\ }{}%
+ \ifthenelse{\equal{\word}{risotto}}{\textipa{rIs\'O:toU}\ }{}%
+ \ifthenelse{\equal{\word}{risque}}{\textipa{rIsk\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{rissole}}{\textipa{r\'IsoUl}\ }{}%
+ \ifthenelse{\equal{\word}{rite}}{\textipa{raIt}\ }{}%
+ \ifthenelse{\equal{\word}{ritual}}{\textipa{r\'ItSul}\ }{}%
+ \ifthenelse{\equal{\word}{ritualistic}}{\textipa{r\`ItSu at l\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{rival}}{\textipa{r\'aIvl}\ }{}%
+ \ifthenelse{\equal{\word}{rivalry}}{\textipa{r\'aIvlri}\ }{}%
+ \ifthenelse{\equal{\word}{riven}}{\textipa{r\'Ivn}\ }{}%
+ \ifthenelse{\equal{\word}{river}}{\textipa{r\'Iv at r}\ }{}%
+ \ifthenelse{\equal{\word}{riverine}}{\textipa{r\'Iv at r\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{riverside}}{\textipa{r\'Iv at rs\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{rivet}}{\textipa{r\'Iv at t}\ }{}%
+ \ifthenelse{\equal{\word}{riviera}}{\textipa{r\`Ivi\'e at r@}\ }{}%
+ \ifthenelse{\equal{\word}{rivulet}}{\textipa{r\'Ivj at l@t}\ }{}%
+ \ifthenelse{\equal{\word}{roach}}{\textipa{roUtS}\ }{}%
+ \ifthenelse{\equal{\word}{road}}{\textipa{roUd}\ }{}%
+ \ifthenelse{\equal{\word}{roadside}}{\textipa{r\'oUds\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{roadster}}{\textipa{r\'oUdst at r}\ }{}%
+ \ifthenelse{\equal{\word}{roadway}}{\textipa{r\'oUdw\`eI}\ }{}%
+ \ifthenelse{\equal{\word}{roam}}{\textipa{roUm}\ }{}%
+ \ifthenelse{\equal{\word}{roan}}{\textipa{roUn}\ }{}%
+ \ifthenelse{\equal{\word}{roar}}{\textipa{rO:r}\ }{}%
+ \ifthenelse{\equal{\word}{roaring}}{\textipa{r\'O:rIN}\ }{}%
+ \ifthenelse{\equal{\word}{roast}}{\textipa{roUst}\ }{}%
+ \ifthenelse{\equal{\word}{rob}}{\textipa{rAb}\ }{}%
+ \ifthenelse{\equal{\word}{robber}}{\textipa{r\'Ab at r}\ }{}%
+ \ifthenelse{\equal{\word}{robbery}}{\textipa{r\'Abri}\ }{}%
+ \ifthenelse{\equal{\word}{robe}}{\textipa{roUb}\ }{}%
+ \ifthenelse{\equal{\word}{robin}}{\textipa{r\'Abn}\ }{}%
+ \ifthenelse{\equal{\word}{robot}}{\textipa{r\'oUbAt}\ }{}%
+ \ifthenelse{\equal{\word}{robotic}}{\textipa{roUb\'AtIk}\ }{}%
+ \ifthenelse{\equal{\word}{robust}}{\textipa{roUb\'2st}\ }{}%
+ \ifthenelse{\equal{\word}{roc}}{\textipa{rAk}\ }{}%
+ \ifthenelse{\equal{\word}{rockery}}{\textipa{r\'Akri}\ }{}%
+ \ifthenelse{\equal{\word}{rocket}}{\textipa{r\'Ak at t}\ }{}%
+ \ifthenelse{\equal{\word}{rocketry}}{\textipa{r\'AkItri}\ }{}%
+ \ifthenelse{\equal{\word}{rocky}}{\textipa{r\'Aki}\ }{}%
+ \ifthenelse{\equal{\word}{rococo}}{\textipa{r at k\'oUkoU}\ }{}%
+ \ifthenelse{\equal{\word}{rod}}{\textipa{rAd}\ }{}%
+ \ifthenelse{\equal{\word}{rodent}}{\textipa{r\'oUdnt}\ }{}%
+ \ifthenelse{\equal{\word}{rodeo}}{\textipa{roUd\'eIoU}\ }{}%
+ \ifthenelse{\equal{\word}{roentgen}}{\textipa{r\'entg at n}\ }{}%
+ \ifthenelse{\equal{\word}{rogue}}{\textipa{roUg}\ }{}%
+ \ifthenelse{\equal{\word}{roguery}}{\textipa{r\'oUgri}\ }{}%
+ \ifthenelse{\equal{\word}{roguish}}{\textipa{r\'oUgIS}\ }{}%
+ \ifthenelse{\equal{\word}{role}}{\textipa{roUl}\ }{}%
+ \ifthenelse{\equal{\word}{roller}}{\textipa{r\'oUl at r}\ }{}%
+ \ifthenelse{\equal{\word}{rollicking}}{\textipa{r\'AlIkIN}\ }{}%
+ \ifthenelse{\equal{\word}{rolypoly}}{\textipa{r\`oUlip\'oUli}\ }{}%
+ \ifthenelse{\equal{\word}{rom}}{\textipa{rAm}\ }{}%
+ \ifthenelse{\equal{\word}{roman}}{\textipa{r\'oUm at n}\ }{}%
+ \ifthenelse{\equal{\word}{romance}}{\textipa{roUm\'\ae ns}\ }{}%
+ \ifthenelse{\equal{\word}{romantic}}{\textipa{roUm\'\ae ntIk}\ }{}%
+ \ifthenelse{\equal{\word}{romanticized}}{\textipa{roUm\'\ae nt at s\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{romanticism}}{\textipa{roUm\'\ae nt at s\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{romany}}{\textipa{r\'Am at ni}\ }{}%
+ \ifthenelse{\equal{\word}{romp}}{\textipa{rAmp}\ }{}%
+ \ifthenelse{\equal{\word}{romulus}}{\textipa{r\'Amj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{roof}}{\textipa{ru:f}\ }{}%
+ \ifthenelse{\equal{\word}{rook}}{\textipa{rUk}\ }{}%
+ \ifthenelse{\equal{\word}{rookery}}{\textipa{r\'Ukri}\ }{}%
+ \ifthenelse{\equal{\word}{rookies}}{\textipa{r\'Uki}\ }{}%
+ \ifthenelse{\equal{\word}{room}}{\textipa{ru:m}\ }{}%
+ \ifthenelse{\equal{\word}{roomful}}{\textipa{r\'u:mf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{roomy}}{\textipa{r\'u:mi}\ }{}%
+ \ifthenelse{\equal{\word}{roost}}{\textipa{ru:st}\ }{}%
+ \ifthenelse{\equal{\word}{rooster}}{\textipa{r\'u:st at r}\ }{}%
+ \ifthenelse{\equal{\word}{root}}{\textipa{ru:t}\ }{}%
+ \ifthenelse{\equal{\word}{rope}}{\textipa{roUp}\ }{}%
+ \ifthenelse{\equal{\word}{rosary}}{\textipa{r\'oUzri}\ }{}%
+ \ifthenelse{\equal{\word}{rose}}{\textipa{roUz}\ }{}%
+ \ifthenelse{\equal{\word}{rosemary}}{\textipa{r\'oUzm\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{rosette}}{\textipa{roUz\'et}\ }{}%
+ \ifthenelse{\equal{\word}{rosin}}{\textipa{r\'AzIn}\ }{}%
+ \ifthenelse{\equal{\word}{roster}}{\textipa{r\'Ast at r}\ }{}%
+ \ifthenelse{\equal{\word}{rostrum}}{\textipa{r\'Astr at m}\ }{}%
+ \ifthenelse{\equal{\word}{rosy}}{\textipa{r\'oUzi}\ }{}%
+ \ifthenelse{\equal{\word}{rot}}{\textipa{rAt}\ }{}%
+ \ifthenelse{\equal{\word}{rota}}{\textipa{r\'oUt@}\ }{}%
+ \ifthenelse{\equal{\word}{rotary}}{\textipa{r\'oUtri}\ }{}%
+ \ifthenelse{\equal{\word}{rotate}}{\textipa{r\'oUteIt}\ }{}%
+ \ifthenelse{\equal{\word}{rotating}}{\textipa{r\'oUteItIN}\ }{}%
+ \ifthenelse{\equal{\word}{rotation}}{\textipa{roUt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{rotatory}}{\textipa{r\'oUt at t\`O:ri}\ }{}%
+ \ifthenelse{\equal{\word}{rote}}{\textipa{roUt}\ }{}%
+ \ifthenelse{\equal{\word}{rotor}}{\textipa{r\'oUt at r}\ }{}%
+ \ifthenelse{\equal{\word}{rotten}}{\textipa{r\'Atn}\ }{}%
+ \ifthenelse{\equal{\word}{rotter}}{\textipa{r\'At at r}\ }{}%
+ \ifthenelse{\equal{\word}{rotund}}{\textipa{roUt\'2nd}\ }{}%
+ \ifthenelse{\equal{\word}{rotunda}}{\textipa{roUt\'2nd@}\ }{}%
+ \ifthenelse{\equal{\word}{rotundity}}{\textipa{roUt\'2nd at ti}\ }{}%
+ \ifthenelse{\equal{\word}{ruble}}{\textipa{r\'u:bl}\ }{}%
+ \ifthenelse{\equal{\word}{rouge}}{\textipa{ru:Z}\ }{}%
+ \ifthenelse{\equal{\word}{roughage}}{\textipa{r\'2fIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{roughen}}{\textipa{r\'2fn}\ }{}%
+ \ifthenelse{\equal{\word}{roughly}}{\textipa{r\'2fli}\ }{}%
+ \ifthenelse{\equal{\word}{roulette}}{\textipa{rul\'et}\ }{}%
+ \ifthenelse{\equal{\word}{round}}{\textipa{raUnd}\ }{}%
+ \ifthenelse{\equal{\word}{roundabout}}{\textipa{r\'aUnd at b\`aUt}\ }{}%
+ \ifthenelse{\equal{\word}{roundel}}{\textipa{r\'aUndl}\ }{}%
+ \ifthenelse{\equal{\word}{roundish}}{\textipa{r\'aUndIS}\ }{}%
+ \ifthenelse{\equal{\word}{rouse}}{\textipa{raUz}\ }{}%
+ \ifthenelse{\equal{\word}{rousing}}{\textipa{r\'aUzIN}\ }{}%
+ \ifthenelse{\equal{\word}{rout}}{\textipa{raUt}\ }{}%
+ \ifthenelse{\equal{\word}{router}}{\textipa{r\'u:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{routine}}{\textipa{r\`u:t\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{rove}}{\textipa{roUv}\ }{}%
+ \ifthenelse{\equal{\word}{rover}}{\textipa{r\'oUv at r}\ }{}%
+ \ifthenelse{\equal{\word}{rowboat}}{\textipa{r\'oUb\`oUt}\ }{}%
+ \ifthenelse{\equal{\word}{rowdy}}{\textipa{r\'aUdi}\ }{}%
+ \ifthenelse{\equal{\word}{rower}}{\textipa{r\'oU at r}\ }{}%
+ \ifthenelse{\equal{\word}{rowing}}{\textipa{r\'oUIN}\ }{}%
+ \ifthenelse{\equal{\word}{royal}}{\textipa{r\'OIl}\ }{}%
+ \ifthenelse{\equal{\word}{royalty}}{\textipa{r\'OIlti}\ }{}%
+ \ifthenelse{\equal{\word}{rub}}{\textipa{r2b}\ }{}%
+ \ifthenelse{\equal{\word}{rubber}}{\textipa{r\'2b at r}\ }{}%
+ \ifthenelse{\equal{\word}{rubbery}}{\textipa{r\'2bri}\ }{}%
+ \ifthenelse{\equal{\word}{rubbish}}{\textipa{r\'2bIS}\ }{}%
+ \ifthenelse{\equal{\word}{rubbishy}}{\textipa{r\'2bISi}\ }{}%
+ \ifthenelse{\equal{\word}{rubble}}{\textipa{r\'2bl}\ }{}%
+ \ifthenelse{\equal{\word}{rubella}}{\textipa{rub\'el@}\ }{}%
+ \ifthenelse{\equal{\word}{rubicon}}{\textipa{r\'u:bIk\`An}\ }{}%
+ \ifthenelse{\equal{\word}{rubicund}}{\textipa{r\'u:bIknd}\ }{}%
+ \ifthenelse{\equal{\word}{rubidium}}{\textipa{rub\'Idi at m}\ }{}%
+ \ifthenelse{\equal{\word}{rubric}}{\textipa{r\'u:brIk}\ }{}%
+ \ifthenelse{\equal{\word}{ruby}}{\textipa{r\'u:bi}\ }{}%
+ \ifthenelse{\equal{\word}{ruck}}{\textipa{r2k}\ }{}%
+ \ifthenelse{\equal{\word}{rucksack}}{\textipa{r\'2ks\`\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{ruction}}{\textipa{r\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{rudder}}{\textipa{r\'2d at r}\ }{}%
+ \ifthenelse{\equal{\word}{ruddy}}{\textipa{r\'2di}\ }{}%
+ \ifthenelse{\equal{\word}{rude}}{\textipa{ru:d}\ }{}%
+ \ifthenelse{\equal{\word}{rudely}}{\textipa{r\'u:dli}\ }{}%
+ \ifthenelse{\equal{\word}{rudimentary}}{\textipa{r\`u:dIm\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{rudiments}}{\textipa{r\'u:dIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{rue}}{\textipa{ru:}\ }{}%
+ \ifthenelse{\equal{\word}{rueful}}{\textipa{r\'u:fl}\ }{}%
+ \ifthenelse{\equal{\word}{ruff}}{\textipa{r2f}\ }{}%
+ \ifthenelse{\equal{\word}{ruffian}}{\textipa{r\'2fi at n}\ }{}%
+ \ifthenelse{\equal{\word}{ruffle}}{\textipa{r\'2fl}\ }{}%
+ \ifthenelse{\equal{\word}{rug}}{\textipa{r2g}\ }{}%
+ \ifthenelse{\equal{\word}{rugby}}{\textipa{r\'2gbi}\ }{}%
+ \ifthenelse{\equal{\word}{rugged}}{\textipa{r\'2gId}\ }{}%
+ \ifthenelse{\equal{\word}{ruin}}{\textipa{r\'uIn}\ }{}%
+ \ifthenelse{\equal{\word}{ruination}}{\textipa{r\`uIn\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{ruinous}}{\textipa{r\'uIn at s}\ }{}%
+ \ifthenelse{\equal{\word}{rule}}{\textipa{ru:l}\ }{}%
+ \ifthenelse{\equal{\word}{ruler}}{\textipa{r\'u:l at r}\ }{}%
+ \ifthenelse{\equal{\word}{ruling}}{\textipa{r\'u:lIN}\ }{}%
+ \ifthenelse{\equal{\word}{rum}}{\textipa{r2m}\ }{}%
+ \ifthenelse{\equal{\word}{rumania}}{\textipa{rum\'eIni@}\ }{}%
+ \ifthenelse{\equal{\word}{rumba}}{\textipa{r\'2mb@}\ }{}%
+ \ifthenelse{\equal{\word}{rumble}}{\textipa{r\'2mbl}\ }{}%
+ \ifthenelse{\equal{\word}{rumbustious}}{\textipa{r2mb\'2stS at s}\ }{}%
+ \ifthenelse{\equal{\word}{rumen}}{\textipa{r\'u:men}\ }{}%
+ \ifthenelse{\equal{\word}{ruminant}}{\textipa{r\'u:mIn at nt}\ }{}%
+ \ifthenelse{\equal{\word}{ruminate}}{\textipa{r\'u:mIn\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{ruminative}}{\textipa{r\'u:m at n\`eItIv}\ }{}%
+ \ifthenelse{\equal{\word}{rummage}}{\textipa{r\'2mIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{rummy}}{\textipa{r\'2mi}\ }{}%
+ \ifthenelse{\equal{\word}{rumor}}{\textipa{r\'u:m at r}\ }{}%
+ \ifthenelse{\equal{\word}{rump}}{\textipa{r2mp}\ }{}%
+ \ifthenelse{\equal{\word}{rumple}}{\textipa{r\'2mpl}\ }{}%
+ \ifthenelse{\equal{\word}{rumpus}}{\textipa{r\'2mp at s}\ }{}%
+ \ifthenelse{\equal{\word}{run}}{\textipa{r2n}\ }{}%
+ \ifthenelse{\equal{\word}{rune}}{\textipa{ru:n}\ }{}%
+ \ifthenelse{\equal{\word}{rung}}{\textipa{r2N}\ }{}%
+ \ifthenelse{\equal{\word}{runner}}{\textipa{r\'2n at r}\ }{}%
+ \ifthenelse{\equal{\word}{running}}{\textipa{r\'2nIN}\ }{}%
+ \ifthenelse{\equal{\word}{runny}}{\textipa{r\'2ni}\ }{}%
+ \ifthenelse{\equal{\word}{runt}}{\textipa{r2nt}\ }{}%
+ \ifthenelse{\equal{\word}{rupee}}{\textipa{r\'u:p\`\i:}\ }{}%
+ \ifthenelse{\equal{\word}{rupture}}{\textipa{r\'2ptS at r}\ }{}%
+ \ifthenelse{\equal{\word}{rural}}{\textipa{r\'u at rl}\ }{}%
+ \ifthenelse{\equal{\word}{ruse}}{\textipa{ru:s}\ }{}%
+ \ifthenelse{\equal{\word}{rush}}{\textipa{r2S}\ }{}%
+ \ifthenelse{\equal{\word}{rusk}}{\textipa{r2sk}\ }{}%
+ \ifthenelse{\equal{\word}{russet}}{\textipa{r\'2sIt}\ }{}%
+ \ifthenelse{\equal{\word}{russia}}{\textipa{r\'2S@}\ }{}%
+ \ifthenelse{\equal{\word}{russian}}{\textipa{r\'2Sn}\ }{}%
+ \ifthenelse{\equal{\word}{rust}}{\textipa{r2st}\ }{}%
+ \ifthenelse{\equal{\word}{rustic}}{\textipa{r\'2stIk}\ }{}%
+ \ifthenelse{\equal{\word}{rusticate}}{\textipa{r\'2stIk\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{rusticity}}{\textipa{r2st\'Is at ti}\ }{}%
+ \ifthenelse{\equal{\word}{rustiness}}{\textipa{r\'2stin at s}\ }{}%
+ \ifthenelse{\equal{\word}{rustle}}{\textipa{r\'2sl}\ }{}%
+ \ifthenelse{\equal{\word}{rusty}}{\textipa{r\'2sti}\ }{}%
+ \ifthenelse{\equal{\word}{rut}}{\textipa{r2t}\ }{}%
+ \ifthenelse{\equal{\word}{ruth}}{\textipa{ru:T}\ }{}%
+ \ifthenelse{\equal{\word}{ruthless}}{\textipa{r\'u:Tl at s}\ }{}%
+ \ifthenelse{\equal{\word}{rwanda}}{\textipa{ru\'A:nd@}\ }{}%
+ \ifthenelse{\equal{\word}{rye}}{\textipa{raI}\ }{}%
+ \ifthenelse{\equal{\word}{sabbath}}{\textipa{s\'\ae b at T}\ }{}%
+ \ifthenelse{\equal{\word}{sabbatical}}{\textipa{s at b\'\ae tIkl}\ }{}%
+ \ifthenelse{\equal{\word}{saber}}{\textipa{s\'eIb at r}\ }{}%
+ \ifthenelse{\equal{\word}{sable}}{\textipa{s\'eIbl}\ }{}%
+ \ifthenelse{\equal{\word}{sabotage}}{\textipa{s\'\ae b at t\`A:Z}\ }{}%
+ \ifthenelse{\equal{\word}{saboteur}}{\textipa{s\`\ae b at t\'@:r}\ }{}%
+ \ifthenelse{\equal{\word}{sac}}{\textipa{s\ae k}\ }{}%
+ \ifthenelse{\equal{\word}{saccharin}}{\textipa{s\'\ae krIn}\ }{}%
+ \ifthenelse{\equal{\word}{saccharine}}{\textipa{s\'\ae kri:n}\ }{}%
+ \ifthenelse{\equal{\word}{sacerdotal}}{\textipa{s\`\ae s at rd\'oUtl}\ }{}%
+ \ifthenelse{\equal{\word}{sachet}}{\textipa{s\ae S\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{sackful}}{\textipa{s\'\ae kf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{sacrament}}{\textipa{s\'\ae kr at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{sacramental}}{\textipa{s\`\ae kr at m\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{sacred}}{\textipa{s\'eIkrId}\ }{}%
+ \ifthenelse{\equal{\word}{sacrifice}}{\textipa{s\'\ae krIf\`aIs}\ }{}%
+ \ifthenelse{\equal{\word}{sacrificial}}{\textipa{s\`\ae krIf\'ISl}\ }{}%
+ \ifthenelse{\equal{\word}{sacrilege}}{\textipa{s\'\ae krlIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{sacrilegious}}{\textipa{s\`\ae kr at l\'IdZ at s}\ }{}%
+ \ifthenelse{\equal{\word}{sacristy}}{\textipa{s\'\ae krIsti}\ }{}%
+ \ifthenelse{\equal{\word}{sacrosanct}}{\textipa{s\'\ae kroUs\`\ae Nt}\ }{}%
+ \ifthenelse{\equal{\word}{sacrum}}{\textipa{s\'\ae kr at m}\ }{}%
+ \ifthenelse{\equal{\word}{sad}}{\textipa{s\ae d}\ }{}%
+ \ifthenelse{\equal{\word}{sadden}}{\textipa{s\'\ae dn}\ }{}%
+ \ifthenelse{\equal{\word}{saddle}}{\textipa{s\'\ae dl}\ }{}%
+ \ifthenelse{\equal{\word}{sadism}}{\textipa{s\'eIdIzm}\ }{}%
+ \ifthenelse{\equal{\word}{sadist}}{\textipa{s\'eIdIst}\ }{}%
+ \ifthenelse{\equal{\word}{sadistic}}{\textipa{s at d\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{sadly}}{\textipa{s\'\ae dli}\ }{}%
+ \ifthenelse{\equal{\word}{sadness}}{\textipa{s\'\ae dn at s}\ }{}%
+ \ifthenelse{\equal{\word}{sadomasochism}}{\textipa{s\`eIdoUm\'\ae s at k\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{sadomasochistic}}{\textipa{s\`eIdoUm\ae s at k\'IstIk}\ }{}%
+ \ifthenelse{\equal{\word}{safari}}{\textipa{s at f\'A:ri}\ }{}%
+ \ifthenelse{\equal{\word}{safe}}{\textipa{seIf}\ }{}%
+ \ifthenelse{\equal{\word}{safeguard}}{\textipa{s\'eIfg\`A:rd}\ }{}%
+ \ifthenelse{\equal{\word}{safely}}{\textipa{s\'eIfli}\ }{}%
+ \ifthenelse{\equal{\word}{safety}}{\textipa{s\'eIfti}\ }{}%
+ \ifthenelse{\equal{\word}{saffron}}{\textipa{s\'\ae frn}\ }{}%
+ \ifthenelse{\equal{\word}{sag}}{\textipa{s\ae g}\ }{}%
+ \ifthenelse{\equal{\word}{saga}}{\textipa{s\'A:g@}\ }{}%
+ \ifthenelse{\equal{\word}{sagacious}}{\textipa{s at g\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{sagacity}}{\textipa{s at g\'\ae s at ti}\ }{}%
+ \ifthenelse{\equal{\word}{sage}}{\textipa{seIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{sago}}{\textipa{s\'eIgoU}\ }{}%
+ \ifthenelse{\equal{\word}{sahara}}{\textipa{s at h\'\ae r@}\ }{}%
+ \ifthenelse{\equal{\word}{sahib}}{\textipa{sA:b}\ }{}%
+ \ifthenelse{\equal{\word}{said}}{\textipa{sed}\ }{}%
+ \ifthenelse{\equal{\word}{saigon}}{\textipa{saIg\'An}\ }{}%
+ \ifthenelse{\equal{\word}{sail}}{\textipa{seIl}\ }{}%
+ \ifthenelse{\equal{\word}{sailor}}{\textipa{s\'eIl at r}\ }{}%
+ \ifthenelse{\equal{\word}{saint}}{\textipa{seInt}\ }{}%
+ \ifthenelse{\equal{\word}{saintly}}{\textipa{s\'eIntli}\ }{}%
+ \ifthenelse{\equal{\word}{saipan}}{\textipa{s\`aIp\'\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{sake}}{\textipa{seIk}\ }{}%
+ \ifthenelse{\equal{\word}{saki}}{\textipa{s\'A:ki}\ }{}%
+ \ifthenelse{\equal{\word}{salaam}}{\textipa{s at l\'A:m}\ }{}%
+ \ifthenelse{\equal{\word}{salacious}}{\textipa{s at l\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{salad}}{\textipa{s\'\ae l at d}\ }{}%
+ \ifthenelse{\equal{\word}{salamander}}{\textipa{s\'\ae l at m\`\ae nd at r}\ }{}%
+ \ifthenelse{\equal{\word}{salami}}{\textipa{s at l\'A:mi}\ }{}%
+ \ifthenelse{\equal{\word}{salaried}}{\textipa{s\'\ae lrid}\ }{}%
+ \ifthenelse{\equal{\word}{salary}}{\textipa{s\'\ae lri}\ }{}%
+ \ifthenelse{\equal{\word}{salable}}{\textipa{s\'eIl at bl}\ }{}%
+ \ifthenelse{\equal{\word}{salem}}{\textipa{s\'eIl at m}\ }{}%
+ \ifthenelse{\equal{\word}{salesman}}{\textipa{s\'eIlzm at n}\ }{}%
+ \ifthenelse{\equal{\word}{salience}}{\textipa{s\'eIli at ns}\ }{}%
+ \ifthenelse{\equal{\word}{salient}}{\textipa{s\'eIli at nt}\ }{}%
+ \ifthenelse{\equal{\word}{saline}}{\textipa{s\'eIli:n}\ }{}%
+ \ifthenelse{\equal{\word}{salinity}}{\textipa{s at l\'In at ti}\ }{}%
+ \ifthenelse{\equal{\word}{saliva}}{\textipa{s at l\'aIv@}\ }{}%
+ \ifthenelse{\equal{\word}{salivary}}{\textipa{s\'\ae l at v\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{salivate}}{\textipa{s\'\ae lIv\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{sallow}}{\textipa{s\'\ae loU}\ }{}%
+ \ifthenelse{\equal{\word}{sally}}{\textipa{s\'\ae li}\ }{}%
+ \ifthenelse{\equal{\word}{salmon}}{\textipa{s\'\ae m at n}\ }{}%
+ \ifthenelse{\equal{\word}{salmonella}}{\textipa{s\`\ae lm at n\'el@}\ }{}%
+ \ifthenelse{\equal{\word}{salome}}{\textipa{s at l\'oUmi}\ }{}%
+ \ifthenelse{\equal{\word}{salon}}{\textipa{s at l\'An}\ }{}%
+ \ifthenelse{\equal{\word}{saloon}}{\textipa{s at l\'u:n}\ }{}%
+ \ifthenelse{\equal{\word}{salsa}}{\textipa{s\'A:ls@}\ }{}%
+ \ifthenelse{\equal{\word}{salt}}{\textipa{sO:lt}\ }{}%
+ \ifthenelse{\equal{\word}{saltiness}}{\textipa{s\'O:ltin at s}\ }{}%
+ \ifthenelse{\equal{\word}{saltpeter}}{\textipa{s\`O:ltp\'\i:t at r}\ }{}%
+ \ifthenelse{\equal{\word}{salty}}{\textipa{s\'O:lti}\ }{}%
+ \ifthenelse{\equal{\word}{salubrious}}{\textipa{s at l\'u:bri at s}\ }{}%
+ \ifthenelse{\equal{\word}{salutary}}{\textipa{s\'\ae lj at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{salutation}}{\textipa{s\`\ae lj at t\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{salute}}{\textipa{s at l\'u:t}\ }{}%
+ \ifthenelse{\equal{\word}{salvage}}{\textipa{s\'\ae lvIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{salvation}}{\textipa{s\ae lv\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{salve}}{\textipa{s\ae v}\ }{}%
+ \ifthenelse{\equal{\word}{salver}}{\textipa{s\'\ae lv at r}\ }{}%
+ \ifthenelse{\equal{\word}{salvo}}{\textipa{s\'\ae lvoU}\ }{}%
+ \ifthenelse{\equal{\word}{sam}}{\textipa{s\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{samba}}{\textipa{s\'\ae mb@}\ }{}%
+ \ifthenelse{\equal{\word}{same}}{\textipa{seIm}\ }{}%
+ \ifthenelse{\equal{\word}{samizdat}}{\textipa{s\'A:mi:zdA:t}\ }{}%
+ \ifthenelse{\equal{\word}{samoa}}{\textipa{s at m\'oU@}\ }{}%
+ \ifthenelse{\equal{\word}{samosas}}{\textipa{s at m\'oUs@}\ }{}%
+ \ifthenelse{\equal{\word}{samovar}}{\textipa{s\'\ae m at v\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{sampan}}{\textipa{s\'\ae mp\`\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{sample}}{\textipa{s\'\ae mpl}\ }{}%
+ \ifthenelse{\equal{\word}{samurai}}{\textipa{s\'\ae m at r\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{san}}{\textipa{s\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{sanatorium}}{\textipa{s\`\ae n at t\'O:ri at m}\ }{}%
+ \ifthenelse{\equal{\word}{sanctify}}{\textipa{s\'\ae NtIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{sanctimonious}}{\textipa{s\`\ae NtIm\'oUni at s}\ }{}%
+ \ifthenelse{\equal{\word}{sanction}}{\textipa{s\'\ae NSn}\ }{}%
+ \ifthenelse{\equal{\word}{sanctity}}{\textipa{s\'\ae Nt at ti}\ }{}%
+ \ifthenelse{\equal{\word}{sanctuary}}{\textipa{s\'\ae NtSu\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{sanctum}}{\textipa{s\'\ae Nt at m}\ }{}%
+ \ifthenelse{\equal{\word}{sand}}{\textipa{s\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{sandal}}{\textipa{s\'\ae ndl}\ }{}%
+ \ifthenelse{\equal{\word}{sandwich}}{\textipa{s\'\ae nwIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{sandy}}{\textipa{s\'\ae ndi}\ }{}%
+ \ifthenelse{\equal{\word}{sane}}{\textipa{seIn}\ }{}%
+ \ifthenelse{\equal{\word}{sang}}{\textipa{s\ae N}\ }{}%
+ \ifthenelse{\equal{\word}{sanguine}}{\textipa{s\'\ae NgwIn}\ }{}%
+ \ifthenelse{\equal{\word}{sanitary}}{\textipa{s\'\ae n at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{sanitation}}{\textipa{s\`\ae nIt\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{sanitize}}{\textipa{s\'\ae nIt\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{sanity}}{\textipa{s\'\ae n at ti}\ }{}%
+ \ifthenelse{\equal{\word}{sank}}{\textipa{s\ae Nk}\ }{}%
+ \ifthenelse{\equal{\word}{sanserif}}{\textipa{s\ae ns\'erIf}\ }{}%
+ \ifthenelse{\equal{\word}{sanskrit}}{\textipa{s\'\ae nskrIt}\ }{}%
+ \ifthenelse{\equal{\word}{santiago}}{\textipa{s\`\ae nti\'A:goU}\ }{}%
+ \ifthenelse{\equal{\word}{sap}}{\textipa{s\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{sapient}}{\textipa{s\'eIpi at nt}\ }{}%
+ \ifthenelse{\equal{\word}{sapling}}{\textipa{s\'\ae plIN}\ }{}%
+ \ifthenelse{\equal{\word}{sapper}}{\textipa{s\'\ae p at r}\ }{}%
+ \ifthenelse{\equal{\word}{sapphire}}{\textipa{s\'\ae faI at r}\ }{}%
+ \ifthenelse{\equal{\word}{sarcasm}}{\textipa{s\'A:rk\ae zm}\ }{}%
+ \ifthenelse{\equal{\word}{sarcastic}}{\textipa{sA:rk\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{sarcoma}}{\textipa{sA:rk\'oUm@}\ }{}%
+ \ifthenelse{\equal{\word}{sarcophagi}}{\textipa{sA:rk\'Af at g@s}\ }{}%
+ \ifthenelse{\equal{\word}{sardine}}{\textipa{s\`A:rd\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{sardinia}}{\textipa{sA:rd\'Ini@}\ }{}%
+ \ifthenelse{\equal{\word}{sardonic}}{\textipa{sA:rd\'AnIk}\ }{}%
+ \ifthenelse{\equal{\word}{sarge}}{\textipa{sA:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{sari}}{\textipa{s\'A:ri}\ }{}%
+ \ifthenelse{\equal{\word}{sarong}}{\textipa{s at r\'O:N}\ }{}%
+ \ifthenelse{\equal{\word}{sartorial}}{\textipa{sA:rt\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{sash}}{\textipa{s\ae S}\ }{}%
+ \ifthenelse{\equal{\word}{sat}}{\textipa{s\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{satan}}{\textipa{s\'eItn}\ }{}%
+ \ifthenelse{\equal{\word}{satanic}}{\textipa{s at t\'\ae nIk}\ }{}%
+ \ifthenelse{\equal{\word}{satanism}}{\textipa{s\'eItn\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{satchel}}{\textipa{s\'\ae tSl}\ }{}%
+ \ifthenelse{\equal{\word}{satellite}}{\textipa{s\'\ae tl\`aIt}\ }{}%
+ \ifthenelse{\equal{\word}{satiate}}{\textipa{s\'eISi\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{satin}}{\textipa{s\'\ae tn}\ }{}%
+ \ifthenelse{\equal{\word}{satiny}}{\textipa{s\'\ae tni}\ }{}%
+ \ifthenelse{\equal{\word}{satire}}{\textipa{s\'\ae taI at r}\ }{}%
+ \ifthenelse{\equal{\word}{satiric}}{\textipa{s at t\'IrIk}\ }{}%
+ \ifthenelse{\equal{\word}{satirize}}{\textipa{s\'\ae t at r\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{satirist}}{\textipa{s\'\ae trIst}\ }{}%
+ \ifthenelse{\equal{\word}{satisfaction}}{\textipa{s\`\ae tIsf\'\ae kSn}\ }{}%
+ \ifthenelse{\equal{\word}{satisfactorily}}{\textipa{s\`\ae tIsf\'\ae ktrili}\ }{}%
+ \ifthenelse{\equal{\word}{satisfactory}}{\textipa{s\`\ae tIsf\'\ae ktri}\ }{}%
+ \ifthenelse{\equal{\word}{satisfied}}{\textipa{s\'\ae tIsf\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{satisfy}}{\textipa{s\'\ae tIsf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{satisfying}}{\textipa{s\'\ae tIsf\`aIIN}\ }{}%
+ \ifthenelse{\equal{\word}{satsumas}}{\textipa{s\ae ts\'u:m@}\ }{}%
+ \ifthenelse{\equal{\word}{saturate}}{\textipa{s\'\ae tS at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{saturday}}{\textipa{s\'\ae t at rdeI}\ }{}%
+ \ifthenelse{\equal{\word}{saturn}}{\textipa{s\'\ae t at rn}\ }{}%
+ \ifthenelse{\equal{\word}{saturnalia}}{\textipa{s\`\ae t at rn\'eIli@}\ }{}%
+ \ifthenelse{\equal{\word}{saturnine}}{\textipa{s\'\ae t at rn\`aIn}\ }{}%
+ \ifthenelse{\equal{\word}{satyr}}{\textipa{s\'eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{sauce}}{\textipa{sO:s}\ }{}%
+ \ifthenelse{\equal{\word}{saucer}}{\textipa{s\'O:s at r}\ }{}%
+ \ifthenelse{\equal{\word}{saucy}}{\textipa{s\'O:si}\ }{}%
+ \ifthenelse{\equal{\word}{sauerkraut}}{\textipa{s\'aU at rkr\`aUt}\ }{}%
+ \ifthenelse{\equal{\word}{sauna}}{\textipa{s\'O:n@}\ }{}%
+ \ifthenelse{\equal{\word}{saunter}}{\textipa{s\'O:nt at r}\ }{}%
+ \ifthenelse{\equal{\word}{sausage}}{\textipa{s\'O:sIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{saute}}{\textipa{soUt\'eI}\ }{}%
+ \ifthenelse{\equal{\word}{savage}}{\textipa{s\'\ae vIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{savagery}}{\textipa{s\'\ae vIdZri}\ }{}%
+ \ifthenelse{\equal{\word}{savanna}}{\textipa{s at v\'\ae n@}\ }{}%
+ \ifthenelse{\equal{\word}{savant}}{\textipa{s at v\'A:nt}\ }{}%
+ \ifthenelse{\equal{\word}{save}}{\textipa{seIv}\ }{}%
+ \ifthenelse{\equal{\word}{saveloy}}{\textipa{s\'\ae v at lOI}\ }{}%
+ \ifthenelse{\equal{\word}{saver}}{\textipa{s\'eIv at r}\ }{}%
+ \ifthenelse{\equal{\word}{saving}}{\textipa{s\'eIvIN}\ }{}%
+ \ifthenelse{\equal{\word}{savior}}{\textipa{s\'eIvj at r}\ }{}%
+ \ifthenelse{\equal{\word}{savory}}{\textipa{s\'eIvri}\ }{}%
+ \ifthenelse{\equal{\word}{savvy}}{\textipa{s\'\ae vi}\ }{}%
+ \ifthenelse{\equal{\word}{saw}}{\textipa{sO:}\ }{}%
+ \ifthenelse{\equal{\word}{sawn}}{\textipa{sO:n}\ }{}%
+ \ifthenelse{\equal{\word}{sawyer}}{\textipa{s\'O:j at r}\ }{}%
+ \ifthenelse{\equal{\word}{saxon}}{\textipa{s\'\ae ksn}\ }{}%
+ \ifthenelse{\equal{\word}{saxophone}}{\textipa{s\'\ae ks at f\`oUn}\ }{}%
+ \ifthenelse{\equal{\word}{saxophonist}}{\textipa{s\'\ae ks at f\`oUn at st}\ }{}%
+ \ifthenelse{\equal{\word}{say}}{\textipa{seI}\ }{}%
+ \ifthenelse{\equal{\word}{saying}}{\textipa{s\'eIIN}\ }{}%
+ \ifthenelse{\equal{\word}{says}}{\textipa{sez}\ }{}%
+ \ifthenelse{\equal{\word}{scab}}{\textipa{sk\ae b}\ }{}%
+ \ifthenelse{\equal{\word}{scabbard}}{\textipa{sk\'\ae b at rd}\ }{}%
+ \ifthenelse{\equal{\word}{scabby}}{\textipa{sk\'\ae bi}\ }{}%
+ \ifthenelse{\equal{\word}{scabies}}{\textipa{sk\'eIbi:z}\ }{}%
+ \ifthenelse{\equal{\word}{scaffold}}{\textipa{sk\'\ae fld}\ }{}%
+ \ifthenelse{\equal{\word}{scalability}}{\textipa{sk\`eIl at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{scalable}}{\textipa{sk\'eIl at bl}\ }{}%
+ \ifthenelse{\equal{\word}{scalar}}{\textipa{sk\'eIl at r}\ }{}%
+ \ifthenelse{\equal{\word}{scald}}{\textipa{skO:ld}\ }{}%
+ \ifthenelse{\equal{\word}{scale}}{\textipa{skeIl}\ }{}%
+ \ifthenelse{\equal{\word}{scalene}}{\textipa{sk\'eIli:n}\ }{}%
+ \ifthenelse{\equal{\word}{scallop}}{\textipa{sk\'\ae l at p}\ }{}%
+ \ifthenelse{\equal{\word}{scalp}}{\textipa{sk\ae lp}\ }{}%
+ \ifthenelse{\equal{\word}{scalpel}}{\textipa{sk\'\ae lpl}\ }{}%
+ \ifthenelse{\equal{\word}{scaly}}{\textipa{sk\'eIli}\ }{}%
+ \ifthenelse{\equal{\word}{scam}}{\textipa{sk\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{scamp}}{\textipa{sk\ae mp}\ }{}%
+ \ifthenelse{\equal{\word}{scamper}}{\textipa{sk\'\ae mp at r}\ }{}%
+ \ifthenelse{\equal{\word}{scampi}}{\textipa{sk\'\ae mpi}\ }{}%
+ \ifthenelse{\equal{\word}{scan}}{\textipa{sk\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{scandal}}{\textipa{sk\'\ae ndl}\ }{}%
+ \ifthenelse{\equal{\word}{scandalize}}{\textipa{sk\'\ae ndl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{scandalous}}{\textipa{sk\'\ae ndl at s}\ }{}%
+ \ifthenelse{\equal{\word}{scanner}}{\textipa{sk\'\ae n at r}\ }{}%
+ \ifthenelse{\equal{\word}{scansion}}{\textipa{sk\'\ae nSn}\ }{}%
+ \ifthenelse{\equal{\word}{scant}}{\textipa{sk\ae nt}\ }{}%
+ \ifthenelse{\equal{\word}{scanty}}{\textipa{sk\'\ae nti}\ }{}%
+ \ifthenelse{\equal{\word}{scape}}{\textipa{skeIp}\ }{}%
+ \ifthenelse{\equal{\word}{scapula}}{\textipa{sk\'\ae pj at l@}\ }{}%
+ \ifthenelse{\equal{\word}{scar}}{\textipa{skA:r}\ }{}%
+ \ifthenelse{\equal{\word}{scarab}}{\textipa{sk\'\ae r at b}\ }{}%
+ \ifthenelse{\equal{\word}{scarce}}{\textipa{ske at rs}\ }{}%
+ \ifthenelse{\equal{\word}{scarcely}}{\textipa{sk\'e at rsli}\ }{}%
+ \ifthenelse{\equal{\word}{scarcity}}{\textipa{sk\'e at rs@ti}\ }{}%
+ \ifthenelse{\equal{\word}{scare}}{\textipa{ske at r}\ }{}%
+ \ifthenelse{\equal{\word}{scared}}{\textipa{ske at rd}\ }{}%
+ \ifthenelse{\equal{\word}{scarf}}{\textipa{skA:rf}\ }{}%
+ \ifthenelse{\equal{\word}{scarify}}{\textipa{sk\'\ae rIf\`aI}\ }{}%
+ \ifthenelse{\equal{\word}{scarlet}}{\textipa{sk\'A:rl at t}\ }{}%
+ \ifthenelse{\equal{\word}{scarp}}{\textipa{skA:rp}\ }{}%
+ \ifthenelse{\equal{\word}{scarves}}{\textipa{skA:rvz}\ }{}%
+ \ifthenelse{\equal{\word}{scary}}{\textipa{sk\'e at ri}\ }{}%
+ \ifthenelse{\equal{\word}{scat}}{\textipa{sk\ae t}\ }{}%
+ \ifthenelse{\equal{\word}{scathing}}{\textipa{sk\'eIDIN}\ }{}%
+ \ifthenelse{\equal{\word}{scatological}}{\textipa{sk\`\ae t at l\'AdZIkl}\ }{}%
+ \ifthenelse{\equal{\word}{scatter}}{\textipa{sk\'\ae t at r}\ }{}%
+ \ifthenelse{\equal{\word}{scattered}}{\textipa{sk\'\ae t at rd}\ }{}%
+ \ifthenelse{\equal{\word}{scavenge}}{\textipa{sk\'\ae vInZ}\ }{}%
+ \ifthenelse{\equal{\word}{scenario}}{\textipa{s at n\'\ae ri\`oU}\ }{}%
+ \ifthenelse{\equal{\word}{scenery}}{\textipa{s\'\i:nri}\ }{}%
+ \ifthenelse{\equal{\word}{scenic}}{\textipa{s\'\i:nIk}\ }{}%
+ \ifthenelse{\equal{\word}{skeptic}}{\textipa{sk\'eptIk}\ }{}%
+ \ifthenelse{\equal{\word}{skeptical}}{\textipa{sk\'eptIkl}\ }{}%
+ \ifthenelse{\equal{\word}{skepticism}}{\textipa{sk\'eptIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{scepter}}{\textipa{s\'ept at r}\ }{}%
+ \ifthenelse{\equal{\word}{schedule}}{\textipa{sk\'edZu:l}\ }{}%
+ \ifthenelse{\equal{\word}{schema}}{\textipa{sk\'\i:m@}\ }{}%
+ \ifthenelse{\equal{\word}{schematic}}{\textipa{ski:m\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{scheme}}{\textipa{ski:m}\ }{}%
+ \ifthenelse{\equal{\word}{schemer}}{\textipa{sk\'\i:m at r}\ }{}%
+ \ifthenelse{\equal{\word}{scheming}}{\textipa{sk\'\i:mIN}\ }{}%
+ \ifthenelse{\equal{\word}{scherzi}}{\textipa{sk\'e at rtsoU}\ }{}%
+ \ifthenelse{\equal{\word}{schism}}{\textipa{sk\'Izm}\ }{}%
+ \ifthenelse{\equal{\word}{schismatic}}{\textipa{skIzm\'\ae tIk}\ }{}%
+ \ifthenelse{\equal{\word}{schist}}{\textipa{SIst}\ }{}%
+ \ifthenelse{\equal{\word}{schizoid}}{\textipa{sk\'ItsOId}\ }{}%
+ \ifthenelse{\equal{\word}{schizophrenia}}{\textipa{sk\`Its at fr\'\i:ni@}\ }{}%
+ \ifthenelse{\equal{\word}{schizophrenic}}{\textipa{sk\`Its at fr\'enIk}\ }{}%
+ \ifthenelse{\equal{\word}{schmalz}}{\textipa{SmA:lts}\ }{}%
+ \ifthenelse{\equal{\word}{schnapps}}{\textipa{Sn\ae ps}\ }{}%
+ \ifthenelse{\equal{\word}{scholar}}{\textipa{sk\'Al at r}\ }{}%
+ \ifthenelse{\equal{\word}{scholarly}}{\textipa{sk\'Al at rli}\ }{}%
+ \ifthenelse{\equal{\word}{scholarship}}{\textipa{sk\'Al at rS\`Ip}\ }{}%
+ \ifthenelse{\equal{\word}{scholastic}}{\textipa{sk at l\'\ae stIk}\ }{}%
+ \ifthenelse{\equal{\word}{scholasticism}}{\textipa{sk at l\'\ae stIs\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{school}}{\textipa{sku:l}\ }{}%
+ \ifthenelse{\equal{\word}{schoolboy}}{\textipa{sk\'u:lb\`OI}\ }{}%
+ \ifthenelse{\equal{\word}{schoolgirl}}{\textipa{sk\'u:lg\`@:rl}\ }{}%
+ \ifthenelse{\equal{\word}{schoolhouse}}{\textipa{sk\'u:lh\`aUs}\ }{}%
+ \ifthenelse{\equal{\word}{schoolmaster}}{\textipa{sk\'u:lm\`\ae st at r}\ }{}%
+ \ifthenelse{\equal{\word}{schoolmistress}}{\textipa{sk\'u:lm\`Istr at s}\ }{}%
+ \ifthenelse{\equal{\word}{schoolroom}}{\textipa{sk\'u:lru:m}\ }{}%
+ \ifthenelse{\equal{\word}{schoolteacher}}{\textipa{sk\'u:lt\`\i:tS at r}\ }{}%
+ \ifthenelse{\equal{\word}{schooner}}{\textipa{sk\'u:n at r}\ }{}%
+ \ifthenelse{\equal{\word}{schwa}}{\textipa{SwA:}\ }{}%
+ \ifthenelse{\equal{\word}{sciatica}}{\textipa{saI\'\ae tIk@}\ }{}%
+ \ifthenelse{\equal{\word}{science}}{\textipa{s\'a at ns}\ }{}%
+ \ifthenelse{\equal{\word}{scientific}}{\textipa{s\`a at nt\'IfIk}\ }{}%
+ \ifthenelse{\equal{\word}{scientist}}{\textipa{s\'aI at nt@st}\ }{}%
+ \ifthenelse{\equal{\word}{scifi}}{\textipa{s\`aIf\'aI}\ }{}%
+ \ifthenelse{\equal{\word}{scimitar}}{\textipa{s\'Im at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{scintillate}}{\textipa{s\'Intl\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{scissor}}{\textipa{s\'Iz at r}\ }{}%
+ \ifthenelse{\equal{\word}{scissors}}{\textipa{s\'Iz at rz}\ }{}%
+ \ifthenelse{\equal{\word}{sclerosis}}{\textipa{skl at r\'oUs at s}\ }{}%
+ \ifthenelse{\equal{\word}{scoff}}{\textipa{skAf}\ }{}%
+ \ifthenelse{\equal{\word}{scold}}{\textipa{skoUld}\ }{}%
+ \ifthenelse{\equal{\word}{scone}}{\textipa{skoUn}\ }{}%
+ \ifthenelse{\equal{\word}{scoop}}{\textipa{sku:p}\ }{}%
+ \ifthenelse{\equal{\word}{scoopful}}{\textipa{sk\'u:pf\`Ul}\ }{}%
+ \ifthenelse{\equal{\word}{scoot}}{\textipa{sku:t}\ }{}%
+ \ifthenelse{\equal{\word}{scope}}{\textipa{skoUp}\ }{}%
+ \ifthenelse{\equal{\word}{scorch}}{\textipa{skO:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{score}}{\textipa{skO:r}\ }{}%
+ \ifthenelse{\equal{\word}{scorer}}{\textipa{sk\'O:r at r}\ }{}%
+ \ifthenelse{\equal{\word}{scorn}}{\textipa{skO:rn}\ }{}%
+ \ifthenelse{\equal{\word}{scornful}}{\textipa{sk\'O:rnfl}\ }{}%
+ \ifthenelse{\equal{\word}{scorpion}}{\textipa{sk\'O:rpi at n}\ }{}%
+ \ifthenelse{\equal{\word}{scot}}{\textipa{skAt}\ }{}%
+ \ifthenelse{\equal{\word}{scotch}}{\textipa{skAtS}\ }{}%
+ \ifthenelse{\equal{\word}{scotland}}{\textipa{sk\'Atl at nd}\ }{}%
+ \ifthenelse{\equal{\word}{scots}}{\textipa{skAts}\ }{}%
+ \ifthenelse{\equal{\word}{scottish}}{\textipa{sk\'AtIS}\ }{}%
+ \ifthenelse{\equal{\word}{scoundrel}}{\textipa{sk\'aUndrl}\ }{}%
+ \ifthenelse{\equal{\word}{scour}}{\textipa{skaU at r}\ }{}%
+ \ifthenelse{\equal{\word}{scourge}}{\textipa{sk@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{scout}}{\textipa{skaUt}\ }{}%
+ \ifthenelse{\equal{\word}{scowl}}{\textipa{skaUl}\ }{}%
+ \ifthenelse{\equal{\word}{scrabble}}{\textipa{skr\'\ae bl}\ }{}%
+ \ifthenelse{\equal{\word}{scram}}{\textipa{skr\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{scramble}}{\textipa{skr\'\ae mbl}\ }{}%
+ \ifthenelse{\equal{\word}{scrap}}{\textipa{skr\ae p}\ }{}%
+ \ifthenelse{\equal{\word}{scrape}}{\textipa{skreIp}\ }{}%
+ \ifthenelse{\equal{\word}{scraper}}{\textipa{skr\'eIp at r}\ }{}%
+ \ifthenelse{\equal{\word}{scrapie}}{\textipa{skr\'eIpi}\ }{}%
+ \ifthenelse{\equal{\word}{scrappy}}{\textipa{skr\'\ae pi}\ }{}%
+ \ifthenelse{\equal{\word}{scratch}}{\textipa{skr\ae tS}\ }{}%
+ \ifthenelse{\equal{\word}{scratching}}{\textipa{skr\'\ae tSIN}\ }{}%
+ \ifthenelse{\equal{\word}{scratchy}}{\textipa{skr\'\ae tSi}\ }{}%
+ \ifthenelse{\equal{\word}{scrawl}}{\textipa{skrO:l}\ }{}%
+ \ifthenelse{\equal{\word}{scrawny}}{\textipa{skr\'O:ni}\ }{}%
+ \ifthenelse{\equal{\word}{scream}}{\textipa{skri:m}\ }{}%
+ \ifthenelse{\equal{\word}{scree}}{\textipa{skri:}\ }{}%
+ \ifthenelse{\equal{\word}{screech}}{\textipa{skri:tS}\ }{}%
+ \ifthenelse{\equal{\word}{screed}}{\textipa{skri:d}\ }{}%
+ \ifthenelse{\equal{\word}{screen}}{\textipa{skri:n}\ }{}%
+ \ifthenelse{\equal{\word}{screw}}{\textipa{skru:}\ }{}%
+ \ifthenelse{\equal{\word}{screwy}}{\textipa{skr\'ui}\ }{}%
+ \ifthenelse{\equal{\word}{scribble}}{\textipa{skr\'Ibl}\ }{}%
+ \ifthenelse{\equal{\word}{scribe}}{\textipa{skraIb}\ }{}%
+ \ifthenelse{\equal{\word}{scrimped}}{\textipa{skrImp}\ }{}%
+ \ifthenelse{\equal{\word}{script}}{\textipa{skrIpt}\ }{}%
+ \ifthenelse{\equal{\word}{scriptorium}}{\textipa{skrIpt\'O:ri at m}\ }{}%
+ \ifthenelse{\equal{\word}{scriptural}}{\textipa{skr\'IptSrl}\ }{}%
+ \ifthenelse{\equal{\word}{scripture}}{\textipa{skr\'IptS at r}\ }{}%
+ \ifthenelse{\equal{\word}{scroll}}{\textipa{skroUl}\ }{}%
+ \ifthenelse{\equal{\word}{scrooge}}{\textipa{skru:dZ}\ }{}%
+ \ifthenelse{\equal{\word}{scrotum}}{\textipa{skr\'oUt at m}\ }{}%
+ \ifthenelse{\equal{\word}{scrub}}{\textipa{skr2b}\ }{}%
+ \ifthenelse{\equal{\word}{scrubby}}{\textipa{skr\'2bi}\ }{}%
+ \ifthenelse{\equal{\word}{scruff}}{\textipa{skr2f}\ }{}%
+ \ifthenelse{\equal{\word}{scruffy}}{\textipa{skr\'2fi}\ }{}%
+ \ifthenelse{\equal{\word}{scrum}}{\textipa{skr2m}\ }{}%
+ \ifthenelse{\equal{\word}{scrummage}}{\textipa{skr\'2mIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{scrunched}}{\textipa{skr2nS}\ }{}%
+ \ifthenelse{\equal{\word}{scruple}}{\textipa{skr\'u:pl}\ }{}%
+ \ifthenelse{\equal{\word}{scrupulous}}{\textipa{skr\'u:pj at l@s}\ }{}%
+ \ifthenelse{\equal{\word}{scrutineers}}{\textipa{skr\`u:tn\'I at r}\ }{}%
+ \ifthenelse{\equal{\word}{scrutinize}}{\textipa{skr\'u:tn\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{scrutiny}}{\textipa{skr\'u:tni}\ }{}%
+ \ifthenelse{\equal{\word}{scuba}}{\textipa{sk\'u:b@}\ }{}%
+ \ifthenelse{\equal{\word}{scud}}{\textipa{sk2d}\ }{}%
+ \ifthenelse{\equal{\word}{scuff}}{\textipa{sk2f}\ }{}%
+ \ifthenelse{\equal{\word}{scuffle}}{\textipa{sk\'2fl}\ }{}%
+ \ifthenelse{\equal{\word}{scull}}{\textipa{sk2l}\ }{}%
+ \ifthenelse{\equal{\word}{scullery}}{\textipa{sk\'2lri}\ }{}%
+ \ifthenelse{\equal{\word}{sculpt}}{\textipa{sk2lpt}\ }{}%
+ \ifthenelse{\equal{\word}{sculptor}}{\textipa{sk\'2lpt at r}\ }{}%
+ \ifthenelse{\equal{\word}{sculptress}}{\textipa{sk\'2lptr at s}\ }{}%
+ \ifthenelse{\equal{\word}{sculptural}}{\textipa{sk\'2lptSrl}\ }{}%
+ \ifthenelse{\equal{\word}{sculpture}}{\textipa{sk\'2lptS at r}\ }{}%
+ \ifthenelse{\equal{\word}{scum}}{\textipa{sk2m}\ }{}%
+ \ifthenelse{\equal{\word}{scupper}}{\textipa{sk\'2p at r}\ }{}%
+ \ifthenelse{\equal{\word}{scurrilous}}{\textipa{sk\'@:rl at s}\ }{}%
+ \ifthenelse{\equal{\word}{scurry}}{\textipa{sk\'@:ri}\ }{}%
+ \ifthenelse{\equal{\word}{scurvy}}{\textipa{sk\'@:rvi}\ }{}%
+ \ifthenelse{\equal{\word}{scuttle}}{\textipa{sk\'2tl}\ }{}%
+ \ifthenelse{\equal{\word}{scythe}}{\textipa{saID}\ }{}%
+ \ifthenelse{\equal{\word}{sea}}{\textipa{si:}\ }{}%
+ \ifthenelse{\equal{\word}{seafarer}}{\textipa{s\'\i:f\`e at r@r}\ }{}%
+ \ifthenelse{\equal{\word}{seafaring}}{\textipa{s\'\i:f\`e at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{seal}}{\textipa{si:l}\ }{}%
+ \ifthenelse{\equal{\word}{sealant}}{\textipa{s\'\i:l at nt}\ }{}%
+ \ifthenelse{\equal{\word}{seam}}{\textipa{si:m}\ }{}%
+ \ifthenelse{\equal{\word}{seamstress}}{\textipa{s\'\i:mstr at s}\ }{}%
+ \ifthenelse{\equal{\word}{seamy}}{\textipa{s\'\i:mi}\ }{}%
+ \ifthenelse{\equal{\word}{seance}}{\textipa{s\'eI\`A:ns}\ }{}%
+ \ifthenelse{\equal{\word}{seaport}}{\textipa{s\'\i:p\`O:rt}\ }{}%
+ \ifthenelse{\equal{\word}{sear}}{\textipa{sI at r}\ }{}%
+ \ifthenelse{\equal{\word}{search}}{\textipa{s@:rtS}\ }{}%
+ \ifthenelse{\equal{\word}{searing}}{\textipa{s\'\i at rIN}\ }{}%
+ \ifthenelse{\equal{\word}{sears}}{\textipa{s\'I at rz}\ }{}%
+ \ifthenelse{\equal{\word}{seashore}}{\textipa{s\'\i:S\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{seaside}}{\textipa{s\'\i:s\`aId}\ }{}%
+ \ifthenelse{\equal{\word}{season}}{\textipa{s\'\i:zn}\ }{}%
+ \ifthenelse{\equal{\word}{seasonal}}{\textipa{s\'\i:znl}\ }{}%
+ \ifthenelse{\equal{\word}{seasonality}}{\textipa{s\`\i:zn\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{seasoning}}{\textipa{s\'\i:znIN}\ }{}%
+ \ifthenelse{\equal{\word}{seat}}{\textipa{si:t}\ }{}%
+ \ifthenelse{\equal{\word}{seated}}{\textipa{s\'\i:tId}\ }{}%
+ \ifthenelse{\equal{\word}{seattle}}{\textipa{si\'\ae tl}\ }{}%
+ \ifthenelse{\equal{\word}{seaward}}{\textipa{s\'\i:w at rd}\ }{}%
+ \ifthenelse{\equal{\word}{seawards}}{\textipa{s\'\i:w at rdz}\ }{}%
+ \ifthenelse{\equal{\word}{sebaceous}}{\textipa{s at b\'eIS at s}\ }{}%
+ \ifthenelse{\equal{\word}{sec}}{\textipa{sek}\ }{}%
+ \ifthenelse{\equal{\word}{secant}}{\textipa{s\'\i:knt}\ }{}%
+ \ifthenelse{\equal{\word}{secateurs}}{\textipa{s\`ek at t\'@:rz}\ }{}%
+ \ifthenelse{\equal{\word}{secede}}{\textipa{sIs\'\i:d}\ }{}%
+ \ifthenelse{\equal{\word}{secession}}{\textipa{sIs\'eSn}\ }{}%
+ \ifthenelse{\equal{\word}{seclude}}{\textipa{sIkl\'u:d}\ }{}%
+ \ifthenelse{\equal{\word}{seclusion}}{\textipa{sIkl\'u:Zn}\ }{}%
+ \ifthenelse{\equal{\word}{second}}{\textipa{s\'eknd}\ }{}%
+ \ifthenelse{\equal{\word}{secondarily}}{\textipa{s\`eknd\'erli}\ }{}%
+ \ifthenelse{\equal{\word}{secondary}}{\textipa{s\'eknd\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{secondhand}}{\textipa{s\`eknh\'\ae nd}\ }{}%
+ \ifthenelse{\equal{\word}{secondly}}{\textipa{s\'eknli}\ }{}%
+ \ifthenelse{\equal{\word}{secondment}}{\textipa{sIk\'Anm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{secrecy}}{\textipa{s\'\i:kr at si}\ }{}%
+ \ifthenelse{\equal{\word}{secret}}{\textipa{s\'\i:kr at t}\ }{}%
+ \ifthenelse{\equal{\word}{secretarial}}{\textipa{s\`ekr at t\'e at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{secretariat}}{\textipa{s\`ekr at t\'e at ri@t}\ }{}%
+ \ifthenelse{\equal{\word}{secretary}}{\textipa{s\'ekr at t\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{secrete}}{\textipa{sIkr\'\i:t}\ }{}%
+ \ifthenelse{\equal{\word}{secretion}}{\textipa{sIkr\'\i:Sn}\ }{}%
+ \ifthenelse{\equal{\word}{secretive}}{\textipa{s\'\i:kr at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{secretly}}{\textipa{s\'\i:kr at tli}\ }{}%
+ \ifthenelse{\equal{\word}{secretory}}{\textipa{sIkr\'\i:tri}\ }{}%
+ \ifthenelse{\equal{\word}{sect}}{\textipa{sekt}\ }{}%
+ \ifthenelse{\equal{\word}{sectarian}}{\textipa{sekt\'e at ri@n}\ }{}%
+ \ifthenelse{\equal{\word}{section}}{\textipa{s\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{sectional}}{\textipa{s\'ekSnl}\ }{}%
+ \ifthenelse{\equal{\word}{sector}}{\textipa{s\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{sectoral}}{\textipa{s\'ektrl}\ }{}%
+ \ifthenelse{\equal{\word}{secular}}{\textipa{s\'ekj at l@r}\ }{}%
+ \ifthenelse{\equal{\word}{secure}}{\textipa{sIkj\'U at r}\ }{}%
+ \ifthenelse{\equal{\word}{security}}{\textipa{sIkj\'U at r@ti}\ }{}%
+ \ifthenelse{\equal{\word}{sedan}}{\textipa{sId\'\ae n}\ }{}%
+ \ifthenelse{\equal{\word}{sedate}}{\textipa{sId\'eIt}\ }{}%
+ \ifthenelse{\equal{\word}{sedative}}{\textipa{s\'ed at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{sedentary}}{\textipa{s\'ednt\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{sedge}}{\textipa{sedZ}\ }{}%
+ \ifthenelse{\equal{\word}{sediment}}{\textipa{s\'edIm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{sedimentary}}{\textipa{s\`edIm\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{sedition}}{\textipa{sId\'ISn}\ }{}%
+ \ifthenelse{\equal{\word}{seditious}}{\textipa{sId\'IS at s}\ }{}%
+ \ifthenelse{\equal{\word}{seduce}}{\textipa{sIdj\'u:s}\ }{}%
+ \ifthenelse{\equal{\word}{seduction}}{\textipa{sId\'2kSn}\ }{}%
+ \ifthenelse{\equal{\word}{seductive}}{\textipa{sId\'2ktIv}\ }{}%
+ \ifthenelse{\equal{\word}{sedulously}}{\textipa{s\'edZl at s}\ }{}%
+ \ifthenelse{\equal{\word}{seedling}}{\textipa{s\'\i:dlIN}\ }{}%
+ \ifthenelse{\equal{\word}{seedy}}{\textipa{s\'\i:di}\ }{}%
+ \ifthenelse{\equal{\word}{seeing}}{\textipa{s\'\i:IN}\ }{}%
+ \ifthenelse{\equal{\word}{seek}}{\textipa{si:k}\ }{}%
+ \ifthenelse{\equal{\word}{seemingly}}{\textipa{s\'\i:mINli}\ }{}%
+ \ifthenelse{\equal{\word}{seen}}{\textipa{si:n}\ }{}%
+ \ifthenelse{\equal{\word}{seep}}{\textipa{si:p}\ }{}%
+ \ifthenelse{\equal{\word}{seepage}}{\textipa{s\'\i:pIdZ}\ }{}%
+ \ifthenelse{\equal{\word}{seesaw}}{\textipa{s\'\i:s\`O:}\ }{}%
+ \ifthenelse{\equal{\word}{seethe}}{\textipa{si:D}\ }{}%
+ \ifthenelse{\equal{\word}{segment}}{\textipa{s\'egm at nt}\ }{}%
+ \ifthenelse{\equal{\word}{segmental}}{\textipa{segm\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{segmentation}}{\textipa{s\`egment\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{segregate}}{\textipa{s\'egrIg\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{seismic}}{\textipa{s\'aIzmIk}\ }{}%
+ \ifthenelse{\equal{\word}{seismogram}}{\textipa{s\'aIzm at gr\`\ae m}\ }{}%
+ \ifthenelse{\equal{\word}{seismograph}}{\textipa{s\'aIzm at gr\`\ae f}\ }{}%
+ \ifthenelse{\equal{\word}{seismology}}{\textipa{saIzm\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{seismometer}}{\textipa{saIzm\'Am at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{seize}}{\textipa{si:z}\ }{}%
+ \ifthenelse{\equal{\word}{seizure}}{\textipa{s\'\i:Z at r}\ }{}%
+ \ifthenelse{\equal{\word}{seldom}}{\textipa{s\'eld at m}\ }{}%
+ \ifthenelse{\equal{\word}{select}}{\textipa{s at l\'ekt}\ }{}%
+ \ifthenelse{\equal{\word}{selectee}}{\textipa{s at l\`ekt\'\i:}\ }{}%
+ \ifthenelse{\equal{\word}{selection}}{\textipa{s at l\'ekSn}\ }{}%
+ \ifthenelse{\equal{\word}{selective}}{\textipa{s at l\'ektIv}\ }{}%
+ \ifthenelse{\equal{\word}{selectivity}}{\textipa{s at l\`ekt\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{selector}}{\textipa{s at l\'ekt at r}\ }{}%
+ \ifthenelse{\equal{\word}{selenium}}{\textipa{s at l\'\i:ni at m}\ }{}%
+ \ifthenelse{\equal{\word}{self}}{\textipa{self}\ }{}%
+ \ifthenelse{\equal{\word}{selfish}}{\textipa{s\'elfIS}\ }{}%
+ \ifthenelse{\equal{\word}{selves}}{\textipa{selvz}\ }{}%
+ \ifthenelse{\equal{\word}{semantic}}{\textipa{s at m\'\ae ntIk}\ }{}%
+ \ifthenelse{\equal{\word}{semaphore}}{\textipa{s\'em at f\`O:r}\ }{}%
+ \ifthenelse{\equal{\word}{semblance}}{\textipa{s\'embl at ns}\ }{}%
+ \ifthenelse{\equal{\word}{semen}}{\textipa{s\'\i:m at n}\ }{}%
+ \ifthenelse{\equal{\word}{semester}}{\textipa{s at m\'est at r}\ }{}%
+ \ifthenelse{\equal{\word}{semi}}{\textipa{s\'emi}\ }{}%
+ \ifthenelse{\equal{\word}{semicolon}}{\textipa{s\`emik\'oul at n}\ }{}%
+ \ifthenelse{\equal{\word}{seminar}}{\textipa{s\'emIn\`A:r}\ }{}%
+ \ifthenelse{\equal{\word}{seminary}}{\textipa{s\'em at n\`eri}\ }{}%
+ \ifthenelse{\equal{\word}{semite}}{\textipa{s\'emaIt}\ }{}%
+ \ifthenelse{\equal{\word}{semitic}}{\textipa{s at m\'ItIk}\ }{}%
+ \ifthenelse{\equal{\word}{senate}}{\textipa{s\'en at t}\ }{}%
+ \ifthenelse{\equal{\word}{senator}}{\textipa{s\'en at t@r}\ }{}%
+ \ifthenelse{\equal{\word}{senatorial}}{\textipa{s\`en at t\'O:ri at l}\ }{}%
+ \ifthenelse{\equal{\word}{send}}{\textipa{send}\ }{}%
+ \ifthenelse{\equal{\word}{senegal}}{\textipa{s\`enIg\'O:l}\ }{}%
+ \ifthenelse{\equal{\word}{senile}}{\textipa{s\'\i:naIl}\ }{}%
+ \ifthenelse{\equal{\word}{senility}}{\textipa{s at n\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{senior}}{\textipa{s\'\i:nj at r}\ }{}%
+ \ifthenelse{\equal{\word}{seniority}}{\textipa{si:nj\'O:r at ti}\ }{}%
+ \ifthenelse{\equal{\word}{senora}}{\textipa{seInj\'O:r@}\ }{}%
+ \ifthenelse{\equal{\word}{sensation}}{\textipa{sens\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{sensational}}{\textipa{sens\'eISnl}\ }{}%
+ \ifthenelse{\equal{\word}{sense}}{\textipa{sens}\ }{}%
+ \ifthenelse{\equal{\word}{senseless}}{\textipa{s\'ensl at s}\ }{}%
+ \ifthenelse{\equal{\word}{sensibility}}{\textipa{s\`ens at b\'Il at ti}\ }{}%
+ \ifthenelse{\equal{\word}{sensible}}{\textipa{s\'ens at bl}\ }{}%
+ \ifthenelse{\equal{\word}{sensitized}}{\textipa{s\'ens at t\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{sensitive}}{\textipa{s\'ens at tIv}\ }{}%
+ \ifthenelse{\equal{\word}{sensitivity}}{\textipa{s\`ens at t\'Iv at ti}\ }{}%
+ \ifthenelse{\equal{\word}{sensory}}{\textipa{s\'ensri}\ }{}%
+ \ifthenelse{\equal{\word}{sensual}}{\textipa{s\'enSu at l}\ }{}%
+ \ifthenelse{\equal{\word}{sensuality}}{\textipa{s\`enSu\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{sensuous}}{\textipa{s\'enSu at s}\ }{}%
+ \ifthenelse{\equal{\word}{sentence}}{\textipa{s\'ent at ns}\ }{}%
+ \ifthenelse{\equal{\word}{sententious}}{\textipa{sent\'enS at s}\ }{}%
+ \ifthenelse{\equal{\word}{sentient}}{\textipa{s\'enSnt}\ }{}%
+ \ifthenelse{\equal{\word}{sentiment}}{\textipa{s\'ent at m@nt}\ }{}%
+ \ifthenelse{\equal{\word}{sentimental}}{\textipa{s\`ent at m\'entl}\ }{}%
+ \ifthenelse{\equal{\word}{sentimentalized}}{\textipa{s\`ent at m\'entl\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{sentimentality}}{\textipa{s\`ent at ment\'\ae l at ti}\ }{}%
+ \ifthenelse{\equal{\word}{sentinel}}{\textipa{s\'entnl}\ }{}%
+ \ifthenelse{\equal{\word}{sentry}}{\textipa{s\'entri}\ }{}%
+ \ifthenelse{\equal{\word}{separable}}{\textipa{s\'epr at bl}\ }{}%
+ \ifthenelse{\equal{\word}{separate}}{\textipa{s\'ep at r\`eIt}\ }{}%
+ \ifthenelse{\equal{\word}{separated}}{\textipa{s\'ep at r\`eItId}\ }{}%
+ \ifthenelse{\equal{\word}{separately}}{\textipa{s\'epr at tli}\ }{}%
+ \ifthenelse{\equal{\word}{separation}}{\textipa{s\`ep at r\'eISn}\ }{}%
+ \ifthenelse{\equal{\word}{separatism}}{\textipa{s\'epr at t\`Izm}\ }{}%
+ \ifthenelse{\equal{\word}{separatist}}{\textipa{s\'epr at t@st}\ }{}%
+ \ifthenelse{\equal{\word}{separator}}{\textipa{s\'ep at r\`eIt at r}\ }{}%
+ \ifthenelse{\equal{\word}{sepia}}{\textipa{s\'\i:pi@}\ }{}%
+ \ifthenelse{\equal{\word}{september}}{\textipa{sept\'emb at r}\ }{}%
+ \ifthenelse{\equal{\word}{septet}}{\textipa{sept\'et}\ }{}%
+ \ifthenelse{\equal{\word}{septic}}{\textipa{s\'eptIk}\ }{}%
+ \ifthenelse{\equal{\word}{septicemia}}{\textipa{s\`eptIs\'\i:mi@}\ }{}%
+ \ifthenelse{\equal{\word}{sepulchral}}{\textipa{s at p\'2lkrl}\ }{}%
+ \ifthenelse{\equal{\word}{sepulcher}}{\textipa{s\'eplk at r}\ }{}%
+ \ifthenelse{\equal{\word}{sequel}}{\textipa{s\'\i:kwl}\ }{}%
+ \ifthenelse{\equal{\word}{sequence}}{\textipa{s\'\i:kw at ns}\ }{}%
+ \ifthenelse{\equal{\word}{sequential}}{\textipa{sIkw\'enSl}\ }{}%
+ \ifthenelse{\equal{\word}{sequestered}}{\textipa{sIkw\'est at r}\ }{}%
+ \ifthenelse{\equal{\word}{sequin}}{\textipa{s\'\i:kwIn}\ }{}%
+ \ifthenelse{\equal{\word}{sequoia}}{\textipa{sIkw\'OI@}\ }{}%
+ \ifthenelse{\equal{\word}{seraglio}}{\textipa{s at r\'\ae ljoU}\ }{}%
+ \ifthenelse{\equal{\word}{seraphs}}{\textipa{s\'er at f}\ }{}%
+ \ifthenelse{\equal{\word}{serenade}}{\textipa{s\`er at n\'eId}\ }{}%
+ \ifthenelse{\equal{\word}{serendipity}}{\textipa{s\`er at nd\'Ip at ti}\ }{}%
+ \ifthenelse{\equal{\word}{serene}}{\textipa{s at r\'\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{serenity}}{\textipa{s at r\'en at ti}\ }{}%
+ \ifthenelse{\equal{\word}{serf}}{\textipa{s@:rf}\ }{}%
+ \ifthenelse{\equal{\word}{serfdom}}{\textipa{s\'@:rfd at m}\ }{}%
+ \ifthenelse{\equal{\word}{serge}}{\textipa{s@:rdZ}\ }{}%
+ \ifthenelse{\equal{\word}{sergeant}}{\textipa{s\'A:rdZnt}\ }{}%
+ \ifthenelse{\equal{\word}{serial}}{\textipa{s\'I at ri@l}\ }{}%
+ \ifthenelse{\equal{\word}{serialize}}{\textipa{s\'I at ri@l\`aIz}\ }{}%
+ \ifthenelse{\equal{\word}{series}}{\textipa{s\'I at ri:z}\ }{}%
+ \ifthenelse{\equal{\word}{serif}}{\textipa{s\'erIf}\ }{}%
+ \ifthenelse{\equal{\word}{serious}}{\textipa{s\'I at ri@s}\ }{}%
+ \ifthenelse{\equal{\word}{seriously}}{\textipa{s\'I at ri@sli}\ }{}%
+ \ifthenelse{\equal{\word}{sermon}}{\textipa{s\'@:rm at n}\ }{}%
+ \ifthenelse{\equal{\word}{serology}}{\textipa{sIr\'Al at dZi}\ }{}%
+ \ifthenelse{\equal{\word}{serotonin}}{\textipa{s\`I at r@t\'oUn at n}\ }{}%
+ \ifthenelse{\equal{\word}{serpent}}{\textipa{s\'@:rpnt}\ }{}%
+ \ifthenelse{\equal{\word}{serpentine}}{\textipa{s\'@:rpnt\`\i:n}\ }{}%
+ \ifthenelse{\equal{\word}{serrate}}{\textipa{s\'ereIt}\ }{}%
+ \ifthenelse{\equal{\word}{serrated}}{\textipa{s at r\'eItId}\ }{}%
+ \ifthenelse{\equal{\word}{serried}}{\textipa{s\'erid}\ }{}%
+ \ifthenelse{\equal{\word}{serum}}{\textipa{s\'I at r@m}\ }{}%
+ \ifthenelse{\equal{\word}{servant}}{\textipa{s\'@:rvnt}\ }{}%
+ \ifthenelse{\equal{\word}{serve}}{\textipa{s\'@:rv}\ }{}%
+ \ifthenelse{\equal{\word}{server}}{\textipa{s\'@:rv at r}\ }{}%
+ \ifthenelse{\equal{\word}{service}}{\textipa{s\'@:rv at s}\ }{}%
+ \ifthenelse{\equal{\word}{servicing}}{\textipa{s\'@:rv at sIN}\ }{}%
+ \ifthenelse{\equal{\word}{serviette}}{\textipa{s\`@:rvi\'et}\ }{}%
+ \ifthenelse{\equal{\word}{servile}}{\textipa{s\'@:rvl}\ }{}%
+ \ifthenelse{\equal{\word}{serving}}{\textipa{s\'@:rvIN}\ }{}%
+ \ifthenelse{\equal{\word}{servitude}}{\textipa{s\'@:rv at tj\`u:d}\ }{}%
+ \ifthenelse{\equal{\word}{sesame}}{\textipa{s\'es at mi}\ }{}%
@@ Diff output truncated at 1234567 characters. @@
More information about the tex-live-commits
mailing list.