Package | Description |
---|---|
gate | |
gate.corpora |
Modifier and Type | Field and Description |
---|---|
protected static Map<String,DocumentFormat> |
DocumentFormat.mimeString2ClassHandlerMap
Map of MimeTypeString to ClassHandler class.
|
Modifier and Type | Method and Description |
---|---|
static DocumentFormat |
DocumentFormat.getDocumentFormat(Document aGateDocument,
MimeType mimeType)
Find a DocumentFormat implementation that deals with a particular
MIME type, given that type.
|
static DocumentFormat |
DocumentFormat.getDocumentFormat(Document aGateDocument,
String fileSuffix)
Find a DocumentFormat implementation that deals with a particular
MIME type, given the file suffix (e.g.
|
static DocumentFormat |
DocumentFormat.getDocumentFormat(Document aGateDocument,
URL url)
Find a DocumentFormat implementation that deals with a particular
MIME type, given the URL of the Document.
|
static DocumentFormat |
DocumentFormat.getDocumentFormat(MimeType mimeType)
Find the DocumentFormat implementation that deals with the given
MIME type.
|
Modifier and Type | Class and Description |
---|---|
class |
ConllDocumentFormat
Document format for handling CoNLL/IOB documents:
He PRP B-NP
accepted VBD B-VP
the DT B-NP
position NN I-NP
...
|
class |
EmailDocumentFormat
The format of Documents.
|
class |
NekoHtmlDocumentFormat
DocumentFormat that uses Andy Clark's NekoHTML
parser to parse HTML documents.
|
class |
SgmlDocumentFormat
The format of Documents.
|
class |
TextualDocumentFormat
The format of Documents.
|
class |
TikaFormat |
class |
UimaDocumentFormat
UIMA XCAS and XMICAS document formats.
|
class |
XmlDocumentFormat
The format of Documents.
|
Copyright © 2024 GATE. All rights reserved.