MCPcopy Create free account
hub / github.com/GateNLP/gate-core / setDocument

Method setDocument

src/main/java/gate/LanguageAnalyser.java:32–32  ·  view source on GitHub ↗

Set the document property for this analyser.

(Document document)

Source from the content-addressed store, hash-verified

30
31 /** Set the document property for this analyser. */
32 @RunTime
33 @CreoleParameter(comment = "The document to process")
34 public void setDocument(Document document);
35

Callers 11

testAnnicIndexingMethod · 0.95
createObjectMethod · 0.95
executeImplMethod · 0.65
setDocToPrsMethod · 0.65
callMethod · 0.65
executeImplMethod · 0.65
executeImplMethod · 0.65
setDocToPrsMethod · 0.65
setTargetMethod · 0.65
setDocumentMethod · 0.65
processDocumentMethod · 0.65

Implementers 3

SerialAnalyserControllersrc/main/java/gate/creole/SerialAnalys
AbstractLanguageAnalysersrc/main/java/gate/creole/AbstractLang
ConditionalSerialAnalyserControllersrc/main/java/gate/creole/ConditionalS

Calls

no outgoing calls

Tested by 1

testAnnicIndexingMethod · 0.76