|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExternalDataLayerTag | |
|---|---|
| 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. |
| Uses of ExternalDataLayerTag in eu.clarin.weblicht.wlfxb.ed.xb |
|---|
| Methods in eu.clarin.weblicht.wlfxb.ed.xb that return ExternalDataLayerTag | |
|---|---|
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. |
| Methods in eu.clarin.weblicht.wlfxb.ed.xb that return types with arguments of type ExternalDataLayerTag | |
|---|---|
static List<ExternalDataLayerTag> |
ExternalDataLayerTag.orderedLayerTags()
|
| Uses of ExternalDataLayerTag in eu.clarin.weblicht.wlfxb.io |
|---|
| Constructor parameters in eu.clarin.weblicht.wlfxb.io with type arguments of type ExternalDataLayerTag | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||