GithubHelp home page GithubHelp logo

information-retrieval's Introduction

Overview:

This project covers some areas of information retrieval. Examining the functional components of information retrieval including document and query representation, indexing techniques, similarity and matching, retrieval models, evaluation techniques, implementation issues, query reformulation (relevance feedback), Space models and space reduction.

Phase 1 StopList
  1. Read data from the files, supported files :
  • Text Files
  • PDF files (PDF Reader Library)
  • Images ( All types of Images suppored by Tesseract-OCR -> Optical Charachter Recognition engine)
  1. Removing stopwords and handling three symboles { @ . , }
  2. Write data files results in STP directory as Text files
Phase 2 Stemming
  1. Read data from STP directory
  2. Removal of suffixes using Porter Stemmer Algorithm
  3. Write the results in SFX directory as Text files
Phase 3 Inverted file
  1. Read data from SFX directory
  2. Initialize and fill the inverted file matrix
  3. Detect the new stopwords
Phase 4 Query
  1. Receive query from user
  2. Initialize and fill the weighted query list
  3. Rank the documents
Phase 5 Evaluation
  1. Calculate Precision ,Recall ,and F-measure

System Requirements:

  1. Java 13, you can download it from https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html
  2. PDF Reader Library, you can download it from https://downloads.apache.org/pdfbox/2.0.24/
  3. Tesseract-OCR, you can download it from https://tesseract-ocr.github.io/tessdoc/Downloads.html

Directory Setup:

main path is "C:\Users\LENOVO\Desktop\IR"

~\data

contains test collection

~\dataStpresults

contains files with stop words removed

~\dataSfxresults

contains files after stemming

~\packages\Tesseract-OCR

contains all the .exe files of the search engine

~\packages\Tesseract-OCR\temp

contain one text file "imageOutText.txt" that contain engine's result

information-retrieval's People

Contributors

hassansayyed avatar

Watchers

 avatar

information-retrieval's Issues

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.