public class CppUimajEngine
extends java.lang.Object
| Constructor and Description |
|---|
CppUimajEngine() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchProcessComplete() |
int |
collectionProcessComplete() |
int |
destroy() |
protected void |
finalize() |
byte[] |
getByteHeap() |
int[] |
getHeap() |
int[] |
getIndexedFSs() |
java.lang.String |
getLastExceptionString() |
long[] |
getLongHeap() |
short[] |
getShortHeap() |
java.lang.String[] |
getStringTable() |
static java.lang.String |
getVersion() |
int |
initialize(java.lang.String config,
java.lang.String dataPath,
int[] typeInheritance,
int[] typePriorities,
int[] featureDefs,
int[] featureOffset,
java.lang.String[] typeNames,
java.lang.String[] featureNames,
int[] stringSubTypes,
java.lang.String[] stringSubTypeValues,
int[] stringSubTypeValuePos,
java.lang.String[] indexIDs,
int[] indexKinds,
int[] compStarts,
int[] compDefs) |
int |
process(java.lang.String doc,
int[] heapArray,
int[] fsIndex,
java.lang.String[] stringTable,
int[] resultSpecTypes,
int[] resultSpecFeatures,
int sofaNum,
byte[] aByteHeapArray,
short[] aShortHeapArray,
long[] aLongHeapArray) |
java.lang.String |
resolveImports(java.lang.String inDesc,
java.lang.String dataPath) |
public int initialize(java.lang.String config,
java.lang.String dataPath,
int[] typeInheritance,
int[] typePriorities,
int[] featureDefs,
int[] featureOffset,
java.lang.String[] typeNames,
java.lang.String[] featureNames,
int[] stringSubTypes,
java.lang.String[] stringSubTypeValues,
int[] stringSubTypeValuePos,
java.lang.String[] indexIDs,
int[] indexKinds,
int[] compStarts,
int[] compDefs)
public int process(java.lang.String doc,
int[] heapArray,
int[] fsIndex,
java.lang.String[] stringTable,
int[] resultSpecTypes,
int[] resultSpecFeatures,
int sofaNum,
byte[] aByteHeapArray,
short[] aShortHeapArray,
long[] aLongHeapArray)
public int[] getHeap()
public int[] getIndexedFSs()
public java.lang.String[] getStringTable()
public byte[] getByteHeap()
public short[] getShortHeap()
public long[] getLongHeap()
public int destroy()
public int batchProcessComplete()
public int collectionProcessComplete()
public java.lang.String resolveImports(java.lang.String inDesc,
java.lang.String dataPath)
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic java.lang.String getLastExceptionString()
public static java.lang.String getVersion()
Copyright © 2013. All Rights Reserved.