|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LexiconLayerTag | |
|---|---|
| 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. |
| Uses of LexiconLayerTag in eu.clarin.weblicht.wlfxb.api |
|---|
| Methods in eu.clarin.weblicht.wlfxb.api that return types with arguments of type LexiconLayerTag | |
|---|---|
EnumSet<LexiconLayerTag> |
LexiconProcessor.getRequiredLayers()
|
| Uses of LexiconLayerTag in eu.clarin.weblicht.wlfxb.io |
|---|
| Constructor parameters in eu.clarin.weblicht.wlfxb.io with type arguments of type LexiconLayerTag | |
|---|---|
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. |
|
| Uses of LexiconLayerTag in eu.clarin.weblicht.wlfxb.lx.xb |
|---|
| Methods in eu.clarin.weblicht.wlfxb.lx.xb that return LexiconLayerTag | |
|---|---|
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. |
| Methods in eu.clarin.weblicht.wlfxb.lx.xb that return types with arguments of type LexiconLayerTag | |
|---|---|
static List<LexiconLayerTag> |
LexiconLayerTag.orderedLayerTags()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||