|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextCorpusStored | |
|---|---|
| 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 | |
|---|---|
class |
TextCorpusStreamed
Class TextCorpusStreamed is used for accessing specified annotation layers and (optionally) adding any new annotation layers from/to TextCorpus. |
| Uses of TextCorpusStored in eu.clarin.weblicht.wlfxb.tc.xb |
|---|
| Methods in eu.clarin.weblicht.wlfxb.tc.xb that return TextCorpusStored | |
|---|---|
static TextCorpusStored |
TextCorpusStored.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 | |
|---|---|
TextCorpusStored |
WLData.getTextCorpus()
Gets text corpus annotations of the WLData. |
| Constructors in eu.clarin.weblicht.wlfxb.xb with parameters of type TextCorpusStored | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||