Skip to content

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.

License

Notifications You must be signed in to change notification settings

Otabek8866/Inverted-index-new-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages