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"
-
Notifications
You must be signed in to change notification settings - Fork 1
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.
Lethaldroid/SearchEngine
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 0
No packages published