Word {Microsoft.VisualBasic.Data.Trinity.NLP} .NET clr documentation

Word

Description

A single word text token

Declare

            
# namespace Microsoft.VisualBasic.Data.Trinity.NLP
export class Word {
   # the word class type
   class: WordClass;
   # the reference count of current word
   num: integer;
   # the word text
   str: string;
}

        

.NET clr type reference tree

  1. use by property member class: WordClass

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