mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 10:32:17 +00:00
change default path
This commit is contained in:
parent
3eeadd0f3a
commit
1e9bb87305
@ -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