| Package | Description | 
|---|---|
| gov.va.vinci.leo | 
 Core Client objects. 
 | 
| gov.va.vinci.leo.ae | 
 Provides base Annotator classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Service.deploy(LeoTypeSystemDescription leoTypeSystemDescription,
      int numInstances,
      LeoAnnotator... annotators)
Initialize a pipeline by generating the aggregate descriptor file from the list of LeoAnnotator objects then
 deploy it in the UIMA-AS framework. 
 | 
void | 
Service.deploy(LeoTypeSystemDescription leoTypeSystemDescription,
      LeoAnnotator... annotators)
Initialize a pipeline by generating the aggregate descriptor file from the list of LeoAnnotator objects then
 deploy it in the UIMA-AS framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Service.deploy(List<LeoAnnotator> annotators,
      int numInstances,
      LeoTypeSystemDescription leoTypeSystemDescription)
Initialize a pipeline by generating the aggregate descriptor file from the list of LeoAnnotator objects then
 deploy it in the UIMA-AS framework. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExternalAnnotator
This annotator is used to import external implementations of annotators by descriptor or directly from the object binary. 
 | 
class  | 
LeoBaseAnnotator
Base annotator class for holding functions that all annotators might take
 advantage of, such as loading resource files, etc. 
 | 
class  | 
LeoCachingAnnotator
Base annotator with methods that implement caching via EHCache. 
 | 
class  | 
LeoPearAnnotator
Created by tginter on 7/7/17. 
 | 
class  | 
LeoRemoteAnnotator
Create an annotator that sends each CAS received to a remote service. 
 | 
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.