| Package | Description |
|---|---|
| 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.md.xb |
Provides classes for manipulating meta data of TCF.
|
| Constructor and Description |
|---|
LexiconStreamed(InputStream inputStream,
EnumSet<LexiconLayerTag> layersToRead,
OutputStream outputStream,
List<MetaDataItem> metaDataToAdd)
Creates a LexiconStreamed from the given TCF input stream,
specified annotation layers, output stream and meta data.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaDataItem> |
MetaData.getMetaDataItems() |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.