Skip to content

chouchua/searchEngineIDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

searchEngineIDF

Reads a file and creates a search engine by indexing the file. <<<<<<< HEAD

Assumptions

  • Index is mutable.
  • Capital letters ignored.
  • Data can fit in memory. Index is stored in memory.

###Key Features:

  • Inverted Index
  • Build Index for Query.
  • Query takes m log m, where m is the average number of documents containing term.
  • tf-idf score is used to find relevance.

###Procedures:

  • Under Run Configurations in Eclipse, you can add the file name as an argument OR simply change the file variable
  • Run main.java
  • Make sure file is in the working directory.

=======

7a4e8a21215a1259487417475cf1793b29216e7e

About

Reads a file and creates a search engine by indexing the file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages