Giter Club home page Giter Club logo

information_retrieval's Introduction

Information Retrieval codebase

Contains implementations of models and other IR specific algorithms.

boolean_engine.py: This is a simple search engine (based on the boolean retrieval model) that you can use to search for terms contained in the documents of a specified directory/collection.

Uses:

  • Run the search engine in a CLI, where you can try subsequent searches.
$ python boolean_engine.py
  • Search in the files of a specified directory using -d <directory>.
$ python boolean_engine.py -d DocumentCollection
  • Search the subdirectories of the specified directory as well -rf
$ python boolean_engine.py -d DocumentCollection -rf

You can search using many terms separated by &, | for logical AND, OR respectively and use ! before a term to specify negation of the term. eg: Search: term1 & term2 | !term3. The query is expressed using conjuctive normal form.

information_retrieval's People

Contributors

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