Closed chewisinho closed 8 years ago
Maybe it'd be better, for the sake of users in the future, to force users to specify a preprocessor. Just in case the default is run on accident? Running without arguments would prompt --help
, for example.
No problem, I'll do that.
The command line options are finished - running without arguments currently does not write to any databases (but does not display help messages). Good enough for now.
Add
docopt
argument parser for the preprocessor. The final goal is:I can work on this weekend (if this needs to be done faster, please assign yourself and work on it instead).
See BIDS-projects/topic-modeling/topic-model/topic-model.py for example usage of docopt.