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

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.

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.