stats.collect(result);
}
recognizer.stopRecognition();
// Transform represents the speech profile
Transform transform = stats.createTransform();
recognizer.setTransform(transform);
// Decode again with updated transform
stream = TranscriberDemo.class.getResourceAsStream(
"/edu/cmu/sphinx/demo/aligner/10001-90210-01803.wav");