/** * */ package outputter; /** * @author hong cui * This class identifies exact matches in UBERON for structures extracted from fine-grainedly marked-up XML files * These matched classes are entity anchors * This class calculates semantic distance of a entity class to these entity anchors */ public class EntityAnchors { /** * */ public EntityAnchors() { // TODO Auto-generated constructor stub } /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub } }