Package opennlp.uima.util
Klasse AnnotationIteratorPair
java.lang.Object
opennlp.uima.util.AnnotationIteratorPair
A pair of a
UIMA annotation
and an
annotation iterator
.-
Konstruktorübersicht
KonstruktorBeschreibungAnnotationIteratorPair
(org.apache.uima.cas.text.AnnotationFS a, Iterable<org.apache.uima.cas.text.AnnotationFS> it) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.apache.uima.cas.text.AnnotationFS
Iterable
<org.apache.uima.cas.text.AnnotationFS>
-
Konstruktordetails
-
AnnotationIteratorPair
public AnnotationIteratorPair(org.apache.uima.cas.text.AnnotationFS a, Iterable<org.apache.uima.cas.text.AnnotationFS> it)
-
-
Methodendetails
-
getAnnotation
public org.apache.uima.cas.text.AnnotationFS getAnnotation()- Gibt zurück:
- Retrieves the
AnnotationFS
.
-
getSubIterator
- Gibt zurück:
- Retrieves the
sub-iterator
.
-