# This zip file contains the timecodes of all the spoken dialogue (both
# English- and non-English) in the 47 film clips in the set that 
# have dialogue. Each clip's dialogue timecodes are in a separate file
# (NN_dialogue_timecodes.dat, where NN = clip number 01–50).
#
# In the data files, each line represents a single dialogue segment.
# A dialogue segment is defined as an uninterrupted piece of dialogue
# spoken by a single character. A new dialogue segment is initiated
# by either a change of speaker or, for the same speaker, a pause 
# in the dialogue at least four frames in duration. The values are
# comma-separated.
#
# Each line in the data files contains the following values:
#
# 1:  Character identifier *
# 2:  First frame of dialogue segment (zero-based)
# 3:  Last frame of dialogue segment (zero-based)
#
# * Characters appearing in more than one shot were given a unique
#   identifier in chronological order, starting at 1. Incidental
#   characters appearing in only one shot are indicated by the
#   identifier "nil". The character location data is also annotated
#   with the character identifiers.
#
# See the article for more details.