public class SpeechSplitter
extends Object
a sentence splitter for ASR (transcribed speech) files. It assumes that
each word is preceded by a zero-width annotation of type 'W' with features
'Bsec' (start time, in seconds) and 'Dur' (duration, in seconds).
We assume that any gap of at least 'SENTENCE_GAP' seconds is a sentence
break.