public static class TermGenerators.LongOffsetIndexTermGenerator extends Object implements IndexTermGenerator<Long>
| Constructor and Description |
|---|
LongOffsetIndexTermGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Long |
forOffsets(int begin,
int end) |
Object |
generateIndexTerms(org.apache.uima.jcas.tcas.Annotation a)
Generates a single index term or a stream of index terms for the
annotation a.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasKey, asStreampublic Object generateIndexTerms(org.apache.uima.jcas.tcas.Annotation a)
IndexTermGeneratorIndexTermGenerator.asKey(Annotation) or
IndexTermGenerator.asStream(Annotation) might be used instead.generateIndexTerms in interface IndexTermGenerator<Long>a - The annotation to generate terms for.public Long forOffsets(int begin, int end)
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.