Package edu.stanford.nlp.web

This package contains classes for web access.

See:
          Description

Class Summary
HTMLParser Parses an HTML document and returns the plain text (and title).
LocusLinkParser A parser which parses a LocusLink HTML Document.
USPDIParser A Parser whose parse method returns the relevant contents of a query on USP DI Drug Database for the drug given by drugName.
WebSearch Implements a simple web search interface.
 

Package edu.stanford.nlp.web Description

This package contains classes for web access.

At present, there is only one class, WebSearch. It can access search engines and get search results. How web search works is controlled by a websearch.init file in your current directory (or if none is present, you will get search results from AltaVista). If you are registered to use the GoogleAPI, you should probably edit this file so web queries can be done to Google using their SOAP interface. Even if not, you can specify additional or different search engines to access in websearch.init.



Stanford NLP Group