-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kaldi decoder running on ptics with en LM
Run alex/applications/PublicTransportInfoCs/vhub_test_kaldi
- Loading branch information
Showing
4 changed files
with
54 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/usr/bin/env python | ||
# vim: set fileencoding=UTF-8 filetype=python : | ||
# | ||
# When the configuration file is loaded, several automatic transformations | ||
# are applied: | ||
# | ||
# 1) '{cfg_abs_path}' as a substring of atomic attributes is replaced by | ||
# an absolute path of the configuration files. This can be used to | ||
# make the configuration file independent of the location of programs | ||
# using the configuration file. | ||
# | ||
# or better user use the as_project_path function | ||
|
||
config = { | ||
'ASR': { | ||
'debug': True, | ||
'type': 'Kaldi', | ||
'Kaldi': { | ||
'debug': True, | ||
} | ||
}, | ||
} |
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,5 @@ | ||
#!/bin/bash | ||
|
||
cd .. | ||
|
||
./vhub.py -c ./PublicTransportInfoCS/ptics.cfg ./PublicTransportInfoCS/kaldi.cfg |
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