*/
protected void setupUtteranceProcessors() throws IOException {
List processors = getUtteranceProcessors();
BulkTimer.LOAD.start("CartLoading");
CARTImpl numbersCart = new CARTImpl(getResource("nums_cart.txt"));
CARTImpl phrasingCart = new CARTImpl(getResource("phrasing_cart.txt"));
CARTImpl accentCart = new CARTImpl(getResource("int_accent_cart.txt"));
CARTImpl toneCart = new CARTImpl(getResource("int_tone_cart.txt"));
CARTImpl durzCart = new CARTImpl(getResource("durz_cart.txt"));
BulkTimer.LOAD.stop("CartLoading");
BulkTimer.LOAD.start("UtteranceProcessors");
PhoneDurations phoneDurations = new PhoneDurationsImpl(
getResource("dur_stat.txt"));