imdbo commited on
Commit
d2c9878
verified
1 Parent(s): 9419311

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -19,3 +19,7 @@ subword-nmt apply-bpe -c gl-detok10k.code < input_file.txt > input_file_bpe.txt
19
  ```bash
20
  python3 trans_ct2.py eu_gl.ct2_10k input_file_bpe.txt >output_file_bpe.txt
21
  ```
 
 
 
 
 
19
  ```bash
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
+ ```