edu.mit.nlp
Class ParaData
java.lang.Object
edu.mit.nlp.ParaData
public class ParaData
- extends Object
Stores paralingual data:
whether there's a speaker change between each turn
silence between each turn
maybe other stuffs later
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParaData
public ParaData(File file)
throws Exception
- Throws:
Exception
getPauses
public double[] getPauses()
getSpeakerChange
public boolean[] getSpeakerChange()
Copyright © 2008 MIT. All Rights Reserved.