a collection of the text Sentence.
Paragraph
01 Syntax
Microsoft.VisualBasic.Data.NLP.Model.Paragraph
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SplitParagraph | 1 | split a given text into multiple paragraph text data |
| GetParagraph | 1 | |
| ToString | 1 | |
| Segmentation | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| sentences | 1 |
04 Members
SplitParagraph(
String)split a given text into multiple paragraph text data
Parameters
| Name | Type | Description |
|---|---|---|
text | String | - |
GetParagraph(
String, Char(), Boolean)Parameters
| Name | Type | Description |
|---|---|---|
text | String | - |
delimiter | Char() | the delimiter of the sentences, usually be delimiter symbol ./?/! to end a sentence. |
sentences
ToString()
Segmentation(
String, String, Boolean)