|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJet.Zoner.SpeechSplitter
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 |
public SpeechSplitter()
Method Detail |
public static void split(Document doc, Span textSpan)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |