Uses of Class
eu.clarin.weblicht.wlfxb.tc.xb.TextCorpusStored
-
Packages that use TextCorpusStored 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.tc.xb Provides classes for manipulating TextCorpus annotations of TCF.eu.clarin.weblicht.wlfxb.xb Provides classes for manipulating TCF. -
-
Uses of TextCorpusStored in eu.clarin.weblicht.wlfxb.io
Subclasses of TextCorpusStored in eu.clarin.weblicht.wlfxb.io Modifier and Type Class Description classTextCorpusStreamedClass TextCorpusStreamed is used for accessing specified annotation layers and (optionally) adding any new annotation layers from/to TextCorpus.classTextCorpusStreamedWithReplaceableLayersClass TextCorpusStreamedWithReplaceableLayers can be used for applications where an existing TCF layer has to be replaced or removed. -
Uses of TextCorpusStored in eu.clarin.weblicht.wlfxb.tc.xb
Methods in eu.clarin.weblicht.wlfxb.tc.xb that return TextCorpusStored Modifier and Type Method Description static TextCorpusStoredTextCorpusStored. compose(String lang, TextCorpusLayerStoredAbstract... layers)Composes the layers into one document. -
Uses of TextCorpusStored in eu.clarin.weblicht.wlfxb.xb
Methods in eu.clarin.weblicht.wlfxb.xb that return TextCorpusStored Modifier and Type Method Description TextCorpusStoredWLData. getTextCorpus()Gets text corpus annotations of the WLData.Constructors in eu.clarin.weblicht.wlfxb.xb with parameters of type TextCorpusStored Constructor Description WLData(ExternalDataStored extData, TextCorpusStored textCorpus)Creates WLData with the given external data and text corpus annotations.WLData(MetaData metaData, ExternalDataStored extData, TextCorpusStored textCorpus)Creates WLData with the given meta data, external data and text corpus annotations.WLData(MetaData metaData, TextCorpusStored textCorpus)Creates WLData with the given meta data and text corpus annotations.WLData(TextCorpusStored textCorpus)Creates WLData with the given text corpus annotations.
-