Entry point of my application is app.py
You should use python3
Run my app with "python3 app.py" command.
If you run it first time, it creates inverted index.
Default directory name is "reuters21578" for data.
Stop word data have to be in current directory and named as "stopwords.txt"
You can use help command for further information