Uses of Class
eu.clarin.weblicht.wlfxb.ed.xb.ExternalDataStored
-
Packages that use ExternalDataStored Package Description eu.clarin.weblicht.wlfxb.ed.xb Provides classes for manipulating ExternalData annotations of TCF.eu.clarin.weblicht.wlfxb.xb Provides classes for manipulating TCF. -
-
Uses of ExternalDataStored in eu.clarin.weblicht.wlfxb.ed.xb
Methods in eu.clarin.weblicht.wlfxb.ed.xb that return ExternalDataStored Modifier and Type Method Description static ExternalDataStoredExternalDataStored. compose(ExternalDataLayerStored... layers)Composes the layers into one document. -
Uses of ExternalDataStored in eu.clarin.weblicht.wlfxb.xb
Methods in eu.clarin.weblicht.wlfxb.xb that return ExternalDataStored Modifier and Type Method Description ExternalDataStoredWLData. getExternalData()Gets external data annotations of the WLData.Constructors in eu.clarin.weblicht.wlfxb.xb with parameters of type ExternalDataStored Constructor Description WLData(ExternalDataStored extData)Creates WLData with the given external data annotations.WLData(ExternalDataStored extData, TextCorpusStored textCorpus)Creates WLData with the given external data and text corpus annotations.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.
-