| 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 |
|---|---|
void |
TextCorpusProcessor.process(TextCorpus textCorpus) |
| 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 |
|---|---|
TextCorpus |
ExternalDataWithTextCorpusStreamed.getTextCorpus()
Gets TextCorpus.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WLDObjector.write(MetaData md,
TextCorpus tc,
File file,
boolean outputAsXmlFragment) |
static void |
WLDObjector.write(MetaData md,
TextCorpus tc,
Lexicon lex,
File file,
boolean outputAsXmlFragment,
String version) |
static void |
WLDObjector.write(MetaData md,
TextCorpus tc,
Lexicon lex,
OutputStream outputStream,
boolean outputAsXmlFragment,
String version) |
static void |
WLDObjector.write(MetaData md,
TextCorpus tc,
OutputStream outputStream,
boolean outputAsXmlFragment) |
| Modifier and Type | Class and Description |
|---|---|
class |
TextCorpusStored |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.