Click or drag to resize

toolsGetTextualExtract Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the textual extract.

Namespace:  imbNLP.PartOfSpeech.decomposing.html
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public static string GetTextualExtract(
	this imbMCWebPage source
)

Parameters

source
Type: imbMCWebPage
The source.

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.html.tools.GetTextualExtract(imbMiningContext.MCWebPage.imbMCWebPage)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type imbMCWebPage. 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