if (FALSE) {
##################################
# prerequisite: loaded ae emuDB
# (see ?load_emuDB for more information)
# add additional attribute definition to the "Phonetic" level
# of the ae emuDB that will contain the UTF8 IPA
# symbols of the phonetic transcriptions
add_attributeDefinition(emuDBhandle = ae,
levelName = "Phonetic",
name = "IPA-UTF8")
# list attribute definitions for level "Word"
# of the ae emuDB
list_attributeDefinitions(emuDBhandle = ae,
levelName = "Word")
# remove newly added attributeDefinition
remove_attributeDefinition(emuDBhandle = ae,
levelName = "Phonetic",
name = "IPA-UTF8")
}
Run the code above in your browser using DataLab