알 수 없는 영역

Reference: http://kaldi-asr.org/doc/kaldi_for_dummies.html


해당 포스팅은 내 만족을 위해 작성되었다.

상기 페이지에 있는 글을 읽으며(?) 내 이해를 돕기 위해 작성되었다.

구글 translate 초벌 번역 본 확인 후 필요시 일부 수정 예정


Kaldi for Dummies tutorial - Environment


Environment

Rule number 1 - use Linux. Although it is possible to use Kaldi on Windows, most people I find trustworthy convinced me that Linux will do the job with the less amount of problems. I have chosen Ubuntu 14.10. This was (in 2014/15) a rich and stable Linux representation which I honestly recommend. When you finally have your Linux running properly, please open a terminal and install some necessary stuff (if you do not already have it): 규칙 번호 1 - Linux를 사용합니다. Windows에서 Kaldi를 사용하는 것이 가능하지만 대부분의 사람들은 Linux가 문제가 적은 작업을 수행 할 것이라고 확신했습니다. 나는 우분투 14.10을 선택했다. 이것은 (2014/15 년에) 내가 정직하게 권장하는 풍부하고 안정적인 Linux 표현이었습니다. 마침내 리눅스가 정상적으로 돌아 왔을 때, 터미널을 열고 필요한 것들을 설치하십시오 (아직 가지고 있지 않다면) :

→ 일단 리눅스부터 설치해야겠네...   요기 포스팅 따라해볼 듯. http://recipes4dev.tistory.com/112



(has to be installed)

atlas – automation and optimization of calculations in the field of linear algebra,

autoconf – automatic software compilation on different operating systems,

automake – creating portable Makefile files,

git – distributed revision control system,

libtool – creating static and dynamic libraries,

svn – revision control system (Subversion), necessary for Kaldi download and installation,

wget – data transfer using HTTP, HTTPS and FTP protocols,

zlib – data compression,


아틀라스 - 선형 대수학 분야의 계산 자동화 및 최적화,

autoconf - 다른 운영 체제에서의 자동 소프트웨어 컴파일,

automake - 휴대용 Makefile 파일 만들기,

자식 - 분산 개정 관리 시스템,

libtool - 정적 및 동적 라이브러리 생성,

svn - Kaldi 다운로드 및 설치에 필요한 개정 제어 시스템 (Subversion)

wget - HTTP, HTTPS 및 FTP 프로토콜을 사용한 데이터 전송,

zlib - 데이터 압축,

→ 꼭 설치하라네...


(probably has to be installed)

awk – programming language, used for searching and processing patterns in files and data streams,

bash – Unix shell and script programming language,

grep – command-line utility for searching plain-text data sets for lines matching a regular expression,

make – automatically builds executable programs and libraries from source code,

perl – dynamic programming language, perfect for text files processing.


awk - 파일 및 데이터 스트림에서 패턴을 검색하고 처리하는 데 사용되는 프로그래밍 언어,

bash - 유닉스 쉘 및 스크립트 프로그래밍 언어,

grep - 일반 표현식과 일치하는 행에 대해 일반 텍스트 데이터 세트를 검색하는 명령 줄 유틸리티,

make - 소스 코드에서 실행 가능한 프로그램과 라이브러리를 자동으로 빌드하고,

Perl - 동적 프로그래밍 언어로 텍스트 파일 처리에 적합합니다.

→ 가급적 설치하라네...


Done. Operating system and all the necessary Linux tools are ready to go.

끝난. 운영 체제와 필요한 모든 Linux 도구를 사용할 준비가되었습니다.

→ 설치를 하고 다음 포스팅을 해야하나...




'Basic Concepts > Speech Recognition' 카테고리의 다른 글

Kaldi for Dummies tutorial - Introduction  (0) 2017.12.31
마르코프 연쇄 (Markov Chain)  (0) 2017.12.02