/Textmining_cw1

text_mining coursework1

Primary LanguagePython

Textmining coursework 1

We should be able to run your code to train a model by issuing the following command:

% python3 question_classifier.py --train --config [configuration_file_path]

We should also be able to run your code to test a model by issuing the following command:

% python3 question_classifier.py --test --config [configuration_file_path]