Notebooks of practical projects of Information Retrieval Course at CE@AUT
Implement boolean query for an IR system. (:link:)
Improve IR system using TFIDF score and scoring documents (:link:)
Using Elastic Search IR engine to make an IR system. this part has 4 notebooks:
- Boolean Query using Elastic Search (:link:)
- Similarity Modulation (:link:)
- Spell Correction using n-grams (:link:)
- Using word embedding and word2vec model to enhance IR system (:link:)
You can find models and datasets related to these notebooks in this link.