 | IBlockComposerprocess Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the specified HTML.
Namespace:
imbNLP.PartOfSpeech.decomposing.block
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
SyntaxList<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