Class ADSentenceStream.SentenceParser.Leaf

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

Represents the AD leaf.

public class ADSentenceStream.SentenceParser.Leaf : ADSentenceStream.SentenceParser.TreeElement
Inheritance
ADSentenceStream.SentenceParser.Leaf
Inherited Members

Properties

FunctionalTag

public string? FunctionalTag { get; set; }

Property Value

string

IsLeaf

public override bool IsLeaf { get; }

Property Value

bool

Lemma

public string? Lemma { get; set; }

Property Value

string

Lexeme

The lexeme. Upstream stores this in a field named word behind getLexeme()/setLexeme().

public string? Lexeme { get; set; }

Property Value

string

SecondaryTag

public string? SecondaryTag { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.