The Encog Project

Package org.encog.bot.browse.extract

Interface Summary
Extract Provides the basic interface that any extractor must support.
ExtractListener The ExtractListener interface defines a class that can receive extraction events as an extraction process occurs.
 

Class Summary
BasicExtract Implements the basic functionality that most extractors will need to implement.
ExtractWords An extractor that is designed to extract all of the words from a web page.
ListExtractListener A simple implementation of the ExtractListener interface that will listen for words and add them to a list.
 


The Encog Project