- findAnnotationCoveredByOneOf(Collection<T>) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns an annotation covered by this annotation.
- findAnnotationCoveringOneOf(Collection<T>) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns an annotation that this annotation covers.
- findAssociatedTokens() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
Returns a list of tokens associated with the given annotation.
- findChild(String) - Method in class net.junaraki.annobase.type.element.ConstituencyNode
-
Finds the first child with the given label.
- findHeadWordFromDependency() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
Returns a head word using dependency annotation.
- findTokens() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
Returns tokens covered by this annotation.
- follows(ElementAnnotation) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns true if this annotation follows the given annotation.