Nodes that depend on this node, ordered by word-order; empty for leafs or if no tree-structure is in the analysis.
Legacy value: Entity associated with this tecto token; null if there is no such entity. (Used only by F3, not by G3)
Entity mention associated with this tecto token; null if there is no such entity.
Grammatical and other features of the tecto token.
Label of the dependency edge.
Readonly
idID of this node used to refer to it from other objects.
Readonly
idxZero-based index of this node reflecting its word-order position within the sentence.
Tecto lemma.
Node that this node depends on. Null for the root or if no tree-structure is in the analysis.
Sentence this node belongs to. Can be null only during construction.
Surface token corresponding to this tecto token; not necessarily adjacent; ordered by word-order; Might be null, because the root or dropped phrases have no surface realization.
All nodes dominated by this node.
Whether this node itself is included.
Whether the result should be ordered by word order.
In-order iterator over the subtree of this node, optionally skipping some subtrees.
If true, the nodes on which [skipPredicate] returns true are included in the result.
When this predicate is true on any node, the node's subtree is not traversed (skipping only their subtrees).
Pre-order iterator over the subtree of this node, optionally skipping some subtrees.
If true, the nodes on which [skipPredicate] returns true are included in the result (skipping only their subtrees).
When this predicate is true on any node, the node's subtree is not traversed.
In-order iterator over the subtree of this node.
Children of this node that precede it.
Pre-order iterator over the subtree of this node.
Children of this node that follow it.
Indented string representation of the subtree of this node.
A function printing individual nodes.
A string used to indent each level from the previous one.
Indentation level to start with.
Parenthesised representation of the subtree of this node.
Function printing individual nodes.
A string representation of the tree rooted in this node.
Static
ofTectoToken factory method, public constructor.
A tecto token, i.e. a tectogrammatical abstraction of a word (e.g. "did not sleep" are three tokens but a single tecto-token) Tecto tokens have an zero-based index reflecting their position within their sentence.