The Encog Project

org.encog.bot.browse.extract
Class ExtractWords

java.lang.Object
  extended by org.encog.bot.browse.extract.BasicExtract
      extended by org.encog.bot.browse.extract.ExtractWords
All Implemented Interfaces:
Extract

public class ExtractWords
extends BasicExtract

An extractor that is designed to extract all of the words from a web page.

Author:
jheaton

Constructor Summary
ExtractWords()
          Construct the extractor for words.
 
Method Summary
 void extract(WebPage page)
          Extract words from the specified WebPage.
 
Methods inherited from class org.encog.bot.browse.extract.BasicExtract
addListener, distribute, extractList, getListeners, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractWords

public ExtractWords()
Construct the extractor for words.

Method Detail

extract

public void extract(WebPage page)
Extract words from the specified WebPage.

Parameters:
page - The page to extract from.

The Encog Project