Ubuntu 18.04에서 Julius 사용
설치
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-> 라는 프롬프트가 나오면 파일 이름을 넣습니다.
실행한 모습
Reference
이 문제에 관하여(Ubuntu 18.04에서 Julius 사용), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ekzemplaro/items/dcfd51c24f2c3a020c7b텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)