Skip to content

deniskyashif/ranked-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ranked Search

Build status

Search system for the Reuters 21578 Corpus

It uses an inverted index to store the documents and each document represented as a bag of words model where each word is reduced to its stem before inferring the probability distribution.
The relevance score of a document is computed by summing over the query terms' tf-idf weights.

Clone

git clone --recursive https://github.com/deniskyashif/ranked-search.git

Dependencies

  • .NET Framework 4.5.2

Releases

No releases published

Packages

No packages published

Languages