Kleber commited on
Commit
f88a24b
1 Parent(s): 817295e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -77,12 +77,12 @@ $ pip install . -e
77
 
78
  Interactive translation(stdin):
79
  ```
80
- $ python -m joeynmt translate configs/args.yaml
81
  ```
82
 
83
  File translation:
84
  ```
85
- $ python -m joeynmt translate configs/args.yaml < src_lang.txt > hypothesis_trg_lang.txt
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