LoginSignup
12
19

More than 5 years have passed since last update.

Ubuntu 18.04 で Julius を使う

Last updated at Posted at 2017-09-03

音声認識システム Julius を Ubuntu 18.04 で使ってみました。

インストール

git clone https://github.com/julius-speech/julius
cd julius
./configure
make
sudo make install

/usr/local/bin/julius にインストールされます。

文法認識キットのインストール

git clone https://github.com/julius-speech/grammar-kit

サンプルの実行
-charconv SJIS UTF-8 をつけないと文字化けします。

cd grammar-kit/SampleGrammars/fruit
julius -C testmic.jconf -nostrip -charconv SJIS UTF-8

実行した様子

julius_sep0301.png

マイクからの入力でなく、sample.wav を処理するには、

julius -C testmic.jconf -nostrip -charconv SJIS UTF-8 -input rawfile

enter filename-> というプロンプトが出たら、ファイル名を入れます。

実行した様子

julius_sep0302.png

12
19
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
19