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

Method export

src/main/java/gate/CorpusExporter.java:37–39  ·  view source on GitHub ↗

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

(Corpus corpus, File file)

Source from the content-addressed store, hash-verified

35 * of options.
36 */
37 public void export(Corpus corpus, File file) throws IOException {
38 export(corpus, file, Factory.newFeatureMap());
39 }
40
41 /**
42 * Equivalent to {@link #export(Corpus,OutputStream,FeatureMap)} using a

Callers

nothing calls this directly

Calls 2

newFeatureMapMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected