| Package | Description |
|---|---|
| eu.clarin.weblicht.wlfxb.api |
Provides interface to be implemented by NLP tools that process TCF.
|
| eu.clarin.weblicht.wlfxb.io |
Provides classes to input/process/output TCF streams with only specified annotations
being loaded into the memory.
|
| eu.clarin.weblicht.wlfxb.tc.xb |
Provides classes for manipulating TextCorpus annotations of TCF.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<TextCorpusLayerTag> |
TextCorpusProcessor.getRequiredLayers() |
| 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.
|
TextCorpusStreamed(InputStream inputStream,
EnumSet<TextCorpusLayerTag> layersToRead)
Creates a TextCorpusStreamed from the given TCF input stream and
specified annotation layers.
|
TextCorpusStreamed(InputStream inputStream,
EnumSet<TextCorpusLayerTag> layersToRead,
OutputStream outputStream)
Creates a TextCorpusStreamed from the given TCF input stream,
specified annotation layers and the output stream.
|
TextCorpusStreamed(InputStream inputStream,
EnumSet<TextCorpusLayerTag> layersToRead,
OutputStream outputStream,
boolean outputAsXmlFragment)
Creates a TextCorpusStreamed from the given TCF input stream,
specified annotation layers and the output stream.
|
TextCorpusStreamed(InputStream inputStream,
EnumSet<TextCorpusLayerTag> layersToRead,
OutputStream outputStream,
List<MetaDataItem> metaDataToAdd)
Creates a TextCorpusStreamed from the given TCF input stream,
specified annotation layers, output stream and meta data.
|
TextCorpusStreamedWithReplaceableLayers(InputStream inputStream,
EnumSet<TextCorpusLayerTag> layersToRead,
EnumSet<TextCorpusLayerTag> layersToReplace,
OutputStream outputStream)
Creates a TextCorpusStreamedWithReplaceableLayers from the
given TCF input stream,specified annotation layers and the output stream.
|
TextCorpusStreamedWithReplaceableLayers(InputStream inputStream,
EnumSet<TextCorpusLayerTag> layersToRead,
EnumSet<TextCorpusLayerTag> layersToReplace,
OutputStream outputStream)
Creates a TextCorpusStreamedWithReplaceableLayers from the
given TCF input stream,specified annotation layers and the output stream.
|
| Modifier and Type | Method and Description |
|---|---|
static TextCorpusLayerTag |
TextCorpusLayerTag.getFromClass(Class<? extends TextCorpusLayer> cl) |
static TextCorpusLayerTag |
TextCorpusLayerTag.getFromXmlName(String xmlName) |
static TextCorpusLayerTag |
TextCorpusLayerTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextCorpusLayerTag[] |
TextCorpusLayerTag.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<TextCorpusLayerTag> |
TextCorpusLayerTag.orderedLayerTags() |
EnumSet<TextCorpusLayerTag> |
TextCorpusLayerTag.withDependentLayers() |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.