gamallo commited on
Commit
51fcbad
1 Parent(s): a84f6c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ subword-nmt apply-bpe -c gl-detok10k.code < input_file.txt > input_file_bpe.txt
17
 
18
  + Traducir un input_text utilizando NOS-MT-eu-gl:
19
  ```bash
20
- python3 trans_ct2.py gl_zh.ct2_10k input_file_bpe.txt >output_file_bpe.txt
21
  ```
22
  + DeBPEzar output txt:
23
 
 
17
 
18
  + Traducir un input_text utilizando NOS-MT-eu-gl:
19
  ```bash
20
+ python3 trans_ct2.py ct2_detok-gl-zh input_file_bpe.txt >output_file_bpe.txt
21
  ```
22
  + DeBPEzar output txt:
23