I have a question regarding the lattice node(ps_lattice_t). It has a data
field called hyp_str which is said to return the hypotheses string. Is this
string representing the whole utterance? or it represents the string for that
lattice node? I might have a misunderstanding here so please correct me if im
wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Woops looks like i saw the wrong code.Please disregard my last question. Ok my
question is regarding ps_latnode_s. I am wondering how to extract the
hypothesised word out of this node.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a question regarding the lattice node(ps_lattice_t). It has a data
field called hyp_str which is said to return the hypotheses string. Is this
string representing the whole utterance? or it represents the string for that
lattice node? I might have a misunderstanding here so please correct me if im
wrong.
Woops looks like i saw the wrong code.Please disregard my last question. Ok my
question is regarding ps_latnode_s. I am wondering how to extract the
hypothesised word out of this node.
Isn't it?
That represents the hypothesis for the whole utterance.