https://github.com/otabek8866/inverted-index-new-algorithm
This new inverted index algorithm calculates which files contain desired text and lines that contain most of the text. This new algorithm has been implemented in python. Currently, this source code supports only text format files.
https://github.com/otabek8866/inverted-index-new-algorithm
algorithm inverted-index python text-search-python
Last synced: 7 months ago
JSON representation
This new inverted index algorithm calculates which files contain desired text and lines that contain most of the text. This new algorithm has been implemented in python. Currently, this source code supports only text format files.
- Host: GitHub
- URL: https://github.com/otabek8866/inverted-index-new-algorithm
- Owner: Otabek8866
- License: gpl-3.0
- Created: 2020-04-29T12:05:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T07:35:00.000Z (over 5 years ago)
- Last Synced: 2025-01-14T12:26:31.274Z (9 months ago)
- Topics: algorithm, inverted-index, python, text-search-python
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inverted-index-new-algorithm
This new inverted index algorithm calculates which files contain the desired text and the lines that contain most of the text and prints all the possible cases in the best match order. This new algorithm has been implemented in python. Currently, this source code supports only text format files and any other security or error cases have not been considered. Just use this algorithm for gettig a new way of text searching. All the code has been implemented in the Procedural programming way.