fillerDictionaryFile);
fillerDictionary =
loadDictionary(fillerDictionaryFile.openStream(), true);
if(g2pModelFile != null && !g2pModelFile.getPath().equals("")) {
g2pDecoder = new G2PConverter(g2pModelFile);
}
loadTimer.stop();
logger.finest(dumpToString());
allocated = true;
}