| Package | Description |
|---|---|
| eu.clarin.weblicht.wlfxb.ed.xb |
Provides classes for manipulating ExternalData annotations of TCF.
|
| eu.clarin.weblicht.wlfxb.io |
Provides classes to input/process/output TCF streams with only specified annotations
being loaded into the memory.
|
| Modifier and Type | Method and Description |
|---|---|
static ExternalDataLayerTag |
ExternalDataLayerTag.getFromClass(Class<? extends ExternalDataLayer> cl) |
static ExternalDataLayerTag |
ExternalDataLayerTag.getFromXmlName(String xmlName) |
static ExternalDataLayerTag |
ExternalDataLayerTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDataLayerTag[] |
ExternalDataLayerTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ExternalDataLayerTag> |
ExternalDataLayerTag.orderedLayerTags() |
| Constructor and Description |
|---|
ExternalDataWithTextCorpusStreamed(InputStream inputStream,
EnumSet<ExternalDataLayerTag> edLayersToRead,
EnumSet<TextCorpusLayerTag> tcLayersToRead)
Creates a ExternalDataWithTextCorpusStreamed from the given TCF
input stream and specified annotation layers.
|
ExternalDataWithTextCorpusStreamed(InputStream inputStream,
EnumSet<ExternalDataLayerTag> edLayersToRead,
EnumSet<TextCorpusLayerTag> tcLayersToRead,
OutputStream outputStream)
Creates a ExternalDataWithTextCorpusStreamed from the given TCF
input stream, specified annotation layers and the output stream.
|
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.