Package | Description |
---|---|
gov.va.vinci.leo.ae |
Provides base Annotator classes.
|
gov.va.vinci.leo.descriptors |
Provides factories and classes for type, aggregate, analysis, deployment descriptors, and other
descriptors UIMA AS uses.
|
gov.va.vinci.leo.model |
Provides model POJO objects used in Leo.
|
gov.va.vinci.leo.tools |
Service utility classes for descriptor handling and JAM service registration.
|
Constructor and Description |
---|
ExternalAnnotator(String descriptor,
boolean byName,
int numInstances,
NameValue... paramValues)
Create this annotator by importing an external descriptor.
|
ExternalAnnotator(String descriptor,
boolean byName,
NameValue... paramValues)
Create this annotator by importing an external descriptor.
|
Modifier and Type | Method and Description |
---|---|
LeoAEDescriptor |
LeoAEDescriptor.addDelegate(String descriptor,
boolean byName,
NameValue... paramValues)
Add a delegate analysis engine descriptor to this engine using the descriptor provided.
|
LeoRemoteAEDescriptor |
LeoRemoteAEDescriptor.setParameterSetting(NameValue nameValue)
Set the remote service parameter from the NameValue pair information provided.
|
LeoAEDescriptor |
LeoAEDescriptor.setParameterSetting(NameValue fpv)
Set a parameter from a NameValue object.
|
Constructor and Description |
---|
LeoAEDescriptor(String descriptor,
boolean byName,
NameValue... paramValues)
Create a new description object from the descriptor file provided.
|
LeoRemoteAEDescriptor(String descriptor,
boolean byName,
NameValue... paramValues)
Import an XML descriptor and use it as the model.
|
Modifier and Type | Method and Description |
---|---|
NameValue |
NameValue.setName(String name)
Set name.
|
NameValue |
NameValue.setValue(Object value)
Set the value.
|
Modifier and Type | Method and Description |
---|---|
static NameValue |
CasTools.getReferenceID(org.apache.uima.jcas.JCas jcas)
Return the document ID based on the CSI or SourceDocumentInformation objects.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.