Uses of Class
eu.clarin.weblicht.wlfxb.lx.xb.LexiconLayerTag
-
Packages that use LexiconLayerTag 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.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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description static LexiconLayerTagLexiconLayerTag. getFromClass(Class<? extends LexiconLayer> cl)static LexiconLayerTagLexiconLayerTag. getFromXmlName(String xmlName)static LexiconLayerTagLexiconLayerTag. 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 Modifier and Type Method Description static List<LexiconLayerTag>LexiconLayerTag. orderedLayerTags()
-