try {
SemanticSpace sspace = SemanticSpaceIO.load(
options.getStringOption('e'));
if (options.hasOption('E'))
reporter = new SemEvalReporter(System.out);
return new EvaluationWordsi(
getAcceptedWords(), getExtractor(), sspace, reporter);
} catch (IOException ioe) {
throw new IOError(ioe);
}
} else if (options.hasOption('s')) {