Click or drag to resize

pageruleTitleKnownUniqueWordslearn Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Takes information from page - called before evaluation

Namespace:  imbWEM.Core.crawler.rules.pagerules
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public override void learn(
	spiderPage page
)

Parameters

page
Type: imbWEM.Core.crawler.targetsspiderPage
The page.
See Also