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

Method getNamedAnnotationSets

src/main/java/gate/Document.java:82–82  ·  view source on GitHub ↗

Returns a map with the named annotation sets

()

Source from the content-addressed store, hash-verified

80 /** Returns a map with the named annotation sets
81 */
82 public Map<String, AnnotationSet> getNamedAnnotationSets();
83
84 /** Make the document markup-aware. This will trigger the creation
85 * of a DocumentFormat object at Document initialisation time; the

Callers 15

getSelectedFileMethod · 0.95
syncMethod · 0.95
buildMatchesMapMethod · 0.65
buildID2AnnotMapMethod · 0.65
documentsEqualMethod · 0.65
toXmlMethod · 0.65
textWithNodesMethod · 0.65
writeDocumentMethod · 0.65
writeTextWithNodesMethod · 0.65
createDocumentsMethod · 0.65
actionPerformedMethod · 0.65

Implementers 1

DocumentImplsrc/main/java/gate/corpora/DocumentImp

Calls

no outgoing calls

Tested by 4

buildMatchesMapMethod · 0.52
buildID2AnnotMapMethod · 0.52
documentsEqualMethod · 0.52