Class VRoot

All Implemented Interfaces:
Serializable, Identified<Identification>

public class VRoot extends NT
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:
  • Constructor Details

    • VRoot

      public VRoot()
      Creates an empty VRoot setting all member variables to null or empty.
    • VRoot

      public VRoot(Sentence sent)
      Creates a VRoot, collects and links its daughters.
      Parameters:
      sent - The sentence in which to insert this VRoot.