VoxForge
Hi brunal2496,
I didn't see your last two submissions when I posted my last reply ... take a look at Step 1 in the tutorial, I think you need something like this in your grammar file:
S : NS_B COMMAND NS_E
then in your voca file you need to define NS_B and NS_E:
% NS_B
<s> sil
% NS_E
</s> sil
Using the Julius <s> and </s> defaults for silence word.
Ken
--- (Edited on 1/15/2008 12:57 pm [GMT-0500] by kmaclean) ---
--- (Edited on 1/16/2008 4:40 am [GMT-0600] by brunal2496) ---
Hi brunal2496,
You might want to check out wordflow. From the Julius forum:
wordflow [is] a simple word recognition software. It recognize words utterance and output it in a graphical Window. It uses JuliusLib and SDL library.
Ken
--- (Edited on 2/4/2008 10:41 pm [GMT-0500] by kmaclean) ---
For the vocabulary file:
% NS_B
silB sil
% NS_E
silE sil
give the wsil option as:
-wsil sil sil NULL
This should now work
--- (Edited on 9/7/2010 3:26 pm [GMT-0500] by Ravishanker) ---
--- (Edited on 9/7/2010 3:27 pm [GMT-0500] by Ravishanker) ---
Replying to an old thread, but I had the same problem. Here's what worked for me:
dictionary:
</s> [] sil
<s> [] sil
julius.conf:
-wsil sil sil sil
--- (Edited on 2/14/2012 8:20 pm [GMT-0600] by psc) ---