Class ConlluSentence
public class ConlluSentence
- Inheritance
-
ConlluSentence
- Inherited Members
Constructors
ConlluSentence(IList<ConlluWordLine>, string?, string?)
public ConlluSentence(IList<ConlluWordLine> wordLines, string? sentenceIdComment, string? textComment)
Parameters
wordLinesIList<ConlluWordLine>sentenceIdCommentstringtextCommentstring
Properties
SentenceIdComment
public string? SentenceIdComment { get; }
Property Value
TextComment
public string? TextComment { get; }
Property Value
WordLines
public IList<ConlluWordLine> WordLines { get; }