Ticket #64 (closed defect: wontfix)
Julius 3.5 in '-demo' output mode - batch recognize does not output file name
Reported by: | kmaclean | Owned by: | kmaclean |
---|---|---|---|
Priority: | minor | Milestone: | Unassigned |
Component: | Speech Rec Engine | Version: | 0.1-alpha |
Keywords: | Cc: |
Description
Julius can use the same mfc files as does HTK, but there is a bug in version 3.5 of Julius, when using '-demo' mode, where it does not display the file name of the recognized speech audio file.
i.e. the following command:
$/usr/local/julius/julius-3.5-linuxbin/bin/julian-3.5-std -input mfcfile -filelist test.scp -C julian.jconf -demo > juliusOutput
Generates recognition results, but does not include file name:
------------- System Info end ------------- pass1_best: <s> pass1_best: <s> CALL pass1_best: <s> PHONE YOUNG <sp> pass1_best: <s> PHONE YOUNG pass1_best: <s> PHONE YOUNG <sp> pass1_best: <s> PHONE YOUNG <sp> pass1_best: <s> PHONE YOUNG <sp> pass1_best: <s> PHONE YOUNG <sp> stack empty, search terminate now 2 sentences have found sentence1: <s> PHONE YOUNG </s> pass1_best: <s> pass1_best: <s> pass1_best: <s> CALL pass1_best: <s> CALL pass1_best: <s> CALL YOUNG pass1_best: <s> CALL YOUNG <sp> pass1_best: <s> CALL YOUNG <sp> pass1_best: <s> CALL YOUNG <sp> pass1_best: <s> CALL YOUNG <sp> stack empty, search terminate now 1 sentences have found sentence1: <s> CALL YOUNG </s>
When it should look like this: command:
/usr/local/julius/julius-3.5-linuxbin/bin/julian-3.5-std -input rawfile -filelist wavlst -demo -C julian.jconf > juliusOutput
output:
------------- System Info end ------------- input speechfile: wav/test1.wav 17622 samples (2.20 sec.) pass1_best: <s> pass1_best: <s> PHONE pass1_best: <s> PHONE pass1_best: <s> PHONE YOUNG pass1_best: <s> PHONE YOUNG <sp> pass1_best: <s> PHONE YOUNG </s> pass1_best: <s> PHONE YOUNG </s> pass1_best: <s> PHONE YOUNG </s> stack empty, search terminate now 2 sentences have found sentence1: <s> PHONE YOUNG </s> input speechfile: wav/test2.wav 20864 samples (2.61 sec.) pass1_best: <s> pass1_best: <s> pass1_best: <s> pass1_best: <s> CALL pass1_best: <s> CALL YOUNG pass1_best: <s> CALL YOUNG </s> pass1_best: <s> CALL YOUNG </s> pass1_best: <s> CALL YOUNG </s> pass1_best: <s> CALL YOUNG </s> stack empty, search terminate now 2 sentences have found sentence1: <s> CALL YOUNG </s>
Change History
Note: See
TracTickets for help on using
tickets.