Click or drag to resize

lemmaSemanticWeaverprepare Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Prepares apertium. It is not necessery to call this method, if the weaver is used within IAceApplicationBase

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudWeaver
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public void prepare(
	folderNode resourceFolder,
	ILogBuilder logger
)

Parameters

resourceFolder
Type: folderNode
The resource folder.
logger
Type: ILogBuilder
The logger.
See Also