public class IllinoisExtendedEN extends AbstractNER
Modifier and Type | Field and Description |
---|---|
static String |
file |
entityClasses, entityList, input
cdl, cfgManager, LOG, versions
Constructor and Description |
---|
IllinoisExtendedEN() |
Modifier and Type | Method and Description |
---|---|
List<Entity> |
getEntities(Vector<edu.illinois.cs.cogcomp.lbjava.parse.LinkedVector> sentences) |
List<Entity> |
retrieve(String input)
Retrieves Entity objects from the give input String with sentences as plain text.
|
protected double |
shapePred(edu.illinois.cs.cogcomp.LbjNer.LbjTagger.NEWord w,
String tag) |
_retrieve, clean, getEntity, getResults, getSentences, mapTypeToSupportedType, run, setInput
getToolName, getToolVersion, getToolVersion, setCountDownLatch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getToolName, getToolVersion, setCountDownLatch
public static String file
public List<Entity> retrieve(String input)
INER
retrieve
in interface INER
retrieve
in class AbstractNER
input
- sentences as plain textpublic List<Entity> getEntities(Vector<edu.illinois.cs.cogcomp.lbjava.parse.LinkedVector> sentences) throws Exception
Exception
protected double shapePred(edu.illinois.cs.cogcomp.LbjNer.LbjTagger.NEWord w, String tag)
Copyright © 2024. All rights reserved.