mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
change default path
This commit is contained in:
parent
ba6d8e8b26
commit
0ab027411f
@ -37,10 +37,10 @@ def get_args():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--lang-dir",
|
"--lang-dir",
|
||||||
type=Path,
|
type=Path,
|
||||||
default=Path("data/lang_char"),
|
default=Path("data/lang"),
|
||||||
help=(
|
help=(
|
||||||
"Name of lang dir. "
|
"Name of lang dir. "
|
||||||
"If not set, this will default to lang_char_{trans-mode}"
|
"If not set, this will default to data/lang"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user