https://github.com/sayedmoataz/information-retrieval-is313
Information Retrieval College Project
https://github.com/sayedmoataz/information-retrieval-is313
Last synced: 11 months ago
JSON representation
Information Retrieval College Project
- Host: GitHub
- URL: https://github.com/sayedmoataz/information-retrieval-is313
- Owner: sayedmoataz
- Created: 2021-12-16T00:32:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T15:28:24.000Z (over 4 years ago)
- Last Synced: 2025-06-10T20:00:49.212Z (12 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Information-Retrieval-IS313
Information Retrieval College Project
## project env requirements :
Python 3.6+
install The Natural Language Toolkit (NLTK)
```sh
pip install nltk
pip install regex
pip install more-itertools
```
## First Part
| Task | Status | |
| ------ | ------ | ------|
| Read 10 files (.txt)| Done | Required |
| tokenization | Done | Required |
| Normalization| Done | Optional |
| Stop words | Done | Required |
| Lemmatizationa | Not Yet | Optional |
| Streamming "Porter Algorithm" | Done | Optional |
## Second Part
| Task | Status |
| ------ | ------ |
| positional index | Done | Required |
| user query + return result | In Process | Required |
## Third Part
| Task | Status |
| ------ | ------ |
| term document incidence matrix | Not Yet |