| Package | Description |
|---|---|
| de.julielab.jcore.utility.index |
In the this package, a range of
JCoReAnnotationIndex implementations
can be found. |
| Modifier and Type | Class and Description |
|---|---|
class |
JCoReHashMapAnnotationIndex<K extends Comparable<K>,T extends org.apache.uima.jcas.tcas.Annotation>
Use when: You basically just need a map that maps from some key to
annotations associated with that key.
|
class |
JCoReTreeMapAnnotationIndex<K extends Comparable<K>,T extends org.apache.uima.jcas.tcas.Annotation>
Use when: You want a fuzzy search on the index keys (please see the note in
the next paragraph) or ou specifically need a
TreeMap instead of a
HashMap (if not, refer to JCoReHashMapAnnotationIndex) for
some other reason. |
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.