sumit kumar - 2018-12-27

I am trying to implement some pronunciation evaluation program.
I have a .wav file and I know what has been spoken. I want to get the phonemes out of it and get the confidence score for each phoneme.
I am using the below command to get the phonemes(Using align.jsgf):
pocketsphinxcontinuous -infile file.wav -jsgf align.jsgf -dict phonemes.dict -backtrace yes -fsgusefiller no -bestpath no 2>&1 | tee $w-align.txt
Is there a way so that I can get theconfidence score for each phoneme?