Click or drag to resize

cloudMatrixExportTextReports Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Exports the text report

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void ExportTextReports(
	folderNode folder,
	bool reduced,
	string prefix = ""
)

Parameters

folder
Type: folderNode
The folder.
reduced
Type: SystemBoolean
if set to true [reduced].
prefix (Optional)
Type: SystemString
The prefix.
See Also