Contains the assigments implements in the pratical classes from Information Retrivel 2018/2019, Aveiro's University.
From a large .tsv file we had to map every Term (normalized word) and count the frequency that it appear in the Doc (line).
- Ex:
hello=[1:2, 4:3]
"hello" appear in the Doc number 1 two times and in the Doc number 4 appear 3 times.