/** * Contains classes for processing documents. The key here is the Processor * interface, which has a sole <code>Document process(Document)</code> method * which takes a document and returns another <blink>processed</blink> document, which may * be parsed, stoplisted, stemmed, etc. * <hr> * <address><a href="mailto:sdkamvar@stanford.edu">Sepandar David Kamvar</a></address> * <!-- Created: Thu Oct 31 10:33:43 PST 2002 --> * <!-- hhmts start --> * Last modified: Thu Oct 31 11:14:34 PST 2002 * <!-- hhmts end --> */ package edu.stanford.nlp.process;