Hi,
I want to get alignments of phones in the output of pocketsphinx and Sphinx 3
?
In pocketsphinx, I couldn't get alignments (time) of words also. Is there any
chance to add this feature to pocketsphinx ?
And, if yes, what about phone alignments in pocketsphinx output ? Is ıt
possible ?
Sphinx 3 gave me alignment of words in the hypothesis and n-best list outputs.
But how can I get, phone alignments ?
Has sphinx 3 this feature ?
Thanks a lot,
Berker.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to get alignments of phones in the output of pocketsphinx and Sphinx 3
?
In pocketsphinx, I couldn't get alignments (time) of words also. Is there any
chance to add this feature to pocketsphinx ?
And, if yes, what about phone alignments in pocketsphinx output ? Is ıt
possible ?
Sphinx 3 gave me alignment of words in the hypothesis and n-best list outputs.
But how can I get, phone alignments ?
Has sphinx 3 this feature ?
Thanks a lot,
Berker.
There is an API for that but no binary. Someone should just write a binary
Header is ps_alignment.h. You can see an example in
pocketsphinx/test/unit/test_state_align.c
Does something exist for Sphinx Java library? I looked at LongTextAligner and it had an Alinment class, but nothing of such api was seen there.
No, this feature is not supported in sphinx4