Uses of Interface
com.yahoo.document.annotation.SpanNodeParent
Packages that use SpanNodeParent
Package
Description
Provides classes and interfaces for creating trees of spans over string
values in Vespa documents, and annotating these spans.
-
Uses of SpanNodeParent in com.yahoo.document.annotation
Classes in com.yahoo.document.annotation that implement SpanNodeParentModifier and TypeClassDescriptionclassA node in aSpanNodetree that can have a multiple trees of child nodes, each with its own probability.classThis class represents a range of characters from a string. This is the leaf node in a Span tree.classA node in a Span tree that can have child nodes.classBase class of nodes in a Span tree.classA SpanTree holds a root node of a tree of SpanNodes, and a List of Annotations pointing to these nodes or each other.Methods in com.yahoo.document.annotation that return SpanNodeParentModifier and TypeMethodDescriptionSpanNode.getParent()Returns the parent node of this SpanNode, if any.