-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (60 loc) · 2.24 KB
/
NAMESPACE
File metadata and controls
60 lines (60 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
export(labbcatCredentials,
labbcatTimeout, labbcatVersionInfo,
getId,
getLayerIds,
getLayers,
getLayer,
getCorpusIds,
getMediaTracks,
getParticipantIds,
getMatchingParticipantIds,
getTranscriptIds,
getTranscriptIdsInCorpus,
getTranscriptIdsWithParticipant,
getGraphIds,
getGraphIdsInCorpus,
getGraphIdsWithParticipant,
getMatchingTranscriptIds,
getMatchingGraphIds,
countAnnotations,
getAnnotations,
countMatchingAnnotations,
getMatchingAnnotations,
getMatchingAnnotationData,
getAnchors,
getAvailableMedia, saveMedia, deleteMedia,
getMediaUrl, getMedia,
getSoundFragments,
getFragments, fragmentTranscripts,
getFragmentAnnotations, fragmentLabels,
getFragmentAnnotationData, fragmentData,
getMatchLabels, appendLabels,
getMatchAlignments, appendOffsets,
getDictionaries,
getDictionaryEntries,
getMatches,
expressionFromIds, expressionFromAttributeValue, expressionFromAttributeValues,
expressionFromTranscriptTypes, expressionFromAttributeValuesCount,
processWithPraat, appendFromPraat,
praatScriptFormants, praatScriptCentreOfGravity, praatScriptIntensity, praatScriptPitch,
praatScriptFastTrack,
getTranscriptAttributes,
getParticipantAttributes,
getParticipant, saveParticipant, deleteParticipant, renameParticipants,
getSerializerDescriptors, getDeserializerDescriptors,
getUserInfo,
getSystemAttribute,
getAllUtterances,
transcriptUpload, transcriptUploadParameters, transcriptUploadDelete,
newTranscript, updateTranscript, deleteTranscript,
updateFragment,
generateLayer,
generateLayerUtterances,
newLayer, saveLayer, deleteLayer,
annotatorExt, getAnnotatorDescriptor,
loadLexicon, deleteLexicon,
addLayerDictionaryEntry, removeLayerDictionaryEntry,
addDictionaryEntry, removeDictionaryEntry,
formatTranscript)
importFrom("utils", "URLencode", "setTxtProgressBar", "txtProgressBar", "head", "read.csv", "write.table", "count.fields", "unzip")
importFrom("rstudioapi", "askForPassword")