1 package eu.fbk.dkm.pikes.rdf.api; 2 3 public interface Annotator { 4 5 Object process(String text) throws Exception; 6 7 }