edu.cmu.sphinx.frontend.endpoint.test
Class NonSpeechDataFilterTest
java.lang.Object
edu.cmu.sphinx.frontend.BaseDataProcessor
edu.cmu.sphinx.frontend.test.AbstractTestProcessor
edu.cmu.sphinx.frontend.endpoint.test.NonSpeechDataFilterTest
- All Implemented Interfaces:
- DataProcessor, Configurable
public class NonSpeechDataFilterTest
- extends AbstractTestProcessor
Some tests to ensure that the NonSpeechDataFilter filters non-speech in the specified manner.
- Author:
- Holger Brandl
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NonSpeechDataFilterTest
public NonSpeechDataFilterTest()
createDataFilter
public NonSpeechDataFilter createDataFilter(boolean mergeSpeechSegments)
testOneSpeechRegion
public void testOneSpeechRegion()
throws DataProcessingException
- Throws:
DataProcessingException
testMultipleSpeechRegionWithoutMerging
public void testMultipleSpeechRegionWithoutMerging()
throws DataProcessingException
- Throws:
DataProcessingException
testMultipleSpeechRegionWithMerging
public void testMultipleSpeechRegionWithMerging()
throws DataProcessingException
- Throws:
DataProcessingException