Skip to content

ZainAchak/Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Inverted Index

alt text

Authors: Nicola Calabrese, Giacomo Ruà and Zain Ullah

Course: Masters in Data Science

This README.md File will guide you about the files and their functionality for HOMEWORK 3 

Repository Files

1. main.ipynb File

This is the main file of the homework, which contains all the required outputs for the program and this file call all the function for the function.py file

2. functions.py file

This is the most technical file which contain all the functionality on the outputs of main.ipynb is based.

[NOTE]

Some the files like vocabulary.pkl, Inverted_Index.pkl and ID_with_tfidf.pkl which are called in functions.py file, are actually the pickle dumped files for the models. Which can be access from the given below links

  1. vocabulary.pkl [http://www.mediafire.com/file/6bbti349ifchh1v/vocabulary.pkl/file]
  2. Inverted_Index.pkl [http://www.mediafire.com/file/mejr48vnsz1fzgn/Inverted_Index.pkl/file]
  3. ID_with_tfidf.pkl [http://www.mediafire.com/file/1os27gqv2fdjytu/ID_with_tfidf.pkl/file]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published