Learn R Programming

nzilbb.labbcat (version 1.5-1)

generateLayer: Generates a layer

Description

Generates annotations on a given layer for all transcripts in the corpus.

Usage

generateLayer(labbcat.url, layer.id, no.progress = FALSE)

Value

The final status of the layer generation task.

Arguments

labbcat.url

URL to the LaBB-CAT instance

layer.id

The ID of the layer to generate.

no.progress

TRUE to suppress visual progress bar. Otherwise, progress bar will be shown when interactive().

See Also

getAllUtterances

Other Annotation layer functions: deleteLayer(), getLayer(), getLayerIds(), getLayers(), newLayer(), saveLayer()

Examples

Run this code
if (FALSE) {
## Generate all phonemic transcription annotations
generateLayer(labbcat.url, "phonemes")
}

Run the code above in your browser using DataLab