For this homework assignment, you will fill in the missing methods in the provided HTMLCLeaner class to fetch web pages, parse out all of the html code, and return a list of words.
You must submit this homework to your SVN repository using Eclipse. Your homework, including the src directory and all required source code files must be at the following location:
https://www.cs.usfca.edu/svn/<username>/cs212/homework08/
where <username> is your CS username in all lowercase letters. Failure to properly submit your homework will result in a point deduction.
You must submit this programming homework by 11:59pm on MONDAY, April 8, 2013.
For details, please see the provided files. Pay especially close attention to the javadoc!
Use the provided unit tests to test your code. Keep in mind your code may also be reviewed for proper code style, and that passing the unit tests does not guarantee a 100% grade.