Skip to content

Huge documents are taken as input, term dictionaries are constructed. Input query is taken from user and appropriate documents are retrieved to the user by calculating Cosine Similarities.

Notifications You must be signed in to change notification settings

yodhareddy/SearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

InformationParsing_Retrieval

Huge documents are taken as input, term dictionaries are constructed after performing Stemming, removing stop words. Input query is taken from user and appropriate documents are retrieved to the user by calculating Cosine Similarities w.r.t all documents. Code logic is completely implemented in InputParser.java file. Technologies Used : Java, eclipse.

About

Huge documents are taken as input, term dictionaries are constructed. Input query is taken from user and appropriate documents are retrieved to the user by calculating Cosine Similarities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published