Class ADSentenceStream.SentenceParser.Leaf
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
IsLeaf
public override bool IsLeaf { get; }
Property Value
Lemma
public string? Lemma { get; set; }
Property Value
Lexeme
The lexeme. Upstream stores this in a field named word behind
getLexeme()/setLexeme().
public string? Lexeme { get; set; }
Property Value
SecondaryTag
public string? SecondaryTag { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.