update w4 assignment
[itlast1617.git] / week4 / w4.tex
1 \documentclass[a4paper]{article}
2
3 \usepackage{amssymb}
4 \usepackage{booktabs}
5 \usepackage{geometry}
6 \usepackage{tipa}
7
8 \title{Exercise week 4}
9 \author{Mart Lubbers}
10 \date{\today}
11
12 \begin{document}
13 \maketitle
14 \subsection*{Exercise 7.2}
15 See Table~\ref{t1}
16 \begin{table}
17 \centering
18 \begin{tabular}{llccccc}
19 \toprule
20 & IPA & \multicolumn{5}{c}{ARPA}\\
21 \midrule
22 a & \textipa{r3d} & \texttt{r} & \texttt{eh} & \texttt{d}\\
23 b & \textipa{blu} & \texttt{b} & \texttt{l} & \texttt{uw}\\
24 c & \textipa{grin} & \texttt{g} & \texttt{r} & \texttt{iy} & \texttt{n}\\
25 d & \textipa{"j3loU} & \texttt{y} & \texttt{eh} & \texttt{l} & \texttt{ow}\\
26 e & \textipa{bl\ae{}k} & \texttt{b} & \texttt{l} & \texttt{ae} & \texttt{k}\\
27 f & \textipa{waIt} & \texttt{w} & \texttt{aa} & \texttt{ih} & \texttt{t}\\
28 g & \textipa{"OrIndZ} & \texttt{ao} & \texttt{r} & \texttt{ih} & \texttt{n} & \texttt{jh}\\
29 h & \textipa{"p\textrhookrevepsilon{}pl""} & \texttt{p} & \texttt{er} & \texttt{p} & \texttt{el}\\
30 i & \textipa{pjus} & \texttt{p} & \texttt{y} & \texttt{uw} & \texttt{s}\\
31 j & \textipa{toUp} & \texttt{t} & \texttt{ow} & \texttt{p}\\
32 \bottomrule
33 \end{tabular}
34 \caption{IPA ARPA mapping\label{t1}}
35 \end{table}
36
37 \subsection*{Exercise Chapter 8}
38 The bars can be seen as pauses. Text between braces can be omitted, as can the
39 copyright statement. Numbers have to be treated as years and be pronounced in
40 such a way. Detection of proper names can be difficult since there is a lot of
41 capitalization. Real proper names are in full caps.
42
43 \end{document}