Take your Firefox extension, your posting list, your rapid cosine query algorithm and put it all together into an application that shows you relevant wikipedia content as you are browsing the web.
This will probably require that you incorporate your rapid cosine scoring algorithm into a web server.
The firefox extension will create a query from the browsed pages.
Ask your web server for relevant content using the query.
Your web server returns links from the crawl database.
Your Firefox extension puts the links in the sidebar.
Evaluation
Write a summary description of how you accomplished this assignment, focussing on what the pieces you used were.
This is your chance to show off your design decisions and tell us what extra things you did to make it work.
For example:
How much crawl data did you use?
Was it your crawl data or someone elses?
DId you implement any special data structures to make this work with lots of data?
How did you convert the currently browsed web page into a query?
What did you decide to show in the sidebar?
etc...
Demo your program working in person.
Due Date: Demos will be held any time, by appointment during finals week.