edu.cmu.cs.readweb
Class GetURLsFromQuery

java.lang.Object
  extended byedu.cmu.cs.readweb.GetURLsFromQuery

public class GetURLsFromQuery
extends java.lang.Object

GetURLsFromQuery.java Created on Oct 25, 2005, 4:29 PM Author: Sophie Wang


Constructor Summary
GetURLsFromQuery()
           
 
Method Summary
static void main(java.lang.String[] args)
          Given a query, use Google Web search to get a number of relevant web page URLs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetURLsFromQuery

public GetURLsFromQuery()
Method Detail

main

public static void main(java.lang.String[] args)
Given a query, use Google Web search to get a number of relevant web page URLs.