Update README_English.md
Browse files- README_English.md +1 -1
README_English.md
CHANGED
@@ -25,7 +25,7 @@ Model developed with OpenNMT for the Galician-Spanish pair using the transformer
|
|
25 |
+ Translate an input_text using the NOS-MT-gl-en model with the following command:
|
26 |
|
27 |
```bash
|
28 |
-
onmt_translate -src input_text聽-model NOS-MT-
|
29 |
```
|
30 |
+ The resulting translation will be in the PATH indicated by the -output flag.
|
31 |
|
|
|
25 |
+ Translate an input_text using the NOS-MT-gl-en model with the following command:
|
26 |
|
27 |
```bash
|
28 |
+
onmt_translate -src input_text聽-model NOS-MT-gl-en -output ./output_file.txt -replace_unk -gpu 0
|
29 |
```
|
30 |
+ The resulting translation will be in the PATH indicated by the -output flag.
|
31 |
|