This is a simple searching engine based on prefix tree, searching in all files on data
folder.
You can install it by git clone
command:
git clone https://github.com/nchistov/simple_search_engine.git
Here is the steps:
- Activate
venv
- run command:
python search.py
WARNING! Indexing is not fast work :)
Example run:
$ python search.py
Indexing... Done
Search something... rabbit
Searching... Done
Search results:
alice.txt
I think this is all :)
Do not forget ⭐!