Skip to content

A MapReduce code to generate Inverse document frequency indexes (inverted index) for a collection of documents. Then the index is used to build a vector space retrieval engine and rank the documents for each query.

Notifications You must be signed in to change notification settings

esmailza/Query-ranked-list-MapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Query-ranked-list-MapReduce

A MapReduce code to generate Inverse document frequency indexes (inverted index) for a collection of documents. Then the index is used to build a vector space retrieval engine and rank the documents for each query.

About

A MapReduce code to generate Inverse document frequency indexes (inverted index) for a collection of documents. Then the index is used to build a vector space retrieval engine and rank the documents for each query.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages