What is the difference between phonepen and WIP param in sphinx3? WIP as I
understand is the cost associated with interword transition. But what is
phonepen?
I observe that it affects the recognition result even in the FSG mode
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I increase phonepen beyond 1, would it mean that a word would exit earlier
than it would by default, since now the log(phonepen) is +ve and word_score
would be more than what it would have been earlier?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I increase phonepen beyond 1, would it mean that a word would exit
earlier than it would by default, since now the log(phonepen) is +ve and
word_score would be more than what it would have been earlier?
Yes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
What is the difference between phonepen and WIP param in sphinx3? WIP as I
understand is the cost associated with interword transition. But what is
phonepen?
I observe that it affects the recognition result even in the FSG mode
Thanks.
Phone penalty score is added for every transition between phones, for example
between phones inside words.
Thanks.
If I increase phonepen beyond 1, would it mean that a word would exit earlier
than it would by default, since now the log(phonepen) is +ve and word_score
would be more than what it would have been earlier?
Yes