-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
133 lines (129 loc) · 3.4 KB
/
_pkgdown.yml
File metadata and controls
133 lines (129 loc) · 3.4 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
home:
title: nzilbb.labbcat for R
description: R package provides for querying and extracting data from LaBB-CAT
template:
bootstrap: 5
opengraph:
twitter:
creator: "@labbcat"
card: summary
path: "/home/robert/nzilbb/labbcat-R/docs"
url: "https://nzilbb.github.io/labbcat-R/"
authors:
Robert Fromont:
href: https://www.canterbury.ac.nz/nzilbb/
reference:
- title: "Communication with LaBB-CAT"
desc: "URLs/credentials etc. for connecting to your LaBB-CAT server"
- contents:
- starts_with("labbcat")
- getId
- getUserInfo
- title: "Searching and extracting data"
desc: "Searching for patterns, and extracting information about the resulting matches"
- contents:
- getMatches
- getMatchLabels
- appendLabels
- getMatchAlignments
- appendOffsets
- getFragmentAnnotations
- fragmentLabels
- getAllUtterances
- getMatchingAnnotations
- countMatchingAnnotations
- starts_with("expression")
- title: "Extracting audio/annotation files"
desc: "Extracting data files including audio samples, Praat TextGrids, etc."
- contents:
- getFragments
- fragmentTranscripts
- formatTranscript
- getSoundFragments
- fragmentAudio
- getMediaUrl
- getMedia
- title: "Extracting non-textual annotation data"
desc: "Accessing images and other files corresponding to annotations on layers with a MIME type"
- contents:
- getFragmentAnnotationData
- fragmentData
- getMatchingAnnotationData
- title: "Processing with Praat"
desc: "Server-side processing of tokens with Praat"
- contents:
- processWithPraat
- appendFromPraat
- starts_with("praat")
- title: "Transcript information"
desc: "Identifying transcript IDs, annotations, media, and meta data"
- contents:
- starts_with("getTranscript")
- formatTranscript
- getMatchingTranscriptIds
- getMatchingParticipantIds
- getAvailableMedia
- getMediaUrl
- getMedia
- saveMedia
- deleteMedia
- countAnnotations
- getAnchors
- getAnnotations
- starts_with("getGraph")
- getMatchingGraphIds
- title: "Transcript management"
desc: "Uploading/deleting transcripts"
- contents:
- newTranscript
- updateTranscript
- transcriptUpload
- transcriptUploadParameters
- transcriptUploadDelete
- updateFragment
- deleteTranscript
- title: "Generating annotations"
desc: "Generating annotations on selected layers"
- contents:
- generateLayer
- generateLayerUtterances
- title: "Corpus information"
desc: "Information about how your LaBB-CAT server is organised and configured"
- contents:
- getCorpusIds
- getMediaTracks
- getParticipantAttributes
- getParticipantIds
- getDeserializerDescriptors
- getSerializerDescriptors
- getSystemAttribute
- nzilbb.labbcat
- title: "Participant management"
desc: "Functions for creating, updating, and deleting participant records"
- contents:
- getParticipant
- saveParticipant
- deleteParticipant
- renameParticipants
- title: "Layer management"
desc: "Functions for managing annotation layers"
- contents:
- getLayerIds
- getLayer
- getLayers
- newLayer
- saveLayer
- deleteLayer
- getAnnotatorDescriptor
- annotatorExt
- title: "Lexicon management"
desc: "Functions for managing dictionaries for lookups and annotation"
- contents:
- getDictionaries
- getDictionaryEntries
- loadLexicon
- deleteLexicon
- addDictionaryEntry
- removeDictionaryEntry
- addLayerDictionaryEntry
- removeLayerDictionaryEntry