Sentence {Microsoft.VisualBasic.Data.NLP.Model} .NET clr documentation

Sentence

Description

a collection of the Word

Declare

            
# namespace Microsoft.VisualBasic.Data.NLP.Model
export class Sentence {
   IsEmpty: boolean;
   # the words count in current sentence
   size: integer;
   # 带有前后顺序的单词列表
   words: Word[];
}

        

.NET clr type reference tree

  1. use by property member words: Word

[Package {$package} version {$version} Index]