Uses of Class
eu.clarin.weblicht.wlfxb.md.xb.MetaData
-
Packages that use MetaData 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.xb Provides classes for manipulating TCF. -
-
Uses of MetaData in eu.clarin.weblicht.wlfxb.io
Methods in eu.clarin.weblicht.wlfxb.io with parameters of type MetaData Modifier and Type Method Description static voidWLDObjector. write(MetaData md, Lexicon lex, File file, boolean outputAsXmlFragment)static voidWLDObjector. write(MetaData md, Lexicon lex, OutputStream outputStream, boolean outputAsXmlFragment)static voidWLDObjector. write(MetaData md, TextCorpus tc, Lexicon lex, File file, boolean outputAsXmlFragment, String version)static voidWLDObjector. write(MetaData md, TextCorpus tc, Lexicon lex, OutputStream outputStream, boolean outputAsXmlFragment, String version)static voidWLDObjector. write(MetaData md, TextCorpus tc, File file, boolean outputAsXmlFragment)static voidWLDObjector. write(MetaData md, TextCorpus tc, OutputStream outputStream, boolean outputAsXmlFragment) -
Uses of MetaData in eu.clarin.weblicht.wlfxb.xb
Methods in eu.clarin.weblicht.wlfxb.xb that return MetaData Modifier and Type Method Description MetaDataWLDProfile. getMetadata()MetaDataWLData. getMetaData()Gets meta data of the WLData.Constructors in eu.clarin.weblicht.wlfxb.xb with parameters of type MetaData Constructor Description WLData(MetaData metaData, ExternalDataStored extData)Creates WLData with the given meta data and external data annotations.WLData(MetaData metaData, ExternalDataStored extData, TextCorpusStored textCorpus)Creates WLData with the given meta data, external data and text corpus annotations.WLData(MetaData metaData, LexiconStored lexicon)Creates WLData with the given meta data and lexicon annotations.WLData(MetaData metaData, TextCorpusStored textCorpus)Creates WLData with the given meta data and text corpus annotations.
-