84858687888990919293
} this.database = database; this.phonesetURL = phonesetURL; this.partOfSpeechURL = partOfSpeechURL; try { this.unitSelector = new DiphoneUnitSelector(getDatabase()); } catch (IOException ioe) { ioe.printStackTrace(); } }
156157158159160161162
* * @throws IOException if an IO error occurs while getting * processor */ public UtteranceProcessor getUnitSelector() throws IOException { return new DiphoneUnitSelector(getDatabase()); }