Class Constituent

Namespace
NOpenNLP.Tools.Parser
Assembly
NOpenNLP.Tools.dll

Class used to hold constituents when reading parses.

public class Constituent
Inheritance
Constituent
Inherited Members

Constructors

Constituent(string, Span)

Class used to hold constituents when reading parses.

public Constituent(string label, Span span)

Parameters

label string
span Span

Properties

Label

Gets or sets the label of the constituent.

public string Label { get; set; }

Property Value

string

Span

Gets the span of the constituent.

public Span Span { get; }

Property Value

Span