Class ConlluSentence

Namespace
NOpenNLP.Tools.Formats.Conllu
Assembly
NOpenNLP.Tools.dll
public class ConlluSentence
Inheritance
ConlluSentence
Inherited Members

Constructors

ConlluSentence(IList<ConlluWordLine>, string?, string?)

public ConlluSentence(IList<ConlluWordLine> wordLines, string? sentenceIdComment, string? textComment)

Parameters

wordLines IList<ConlluWordLine>
sentenceIdComment string
textComment string

Properties

SentenceIdComment

public string? SentenceIdComment { get; }

Property Value

string

TextComment

public string? TextComment { get; }

Property Value

string

WordLines

public IList<ConlluWordLine> WordLines { get; }

Property Value

IList<ConlluWordLine>