Skip to content

Search word(s) using the Inverted Index which returns a list of files that contain the query

License

Notifications You must be signed in to change notification settings

neelgajjar/WordSearch-InvertedIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordSearch-InvertedIndex

Inverted indexes are the most fundamental and widely used data structures in information retrieval.
For each unique word occurring in a document collection, the inverted index stores a list of the documents in which this word occurs.
For each word in this collection is called a term and corresponding to each term we maintain a list, called inverted list, of all the documentsin which this word appears.

About

Search word(s) using the Inverted Index which returns a list of files that contain the query

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages