Menu

Tree [37676b] master /
 History

HTTPS access


File Date Author Commit
 docs 2012-12-15 Takahiro Shinozaki Takahiro Shinozaki [513c01] Added docs dir to the package so that the docum...
 src 2012-12-23 Takahiro Shinozaki Takahiro Shinozaki [37676b] Integrated goga's variation with pure haskell code
 testrun 2012-12-15 Takahiro Shinozaki Takahiro Shinozaki [4d494b] initial commit of husky2.1 package without the ...
 .gitignore 2012-12-15 Takahiro Shinozaki Takahiro Shinozaki [9cc37b] Updated .gitignore to contain docs
 Readme 2012-12-23 Takahiro Shinozaki Takahiro Shinozaki [37676b] Integrated goga's variation with pure haskell code

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