Skip to content

TheMostafax/Inverted_Index-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inverted_Index-using-python

Inverted index model using python

Step 1: Prepare the data

You need to prepare the data for indexing and retrieval. This involves reading in the documents, preprocessing them (tokenization, stopwords removal, stemming and Lower Case) using NLTK library, and storing them in a data structure that can be indexed.

Step 2: Build the index

The index is typically an inverted index, which maps each term to the documents that contain that term.

About

Inverted index model using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published