Update README.md
Browse files
README.md
CHANGED
|
@@ -77,12 +77,12 @@ $ pip install . -e
|
|
| 77 |
|
| 78 |
Interactive translation(stdin):
|
| 79 |
```
|
| 80 |
-
$ python -m joeynmt translate
|
| 81 |
```
|
| 82 |
|
| 83 |
File translation:
|
| 84 |
```
|
| 85 |
-
$ python -m joeynmt translate
|
| 86 |
```
|
| 87 |
|
| 88 |
## Accuracy measurement
|
|
|
|
| 77 |
|
| 78 |
Interactive translation(stdin):
|
| 79 |
```
|
| 80 |
+
$ python -m joeynmt translate args.yaml
|
| 81 |
```
|
| 82 |
|
| 83 |
File translation:
|
| 84 |
```
|
| 85 |
+
$ python -m joeynmt translate args.yaml < src_lang.txt > hypothesis_trg_lang.txt
|
| 86 |
```
|
| 87 |
|
| 88 |
## Accuracy measurement
|