An open API service indexing awesome lists of open source software.

https://github.com/lalitmee/information-retrieval

Inverted index in python
https://github.com/lalitmee/information-retrieval

english hindi inverted-index python

Last synced: 6 months ago
JSON representation

Inverted index in python

Awesome Lists containing this project

README

          

# Information-retrieval
Inverted index in python

## For both type of collections there are two programs.
1. ***index_funtions.py*** is written by the use of functions
2. ***index.py*** is written without the use of functions
3. There is also one text file of **Stopwords** for both type of collections.

## For english inverted index
I used the Porter2Stemmer for stemming.