|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.bot.browse.extract.BasicExtract
org.encog.bot.browse.extract.ExtractWords
public class ExtractWords
An extractor that is designed to extract all of the words from a web page.
| 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 |
|---|
public ExtractWords()
| Method Detail |
|---|
public void extract(WebPage page)
page - The page to extract from.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||