Click or drag to resize
Accord.NET (logo)

Chunking Properties

The Chunking type exposes the following members.

Properties
  NameDescription
Public propertyPath
Gets the path to the directory where the datasets will be stored.
(Inherited from WebDataSet.)
Public propertyTags
Gets the list of all tags used in this dataset.
Public propertyTesting
Gets the testing set of the Chunking dataset.
Public propertyTestingWords
Gets the vocabulary of all words used in testing set of the dataset.
Public propertyTraining
Gets the training set of the Chunking dataset.
Public propertyTrainingWords
Gets the vocabulary of all words used in training set of the dataset.
Public propertyWords
Gets the vocabulary of all words used in the dataset.
Top
See Also