Package | Description |
---|---|
gate | |
gate.corpora | |
gate.corpora.export | |
gate.creole |
Modifier and Type | Method and Description |
---|---|
void |
LanguageAnalyser.setCorpus(Corpus corpus)
Set the corpus property for this analyser.
|
void |
LanguageAnalyser.setDocument(Document document)
Set the document property for this analyser.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentImpl.setCollectRepositioningInfo(Boolean b)
Allow/disallow collecting of repositioning information.
|
void |
CorpusImpl.setDocumentsList(List<Document> documentsList) |
void |
DocumentImpl.setEncoding(String encoding)
Set the encoding of the document content source
|
void |
NekoHtmlDocumentFormat.setIgnorableTags(Set<String> newTags) |
void |
DocumentImpl.setMarkupAware(Boolean newMarkupAware)
Make the document markup-aware.
|
void |
DocumentImpl.setMimeType(String newMimeType)
Set the specific MIME type for this document
|
void |
DocumentImpl.setPreserveOriginalContent(Boolean b)
Allow/disallow preserving of the original document content.
|
void |
DocumentImpl.setSourceUrl(URL sourceUrl)
Set method for the document's URL
|
void |
DocumentImpl.setSourceUrlEndOffset(Long sourceUrlEndOffset)
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
|
void |
DocumentImpl.setSourceUrlStartOffset(Long sourceUrlStartOffset)
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
|
void |
DocumentImpl.setStringContent(String stringContent)
The stringContent of a document is a property of the document that will be
set when the user wants to create the document from a string, as opposed to
from a URL.
|
Modifier and Type | Method and Description |
---|---|
void |
InlineXMLExporter.setAnnotationSetName(String annotationSetName) |
void |
InlineXMLExporter.setAnnotationTypes(List<String> annotationTypes) |
void |
InlineXMLExporter.setEncoding(String encoding) |
void |
InlineXMLExporter.setIncludeFeatures(Boolean includeFeatures) |
void |
InlineXMLExporter.setIncludeOriginalMarkups(Boolean includeOriginalMarkups) |
void |
InlineXMLExporter.setRootElement(String rootElement) |
Modifier and Type | Method and Description |
---|---|
void |
SerialAnalyserController.setDocument(Document document) |
void |
ConditionalSerialAnalyserController.setDocument(Document document) |
void |
RealtimeCorpusController.setGracefulTimeout(Long graceful)
Sets the timeout in milliseconds before execution on a document is
gracefully stopped.
|
void |
PackagedController.setMenu(List<String> menu) |
void |
PackagedController.setPipelineURL(ResourceReference url) |
void |
RealtimeCorpusController.setSuppressExceptions(Boolean yesno)
If true, suppresses all exceptions.
|
void |
RealtimeCorpusController.setTimeout(Long timeout)
Sets the timeout in milliseconds before execution on a document is
forcibly stopped (forcibly stopping execution may result in memory leaks
and/or unexpected behaviour).
|
void |
AnnotationSchema.setXmlFileUrl(ResourceReference xmlFileUrl)
Set method for the resource xml file URL
|
Copyright © 2024 GATE. All rights reserved.