BIDS-projects / etl

Extraction, transformation, and loading for topic modeling
0 stars 0 forks source link

Add options for preprocessor #8

Closed chewisinho closed 8 years ago

chewisinho commented 8 years ago

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.

alvinwan commented 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.

chewisinho commented 8 years ago

No problem, I'll do that.

chewisinho commented 8 years ago

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.