Click or drag to resize

IBlockComposerprocess Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Processes the specified HTML.

Namespace:  imbNLP.PartOfSpeech.decomposing.block
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
List<imbMCBlock> process(
	HtmlDocument html,
	string name
)

Parameters

html
Type: HtmlDocument
The HTML document
name
Type: SystemString
The name - name for the nodeTree root node

Return Value

Type: ListimbMCBlock

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.block.IBlockComposer.process(HtmlAgilityPack.HtmlDocument,System.String)"]

See Also