A Domain Specific Information Retrieval System
Dataset used : kaggle data set of 380000+ songs from metrolyrics
- Indexing – To generate the engine.db file do the following – This a onetime activity Prerequisite – lyrics.csv file should be present in the same directory Run indexing.py file from folder Search Engine
python ./indexing.py Input option 1 when prompted
- Searching: Prerequisite - Need a engine.db file to run. Execute SearchEngine.py to open the homepage of the application. Enter query and choose appropriate search option to see the results. Different components of the UI are explained in the design document