if (FALSE) {
##################################
# prerequisite: loaded ae emuDB
# (see ?load_emuDB for more information)
# add level called "Phonetic2" to the ae emuDB
# that could for example contain the transcriptions of a second annotator
add_levelDefinition(emuDBhandle = ae,
name = "Phonetic2",
type = "SEGMENT")
# list level definition of ae emuDB
list_levelDefinitions(emuDBhandle = ae)
# remove newly added level definition
remove_levelDefinitions(emuDBhandle = ae,
name = "Phonetic2")
}
Run the code above in your browser using DataLab