VoxForge
Hello everyone,
I'm working on Julius decoder as a dictation program. I've been trying to add more category in my sample.grammar:
S : NS_B SENT NS_E
SENT: GRUPA
SENT: GRUPA GRUPB
SENT: GRUPA GRUPB GRUPC
SENT: GRUPA GRUPB GRUPC GRUPD
SENT: GRUPA GRUPB GRUPC GRUPD GRUPE
But somehow, it won't work. I got this error:
ERROR: LoadError: failed process: Process(`mkfa.exe -e1 -fg 'C:\Users\vesal\AppData\Local\Temp\jl_BBA4.tmp/g20244.grammar' -fv 'C:\Users\vesal\AppData\Local\Temp\jl_BBA4.tmp/g20244.voca' -fo sample.dfa.tmp -fh 'C:\Users\vesal\AppData\Local\Temp\jl_BBA4.tmp/g20244.h'`, ProcessExited(3221225477)) [3221225477]
Stacktrace:
[1] pipeline_error at .\process.jl:682
[2] run at .\process.jl:651 [inlined]
[3] main() at D:\TA\bin\mkdfa.jl:152
[4] include_from_node1 at .\loading.jl:576
[5] include at .\sysimg.jl:14
[6] process_options at .\client.jl:305
[7] _start at .\client.jl:371
while loading D:\TA\bin\mkdfa.jl, in expression starting on line 164
Do you have any idea how to solve this?
Thank you very much!
Best Regard,
Vesalius Tantawan