Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hansen committed Sep 26, 2019
0 parents commit c6e8b7c
Show file tree
Hide file tree
Showing 20 changed files with 97,772 additions and 0 deletions.
341 changes: 341 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions SOURCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cmusphinx-hi-5.2

https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/Hindi/
7 changes: 7 additions & 0 deletions acoustic_model/feat.params
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-lowerf 130
-upperf 6800
-nfilt 40
-feat 1s_c_d_dd
-agc none
-cmn current
-varnorm no
94,545 changes: 94,545 additions & 0 deletions acoustic_model/mdef

Large diffs are not rendered by default.

Binary file added acoustic_model/means
Binary file not shown.
Binary file added acoustic_model/mixture_weights
Binary file not shown.
3 changes: 3 additions & 0 deletions acoustic_model/noisedict
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<s> SIL
</s> SIL
<sil> SIL
Binary file added acoustic_model/transition_matrices
Binary file not shown.
Binary file added acoustic_model/variances
Binary file not shown.
Binary file added base_dictionary.txt.gz
Binary file not shown.
Binary file added base_language_model.txt.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
this_dir="$( cd "$( dirname "$0" )" && pwd )"

cd "${this_dir}" && \
rm -rf \
grammars/ fsts/ \
dictionary.txt language_model.txt intent.fst* vocab.txt unknown_words.txt
Empty file added custom_words.txt
Empty file.
Empty file added espeak_phonemes.txt
Empty file.
Loading

0 comments on commit c6e8b7c

Please sign in to comment.