Update convert_format.py

This commit is contained in:
nlpfun
2021-11-30 19:41:31 +08:00
parent 90ae83e987
commit ce200d71bd

View File

@@ -1,9 +1,14 @@
# 2021/11/30 # 2021/11/30
# bfsujason@163.com # bfsujason@163.com
# Usage: """
# python -p xi -s ..\data\split\zh zh -t ..\data\split\en en -a ..\data\zh-en -f intertext Usage:
python -p MAC-Dev \
-s data/mac/dev/zh zh \
-t data/mac/dev/en en \
-a data/mac/dev/auto \
-f intertext
"""
import os import os
import re import re
import shutil import shutil