|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleDocument | |
|---|---|
| gate | This package contains the public interface to the GATE Java API. |
| gate.corpora | |
| Uses of SimpleDocument in gate |
|---|
| Subinterfaces of SimpleDocument in gate | |
|---|---|
interface |
Document
Represents the commonalities between all sorts of documents. |
interface |
TextualDocument
Top interface for all types of textual documents (transient or persistent). |
| Methods in gate with parameters of type SimpleDocument | |
|---|---|
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. 0L). |
| Uses of SimpleDocument in gate.corpora |
|---|
| Classes in gate.corpora that implement SimpleDocument | |
|---|---|
class |
DatabaseDocumentImpl
|
class |
DocumentImpl
Represents the commonalities between all sorts of documents. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||