Click or drag to resize

lemmaSemanticWeaverResultSave Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Saves the report into text file in the folder, and returns path of the file

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudWeaver
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public string Save(
	folderNode folder,
	string filename_sufix = ""
)

Parameters

folder
Type: folderNode
The folder to save into
filename_sufix (Optional)
Type: SystemString
Optional filename suffix to be added after cloudClassName

Return Value

Type: String
Path of the saved file
See Also