This project is done as a part of python course for academic credits.
- An index file contains a list of text file paths to be considered ( one per line ). Build a file list that contains respective dictionary of words which are grouped by the starting alphabet. If we enter a word, the program should be able to display all the files where this word is found.
- Aswin Kumar (S6) U101113FBT003
- E.Gurubaran (S6) U101113FEC024
- S.Karthikeyan (S5) U101113FCS088
- Vaddela Jaideep (S5) U101113FCS160
- Pranith Kumar (S6) U101113FEC225
- Please run the "main.py" by using the following command in your command promt.
python3 main.py
- The file containing the list of text files to be indexed needs to have one file name per line.