• Stars
    star
    1
  • Language
    Python
  • License
    Mozilla Public Li...
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The (standard) Boolean model of information retrieval (BIR) is a classical information retrieval (IR) model and, at the same time, the first and most-adopted one. It is used by many IR systems to this day. The BIR is based on Boolean logic and classical set theory in that both the documents to be searched and the user's query are conceived as sets of terms. Retrieval is based on whether or not the documents contain the query terms.

More Repositories

1

Simulation-Of-IceCreamShop

[Operating System Course Project] Ice Cream Factory Problem - This program creates a simulation of an ice cream shop where multiple customers are entertained with preventing race condition. It is written in pure C only.
C
5
star
2

Longest-Common-Subsequence

Finds the length and then computes the LCS string.
C++
1
star
3

cms_twm

The Webmasters, NUCES Karachi | Content Management Site
JavaScript
1
star
4

add-two-polynomials-linked-list

Given two polynomial numbers represented by a linked list. Write a function that add these lists means add the coefficients who have same variable powers.
C++
1
star
5

English-Language-Parser-using-CPP

This software parses the sentences in English Language by implementing a given CFG in C++ and identifies whether a sentence is valid or not.
C++
1
star
6

Recipe-App

Recipe sharing app build using Flutter (Dart) for frontent and .NET Core Web APIs for backend.
Dart
1
star
7

my-expressjs-tutorial

This is a repository that is sort of a log of my learning path through Express.Js (when I started it). It contains code with valuable comments in complete detail for almost every line of code. It also addresses some issues, errors or bugs that were encountered while starting with Express.js and provides detailed solutions for those problems. It also addresses CommonJS vs ES6 format and their problems with solutions and code file uses ES6 format to import the node modules. It also describes the installation process of nodemon, it's usage and problems and solutions. It also describes the benefits of using nodemon against node command to run a server.
JavaScript
1
star
8

git-guide

a helpful guide to use git
1
star