Estalhun

Results 28 comments of Estalhun

You have to cut the audio to segments shorter than 20 sec. The data must not contains zeros. The zero is the sign of end of audio segment. kunnetcn ezt...

Yes, you can do it, because I did it with HTK and Julius. Try to picture a word dictionary wich contains one phoneme for one word, like vowels.

Something like this: Sample "sententences" for training (Hungarian): ``` T A N UU S II T V AA NY O K N A K T A R G O N...

Did you try with other Wav file? Amit Srivastava ezt írta (időpont: 2020. jan. 15., Sze 20:45): > I'm having the exact same segmentation fault in the exact same location...

This directive controls the maximum number of words in the dictionary. Words count is a 16 bit unsigned number in default. You can use integer instead of word by this...

If you put #define WORDS_INT into your code, this code below will do the job for you. Current stddefs.h: #ifdef WORDS_INT /* maximum number of words = 2G = 2^31...

I think the wave is too long. Try to cut into pieces shorter than 20 sec. Jake-s16 ezt írta (időpont: 2019. júl. 11., Cs 15:56): > Just installed following the...

It is very simple: **Error: ngram_read_bin: please use Julius compiled with --enable-words-int** Standard ARPA LM word ID is 16 bit integer. You have to use at least 32 bit integer....

00readme-DNN.txt: "To prepare a model for DNN-HMM, note that the orders are important. The order of the output nodes in the DNN should be the order of HMM state definition...

No, that is correct. AltGr = Alt + Ctrl. At least in this case. 2017. szept. 23. 13:40 ezt írta ("Tomas Restrepo" ): You can re-assign this option to another...