|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextCorpusLayerTag | |
|---|---|
| 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. |
| Uses of TextCorpusLayerTag in eu.clarin.weblicht.wlfxb.api |
|---|
| Methods in eu.clarin.weblicht.wlfxb.api that return types with arguments of type TextCorpusLayerTag | |
|---|---|
EnumSet<TextCorpusLayerTag> |
TextCorpusProcessor.getRequiredLayers()
|
| Uses of TextCorpusLayerTag in eu.clarin.weblicht.wlfxb.io |
|---|
| Constructor parameters in eu.clarin.weblicht.wlfxb.io with type arguments of type TextCorpusLayerTag | |
|---|---|
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. |
|
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. |
|
| Uses of TextCorpusLayerTag in eu.clarin.weblicht.wlfxb.tc.xb |
|---|
| Methods in eu.clarin.weblicht.wlfxb.tc.xb that return TextCorpusLayerTag | |
|---|---|
static TextCorpusLayerTag |
TextCorpusLayerTag.getFromClass(Class<? extends TextCorpusLayer> cl)
|
static TextCorpusLayerTag |
TextCorpusLayerTag.getFromXmlName(String xmlName)
|
static TextCorpusLayerTag |
TextCorpusLayerTag.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextCorpusLayerTag[] |
TextCorpusLayerTag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in eu.clarin.weblicht.wlfxb.tc.xb that return types with arguments of type TextCorpusLayerTag | |
|---|---|
static List<TextCorpusLayerTag> |
TextCorpusLayerTag.orderedLayerTags()
|
EnumSet<TextCorpusLayerTag> |
TextCorpusLayerTag.withDependentLayers()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||