Read Me
Husky 2.2
*This package contains the followings
Readme : this file
src : husky source code
docs : a directory containing HTML files that explains the code
testrun : a directory containing sample script to run husky
To compile the husky program:
$ cd src; make
# Here, "$" denotes a command prompt
To install:
$ cd src; make install
To compile the husky documents:
$ cd src; make docs
# Files under the does directory are overwritten
To try speech recognition using husky:
$ cd testrun; ./test.sh
# To recognize the sample data with the sample model, 1.8G byte of memory is needed.
Supported environments:
The software has been compiled/tested under the CentOS 6.2 operating
system (64bit version) with the ghc 7.4.2 haskell compiler.
Developed by Takahiro Shinozaki
2012/12/23