
Package index
-
labbcatCredentials() - Sets the username and password for a given LaBB-CAT server
-
labbcatTimeout() - Sets the timeout for request to the LaBB-CAT server in future function calls. The default timeout is 10 seconds
-
labbcatVersionInfo() - Gets version information of all components of LaBB-CAT
-
getId() - Gets the store's ID
-
getUserInfo() - Gets information about the current user
Searching and extracting data
Searching for patterns, and extracting information about the resulting matches
-
getMatches() - Search for tokens
-
getMatchLabels() - Gets labels of annotations on a given layer, identified by given match IDs
-
appendLabels() - Appends labels of annotations on given layers to a dataframe of matches.
-
getMatchAlignments() - Gets temporal alignments of matches on a given layer
-
appendOffsets() - Appends temporal alignments on given layers to a dataframe of matches.
-
getFragmentAnnotations() - Gets annotations in fragments.
-
fragmentLabels() - Gets annotations in fragments.
-
getAllUtterances() - Get all utterances of participants
-
getMatchingAnnotations() - Gets a list of annotations that match a particular pattern
-
countMatchingAnnotations() - Gets the number of annotations matching a particular pattern
-
expressionFromAttributeValue() - Generates a query expression for matching a single-value transcript/participant attribute, for use with getMatches
-
expressionFromAttributeValues() - Generates a query expression for matching a multi-value transcript/participant attribute, for use with getMatches
-
expressionFromAttributeValuesCount() - Generates a query expression for matching a transcript/participant attribute, for use with getMatches
-
expressionFromIds() - Generates a query expression for matching transcripts or participants by ID, for use with getMatches
-
expressionFromTranscriptTypes() - Generates a transcript query expression for matching transcripts by type, for use with getMatches or getMatchingTranscriptIds
Extracting audio/annotation files
Extracting data files including audio samples, Praat TextGrids, etc.
-
getFragments() - Gets transcript fragments in a given format.
-
fragmentTranscripts() - Gets transcript fragments in a given format.
-
formatTranscript() - Gets transcript(s) in a given format
-
getSoundFragments() - Gets sound fragments from 'LaBB-CAT'.
-
fragmentAudio() - Gets sound fragments from 'LaBB-CAT'.
-
getMediaUrl() - Gets the URL of the given media track for a given transcript
-
getMedia() - Downloads a given media track for a given transcript
Extracting non-textual annotation data
Accessing images and other files corresponding to annotations on layers with a MIME type
-
getFragmentAnnotationData() - Gets binary annotation data in fragments.
-
fragmentData() - Gets binary annotation data in fragments.
-
getMatchingAnnotationData() - Gets binary data for annotations that match a particular pattern.
-
processWithPraat() - Process a set of intervals with Praat
-
appendFromPraat() - Appends measurements from Praat to a dataframe of matches.
-
praatScriptCentreOfGravity() - Generates a script for extracting the CoG, for use with processWithPraat
-
praatScriptFastTrack() - Generates a script for extracting formants using FastTrack, for use with processWithPraat
-
praatScriptFormants() - Generates a script for extracting formants, for use with processWithPraat
-
praatScriptIntensity() - Generates a script for extracting maximum intensity, for use with processWithPraat
-
praatScriptPitch() - Generates a script for extracting pitch, for use with processWithPraat
-
getTranscriptAttributes() - Gets transcript attribute values for given transcript IDs
-
getTranscriptIds() - Gets a list of transcript IDs
-
getTranscriptIdsInCorpus() - Gets a list of transcript in a corpus
-
getTranscriptIdsWithParticipant() - Gets a list of IDs of transcripts that include the given participant
-
formatTranscript() - Gets transcript(s) in a given format
-
getMatchingTranscriptIds() - Gets a list of IDs of transcripts that match a particular pattern
-
getMatchingParticipantIds() - Gets a list of IDs of participants that match a particular pattern
-
getAvailableMedia() - List the media available for the given transcript
-
getMediaUrl() - Gets the URL of the given media track for a given transcript
-
getMedia() - Downloads a given media track for a given transcript
-
saveMedia() - Uploads the given media for the given transcript
-
deleteMedia() - Delete a transcript's media file
-
countAnnotations() - Gets the number of annotations on the given layer of the given transcript
-
getAnchors() - Gets the given anchors in the given transcript
-
getAnnotations() - Gets the annotations on the given layer of the given transcript
-
getGraphIds() - Deprecated synonym for getTranscriptIds.
-
getGraphIdsInCorpus() - Deprecated synonym for getTranscriptIdsInCorpus.
-
getGraphIdsWithParticipant() - Deprecated synonym for getTranscriptIdsWithParticipant.
-
getMatchingGraphIds() - Deprecated synonym for getMatchingTranscriptIds.
-
newTranscript() - Upload a new transcript
-
updateTranscript() - Update an existing transcript
-
transcriptUpload() - Upload a transcript file and associated media files.
-
transcriptUploadParameters() - Set the parameters of a transcript already uploaded with transcriptUpload.
-
transcriptUploadDelete() - Cancel a transcript upload started by a previous call to transcriptUpload().
-
updateFragment() - Update a transcript fragment
-
deleteTranscript() - Delete a transcript from the corpus
-
generateLayer() - Generates a layer
-
generateLayerUtterances() - Generates a layer for a given set of utterances
-
getCorpusIds() - Gets a list of corpus IDs
-
getMediaTracks() - List the predefined media tracks available for transcripts
-
getParticipantAttributes() - Gets participant attribute values for given participant IDs
-
getParticipantIds() - Gets a list of participant IDs
-
getDeserializerDescriptors() - Lists the descriptors of all registered deserializers
-
getSerializerDescriptors() - Lists the descriptors of all registered serializers
-
getSystemAttribute() - Gets the value of the given system attribute
-
nzilbb.labbcatnzilbb.labbcat-package - Accessing Data Stored in 'LaBB-CAT' Instances
-
getParticipant() - Gets information about a single participant
-
saveParticipant() - Saves information about a single participant
-
deleteParticipant() - Deletes a participant record
-
renameParticipants() - Renames a list of participants
-
getLayerIds() - Gets a list of layer IDs
-
getLayer() - Gets a layer definition
-
getLayers() - Gets a list of layer definitions
-
newLayer() - Creates a new layer
-
saveLayer() - Saves the details of an existing layer
-
deleteLayer() - Deletes an existing layer
-
getAnnotatorDescriptor() - Gets annotator information
-
annotatorExt() - Retrieve annotator's "ext" resource
-
getDictionaries() - List the dictionaries available
-
getDictionaryEntries() - Lookup entries in a dictionary
-
loadLexicon() - Upload a flat lexicon file for lexical tagging
-
deleteLexicon() - Delete a previously loaded lexicon
-
addDictionaryEntry() - Adds an entry to a dictionary
-
removeDictionaryEntry() - Removes an entry from a dictionary
-
addLayerDictionaryEntry() - Adds an entry to a layer dictionary
-
removeLayerDictionaryEntry() - Removes an entry from a layer dictionary