Word {Microsoft.VisualBasic.Data.Trinity.NLP} | .NET clr documentation |
A single word text token
# 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;
}
class
: WordClass