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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ pip install subword-nmt
15
  subword-nmt apply-bpe -c gl-detok10k.code < input_file.txt > input_file_bpe.txt
16
  ```
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
  ```
 
15
  subword-nmt apply-bpe -c gl-detok10k.code < input_file.txt > input_file_bpe.txt
16
  ```
17
 
18
+ + Traducir un input_text utilizando ct2_detok-gl-zh:
19
  ```bash
20
  python3 trans_ct2.py ct2_detok-gl-zh input_file_bpe.txt >output_file_bpe.txt
21
  ```