Skip to content

Commit 4d59fd9

Browse files
authored
fill missing lang in arg run (#347)
Signed-off-by: folivoramanh <palasek182@gmail.com>
1 parent 56d242b commit 4d59fd9

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)