Update README.md
Browse files
README.md
CHANGED
@@ -17,5 +17,5 @@ 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
|
21 |
```
|
|
|
17 |
|
18 |
+ Traducir un input_text utilizando NOS-MT-eu-gl:
|
19 |
```bash
|
20 |
+
python3 trans_ct2.py eu_gl.ct2_10k input_file_bpe.txt >output_file_bpe.txt
|
21 |
```
|