Class VRoot
java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.GraphNode
org.episteme.social.linguistics.loaders.tigerxml.NT
org.episteme.social.linguistics.loaders.tigerxml.core.VRoot
- All Implemented Interfaces:
Serializable, Identified<Identification>
Represents the virtual root node in a syntax tree. This is a restricted
NT with some peculiarities.
*
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NT
addDaughter, addSecDaughter, buildTreeString, getAllDaughters, getAllDaughtersByLabel, getCat, getDaughters, getDaughtersByLabel, getSecDaughters, getSpan, getTerminals, getText, isTerminal, print2XML, setCatMethods inherited from class GraphNode
after, before, dominates, equals, getCorpus, getDescendantsByLabel, getDominatingNodeByCat, getEdge2Mother, getEdge2SecMother, getId, getIndex, getLeftmostTerminal, getMother, getPath, getSecMothers, getSentence, getVerbosity, hashCode, hasMother, hasSecMothers, isDominatedBy, isDominatedBy, setEdge2Mother, setId, setId, setIndex, setMother, setSecMother, setSentence, setVerbosity, toString, toTreeString
-
Constructor Details
-
VRoot
public VRoot()Creates an empty VRoot setting all member variables tonullor empty. -
VRoot
Creates a VRoot, collects and links its daughters.- Parameters:
sent- The sentence in which to insert this VRoot.
-