General Discussion

Nested
Re: HVite ERROR [+6006]
User: kiguaran001
Date: 12/7/2016 10:12 am
Views: 18
Rating: 0

I managed to solve that error and the sistem found the .conf file, but I got the same error as a week ago, it does nothing when i try to run julius:

~/julius-4.3.1-linuxbin$ julius -C julius.conf
STAT: include config: julius.conf
~/julius-4.3.1-linuxbin$

As you can see nothing happens, theres no error message

--- (Edited on 12/7/2016 10:12 am [GMT-0600] by kiguaran001) ---

Re: HVite ERROR [+6006]
User: colbec
Date: 12/9/2016 5:14 am
Views: 313
Rating: 0

It might be helpful if you provide the activated options in your jconf file.

Here is a Julia script which would read your jconf file and output the activated lines only to your screen. You can capture the output and just post that - the whole file would be unnecessary and wasteful. If you don't want to use Julia then by all means use your alternative script.

fname = ARGS[1]
for line in readlines(fname)
    # output line starting with plain ascii dash/hyphen
    if startswith(strip(line),"-")
        print(line)     end
end

Save the file and call it with "julia namefile.jl pathtojconf.jconf"

--- (Edited on 2016-12-09 6:14 am [GMT-0500] by colbec) ---

Re: HVite ERROR [+6006]
User: kiguaran001
Date: 12/13/2016 4:55 am
Views: 63
Rating: 0

Hi Colbec, I havent go Julia installed and as you have seen I have lot of problems to install new softwares so I prefer to try it with my alternative script, but as you know im a rookie with all this staff. Can you explain this step by step please? Thanks

Another question: I will try to do all I have done with HTK on linux in another Virtual machine, so I want to know what type of Linux do you recommend me to use HTK. Now im using UBUNTU-16 but i want to try with a different one because I think that I probably have a big error in some intern files.

 

--- (Edited on 12/13/2016 4:55 am [GMT-0600] by kiguaran001) ---

Re: HVite ERROR [+6006]
User: colbec
Date: 12/13/2016 6:20 am
Views: 114
Rating: 0

The idea is simply to read in your jconf file, read each line, and if the first character is a "#" then ignore it, but if it is "-" then report it.

Regarding a choice of distro, keep your options open. If you continue to have problems with HTK/Julius you might be tempted to go with the speech package Sphinx (https://en.wikipedia.org/wiki/CMU_Sphinx) which is the specialty of contributor nsh who as you have seen, has tried to help you before. So perhaps Dr. Nickolay S. has a suggestion for a distro, then you are in a good place to change horses.

--- (Edited on 2016-12-13 7:20 am [GMT-0500] by colbec) ---

Re: HVite ERROR [+6006]
User: Visitor
Date: 12/13/2016 1:51 pm
Views: 3
Rating: 0

Hi again!

No I have to use HTK, because im suposed to do my proyect using it. I have problems with all items which are related to the sound(also audacity, I cant record nothing) so I think I have make an error while installing the virtual machine. I will try to install another and see if the sound works.

--- (Edited on 12/13/2016 1:51 pm [GMT-0600] by Visitor) ---

Re: HVite ERROR [+6006]
User: nsh
Date: 12/13/2016 4:08 pm
Views: 5
Rating: 0

You need to share the config.log file, not part of it. You can share over dropbox/google drive.

 

--- (Edited on 12/14/2016 01:08 [GMT+0300] by nsh) ---

Re: HVite ERROR [+6006]
User: nsh
Date: 12/13/2016 4:10 pm
Views: 112
Rating: 0

Sound should work fine in a virtual machine. Ubuntu 16.10 is OK distribution.

 

--- (Edited on 12/14/2016 01:10 [GMT+0300] by nsh) ---

Re: HVite ERROR [+6006]
User: kiguaran001
Date: 12/14/2016 3:47 am
Views: 9
Rating: 0

 Here you have the link to the file:

 https://drive.google.com/drive/folders/0Byv7VrqABsRBUEhDamFMS09FUGs?usp=sharing

 

--- (Edited on 12/14/2016 3:47 am [GMT-0600] by kiguaran001) ---

--- (Edited on 12/14/2016 3:50 am [GMT-0600] by kiguaran001) ---

Re: HVite ERROR [+6006]
User: colbec
Date: 12/14/2016 4:51 am
Views: 3
Rating: 0

I had another thought on testing Julius. By selecting the right input mode in the jconf file it should be possible to test whether your already loaded, precompiled Julius is working by not using the microphone but reading an existing file. If you activate the option "-input rawfile" and deactivate the other input options by commenting them out with "#" then Julius on launch should load up and present you with the prompt "### read waveform input
enter filename->" It will wait there for you to type in the name of a wave file and when you press return will scan that file and try to decode the content to text. It's a test which does not depend on the audio system, where you seem to have some issues.

--- (Edited on 2016-12-14 5:51 am [GMT-0500] by colbec) ---

Re: HVite ERROR [+6006]
User: colbec
Date: 12/14/2016 5:08 am
Views: 5
Rating: 0

A second thought. Run your precompiled Julius with the option -debug. This will present a lot more information about your Julius startup which will be informative. On my system it starts:

> julius -debug -C al.raw.jconf
STAT: include config: al.raw.jconf
DEBUG: args: -input rawfile -nostrip -lv 2000 -tailmargin 400 -rejectshort 50 -dfa al.dfa -v al.dict -h acoustic_model_files/hmmdefs -hlist acoustic_model_files/tiedlist -spmodel sp -multipath -gprune safe -iwcd1 max -iwsppenalty -70.0 -smpFreq 16000 -penalty2 20.0 -b2 200 -sb 80.0 -n 1
STAT: jconf successfully finalized
------------------------------------------------------------
Configuration of Modules

 Number of defined modules: AM=1, LM=1, SR=1

 Acoustic Model (with input parameter spec.):
....

--- (Edited on 2016-12-14 6:08 am [GMT-0500] by colbec) ---

PreviousNext