Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
kaldi-modelgen
Commits
1fd3c8d8
Commit
1fd3c8d8
authored
Jan 20, 2017
by
Abdelwahab HEBA
Browse files
solve encoding text problem
parent
745e901a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
path.sh
path.sh
+4
-1
No files found.
path.sh
View file @
1fd3c8d8
...
...
@@ -2,10 +2,13 @@ export KALDI_ROOT=`pwd`/../../..
export
PATH
=
$PWD
/tools/festival/nsw/bin:
$PWD
/utils/:
$KALDI_ROOT
/tools/openfst/bin:
$PWD
:
$PATH
[
!
-f
$KALDI_ROOT
/tools/config/common_path.sh
]
&&
echo
>
&2
"The standard file
$KALDI_ROOT
/tools/config/common_path.sh is not present -> Exit!"
&&
exit
1
.
$KALDI_ROOT
/tools/config/common_path.sh
export
LC_ALL
=
C
LANG
=
en_US.UTF-8
LANGUAGE
=
en_US.UTF-8
LC_ALL
=
en_US.UTF-8
# we use this both in the (optional) LM training and the G2P-related scripts
PYTHON
=
'python2.7'
PYTHON3
=
'python3'
### Below are the paths used by the optional parts of the recipe
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment