public class UimacppEngine
extends java.lang.Object
| Constructor and Description |
|---|
UimacppEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
batchProcessComplete()
batchProcessComplete
|
void |
collectionProcessComplete()
CasConsumer collectionProcessComplete
|
static void |
configureResourceManager(java.lang.String workDirectory,
java.lang.String dataDirectory)
Configure the TAF Resource Manager.
|
static UimacppEngine |
createJTafTAE(java.lang.String configFile)
create a TAF engine with a config file
|
void |
destroy()
de-initializes the TAF engine.
|
protected void |
finalize() |
static java.lang.String |
getErrorMessage(long errorCode)
helper function to get the error message for some TAF error ID.
|
static java.lang.String |
getTafJNIVersion()
helper function to get the TAF JNI version.
|
boolean |
hasNext()
hasNext
|
void |
next(CAS segment)
next
|
void |
process(ResultSpecification rs,
CAS aCas,
boolean casIsEmpty)
process the document.
|
public UimacppEngine()
throws UimacppException
UimacppExceptionpublic static void configureResourceManager(java.lang.String workDirectory,
java.lang.String dataDirectory)
throws UimacppException
UimacppExceptionpublic static UimacppEngine createJTafTAE(java.lang.String configFile) throws UimacppException
UimacppExceptionpublic void destroy()
throws UimacppException
UimacppExceptionpublic void process(ResultSpecification rs, CAS aCas, boolean casIsEmpty) throws UimacppException
UimacppExceptionpublic boolean hasNext()
throws UimacppException
UimacppExceptionpublic void next(CAS segment) throws UimacppException
UimacppExceptionpublic void batchProcessComplete()
throws UimacppException
UimacppExceptionpublic void collectionProcessComplete()
throws UimacppException
UimacppExceptionpublic static java.lang.String getErrorMessage(long errorCode)
throws UimacppException
UimacppExceptionpublic static java.lang.String getTafJNIVersion()
throws UimacppException
UimacppExceptionprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableCopyright © 2013. All Rights Reserved.