Skip to content

Project developed for Information Retrieval (MAB605) class at Federal University of Rio de Janeiro

Notifications You must be signed in to change notification settings

mvibraim/info-retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

info-retrieval

Project developed for Information Retrieval (MAB605) class at Federal University of Rio de Janeiro

How to Run

Prerequisites

Install

sudo apt-get install python2.7
sudo apt-get install python-whoosh
sudo apt-get install python-bs4
sudo apt-get install python-nltk

Run

  • Extract the nltk.tar.gz to your user home directory
  • Put the folder "colecao_teste" and the file "consultas.txt" previously downloaded in the same directory as "indexar.py" and "consultar.py"
  • Run
    python indexar.py && python consultar.py
  • The first command will take about two hours
  • When the process finishes, check the results in the file "resultado.txt"

About

Project developed for Information Retrieval (MAB605) class at Federal University of Rio de Janeiro

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages