imdbo commited on
Commit
19a71f9
1 Parent(s): b63ce96

Update README_English.md

Browse files
Files changed (1) hide show
  1. 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-es-gl -output ./output_file.txt -replace_unk -phrase_table phrase_table-gl-es.txt -gpu 0
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