Skip to content

Commit 997042e

Browse files
folivoramanhmgrafu
authored andcommitted
fill missing lang in arg run (#347)
Signed-off-by: folivoramanh <palasek182@gmail.com> Signed-off-by: Mariana Graterol Fuenmayor <marianag@nvidia.com>
1 parent 6baae96 commit 997042e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo_text_processing/text_normalization/normalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def parse_args():
727727
parser.add_argument(
728728
"--language",
729729
help="language",
730-
choices=["en", "de", "es", "fr", "hu", "sv", "zh", "ar", "it", "hy", "ja", "hi"],
730+
choices=["en", "de", "es", "fr", "hu", "sv", "zh", "ar", "it", "hy", "ja", "hi", "vi"],
731731
default="en",
732732
type=str,
733733
)

0 commit comments

Comments
 (0)