GithubHelp home page GithubHelp logo

manel15279 / intelligent-information-retrieval-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 16.13 MB

An implementation of an Information Retrieval System that indexes documents and matches queries using vector space models (Jaccard, Cosine, Scalar), boolean model, and probabilistic model (BM25).

Python 100.00%
information-retrieval pyqt5 python ntlk

intelligent-information-retrieval-system's Introduction

Information Retrieval System: Indexing and Query Matching

Overview

This project implements an Information Retrieval System (IRS) that indexes documents and matches queries using various retrieval models. It aims to apply concepts learned in information retrieval courses, utilizing the LISA dataset for testing.

Features

  • Indexing: Implement algorithms for extracting terms, removing stopwords, and normalizing terms in documents using NLTK. Create descriptor and inverse files to facilitate retrieval.
  • Query Matching: Implement retrieval models such as scalar product, cosine measure, Jaccard measure, boolean models (AND, OR, NOT), and BM25 probabilistic model.
  • Evaluation: Compare retrieval models based on average precision, P@5, P@10, recall, F-measure, and plot precision-recall curves.

Usage

  1. Clone Repository: Clone the repository to your local machine.
  2. Install Dependencies: Install required dependencies using pip install -r requirements.txt.
  3. Prepare Data: Obtain the LISA dataset from the University of Glasgow website and concatenate the files.
  4. Execute Application: Run the app.py file to launch the application python main.py.
  5. Interact with GUI: Use the graphical user interface to perform indexing, query research, query matching, and evaluation.
  6. View Results: Evaluate the performance of different retrieval models and visualize precision-recall curves.

intelligent-information-retrieval-system's People

Contributors

manel15279 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.