jramompichel
commited on
Commit
•
2e3c21d
1
Parent(s):
e9337b0
Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ Model developed with OpenNMT for the Spanish-Galician pair using a transformer a
|
|
18 |
**Como traducir / How to translate**
|
19 |
|
20 |
+ Abrir terminal bash / Open bash terminal
|
21 |
-
+ Instalar /
|
22 |
-
+ Instalar /
|
23 |
-
+ Traducir un input_text utilizando o modelo NOS-MT-es-gl co seguinte comando /
|
24 |
|
25 |
```bash
|
26 |
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 |
**Como traducir / How to translate**
|
19 |
|
20 |
+ Abrir terminal bash / Open bash terminal
|
21 |
+
+ Instalar / Install [Python 3.9](https://www.python.org/downloads/release/python-390/)
|
22 |
+
+ Instalar / Install [Open NMT toolkit v.2.2](https://github.com/OpenNMT/OpenNMT-py)
|
23 |
+
+ Traducir un input_text utilizando o modelo NOS-MT-es-gl co seguinte comando / Translate an input_text using the NOS-MT-en-gl model with the following command:
|
24 |
|
25 |
```bash
|
26 |
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
|