Click or drag to resize

blockComposerSMprocess Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

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

Parameters

html
Type: HtmlDocument

[Missing <param name="html"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.block.blockComposerSM.process(HtmlAgilityPack.HtmlDocument,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.block.blockComposerSM.process(HtmlAgilityPack.HtmlDocument,System.String)"]

Return Value

Type: ListimbMCBlock

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

Implements

IBlockComposerprocess(HtmlDocument, String)
See Also