// Run the word choice tests.
for (WordChoiceEvaluation wordChoice : wordChoiceTests) {
WordChoiceReport report = WordChoiceEvaluationRunner.evaluate(
sspace, wordChoice, similarity);
verbose("Results for %s:%n%s%n", wordChoice, report);
results[resultIndex++] = String.format("%4.3f", report.score());
}
// Run the word similarity tests.
for (WordSimilarityEvaluation wordSimilarity :
wordSimilarityTests) {