“ASR-howto”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
第1行: 第1行:
=1. how to build kaldi on linux?=
+
==1. how to build kaldi on linux?==
  
 +
Building Kaldi on windows with VS is pretty annoying. We therefore highly recommend to build the stuff within cygwin. The process is simple:
  
 +
#. install cygwin. Select the following components:
 +
:  a. make b. gcc c. automake d. perl e. python f. clapack g. wget h. gfortrain+g77+f77 i. zlib 
 +
#. download kaldi from CSLT server at /nfs/disk/perm/tool/kaldi
 +
#. install tools: go to kaldi/tools, run install.sh if you have all the required components installed. 
 +
#. install the core: go to kaldi/src, ./configure; make
 
==2. how to create lexicon==
 
==2. how to create lexicon==

2013年5月26日 (日) 10:26的版本

1. how to build kaldi on linux?

Building Kaldi on windows with VS is pretty annoying. We therefore highly recommend to build the stuff within cygwin. The process is simple:

  1. . install cygwin. Select the following components:
  a. make b. gcc c. automake d. perl e. python f. clapack g. wget h. gfortrain+g77+f77 i. zlib 
  1. . download kaldi from CSLT server at /nfs/disk/perm/tool/kaldi
  2. . install tools: go to kaldi/tools, run install.sh if you have all the required components installed. 
  3. . install the core: go to kaldi/src, ./configure; make

2. how to create lexicon