kaldi/misc
Dan Povey f62e51ea7b trunk: Updating svn:ignore properties. These are now extracted from the .gitignore file using the script misc/maintenance/svnignore.sh.
Adding 'unlink' commands to various tests that write to files (this process is not complete).
    Some changes to the online-decoding setup as it relates to pitch (this work is not yet finished, but checking it in with other changes,
      as it shouldn't break anything that currently runs.)



git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4365 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2014-09-01 21:12:29 +00:00
..
htk_conversion Fixes and updates to HTK conversion script. 2012-05-28 01:23:56 +00:00
htk_decode_example Updates to branches/1, and minor changes to READMES + one #include statement. 2011-07-13 03:52:46 +00:00
htk_graph_creation_example Updates to branches/1, and minor changes to READMES + one #include statement. 2011-07-13 03:52:46 +00:00
logo Added logos 2011-05-28 07:40:50 +00:00
maintenance 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
papers Final changes to lattice paper; other very minor issues. 2012-02-02 06:32:39 +00:00
README.txt Committing warning RE HTK conversion. 2013-01-28 18:44:09 +00:00

README.txt

This directory contains various things: the source and pdf for some
Kaldi-related papers in papers/ (this does not contain all Kaldi-related papers),
the Kaldi logo in logo, and some conversion scripts for converting HTK to Kaldi 
models.

WARNING: the HTK conversion scripts may not work; bugs have been reported.  In
general, conversion back and forth between HTK and Kaldi is not something we
recommend doing or something that we aim to support in future.  The problem is
that HTK and Kaldi have so many differences, both large differences in
philosophy and small differences in details, that conversion in general is not
possible, and even where possible, it is probably not a good idea.  If someone
else wants to keep these scripts updated, we would appreciate that, but the core
Kaldi maintainers do not view this as a good use of their time.