| Class | Description |
|---|---|
| JCoReAnnotationIndexMerger |
This class takes multiple UIMA indices, e.g.
|
| JCoReAnnotationTools |
Most of this functionality is found in UIMAfit nowadays and should be used from there.
|
| JCoReCondensedDocumentText |
This class is helpful when some parts of the CAS document text should be cut
out according to a set of specific annotations.
|
| JCoReFeaturePath |
This class is an implementation of the UIMA
FeaturePath interface and adds some capabilities to it. |
| JCoReFSListIterator<T extends org.apache.uima.cas.FeatureStructure> |
An iterator that takes a list of FeatureStructures and returns or navigates
its elements exactly in the order the list defines.
|
| JCoReTools |
The binarySearch methods work specifically on Annotation objects, sorted by given function.
The addToFSArray methods are useful for adding elements to FSArrays which are rather awkward to use and, especially, to extend.
The addToStringArray methods serve a similar purpose.
One of the most used methods from this list is
JCoReTools.getDocId(JCas) which will look for an annotation of type de.julielab.jcore.types.Header and return its docId feature value.
The JCoReTools.deserializeXmi(CAS, InputStream, int) method is used in UIMA 2.x to fix issues with special Unicode characters. |
| Exception | Description |
|---|---|
| JCoReUtilitiesException |
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.