Skip to content

MurgoloMichele/GAvI

Repository files navigation

GAvI

Simple python progam that creates an inverted index based on TREC precision medicine documents. Then, with the index, is possible to make benchmarking or simple queries.

requirements:

  • sudo apt-get install python3
  • sudo pip3 install nltk
  • sudo pip3 install matplotlib
  • sudo pip3 install npyscreen
  • python3
  • >>> import nltk
  • >>> nltk.download('stopwords')
  • >>> nltk.download('punkt')
  • >>> nltk.download('averaged_perceptron_tagger')
  • >>> nltk.download('universal_tagset')
  • ...

how to install and execute:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages