|
|
@@ -1,9 +1,8 @@
|
|
|
\subsection{Vokabular}
|
|
|
\begin{frame}{Vokabular}
|
|
|
\begin{itemize}
|
|
|
- \item<1-> Viele Texte $\Rightarrow$ Komplette Textanalyse nicht möglich
|
|
|
- \item<2-> Füllwörter: und, oder, im, in, \dots
|
|
|
- \item[$\Rightarrow$]<3-> Beschränkung des Vokabulars sinnvoll
|
|
|
+ \item<1-> Füllwörter: und, oder, im, in, \dots
|
|
|
+ \item[$\Rightarrow$]<2-> Beschränkung des Vokabulars sinnvoll
|
|
|
\end{itemize}
|
|
|
|
|
|
\uncover<4->{
|
|
|
@@ -25,3 +24,18 @@
|
|
|
Gini-Koeffizient
|
|
|
\end{itemize}
|
|
|
\end{frame}
|
|
|
+
|
|
|
+\begin{frame}{Gini-Koeffizient}
|
|
|
+ \begin{center}
|
|
|
+ \includegraphics[width=\textwidth,height=0.4\textheight,keepaspectratio]{../images/gini-example.pdf}
|
|
|
+ \end{center}
|
|
|
+
|
|
|
+ \uncover<2->{Beispiel: \enquote{in}}
|
|
|
+ \begin{itemize}
|
|
|
+ \item<3-> Vorkommen insgesamt: $5 \times$
|
|
|
+ \item<4-> Vorkommen in \enquote{Informatik} $2\times \Rightarrow p_1 = \frac{2}{5}$
|
|
|
+ \item<5-> Vorkommen in \enquote{Mathematik} $1\times \Rightarrow p_2 = \frac{1}{5}$
|
|
|
+ \item<6-> Vorkommen in \enquote{Geschichte} $2\times \Rightarrow p_2 = \frac{2}{5}$
|
|
|
+ \item<7-> Gini-Koeffizient: $\left (\frac{2}{5} \right )^2 + \left (\frac{1}{5} \right )^2 + \left (\frac{2}{5} \right )^2 = \frac{9}{25}$
|
|
|
+ \end{itemize}
|
|
|
+\end{frame}
|