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

Method getDocumentName

src/main/java/gate/SimpleCorpus.java:51–51  ·  view source on GitHub ↗

Gets the name of a document in this corpus. @param index the index of the document @return a String value representing the name of the document at index in this corpus.

(int index)

Source from the content-addressed store, hash-verified

49 * <tt>index</tt> in this corpus.
50 */
51 public String getDocumentName(int index);
52
53 /**
54 * Fills this corpus with documents created on the fly from selected

Callers 2

getDocumentNameMethod · 0.65
removeMethod · 0.65

Implementers 2

CorpusImplsrc/main/java/gate/corpora/CorpusImpl.
SerialCorpusImplsrc/main/java/gate/corpora/SerialCorpu

Calls

no outgoing calls

Tested by

no test coverage detected