Update README_English.md
Browse files- README_English.md +1 -1
README_English.md
CHANGED
@@ -18,7 +18,7 @@ Model developed with OpenNMT for the Spanish-Galician pair using the transformer
|
|
18 |
+ Open bash terminal
|
19 |
+ Install [Python 3.9](https://www.python.org/downloads/release/python-390/)
|
20 |
+ Install [Open NMT toolkit v.2.2](https://github.com/OpenNMT/OpenNMT-py)
|
21 |
-
+ Translate an input_text using the NOS-MT-
|
22 |
|
23 |
```bash
|
24 |
onmt_translate -src input_text -model NOS-MT-es-gl -output ./output_file.txt -replace_unk -phrase_table phrase_table-es-gl.txt -gpu 0
|
|
|
18 |
+ Open bash terminal
|
19 |
+ Install [Python 3.9](https://www.python.org/downloads/release/python-390/)
|
20 |
+ Install [Open NMT toolkit v.2.2](https://github.com/OpenNMT/OpenNMT-py)
|
21 |
+
+ Translate an input_text using the NOS-MT-es-gl model with the following command:
|
22 |
|
23 |
```bash
|
24 |
onmt_translate -src input_text -model NOS-MT-es-gl -output ./output_file.txt -replace_unk -phrase_table phrase_table-es-gl.txt -gpu 0
|