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

Method export

src/main/java/gate/DocumentExporter.java:98–100  ·  view source on GitHub ↗

Equivalent to #export(Document,File,FeatureMap) with an empty map of options.

(Document doc, File file)

Source from the content-addressed store, hash-verified

96 * of options.
97 */
98 public void export(Document doc, File file) throws IOException {
99 export(doc, file, Factory.newFeatureMap());
100 }
101
102 /**
103 * Equivalent to {@link #export(Document,OutputStream,FeatureMap)} using a

Callers

nothing calls this directly

Calls 2

newFeatureMapMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected