@asitang please look at the code style for tika-similarity. Couple things:
All filenames are lowercase with "-" separator and not CamelCase.py
Command line tools should have an exposed command line interface. Which one of these is the command line tool to call? What's its interface look like? See similarity.py for an example.
@asitang please look at the code style for tika-similarity. Couple things: