Package | Description |
---|---|
gate | |
gate.corpora |
Modifier and Type | Interface and Description |
---|---|
interface |
Document
Represents the commonalities between all sorts of documents.
|
interface |
TextualDocument
Top interface for all types of textual documents (transient or persistent).
|
Modifier and Type | Method and Description |
---|---|
static DocumentContent |
Utils.contentFor(SimpleDocument doc,
AnnotationSet anns)
Return the DocumentContent covered by the given annotation set.
|
static DocumentContent |
Utils.contentFor(SimpleDocument doc,
SimpleAnnotation ann)
Return the DocumentContent corresponding to the annotation.
|
static Long |
Utils.end(SimpleDocument d)
Get the end offset of a document.
|
static Long |
Utils.start(SimpleDocument d)
Get the start offset of a document (i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentImpl
Represents the commonalities between all sorts of documents.
|
Copyright © 2024 GATE. All rights reserved.