Uses of Interface
de.julielab.jcore.utility.index.IndexTermGenerator
-
Packages that use IndexTermGenerator Package Description de.julielab.jcore.utility.index In the this package, a range ofJCoReAnnotationIndeximplementations can be found. -
-
Uses of IndexTermGenerator in de.julielab.jcore.utility.index
Classes in de.julielab.jcore.utility.index that implement IndexTermGenerator Modifier and Type Class Description static classTermGenerators.LongOffsetIndexTermGeneratorFields in de.julielab.jcore.utility.index declared as IndexTermGenerator Modifier and Type Field Description protected IndexTermGenerator<K>JCoReMapAnnotationIndex. indexTermGeneratorprotected IndexTermGenerator<K>JCoReMapAnnotationIndex. searchTermGeneratorMethods in de.julielab.jcore.utility.index that return IndexTermGenerator Modifier and Type Method Description static IndexTermGenerator<java.lang.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<java.lang.String>TermGenerators. exactPrefixTermGenerator(int length)Generates as a search term the prefix of the covered text of an annotation of length length.static IndexTermGenerator<java.lang.String>TermGenerators. exactSuffixTermGenerator(int length)Generates as a search term the suffix of the covered text of an annotation of length length.static IndexTermGenerator<java.lang.String>TermGenerators. nGramTermGenerator(int n)Creates strict n-grams of the covered text of an annotation.static IndexTermGenerator<java.lang.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<java.lang.String>TermGenerators. suffixTermGenerator(int maxLength)Generates as a search term the suffix of the covered text of an annotation up to length length.Constructors in de.julielab.jcore.utility.index with parameters of type IndexTermGenerator Constructor Description 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, org.apache.uima.cas.Type type)JCoReMapAnnotationIndex(java.util.function.Supplier<java.util.Map<K,java.util.Collection<T>>> indexMapSupplier, IndexTermGenerator<K> indexTermGenerator, IndexTermGenerator<K> searchTermGenerator)JCoReMapAnnotationIndex(java.util.function.Supplier<java.util.Map<K,java.util.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<java.util.Map<K,java.util.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(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, org.apache.uima.cas.Type type)JCoReTreeMapAnnotationIndex(java.util.Comparator<K> comparator, IndexTermGenerator<K> indexTermGenerator, IndexTermGenerator<K> searchTermGenerator)JCoReTreeMapAnnotationIndex(java.util.Comparator<K> comparator, IndexTermGenerator<K> indexTermGenerator, IndexTermGenerator<K> searchTermGenerator, org.apache.uima.jcas.JCas jCas, int type)JCoReTreeMapAnnotationIndex(java.util.Comparator<K> comparator, IndexTermGenerator<K> indexTermGenerator, IndexTermGenerator<K> searchTermGenerator, org.apache.uima.jcas.JCas jCas, org.apache.uima.cas.Type type)
-