gate.util
Interface DocumentProcessor

All Known Implementing Classes:
LanguageAnalyserDocumentProcessor

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(Document doc)
          Process the given GATE document.
 

Method Detail

processDocument

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

Throws:
GateException