Class ADSentenceStream.SentenceParser.TreeElement

Namespace
NOpenNLP.Tools.Formats.Ad
Assembly
NOpenNLP.Tools.dll

Represents a tree element, Node or Leaf.

public abstract class ADSentenceStream.SentenceParser.TreeElement
Inheritance
ADSentenceStream.SentenceParser.TreeElement
Derived
Inherited Members

Properties

IsLeaf

public virtual bool IsLeaf { get; }

Property Value

bool

Level

public int Level { get; set; }

Property Value

int

MorphologicalTag

public string? MorphologicalTag { get; set; }

Property Value

string

SyntacticTag

public string? SyntacticTag { get; set; }

Property Value

string