📄 readme.1st
字号:
This package contains speech recognition research tools. I implemented
a feature extraction program and three most popular speech recognizers,
i.e., Dynamic time-wrapping algorithm (DTW), Discrete Hidden Markov model
(DHMM) and Continuous HMM with Gaussian mixture density functions (CHMM).
The programs are grouped as:
(A)
feature -- turn a speech signal to a vector sequence
(B)
dtwcmp -- dynamic time-wapping (DTW) comparision
(C) gensym -- transform a feature vector sequence to discrete symbols
dhmm -- discrete HMM training program
dtest -- DHMM test program
(D) chmm -- continuous density HMM training program
viterbi -- CHMM test program
---------------------------------------------------------------------
Copyright (c) 1996 by Jialong He. All Rights Reserved.
THE SOFTWARE IS PROVIDED "AS IS" AND JIALONG HE DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL JIALONG
HE BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
------------------------------------------------------------------------
Jialong He
Abteilung Neuroinformatik
University of ULM
89069 ULM, GERMANY
email: jialong@neuro.informatik.uni-ulm.de
April 9, 1996
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -