You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.