a collection of the Word
Sentence
01 Syntax
Microsoft.VisualBasic.Data.NLP.Model.Sentence
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| matchIndex | 1 | exactly token matched |
| searchIndex | 1 | search for starts with [prefix] |
| ChemicalNameRule | 1 | try to fix of the un-expected token split for the chemical name |
| has | 1 | |
| GetWords | 1 | |
| ToString | 1 |
03 Properties
04 Members
matchIndex(
String)exactly token matched
Parameters
| Name | Type | Description |
|---|---|---|
token | String | - |
searchIndex(
String)search for starts with [prefix]
Parameters
| Name | Type | Description |
|---|---|---|
token | String | - |
ChemicalNameRule(
String())try to fix of the un-expected token split for the chemical name
Parameters
| Name | Type | Description |
|---|---|---|
tokens | String() | - |
words
带有前后顺序的单词列表
size
the words count in current sentence
IsEmpty
has(
String)GetWords()
ToString()