Comments

Flat
Bug with mkdfa.pl
User: Ossia
Date: 7/12/2011 2:24 pm
Views: 3145
Rating: 16


I have made the sample.voca and sample.grammar files:

.voca:

% 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

.grammar:

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

But when I run mkdfa.pl sample I get the following error:

sample.grammar has 3 rules

sample.voca has 6 categories and 18 words

---

Now parsing grammar file

"rror: Lexical mistake "

---

no .dfa or .dict file generated

 

Re: Bug with mkdfa.pl
User: Tuan Dinh
Date: 2/10/2013 5:25 am
Views: 201
Rating: 11

I think it is permission problem

PreviousNext