public interface SentenceOps<SENTENCE_TYPE>
| Modifier and Type | Method and Description |
|---|---|
SENTENCE_TYPE |
createSentence(org.apache.uima.jcas.JCas jCas,
int begin,
int end) |
List<SENTENCE_TYPE> |
selectSentences(org.apache.uima.jcas.JCas jCas,
org.apache.uima.jcas.tcas.Annotation coveringAnnotation) |
SENTENCE_TYPE createSentence(org.apache.uima.jcas.JCas jCas, int begin, int end)
List<SENTENCE_TYPE> selectSentences(org.apache.uima.jcas.JCas jCas, org.apache.uima.jcas.tcas.Annotation coveringAnnotation)
Copyright © 2023. All rights reserved.