-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Hansen
committed
Sep 26, 2019
0 parents
commit c6e8b7c
Showing
20 changed files
with
97,772 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<s> SIL | ||
</s> SIL | ||
<sil> SIL |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Empty file.
Oops, something went wrong.