Skip to content

homuhe/ranked-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ranked-search

HS Information Retrieval WS16/17 - Assignment 3

Search engine that uses a vector model to query the English Reuters 21578 corpus.

Usage:

./query-index arg1 arg2
    INPUT1 - inverted index file w/ frequencies
    INPUT2 - text file with doc id - title mapping

Authors:

Alexander Hartmann, Holger Muth-Hellebrandt