public static final boolean USE_SUB_TYPES = false;
private Map<String, String> entityTagForNer;
public RothEntityExtractor() {
super(null, USE_SUB_TYPES, null, true, new EntityMentionFactory(), true);
entityTagForNer = new HashMap<String, String>();
// entityTagForNer.put("person", "Peop");
// entityTagForNer.put("organization", "Org");
// entityTagForNer.put("location", "Loc");
entityTagForNer.put("person", "PEOPLE");