Package | Description |
---|---|
gate.corpora |
Modifier and Type | Class and Description |
---|---|
class |
DocumentImpl
Represents the commonalities between all sorts of documents.
|
Modifier and Type | Method and Description |
---|---|
static String |
DocumentXmlUtils.textWithNodes(TextualDocument doc,
String aText)
Returns the document's text interspersed with <Node> elements at all
points where the document has an annotation beginning or ending.
|
static String |
DocumentXmlUtils.toXml(TextualDocument doc)
Returns a GateXml document that is a custom XML format for wich there is a
reader inside GATE called gate.xml.GateFormatXmlHandler.
|
Copyright © 2024 GATE. All rights reserved.