Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
G
I
M
P
S
T
U
C
cleanPage(String)
- Method in class clothing_search_engine.crawler.
PageExtractor
Clean the page to make it useful for search engine analysis
clothing_search_engine.crawler
- package clothing_search_engine.crawler
clothing_search_engine.feature_finder
- package clothing_search_engine.feature_finder
clothing_search_engine.index
- package clothing_search_engine.index
crawl(URL, int)
- Method in class clothing_search_engine.crawler.
Crawler
Crawl the page of the current url.
Crawler
- Class in
clothing_search_engine.crawler
Crawler(String, String, String)
- Constructor for class clothing_search_engine.crawler.
Crawler
Constructor - initialize data structures and set domain, etc..
F
Frequency
- Class in
clothing_search_engine.feature_finder
Compute different frequencies for feature analysis
Frequency(String)
- Constructor for class clothing_search_engine.feature_finder.
Frequency
Constructor
G
getDegree()
- Method in class clothing_search_engine.crawler.
Url
get the degree (this is number of times visited)
getDocumentFrequency()
- Method in class clothing_search_engine.feature_finder.
Frequency
Currently prints out the document frequency.
getImage()
- Method in class clothing_search_engine.crawler.
Url
get the url of the image associated with the url for:
getName()
- Method in class clothing_search_engine.crawler.
Url
get the name associated with the url
getPage(URL)
- Method in class clothing_search_engine.crawler.
PageExtractor
Return the entire webpage into one string
getUrl()
- Method in class clothing_search_engine.crawler.
Url
get the url as a string
I
Index
- Class in
clothing_search_engine.index
Index all text files under a directory.
M
main(String[])
- Static method in class clothing_search_engine.crawler.
Crawler
main
main(String[])
- Static method in class clothing_search_engine.crawler.
PageExtractor
main(String[])
- Static method in class clothing_search_engine.crawler.
Url
main(String[])
- Static method in class clothing_search_engine.feature_finder.
Frequency
main(String[])
- Static method in class clothing_search_engine.index.
Index
Index all text files under a directory.
P
PageExtractor
- Class in
clothing_search_engine.crawler
PageExtractor(String)
- Constructor for class clothing_search_engine.crawler.
PageExtractor
Constructor
parseLink(String, int)
- Static method in class clothing_search_engine.crawler.
Url
Parse the link to extract url, and name or image
printNodes()
- Method in class clothing_search_engine.crawler.
Crawler
Print all the nodes
S
setImage(String)
- Method in class clothing_search_engine.crawler.
Url
Set the image
setName(String)
- Method in class clothing_search_engine.crawler.
Url
Set the name
setUrl(String)
- Method in class clothing_search_engine.crawler.
Url
Set the url
T
toString()
- Method in class clothing_search_engine.crawler.
Url
Print all the url info
U
Url
- Class in
clothing_search_engine.crawler
Url(String, String, String, int)
- Constructor for class clothing_search_engine.crawler.
Url
Constructor
Url(String)
- Constructor for class clothing_search_engine.crawler.
Url
Constructor
Url(String, String)
- Constructor for class clothing_search_engine.crawler.
Url
Constructor
C
F
G
I
M
P
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes