public class CppUimajEngine extends 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() |
String |
getLastExceptionString() |
long[] |
getLongHeap() |
short[] |
getShortHeap() |
String[] |
getStringTable() |
static String |
getVersion() |
int |
initialize(String config,
String dataPath,
int[] typeInheritance,
int[] typePriorities,
int[] featureDefs,
int[] featureOffset,
String[] typeNames,
String[] featureNames,
int[] stringSubTypes,
String[] stringSubTypeValues,
int[] stringSubTypeValuePos,
String[] indexIDs,
int[] indexKinds,
int[] compStarts,
int[] compDefs) |
int |
process(String doc,
int[] heapArray,
int[] fsIndex,
String[] stringTable,
int[] resultSpecTypes,
int[] resultSpecFeatures,
int sofaNum,
byte[] aByteHeapArray,
short[] aShortHeapArray,
long[] aLongHeapArray) |
String |
resolveImports(String inDesc,
String dataPath) |
public int initialize(String config, String dataPath, int[] typeInheritance, int[] typePriorities, int[] featureDefs, int[] featureOffset, String[] typeNames, String[] featureNames, int[] stringSubTypes, String[] stringSubTypeValues, int[] stringSubTypeValuePos, String[] indexIDs, int[] indexKinds, int[] compStarts, int[] compDefs)
public int process(String doc, int[] heapArray, int[] fsIndex, String[] stringTable, int[] resultSpecTypes, int[] resultSpecFeatures, int sofaNum, byte[] aByteHeapArray, short[] aShortHeapArray, long[] aLongHeapArray)
public int[] getHeap()
public int[] getIndexedFSs()
public String[] getStringTable()
public byte[] getByteHeap()
public short[] getShortHeap()
public long[] getLongHeap()
public int destroy()
public int batchProcessComplete()
public int collectionProcessComplete()
protected void finalize() throws Throwable
public String getLastExceptionString()
public static String getVersion()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.