You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
240 B
9 lines
240 B
4 years ago
|
# for plain text
|
||
|
python3 cn_tn.py example_plain.txt output_plain.txt
|
||
|
diff example_plain.txt output_plain.txt
|
||
|
|
||
|
# for Kaldi's trans format
|
||
|
python3 cn_tn.py --has_key example_kaldi.txt output_kaldi.txt
|
||
|
diff example_kaldi.txt output_kaldi.txt
|
||
|
|