Ubuntu 18.04 で Julius を使う
音声認識システム 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
実行した様子
マイクからの入力でなく、sample.wav を処理するには、
julius -C testmic.jconf -nostrip -charconv SJIS UTF-8 -input rawfile
enter filename-> というプロンプトが出たら、ファイル名を入れます。
実行した様子
Author And Source
この問題について(Ubuntu 18.04 で Julius を使う), 我々は、より多くの情報をここで見つけました https://qiita.com/ekzemplaro/items/dcfd51c24f2c3a020c7b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .