Script started on Wed 15 Sep 2010 12:40:13 AM CDT
~$ java ir.webutils.HeaderBeamSearchSiteSpider -u 'http://www.cs.utexas.edu/users/mooney/' -w 'course;situation calculus
' -c 250
Search for: "course" "situation calculus"
Helped by:
Expanding(1): null
Score: -1.0
Expanding(2): CS 343: Artificial Intelligence
Score: 602.0
Expanding(3): Basic course information
Score: 1352.0
Expanding(4): course syllabus
Score: 1903.0
Goal Page found. Path from start URL is:
null
CS 343: Artificial Intelligence
Basic course information
course syllabus
~$ java ir.webutils.HeaderBeamSearchSpider -u 'http://www.cs.utexas.edu/users/mooney/cs343/' -h 'textbook;contents' -w '
A* search' -c 60 -safe
Search for: "A* search"
Helped by: "textbook" "contents"
Expanding(1): null
Score: -1.0
Expanding(2): Artificial Intelligence: A Modern Approach
Score: 7.5
WebPage.getWebPage(): java.io.FileNotFoundException: http://aima.cs.berkeley.edu/robots.txt
Expanding(3): Full Contents
Score: 21.0
Goal Page found. Path from start URL is:
null
Artificial Intelligence: A Modern Approach
Full Contents
~$ java ir.webutils.HeaderBeamSearchSiteSpider -u 'http://www.cs.utexas.edu/users/mooney/cs343/' -w 'robosurfer;program'
-c 250
Search for: "robosurfer" "program"
Helped by:
Expanding(1): null
Score: -1.0
Expanding(2): Information on submitting programming projects
Score: 1150.0
Expanding(3): turnin
Score: 650.0
Expanding(4): Project 1: Heuristic Search for the Web
Score: 602.0
Goal Page found. Path from start URL is:
null
Project 1: Heuristic Search for the Web
~$ exit
exit
Script done on Wed 15 Sep 2010 12:40:33 AM CDT