add_attrDefLabelGroup: Define a label group for an attribute definition. (A copy of...

add_attrDefLabelGroupR Documentation

Define a label group for an attribute definition. (A copy of the emuR function)

Description

Add / List / Remove label group to / of / from a specific attribute definition. This label group can be used as a short hand to reference groups of labels specific to an attribute definition (compared to global label groups that are added by add_labelGroup) in a query. A common example would be to add a label group for something like the phonetic category of nasals to be able reference them as "nasals" in a query. For more information on the structural elements of an emuDB see vignette(emuDB).

Usage

add_attrDefLabelGroup(
  emuDBhandle,
  levelName,
  attributeDefinitionName,
  labelGroupName,
  labelGroupValues
)

Arguments

emuDBhandle

emuDB handle as returned by load_emuDB

levelName

name of level

attributeDefinitionName

name of attributeDefinition

labelGroupName

name of label group

labelGroupValues

character vector of labels

See Also

emuR::add_attrDefLabelGroup


humlab-speech/reindeer documentation built on May 21, 2023, 4:43 p.m.