julius icon indicating copy to clipboard operation
julius copied to clipboard

Open-Source Large Vocabulary Continuous Speech Recognition Engine

Results 106 julius issues
Sort by recently updated
recently updated
newest added

I'm desperate for a speech-to-text platform that I can run on Linux. Julus seems like it might be the best choice so I've been following the install instructions given in...

My issue is I am not sure what the ../julius/julius/julius part does? Shouldn't I be in the ENVR-v5.4.Dnn.Bin folder? I tried this ../julius/julius/julius -C julius.jconf -dnnconf dnn.jconf and obtained the...

The Julius documentation has always said that only left recursion can be used in grammars and I have always used it that way.. Yet now when I submit a grammar...

Add distinguishing information to otherwise identical error messages; reading the DFA has a possibility of error and in one function four places for error produce the same error message. There...

Hi, I am facing following errors when I run _make -j4_. How can I solve this? (Ubuntu 14.04) gcc -O6 -std=gnu99 -I. -I../libjulius/include -I../libsent/include `../libsent/libsent-config --cflags` `../libjulius/libjulius-config --cflags` -o adintool...

Hello, I was trying to switch to CUDA. All has has compiled and julius started but when trying to recognize i got error: get_back_trellis_proceed: 00 _default: frame 1: no nodes...

I'm working on an application and need to simply recognize a stream of sounds, even if they are not tokenized into words. I expect to get a list of all...

**Any Configuration parameter( in mic.jconf) required inorder to take input mic as WASAPI?** Got this error while running application on windows VS2017. Stat: adin_portaudio: audio cycle buffer length = 256000...

i'm trying to request a julius server by adinnet option. and when i send a request from python client to servier. i got the information from server follow it: ###...

The original code lacks initialization of CLASS.next in `voca.c` (after `malloc` in line 120). It causes segmentation fault in `nfa.c` (`if( strcmp( class->name, name ) == 0 )` around line...