Uses of Class
eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusLayerTag
-
Packages that use TextCorpusLayerTag 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. -
-
Uses of TextCorpusLayerTag in eu.clarin.weblicht.wlfxb.api
Methods in eu.clarin.weblicht.wlfxb.api that return types with arguments of type TextCorpusLayerTag Modifier and Type Method Description 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 Constructor Description 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. -
Uses of TextCorpusLayerTag in eu.clarin.weblicht.wlfxb.tc.xb
Methods in eu.clarin.weblicht.wlfxb.tc.xb that return TextCorpusLayerTag Modifier and Type Method Description static TextCorpusLayerTagTextCorpusLayerTag. getFromClass(Class<? extends TextCorpusLayer> cl)static TextCorpusLayerTagTextCorpusLayerTag. getFromXmlName(String xmlName)static TextCorpusLayerTagTextCorpusLayerTag. 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 Modifier and Type Method Description static List<TextCorpusLayerTag>TextCorpusLayerTag. orderedLayerTags()EnumSet<TextCorpusLayerTag>TextCorpusLayerTag. withDependentLayers()
-