gate.util
Interface DocumentProcessor

All Known Implementing Classes:
CorpusControllerDocumentProcessor

public interface DocumentProcessor

Very simple interface for a component that processes GATE documents. Typical implementations of this interface would contain a Controller but the interface is deliberately generic.


Method Summary
 void processDocument(gate.Document doc)
          Process the given GATE document.
 

Method Detail

processDocument

void processDocument(gate.Document doc)
                     throws gate.util.GateException
Process the given GATE document.

Throws:
gate.util.GateException