-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReport.tex
More file actions
43 lines (22 loc) · 772 Bytes
/
Report.tex
File metadata and controls
43 lines (22 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\documentclass[11pt]{article}
\title{
\textbf{Information Retrieval - Lab Assignment}
}
\author{Tobias Stahl \\ 10528199 \and Ioannis Giounous Aivalis \\ 10524851 \and Richard \\ }
\begin{document}
\maketitle
\section{Introduction}
This is the report for the Information Retrieval
\section{Collection preprocessing}
In this section we will discuss the methods we implemented in favor of preprocessing the given collection of documents, namely Stopword elimination and Stemming
\subsection{Stopword elimination}
\subsection{Stemming}
\section{Retrieval Models}
\subsection{Boolean Model}
\subsection{BM25 Model}
\subsection{TF-IDF Model}
\section{System Evaluation}
\section{Conclusion}
\begin{thebibliography}{9}
\end{thebibliography}
\end{document}