Package edu.ucsb.nmsl.tools

Interface Summary
Statistic This interface allows for the storage of statistical information for a specific running of AutoCap and associate a name with the information for efficient retrieval and convenience when displaying the data.
TranscriptFileReader This class was created to allow for the easy integration of many file formats for specifying captions.
TranscriptFileWriter This class was created to allow for the easy integration of many file formats for specifying captions.
 

Class Summary
BaseStatistic This class is the base class for all the statistic classes.
Caption This class represents the basic components of a Transcritp, captions.
CaptionedMediaPlayer This class is reponsible for aggregating a Player object and an XML file containing captions and playing those captions back with synchronized with a media file.
DataSetStatistic This class represents a statistic that represents a set of statistical information.
DoubleStatistic This class represents a statistic that represents double information.
IntegerStatistic This class represents a statistic that represents integer information.
LCS This class is responsible for finding the Longest Common Subsequence (LCS) of a set.
PercentageStatistic This class represents a statistic that represents percentage information.
QADTranscriptFileReader This class is an implementation of the TranscriptFileReader interface that is used to read transcripts from disk in the format used for educational materials created by QAD, Inc.
QADTranscriptFileWriter This class is an implementation of the TranscriptFileWriter interface that is used to write transcripts to disk in the format used for educational materials created by QAD, Inc.
StatisticsPackage The responsibility of the StatisticsPackage is to keep the information collected during a specific running of AutoCap and allow access and print out that information as needed during research.
Transcript This class represents the basic abstraction of a Transcript: a collection of text segments and a time stamp representing when the first word of the collection segment was spoken.