Skip to content

commandermsv/Indexing-and-Query-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Indexing-and-Query-processing

  1. Used the index constructed after using different preprocessing techniques created in https://github.com/commandermsv/Indexing-for-information-retrieval.git for ranked retrieval of queries.
  2. The queries are dynamically taken from the end-user along with the number of document results (k) required.
  3. The top k document results are retrieved and show their matching scores(Document Rank Retrieval score).
  4. It shows the Documents in which unique terms of the given query are present.
  5. It shows the terms idf(Inverse Document Frequency) score of unique terms of the query.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages