eu.clarin.weblicht.wlfxb.ed.api
Interface ExternalData
- All Known Implementing Classes:
- ExternalDataStored
public interface ExternalData
The ExternalData interface represents layers of linguistic
annotations to be used with TCF annotations but to be stored outside of TCF.
Corresponds to TCF ExternalData specification.
Each layer of annotations in ExternalData has a URL link to its
annotations data file.
- Author:
- Yana Panchenko
getLayers
List<ExternalDataLayer> getLayers()
getSpeechSignalLayer
SpeechSignalLayer getSpeechSignalLayer()
createSpeechSignalLayer
SpeechSignalLayer createSpeechSignalLayer(String mimeType)
createSpeechSignalLayer
SpeechSignalLayer createSpeechSignalLayer(String mimeType,
int numberOfChannels)
getTokenSegmentationLayer
TokenSegmentationLayer getTokenSegmentationLayer()
createTokenSegmentationLayer
TokenSegmentationLayer createTokenSegmentationLayer(String mimeType)
getPhoneticSegmentationLayer
PhoneticSegmentationLayer getPhoneticSegmentationLayer()
createPhoneticSegmentationLayer
PhoneticSegmentationLayer createPhoneticSegmentationLayer(String mimeType)
getCanonicalSegmentationLayer
CanonicalSegmentationLayer getCanonicalSegmentationLayer()
createCanonicalSegmentationLayer
CanonicalSegmentationLayer createCanonicalSegmentationLayer(String mimeType)
Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.