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

https://github.com/neimat1/inverted-index

This is the implementation of the intersect algorithm, union algorithm, and not algorithm
https://github.com/neimat1/inverted-index

information-retrieval java

Last synced: 3 months ago
JSON representation

This is the implementation of the intersect algorithm, union algorithm, and not algorithm

Awesome Lists containing this project

README

        

# Inverted-Index

This is the implementation of the intersect algorithm, union algorithm, and not algorithm



  • word1 OR word2

  • word1 AND word2

  • word1 AND word2 OR word3 AND NOT word4