Click or drag to resize

htmlNodeProcessingcreateSentencesFromNode Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pravi rečenice na osnovu HtmlNode-a i vraća kolekciju -- koristi se za glavne rečenice kao i za pod rečenice

Namespace:  imbNLP.Core.contentStructureHtml.tokenizator
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public static contentTokenCollection createSentencesFromNode(
	this HtmlNode htmlNode,
	IHtmlContentElement parent,
	contentTokenCollection output = null,
	contentPreprocessFlag preprocessFlags = contentPreprocessFlag.none,
	sentenceDetectionFlag flags = sentenceDetectionFlag.none
)

Parameters

htmlNode
Type: HtmlNode
The HTML node.
parent
Type: imbNLP.Core.contentStructureHtml.elementsIHtmlContentElement
The parent.
output (Optional)
Type: imbNLP.Core.contentStructure.collectionscontentTokenCollection
The output.
preprocessFlags (Optional)
Type: imbNLP.Core.contentPreprocesscontentPreprocessFlag
The preprocess flags.
flags (Optional)
Type: imbNLP.Core.contentPreprocesssentenceDetectionFlag
The flags.

Return Value

Type: contentTokenCollection

[Missing <returns> documentation for "M:imbNLP.Core.contentStructureHtml.tokenizator.htmlNodeProcessing.createSentencesFromNode(HtmlAgilityPack.HtmlNode,imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement,imbNLP.Core.contentStructure.collections.contentTokenCollection,imbNLP.Core.contentPreprocess.contentPreprocessFlag,imbNLP.Core.contentPreprocess.sentenceDetectionFlag)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also