当前位置: 首页 > 工具软件 > Julius > 使用案例 >

Julius的安装 Julius step by step – Step 1 – Instalation

湛同
2023-12-01

一.Installation By Source tarball

Installation process is simple and contains the following points:

1. Download the newest source tarbal from Julius official site – link
2. Unpack the archive for example to your user home directory
3. Configure and install julius by following commands:

cd ~/julius-4.2.2/
sudo ./configure
sudo make
sudo make install

二.Installation using apt-get in Ubuntu
不要使用sudo apt-get install julius这种方式安装,安装的是老版本,会有一些问题的。

4. Try it by typing in command line:

julius-4.2.1
 
//output
Julius rev.4.2.2 - based on 
JuliusLib rev.4.2.2 (fast)  built for i686-pc-linux
 
Copyright (c) 1991-2012 Kawahara Lab., Kyoto University
Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
Copyright (c) 2005-2012 Julius project team, Nagoya Institute of Technology
 
Try '-setting' for built-in engine configuration.
Try '-help' for run time options.

5. Last additional thing needed to run Julius smoothly is a julius-voxforge package which can be installed via apt-get by typing in command line:

sudo apt-get install julius-voxforge

That’s all now you can start to configure it, because it’s not coming configured just out of the box. I’ll write a post in next few days about basic configuration to which link will be added here. 

注意事项:

1.readme当中的命令已经发生了变化:

sudo mkdfa.pl sample

export TMP=/tmp


 类似资料: