System.out.println("Text = " + text);
*/
SurfaceForm surfaceForm = new SurfaceForm(surfaceFormStr);
SurfaceFormOccurrence sfocc = new SurfaceFormOccurrence(surfaceForm, text, entStart);
sfocc.features().put("type", new Feature("type",oType.toString()));
sfOccurrences.add(sfocc);
}
}
}