Skip to content

swapnilagrawal01/Query-Retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Query Retrieval

Java program interacts with user to process information retrieval queries using Inverted Index from a collection of text documents in a given directory. The program will prompt for three pieces of information: the input directory, the inverted index output file and the query. When the input directory is received, the program will read the text files contained in that directory. The program will write the inverted index to the output file.

The program handles single-term queries only. However,it is also able to handle misspelled queries. If a query term is submitted that is not contained in our index, the program determines a candidate list of 3 possible matches. It uses the edit distance to determine the distance from each candidate to the misspelled query term. The program display each candidate and distance in order (decreasing order in terms of distance) and allow the user to select the one he or she wants.The program then displays the documents relevant to that candidate as the query term

To Execute the file, complile and run IRSystem.java

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy