Update README.md

This commit is contained in:
bfsujason
2021-06-01 09:45:44 +08:00
committed by GitHub
parent 8f54e76d64
commit 125e344131

View File

@@ -45,7 +45,7 @@ python utils/overlap.py -i corpus/mac/test/split -o corpus/mac/test/emb/zh.overl
# Bible # Bible
python utils/overlap.py -i corpus/bible/split -o corpus/bible/en.overlap l en n 5 python utils/overlap.py -i corpus/bible/split -o corpus/bible/en.overlap l en n 5
python utils/overlap.py -i corpus/bible/split -o corpus/bible/zh.overlap l en n 5 python utils/overlap.py -i corpus/bible/split -o corpus/bible/zh.overlap l zh n 5
``` ```
Use parameters -i to specify the input data directory and -o the output file path. Use parameters -i to specify the input data directory and -o the output file path.