- To use this search engine in your project as a string processor you can instantiate the class SmallSearchEngine Located in search_engine
- You can try example: Sales data example run using
python3 sales_data_app.py
- You can also try above example on azure function -> return json response: https://smallsearchengine.azurewebsites.net/api/query?query=<YOUR QUERY>
- Other variant can be run on terminal and it is primarily created for Sales data example