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
- Host: GitHub
- URL: https://github.com/lalitmee/information-retrieval
- Owner: lalitmee
- Created: 2017-04-28T18:45:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T19:00:25.000Z (over 8 years ago)
- Last Synced: 2025-03-27T01:07:07.761Z (7 months ago)
- Topics: english, hindi, inverted-index, python
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.