I am having trouble with retrieving word-end times when I use Flat Linguist.
getEndFrame always returns -1 for the end times, and it returns correct values
for start times.
If I switch to LexTreeLinguist times are displayed correctly.
Note that config file is currently setup to use LexTreeLinguist, but it has
all the resources for the FlatLinguist as well, so it's easy to try either
one.
Any idea on why this is happening and what is the proper way to retrieve
endTimes for words in the result?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for delay, various things were pending. Indeed such problem exists and
needs some more investigation. Basically confidence framework doesn't work
with flat linguist, that's the issue. Times are stored in result just fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, thanks for further explanation. I was actually aware of issues with the
confidence scores and flat linguist from the earlier posts. But, I do have
problems with retrieving end times (always get -1 values for end times and
correct values for the start times)...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am having trouble with retrieving word-end times when I use Flat Linguist.
getEndFrame always returns -1 for the end times, and it returns correct values
for start times.
If I switch to LexTreeLinguist times are displayed correctly.
Here is the slightly modified version of the transcriber that I've been using
to test this: http://tunezee.com/demos/transcriber.tar.gz
Note that config file is currently setup to use LexTreeLinguist, but it has
all the resources for the FlatLinguist as well, so it's easy to try either
one.
Any idea on why this is happening and what is the proper way to retrieve
endTimes for words in the result?
Thanks!
Hi
Sorry for delay, various things were pending. Indeed such problem exists and
needs some more investigation. Basically confidence framework doesn't work
with flat linguist, that's the issue. Times are stored in result just fine.
Hi, thanks for further explanation. I was actually aware of issues with the
confidence scores and flat linguist from the earlier posts. But, I do have
problems with retrieving end times (always get -1 values for end times and
correct values for the start times)...