Zh2Vi::Node
Node represents a node in the syntax tree Can be either a phrasal node (NP, VP, etc.) or a leaf node with token
Constructors
Instance methods
is_atomic=(is_atomic : Bool)
Whether this node is atomic (NER entity - cannot be restructured)
to_bracket
Source