a set of documents 语料库,也就是文档集合
@author hankcs
a set of documents 语料库,也就是文档集合
@author hankcs
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| addDocument | 1 | a collection of the words |
| load | 1 | Load documents from disk |
| toArray | 1 | |
| ToString | 1 | |
| loadDocument | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| VocabularySize | 1 | |
| Vocabulary | 1 | |
| Document | 1 |
04 Members
IEnumerable(Of String))a collection of the words
| Name | Type | Description |
|---|---|---|
document | IEnumerable(Of String) | - |
String)Load documents from disk
| Name | Type | Description |
|---|---|---|
folderPath | String | is a folder, which contains text documents. |
a corpus
String, Vocabulary)