Giter VIP home page Giter VIP logo

information-retrieval-search-engine's Introduction

Information Retrieval course project Fall-1401

Developing a simple Persian search engine

Phase 1

Pre-processing data

  • Tokenizing docs
  • Deleting stop words
  • Stemming

Make positional inverted index

  • A dictionary containing all words of our dataset
  • Store frequency of each word in our dataset
  • Sotre every document that a word showed up in it and its frequency and its position in this document

Retrieve query results

  1. Select related document from inverted index
  2. Apply query operations (Not and Phrase operations)
  3. Score documents respected to:
    1. How many words in query exist in theis document
    2. How many times each word of query repeted in this document
  4. Show top-5 results with related sentences of those documents

Phase 2

tf.idf

  • Calculating tf.idf score and cosine similarity between a query and a document

Champions list

  • Index elimination using champions list to make faster our engine

Instructor

Information Retrieval course Fall-1401 at Computer Engineering of Amirkabir University of Technology taught by Prof. Ahmad Nickabadi

information-retrieval-search-engine's People

Contributors

neginkheirmand avatar salinaria avatar

Stargazers

 avatar  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.