Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to run Japanese example model #93

Open
EnJiang opened this issue Feb 16, 2019 · 2 comments
Open

Fail to run Japanese example model #93

EnJiang opened this issue Feb 16, 2019 · 2 comments

Comments

@EnJiang
Copy link

EnJiang commented Feb 16, 2019

I downloaded julius-4.3.1.exe for win32 and Japanese language model (20k-word) from http://julius.osdn.jp/en_index.php

I run .\julius-4.3.1.exe -input rawfile -C .\jconf\standard.jconf
and got

_STAT: include config: .\jconf\standard.jconf
STAT: jconf successfully finalized
STAT: *** loading AM00 _default
Stat: init_phmm: Reading in HMM definition
Stat: rdhmmdef: ascii format HMM definition
Stat: rdhmmdef: limit check passed
Stat: rdhmmdef: this HMM does not need multipath handling
Stat: rdhmmdef: no embedded
Stat: rdhmmdef: assign SID by the order of appearance
Stat: init_phmm: defined HMMs: 7946
Stat: init_phmm: loading ascii hmmlist
Stat: init_phmm: logical names: 21384 in HMMList
Stat: init_phmm: base phones: 43 used in logical
Stat: init_phmm: finished reading HMM definitions
STAT: making pseudo bi/mono-phone for IW-triphone
Stat: hmm_lookup: 6 pseudo phones are added to logical HMM list
STAT: *** AM00 _default loaded
STAT: *** loading LM00 _default
Stat: init_voca: read 21322 words
Stat: init_ngram: reading in binary n-gram from .\jconf../lang_m/75.20k.1-1.10p.wit.bingram.gz
Stat: ngram_read_bin: file version: 3
stat: ngram_read_bin_compat: reading 1-gram
Error: ngram_read_bin: failed to read 80144 bytes
Error: init_ngram: failed to read ".\jconf../lang_m/75.20k.1-1.10p.wit.bingram.gz"
ERROR: m_fusion: failed to initialize N-gram
ERROR: Error in loading model

gzip: stdout: Broken pipe_

can anyone help?

@colbec
Copy link

colbec commented May 16, 2019

The paths to the bingram components seem to have a mix of both back and forward slashes. Is this intended?

@LeeAkinobu
Copy link
Member

.\jconf../lang_m/75.20k.1-1.10p.wit.bingram.gz

missing / after jconf? It may be,

./jconf/../lang_m/75.20k.1-1.10p.wit.bingram.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants