
public abstract class StanfordCommon extends AbstractNER
| Modifier and Type | Field and Description |
|---|---|
protected edu.stanford.nlp.pipeline.StanfordCoreNLP |
pipeline |
entityClasses, entityList, inputcdl, cfgManager, LOG, versions| Constructor and Description |
|---|
StanfordCommon(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
retrieve(String text)
Retrieves Entity objects from the give input String with sentences as plain text.
|
_retrieve, clean, getEntity, getResults, getSentences, mapTypeToSupportedType, run, setInputgetToolName, getToolVersion, getToolVersion, setCountDownLatchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetToolName, getToolVersion, setCountDownLatchpublic StanfordCommon(Properties props)
public List<Entity> retrieve(String text)
INERretrieve in interface INERretrieve in class AbstractNERtext - sentences as plain textCopyright © 2024. All rights reserved.