ASR-howto

来自cslt Wiki
2013年5月26日 (日) 10:26Wangd讨论 | 贡献的版本

跳转至: 导航搜索

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