Rad6/Information-Retrieval
This repo contains a text search engine done in two phases. Phase 1 indexes documents with BSBI algorithm without scoring. And in Phase 2, BM25 scores the retrieved documents
Python
This repo contains a text search engine done in two phases. Phase 1 indexes documents with BSBI algorithm without scoring. And in Phase 2, BM25 scores the retrieved documents
Python