| 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 |
|---|---|
static class |
TermGenerators.LongOffsetIndexTermGenerator |
| Modifier and Type | Field and Description |
|---|---|
protected IndexTermGenerator<K> |
JCoReMapAnnotationIndex.indexTermGenerator |
protected IndexTermGenerator<K> |
JCoReMapAnnotationIndex.searchTermGenerator |
| Modifier and Type | Method and Description |
|---|---|
static IndexTermGenerator<String> |
TermGenerators.edgeNGramTermGenerator(int n)
Generates all prefixes between length of 1 and length of max(n,
annotation.getCoveredText().length()) for an annotation a.
|
static IndexTermGenerator<String> |
TermGenerators.exactPrefixTermGenerator(int length)
Generates as a search term the prefix of the covered text of an
annotation of length length.
|
static IndexTermGenerator<String> |
TermGenerators.exactSuffixTermGenerator(int length)
Generates as a search term the suffix of the covered text of an
annotation of length length.
|
static IndexTermGenerator<String> |
TermGenerators.nGramTermGenerator(int n)
Creates strict n-grams of the covered text of an annotation.
|
static IndexTermGenerator<String> |
TermGenerators.prefixTermGenerator(int maxLength)
Generates as a search term the prefix of the covered text of an
annotation up to length length.
|
static IndexTermGenerator<String> |
TermGenerators.suffixTermGenerator(int maxLength)
Generates as a search term the suffix of the covered text of an
annotation up to length length.
|
| Constructor and Description |
|---|
JCoReHashMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator) |
JCoReHashMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator) |
JCoReHashMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
int type) |
JCoReHashMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
int type) |
JCoReHashMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
org.apache.uima.cas.Type type) |
JCoReHashMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
org.apache.uima.cas.Type type) |
JCoReMapAnnotationIndex(java.util.function.Supplier<Map<K,Collection<T>>> indexMapSupplier,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator) |
JCoReMapAnnotationIndex(java.util.function.Supplier<Map<K,Collection<T>>> indexMapSupplier,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator) |
JCoReMapAnnotationIndex(java.util.function.Supplier<Map<K,Collection<T>>> indexMapSupplier,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
int type)
This is the full constructor of the map index.
|
JCoReMapAnnotationIndex(java.util.function.Supplier<Map<K,Collection<T>>> indexMapSupplier,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
int type)
This is the full constructor of the map index.
|
JCoReMapAnnotationIndex(java.util.function.Supplier<Map<K,Collection<T>>> indexMapSupplier,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
org.apache.uima.cas.Type type)
This is the full constructor of the map index.
|
JCoReMapAnnotationIndex(java.util.function.Supplier<Map<K,Collection<T>>> indexMapSupplier,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
org.apache.uima.cas.Type type)
This is the full constructor of the map index.
|
JCoReTreeMapAnnotationIndex(Comparator<K> comparator,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator) |
JCoReTreeMapAnnotationIndex(Comparator<K> comparator,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator) |
JCoReTreeMapAnnotationIndex(Comparator<K> comparator,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
int type) |
JCoReTreeMapAnnotationIndex(Comparator<K> comparator,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
int type) |
JCoReTreeMapAnnotationIndex(Comparator<K> comparator,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
org.apache.uima.cas.Type type) |
JCoReTreeMapAnnotationIndex(Comparator<K> comparator,
IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
org.apache.uima.cas.Type type) |
JCoReTreeMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator) |
JCoReTreeMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator) |
JCoReTreeMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
int type) |
JCoReTreeMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
int type) |
JCoReTreeMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
org.apache.uima.cas.Type type) |
JCoReTreeMapAnnotationIndex(IndexTermGenerator<K> indexTermGenerator,
IndexTermGenerator<K> searchTermGenerator,
org.apache.uima.jcas.JCas jCas,
org.apache.uima.cas.Type type) |
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.