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

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

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 |