Click or drag to resize

CorpusPlaneContextcorpus_documents Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the corpus documents.

Namespace:  imbNLP.Toolkit.Planes
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<TextDocument> corpus_documents { get; set; }

Property Value

Type: ListTextDocument
The corpus documents.

Implements

ICorpusPlaneContextcorpus_documents
See Also