Jet.Zoner
Class SpeechSplitter

java.lang.Object
  extended byJet.Zoner.SpeechSplitter

public class SpeechSplitter
extends java.lang.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.


Constructor Summary
SpeechSplitter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void split(Document doc, Span textSpan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechSplitter

public SpeechSplitter()
Method Detail

split

public static void split(Document doc,
                         Span textSpan)

main

public static void main(java.lang.String[] args)