
label: extracts the labels from the segment list. utt: extracts the utterances from the segment list.
label(segs)
label / utterance vector
segment list
Jonathan Harrington
data(dip)
#dip is a segment list - first ten segments only
dip[1:10,]
#extract labels from the segment list
dips.labs = label(dip)
dips.labs
Run the code above in your browser using DataLab