Documentation For Encog 2.x

BasicExtract Class

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.

For a list of all members of this type, see BasicExtract Members .

System.Object
   BasicExtract
      ExtractWords

public abstract class BasicExtract : IExtract

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Bot.Browse.Extract

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

BasicExtract Members | Encog.Bot.Browse.Extract Namespace