Skip to content

gokaytitrek/information-retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

information-retrieval

Implementation of some of the information retrieval methods. These methods are written with pure Java by me. Some of them are need performance improvements. You need to add TextFolder and put the data in this folder. For more information, please check readFile method of Retrieval class.

Implemented Algorithms

  • Blocked sort-based indexing
  • Boolean retrival
  • Naive Bayes
  • Positional posting list
  • Posting list
  • Tf-idf
  • Rocchio (not completed)

Data

Data can be reached from here.

Test queries: New York, np vp advp pp nnp, etc.

Releases

No releases published

Packages

No packages published

Languages