Comments

Flat
problem converting to julian form
User: cvani
Date: 4/5/2011 10:46 am
Views: 3540
Rating: 14

hi,

  i followed the steps till here and when i ran mkdfa.pl then it shows the following,

i7922737@w32328:~/voxforge/auto$ perl mkdfa.pl sample
sample.grammar has 3 rules
sample.voca    has 6 categories and 18 words
---
---
no .dfa or .dict file generated

i checked both my sample files and everything seems to be ok... i am on linux machine.. could anyone tell me the solution please.

 

Thank you

 

Re: problem converting to julian form
User: kmaclean
Date: 4/5/2011 2:18 pm
Views: 118
Rating: 12

>no .dfa or .dict file generated

what is in your grammar and voca files?

 

Re: problem converting to julian form
User: cvani
Date: 4/6/2011 2:16 am
Views: 123
Rating: 14

this is sample.grammar file,

S : NS_B SENT NS_E
SENT: CALL_V NAME_N
SENT: DIAL_V DIGIT

and sample.voca file has the following,

% NS_B
<s>        sil

% NS_E
</s>        sil

% CALL_V
PHONE        f ow n
CALL        k ao l

% DIAL_V
DIAL        d ay l

% NAME_N
STEVE        s t iy v
YOUNG        y ah ng

% DIGIT
FIVE        f ay v
FOUR        f ow r
NINE        n ay n
EIGHT        ey t
OH        ow
ONE        w ah n
SEVEN        s eh v ih n
SIX        s ih k s
THREE        th r iy
TWO        t uw
ZERO        z iy r ow

I guess I have the contents correct.

Re: problem converting to julian form
User: kmaclean
Date: 4/6/2011 11:24 am
Views: 123
Rating: 13
Re: problem converting to julian form
User: Visitor
Date: 4/8/2011 8:41 am
Views: 110
Rating: 10

i am not sure about it..maybe but what do i have to do for it...for the time being i copied the files from the tutorial folder and moved to the next steps...

 

thank

Re: problem converting to julian form
User: kmaclean
Date: 4/11/2011 8:18 am
Views: 110
Rating: 15

> but what do i have to do for it.

 

use dos2unix in Linux or the flip utilityin WIndows to convert to correct version of file

 

PreviousNext