An open API service indexing awesome lists of open source software.

https://github.com/billgewrgoulas/containment-queries

Algorithms for evaluating containment queries in text databases.
https://github.com/billgewrgoulas/containment-queries

Last synced: 7 months ago
JSON representation

Algorithms for evaluating containment queries in text databases.

Awesome Lists containing this project

README

          

# Containment-Queries
A comparison of various methods for evaluating containment queries in text databases. The algorithms used are:
the naive approach, the exact signature file , the bit-slice signature file, and the inverted file.

# Usage

The program runs with python3 cqueries.py transactions.txt queries.txt qnumber methodnumber,
and prints the corresponding results and runtimes.