Speech Recognition Engines

Nested
Re: Julius v4.0 : isolated word reco : phone silB not found
User: kmaclean
Date: 1/15/2008 11:57 am
Views: 282
Rating: 34

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) ---

Re: Julius v4.0 : isolated word reco : phone silB not found
User: brunal2496
Date: 1/16/2008 4:40 am
Views: 388
Rating: 25
Hi, thanks again for your help, but I still have the same error. Again, as I said, I don't have any problem using julius with a grammar and a voca, I only can't run Julius 4.0 in isolated word recognition mode. Finally I was able to run run julius using -w mode with the option -wsil sil sil sp. But it doesn't fit to my needs as I need to stay on a vowel of a word more than 10sec to recognize, otherwise I get a "no survived word found" error. So I decided to keep using julius with my simple grammar and a voca.

--- (Edited on 1/16/2008 4:40 am [GMT-0600] by brunal2496) ---

Re: Julius v4.0 : isolated word reco : phone silB not found
User: kmaclean
Date: 2/4/2008 9:41 pm
Views: 1195
Rating: 29

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) ---

Re: Julius v4.0 : isolated word reco : phone silB not found
User: Ravishanker
Date: 9/7/2010 3:26 pm
Views: 304
Rating: 7

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) ---

Re: Julius v4.0 : isolated word reco : phone silB not found
User: psc
Date: 2/14/2012 8:19 pm
Views: 2534
Rating: 6

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

Regards

--- (Edited on 2/14/2012 8:20 pm [GMT-0600] by psc) ---

PreviousNext