-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from CoEDL/refactor-for-release
Refactor for release
- Loading branch information
Showing
650 changed files
with
753 additions
and
881,409 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,17 +1,32 @@ | ||
# Default path configuration | ||
# No trailing slashes please! | ||
CORPUS_PATH: "input/data" | ||
SCRIPTS_PATH: "/kaldi-helpers" | ||
KALDI_ROOT: "/kaldi" | ||
HELPERS_PATH: "/kaldi-helpers" | ||
|
||
OUTPUT_PATH: "output" | ||
KALDI_PATH: "/kaldi" | ||
# Folders to read/write from, all set relative to HELPERS_PATH | ||
# i.e., input == /kaldi-helpers/input (default) | ||
# See also kaldi-helpers/templates/path.sh | ||
SCRIPTS_PATH: "scripts" | ||
INPUT_PATH: "input" | ||
OUTPUT_PATH: "input/output" | ||
|
||
# Assuming this is relative to the scripts path | ||
LETTER_TO_SOUND: "input/abui_toy_config.txt" | ||
CORPUS_PATH: "input/data" | ||
CLEANED_FILTERED_DATA: "cleaned_filtered.json" | ||
|
||
# TODO | ||
LOCALE: "en-AU.utf8" | ||
# For output/kaldi/data/local/dict | ||
LETTER_TO_SOUND_PATH: "input/config/letter_to_sound.txt" | ||
SILENCE_PHONES_PATH: "input/config/silence_phones.txt" | ||
OPTIONAL_SILENCE_PHONES_PATH: "input/config/optional_silence.txt" | ||
|
||
KALDI_PROJECT_NAME: "abui_toy" | ||
# For output/kaldi/conf/mfcc.conf | ||
# Template is in kaldi-helpers/templates/mfcc.conf | ||
MFCC_SAMPLE_FREQUENCY: 44100 | ||
MFCC_FRAME_LENGTH: 25 | ||
MFCC_LOW_FREQ: 20 | ||
MFCC_HIGH_FREQ: 22050 | ||
MFCC_NUM_CEPS: 7 | ||
|
||
SILENCE_PHONES: SIL,sil,spn | ||
OPTIONAL_SILENCE_PHONES: SIL | ||
# For output/kaldi/conf/decode.config | ||
# Template is in kaldi-helpers/templates/ | ||
DECODE_BEAM: 11.0 | ||
DECODE_FIRST_BEAM: 8.0 |
Binary file not shown.
Oops, something went wrong.