List<AnnotationFS> fp = new ArrayList<AnnotationFS>();
List<AnnotationFS> fn = new ArrayList<AnnotationFS>();
List<AnnotationFS> tp = new ArrayList<AnnotationFS>();
// need basics in this test cas too:
final DefaultSeeder scanner = new DefaultSeeder();
scanner.seed(test.getDocumentText(), test);
testAnnotations = expand(testAnnotations, test, getWordTypes(test));
runAnnotations = expand(runAnnotations, run, getWordTypes(run));
for (AnnotationFS eachTest : testAnnotations) {
boolean found = false;