imdbo commited on
Commit
5771b89
1 Parent(s): d2c9878

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -20,6 +20,7 @@ subword-nmt apply-bpe -c gl-detok10k.code < input_file.txt > input_file_bpe.txt
20
  python3 trans_ct2.py eu_gl.ct2_10k input_file_bpe.txt >output_file_bpe.txt
21
  ```
22
  + DeBPEzar output txt:
23
- + ```bash
 
24
  cat out_test_bpe.txt | sed "s/@@ //g" > output_file.txt
25
  ```
 
20
  python3 trans_ct2.py eu_gl.ct2_10k input_file_bpe.txt >output_file_bpe.txt
21
  ```
22
  + DeBPEzar output txt:
23
+
24
+ ```bash
25
  cat out_test_bpe.txt | sed "s/@@ //g" > output_file.txt
26
  ```