| 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.api | |
| eu.clarin.weblicht.wlfxb.tc.xb |
Provides classes for manipulating TextCorpus annotations of TCF.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlReaderWriter.close() |
void |
TextCorpusStreamedWithReplaceableLayers.close()
Closes the input and output streams associated with this object and
releases any associated system resources.
|
void |
TextCorpusStreamed.close()
Closes the input and output streams associated with this object and
releases any associated system resources.
|
void |
LexiconStreamed.close()
Closes the input and output streams associated with this object and
releases any associated system resources.
|
void |
ExternalDataWithTextCorpusStreamed.close()
Closes the input and output streams associated with this object and
releases any associated system resources.
|
static WLDProfile |
WLDProfiler.read(File file) |
static WLData |
WLDObjector.read(File file) |
static WLDProfile |
WLDProfiler.read(InputStream inputStream) |
static WLData |
WLDObjector.read(InputStream inputStream) |
static WLDProfile |
WLDProfiler.read(Reader reader) |
static WLData |
WLDObjector.read(Reader reader) |
XMLEvent |
XmlReaderWriter.readEvent() |
void |
XmlReaderWriter.readWriteElement(String tagName) |
void |
XmlReaderWriter.readWriteToTheEnd() |
static void |
WLDObjector.write(MetaData md,
TextCorpus tc,
File file,
boolean outputAsXmlFragment) |
static void |
WLDObjector.write(MetaData md,
TextCorpus tc,
OutputStream outputStream,
boolean outputAsXmlFragment) |
static void |
WLDObjector.write(WLData wlData,
File file) |
static void |
WLDObjector.write(WLData wlData,
File file,
boolean outputAsXmlFragment) |
static void |
WLDObjector.write(WLData wlData,
OutputStream outputStream) |
static void |
WLDObjector.write(WLData wlData,
OutputStream outputStream,
boolean outputAsXmlFragment) |
| 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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
TextSpan |
TextStructureLayer.addSpan(TextSpan parentSpan,
Token spanStart,
Token spanEnd,
String type) |
TextSpan |
TextStructureLayer.addSpan(TextSpan parentSpan,
Token spanStart,
Token spanEnd,
String type,
int startChar,
int endChar) |
TextSpan |
TextStructureLayer.addSpan(TextSpan parentSpan,
Token spanStart,
Token spanEnd,
String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
TextSpan |
TextStructureLayerStored.addSpan(TextSpan parentSpan,
Token spanStart,
Token spanEnd,
String type) |
TextSpan |
TextStructureLayerStored.addSpan(TextSpan parentSpan,
Token spanStart,
Token spanEnd,
String type,
int startChar,
int endChar) |
TextSpan |
TextStructureLayerStored.addSpan(TextSpan parentSpan,
Token spanStart,
Token spanEnd,
String type,
String value) |
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.