Uses of Class
eu.clarin.weblicht.wlfxb.md.xb.MetaDataItem
-
Packages that use MetaDataItem Package Description 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.md.xb Provides classes for manipulating meta data of TCF. -
-
Uses of MetaDataItem in eu.clarin.weblicht.wlfxb.io
Constructor parameters in eu.clarin.weblicht.wlfxb.io with type arguments of type MetaDataItem Constructor Description 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.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 MetaDataItem in eu.clarin.weblicht.wlfxb.md.xb
Methods in eu.clarin.weblicht.wlfxb.md.xb that return types with arguments of type MetaDataItem Modifier and Type Method Description List<MetaDataItem>MetaData. getMetaDataItems()
-