Provides the basic interface that any extractor must support. An extractor is a class that is capable of extracting certain types of data from web data. For example, the ExtractWords extractor is used to extract all of the words from a web page.
For a list of all members of this type, see IExtract Members .
| Type | Description |
|---|---|
| BasicExtract | Implements the basic functionality that most extractors will need to implement. Mostly this involves maintaining a collection of the extraction listeners that will receive events as the extraction occurs. |
| ExtractWords | An extractor that is designed to extract all of the words from a web page. |
Namespace: Encog.Bot.Browse.Extract
Assembly: encog-core-cs (in encog-core-cs.dll)