INACTIVE - This is now the official location of the Kaldi project.
Перейти к файлу
Dan Povey 6f598676cc several nnet2-online changes: make it easier to get the feature extraction options right in cross-system training; add train_pnorm_simple.sh script (simplified learning-rate schedule and improved combination at the end, supersedes train_pnorm_fast.sh); modifying big-data online-nnet2 recipes to use 40-dimensional MFCC rather than 13 as input (will add results soon, but they are improved). Modified filter_scp.pl to have one-based, not zero-based, field index.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4493 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2014-09-30 19:18:36 +00:00
egs several nnet2-online changes: make it easier to get the feature extraction options right in cross-system training; add train_pnorm_simple.sh script (simplified learning-rate schedule and improved combination at the end, supersedes train_pnorm_fast.sh); modifying big-data online-nnet2 recipes to use 40-dimensional MFCC rather than 13 as input (will add results soon, but they are improved). Modified filter_scp.pl to have one-based, not zero-based, field index. 2014-09-30 19:18:36 +00:00
misc trunk: Updating svn:ignore properties. These are now extracted from the .gitignore file using the script misc/maintenance/svnignore.sh. 2014-09-01 21:12:29 +00:00
src several nnet2-online changes: make it easier to get the feature extraction options right in cross-system training; add train_pnorm_simple.sh script (simplified learning-rate schedule and improved combination at the end, supersedes train_pnorm_fast.sh); modifying big-data online-nnet2 recipes to use 40-dimensional MFCC rather than 13 as input (will add results soon, but they are improved). Modified filter_scp.pl to have one-based, not zero-based, field index. 2014-09-30 19:18:36 +00:00
tools trunk: fix duplication in sctk patch; add mutex to a nnet component; various cosmetic fixes. 2014-09-24 17:12:07 +00:00
windows trunk: add .props file in windows folder 2014-09-09 21:16:50 +00:00
.gitignore trunk: small compilation-error fixes; updates to .gitignore and svn properties. 2014-09-02 03:53:36 +00:00
COPYING Update COPYING notice to further clarify our conventions regarding copyright and multiple authors; update Apache headers to point to COPYING notice. 2013-09-24 22:38:48 +00:00
INSTALL Merge branch 'master' into sandbox-oplatek 2013-06-18 10:56:26 +00:00
README.txt fix typo 2013-06-20 02:59:38 +00:00

README.txt

This is official Kaldi readme. You are now in Kaldi/trunk mirror.
Read Kaldi.md and INSTALL.md first!


See http://kaldi.sourceforge.net/ for documentation 
(may not always be fully up to date).  This documentation
is generated by running "doxygen" from the src/ directory,
and appears in src/html/

I assume that the reader would like to (1) build the toolkit
and (2) run the example system builds.

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 at
 https://sourceforge.net/mailarchive/forum.php?forum_name=kaldi-developers
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.