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