Skip to content

A search Engine made partially in python. Makes lexicon, forward and inverted index. Does single word and multiword searching from the dataset efficiently and speedily. Loads the inverted index into memory. Tradeoff is memory for speed. And yes, is scalable.

Notifications You must be signed in to change notification settings

Lethaldroid/SearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SearchEngine

A search Engine made in python. A semester project Uses NLTK library. You need to pip install nltk and its additional packages which are stopwords and pfyt. Download them inside from the pycharm and you are good to go. Place the .json dataset in the same folder of the main.py in folder named "newsdata"

About

A search Engine made partially in python. Makes lexicon, forward and inverted index. Does single word and multiword searching from the dataset efficiently and speedily. Loads the inverted index into memory. Tradeoff is memory for speed. And yes, is scalable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages