Click or drag to resize

spiderEvaluatorSimpleBase Constructor (String, String, String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the spiderEvaluatorSimpleBase class.

Namespace:  imbWEM.Core.crawler.evaluators
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
protected spiderEvaluatorSimpleBase(
	string __name,
	string __description,
	string __aboutfile,
	bool doTokenization
)

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
__aboutfile
Type: SystemString
The aboutfile.
doTokenization
Type: SystemBoolean
if set to true [do tokenization].
See Also