Documentation For Encog 2.x

ListExtractListener Class

A simple implementation of the ExtractListener interface that will listen for words and add them to a list. This allows you to quickly build a list of all of the words on a web page.

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

System.Object
   ListExtractListener

public class ListExtractListener : IExtractListener

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

ListExtractListener Members | Encog.Bot.Browse.Extract Namespace