Click or drag to resize

WebDomainCategoryProbe Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Designates if the path seems to contain a WebKB formatted dataset

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public bool Probe(
	string path,
	ILogBuilder logger = null
)

Parameters

path
Type: SystemString
The path.
logger (Optional)
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.Probe(System.String,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:imbNLP.Project.Dataset.WebDomainCategory.Probe(System.String,imbSCI.Core.reporting.ILogBuilder)"]

See Also