• Stars
    star
    1
  • Language
    C++
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a simple search engine, created as part of an Information Retrieval project. First an inverted index is created from all the documents contained in a text file, and then queries are performed to return the most relative documents, using the TF-IDF values. Multiple threads are used both for the index creation and the query execution.