PhD

The LaTeX sources of my Ph.D. thesis
git clone https://esimon.eu/repos/PhD.git
Log | Files | Refs | README | LICENSE

features.tex (514B)


      1 \begin{frame}{Features used by Marcheggiani and rel-LDA}
      2 	\begin{enumerate}
      3 		\item the bag of words of the infix;
      4 		\item the surface form of the entities;
      5 		\item the lemma words on the dependency path;
      6 		\item the \textsc{pos} of the infix words;
      7 		\item the type of the entity pair (e.g.\ person--location);
      8 		\item the type of the head entity (e.g.\ person);
      9 		\item the type of the tail entity (e.g.\ location);
     10 		\item the words on the dependency path between the two entities.
     11 	\end{enumerate}
     12 \end{frame}