| 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.lx.xb |
Provides classes for manipulating Lexicon annotations of TCF.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<LexiconLayerTag> |
LexiconProcessor.getRequiredLayers() |
| Constructor and Description |
|---|
LexiconStreamed(InputStream inputStream,
EnumSet<LexiconLayerTag> layersToRead)
Creates a LexiconStreamed from the given TCF input stream and
specified annotation layers.
|
LexiconStreamed(InputStream inputStream,
EnumSet<LexiconLayerTag> layersToRead,
OutputStream outputStream)
Creates a LexiconStreamed from the given TCF input stream,
specified annotation layers and the output stream.
|
LexiconStreamed(InputStream inputStream,
EnumSet<LexiconLayerTag> layersToRead,
OutputStream outputStream,
boolean outputAsXmlFragment)
Creates a LexiconStreamed from the given TCF input stream,
specified annotation layers and the output stream.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static LexiconLayerTag |
LexiconLayerTag.getFromClass(Class<? extends LexiconLayer> cl) |
static LexiconLayerTag |
LexiconLayerTag.getFromXmlName(String xmlName) |
static LexiconLayerTag |
LexiconLayerTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LexiconLayerTag[] |
LexiconLayerTag.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<LexiconLayerTag> |
LexiconLayerTag.orderedLayerTags() |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.