ArgOptions options = argOptions;
// Setup the assignment reporter. When training, the assignment report
// will only be used If the evaluation mode will be for pseudoWord.
AssignmentReporter reporter = null;
if (options.hasOption('P'))
reporter = new PseudoWordReporter(System.out);
int numClusters = options.getIntOption('c', 0);
// If Wordsi is being used in an evaluation mode, set up word space
// accordingly.