programming:julius
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
programming:julius [2017/12/10 15:18] – dot | programming:julius [2017/12/11 06:44] (現在) – dot | ||
---|---|---|---|
行 2: | 行 2: | ||
====== Ubuntu ====== | ====== Ubuntu ====== | ||
- | ===== インストール ===== | + | ===== julius のインストール ===== |
==== aptパッケージバージョン ==== | ==== aptパッケージバージョン ==== | ||
行 8: | 行 8: | ||
$ sudo apt-get install julius | $ sudo apt-get install julius | ||
- | |||
==== 最新バージョンのビルド ==== | ==== 最新バージョンのビルド ==== | ||
+ | |||
+ | RaspberryPi2でビルドする場合は、最初に以下も実行しておく。 | ||
+ | 他の環境であれば省略できるかもしれない。 | ||
+ | <file sh julius-build-raspberrypi2.sh> | ||
+ | export CFLAGS=" | ||
+ | </ | ||
+ | |||
+ | juliusのビルド | ||
<file sh julius-build.sh> | <file sh julius-build.sh> | ||
行 19: | 行 26: | ||
make | make | ||
sudo make install | sudo make install | ||
+ | </ | ||
+ | |||
+ | ===== dictionary kit のインストール ===== | ||
+ | |||
+ | ==== Releaseバージョン ==== | ||
+ | |||
+ | <file sh julius-dictionary-kit-release.sh> | ||
+ | wget " | ||
+ | unzip dictation-kit-v4.4.zip | ||
+ | </ | ||
+ | |||
+ | ==== 最新バージョン ==== | ||
+ | |||
+ | <file sh julius-dictionary-kit-latest.sh> | ||
+ | curl -s https:// | ||
+ | git lfs install | ||
+ | git clone https:// | ||
</ | </ | ||
programming/julius.1512919127.txt.gz · 最終更新: 2017/12/10 15:18 by dot