| 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.tc.xb |
Provides classes for manipulating TextCorpus annotations of TCF.
|
| eu.clarin.weblicht.wlfxb.xb |
Provides classes for manipulating TCF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextCorpusStreamed
Class TextCorpusStreamed is used for accessing specified annotation
layers and (optionally) adding any new annotation layers from/to TextCorpus.
|
class |
TextCorpusStreamedWithReplaceableLayers
Class TextCorpusStreamedWithReplaceableLayers can be used for
applications where an existing TCF layer has to be replaced or removed.
|
| Modifier and Type | Method and Description |
|---|---|
static TextCorpusStored |
TextCorpusStored.compose(String lang,
TextCorpusLayerStoredAbstract... layers)
Composes the layers into one document.
|
| Modifier and Type | Method and Description |
|---|---|
TextCorpusStored |
WLData.getTextCorpus()
Gets text corpus annotations of the WLData.
|
| Constructor and Description |
|---|
WLData(ExternalDataStored extData,
TextCorpusStored textCorpus)
Creates WLData with the given external data and text corpus
annotations.
|
WLData(MetaData metaData,
ExternalDataStored extData,
TextCorpusStored textCorpus)
Creates WLData with the given meta data, external data and text
corpus annotations.
|
WLData(MetaData metaData,
TextCorpusStored textCorpus)
Creates WLData with the given meta data and text corpus
annotations.
|
WLData(TextCorpusStored textCorpus)
Creates WLData with the given text corpus annotations.
|
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.