generateLayer: Generates a layer.

View source: R/generateLayer.R

generateLayerR Documentation

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)

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().

Value

The final status of the layer generation task.

See Also

getAllUtterances

Examples

## Not run: 
## define the LaBB-CAT URL
labbcat.url <- "https://labbcat.canterbury.ac.nz/demo/"

## Generate all phonemic transcription annotations
generateLayer(labbcat.url, "phonemes")

## End(Not run)


nzilbb.labbcat documentation built on July 26, 2023, 6:08 p.m.