This program's goal is to be a implementation of the following strucutures and algorithms:
- Hash tables
- Inverted files
- Preffix search, using Trie trees
- Sentiment analysis of movie reviews, as seen in Kaggle's Sentiment Analysis challenge
The only dependency is ncurses, so it only runs on Linux.
Usage is pretty straight-forward:
$ make
$ cd bin && ./main
Please note that within the options that require filenames, you should use relative paths to where the executable is or absolute paths.
Made by Fernando Gomes and Carlos Santiago, students at Universidade Federal do Rio Grande do Sul, located in Porto Alegre, Brazil.