ABOUT the Story Segmentation (SS) software used in 2004
-------------------------------------------------------
The following issues have been modified in order to adapt the SS software
to the needs of trecvid 2004:

1) The software (only) allows to process test collection files and related 
with an apended 'a' character to the name of the video source 
(i.e., "19981001_ABCa.*"). See more in ./Source/update_2004.txt.

2) The tag "typed" pointing out the type of story (news/misc) is not
required in 2004. The storySegmentationRunResult.dtd has been modified
in the following way:

<!ATTLIST storySegmentationRunResult sysId CDATA #REQUIRED
                                     typed CDATA "no"
                                     priority (1|2|3|4|5|6|7|8|9|10) #REQUIRED
                                     condition (1|2|3|4) #REQUIRED>

3) To identify in a better way the results of the evaluation in the result files,
the SysId identifier found in the header of each run result has been modified 
by append the condition and priority values to the original sysId found in the
submission files:

SysId="condition_sysId_priority"

Further, a tag priority has been added to the header of each run result and,
also the tag pririty has been sintactically corrected to priority in the
header of each run result.
