README.md

Simple searching engine

This is a simple searching engine based on prefix tree, searching in all files on data folder.

Installing

You can install it by git clone command:

git clone https://github.com/nchistov/simple_search_engine.git

Running

Here is the steps:

  1. Activate venv
  2. 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 ⭐!

Описание

Simple searching engine written in Python.

Конвейеры
0 успешных
0 с ошибкой