Click or drag to resize

lemmaSemanticCloudOnBeforeSave Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Does nothing (by default implementation) -- should be called before saving to xml

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public override void OnBeforeSave(
	folderNode folder
)

Parameters

folder
Type: folderNode
The folder.
See Also