[] (https://travis-ci.org/kaldi-asr/kaldi)
To build the toolkit: see ./INSTALL
. These instructions are valid for UNIX
systems including various flavors of Linux; Darwin; and Cygwin (has not been
tested on more "exotic" varieties of UNIX). For Windows installation
instructions (excluding Cygwin), see windows/INSTALL
.
To run the example system builds, see egs/README.txt
If you encounter problems (and you probably will), please do not hesitate to contact the developers (see below). In addition to specific questions, please let us know if there are specific aspects of the project that you feel could be improved, that you find confusing, etc., and which missing features you most wish it had.
For HOT news about Kaldi see the project site.
- Info about the project, description of techniques, tutorial for C++ coding.
- Doxygen reference of the C++ code.
Kaldi forums and mailing lists:
- User list kaldi-help: Web interface/archive || [Subscribe] (mailto:[email protected]) || [Post] (mailto:[email protected])
- Developer list kaldi-developers: Web interface/archive || [Subscribe] (mailto:[email protected]) || [Post] (mailto:[email protected])
- Also try luck and search in SourceForge archives.
- Create a personal fork of the [main Kaldi repository] (https://github.com/kaldi-asr/kaldi) in GitHub.
- Make your changes in a named branch different from
master
, e.g. you create a branchmy-awesome-feature
. - Generate a pull request through the Web interface of GitHub.
- As a general rule, please follow [Google C++ Style Guide] (https://google-styleguide.googlecode.com/svn/trunk/cppguide.html). There are a few exceptions in Kaldi. You can use the [Google's cpplint.py] (https://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py) to verify that your code is free of basic mistakes.