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
- Host: GitHub
- URL: https://github.com/neimat1/inverted-index
- Owner: Neimat1
- Created: 2022-06-03T05:42:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T05:53:23.000Z (about 3 years ago)
- Last Synced: 2025-01-25T09:42:08.264Z (5 months ago)
- Topics: information-retrieval, java
- Language: Java
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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