VoxForge
hi sir,
after running slave.pl command then its giving:
MODULE: DECODE Decoding using models previously trained
Decoding 10 segments starting at 0 (part 1 of 1)
0%
This step had 6860 ERROR messages and 2 WARNING messages. Please check the log file for details.
Aligning results to find error rate
SENTENCE ERROR: 100.0% (10/10) WORD ERROR RATE: 100.0% (41/41)
I don't understand why 100% error rate is showing....
I'm sending u all the necessary files including log file:
http://www.adrive.com/public/73dff1bb49fb3feafbb5e099e5310f3cd7273f3f0a5af6b596091011c7f29acc.html
plzz suggest some solution how to reduce error rate??
--- (Edited on 6/20/2010 6:10 am [GMT-0500] by amitkr) ---
The errors in the log are pretty self-descriptive. All words from your language model are missing in your dictionary
ERROR: "wid.c", line 282: a is not a word in dictionary and it is not a class tag.
ERROR: "wid.c", line 282: aa is not a word in dictionary and it is not a class tag.
ERROR: "wid.c", line 282: aabhaa is not a word in dictionary and it is not a class tag.
ERROR: "wid.c", line 282: aabharii is not a word in dictionary and it is not a class tag.
ERROR: "wid.c", line 282: aabilit:y is not a word in dictionary and it is not a class tag.
ERROR: "wid.c", line 282: aachaarasan:hitaakei is not a word in dictionary and it is not a class tag
--- (Edited on 6/20/2010 18:08 [GMT+0400] by nsh) ---