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

Method getAnnotations

src/main/java/gate/SimpleDocument.java:50–50  ·  view source on GitHub ↗

Get the default set of annotations. The set is created if it doesn't exist yet.

()

Source from the content-addressed store, hash-verified

48 * doesn't exist yet.
49 */
50 public AnnotationSet getAnnotations();
51
52 /** Get a named set of annotations. Creates a new set if one with this
53 * name doesn't exist yet.

Callers 15

testDocumentOrderMethod · 0.65
testAddDuplicateIDMethod · 0.65
testEditMethod · 0.65
testDocRenderMethod · 0.65
testExplicitMimeTypeMethod · 0.65
testUnpackMarkupMethod · 0.65
buildMatchesMapMethod · 0.65
buildID2AnnotMapMethod · 0.65

Implementers 1

DocumentImplsrc/main/java/gate/corpora/DocumentImp

Calls

no outgoing calls

Tested by 15

testDocumentOrderMethod · 0.52
testAddDuplicateIDMethod · 0.52
testEditMethod · 0.52
testDocRenderMethod · 0.52
testExplicitMimeTypeMethod · 0.52
testUnpackMarkupMethod · 0.52
buildMatchesMapMethod · 0.52
buildID2AnnotMapMethod · 0.52