|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.util.LanguageAnalyserDocumentProcessor
public class LanguageAnalyserDocumentProcessor
DocumentProcessor that processes documents using a
LanguageAnalyser.
| Field Summary | |
|---|---|
private LanguageAnalyser |
analyser
The analyser used to process documents. |
private Corpus |
corpus
Corpus used to contain the document being processed. |
| Constructor Summary | |
|---|---|
LanguageAnalyserDocumentProcessor()
|
|
| Method Summary | |
|---|---|
void |
cleanup()
Clean up resources. |
void |
processDocument(Document doc)
Process the given GATE document. |
void |
setAnalyser(LanguageAnalyser a)
Set the controller used to process documents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private LanguageAnalyser analyser
private Corpus corpus
| Constructor Detail |
|---|
public LanguageAnalyserDocumentProcessor()
| Method Detail |
|---|
public void setAnalyser(LanguageAnalyser a)
public void processDocument(Document doc)
throws GateException
DocumentProcessor
processDocument in interface DocumentProcessorGateExceptionpublic void cleanup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||