Click or drag to resize

cloudMatrixExportTextReports Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Exports the text report

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
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