imdbo commited on
Commit
3d6fff6
verified
1 Parent(s): 434ffec

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 ca-detok10k.code < input_file.txt > input_file_bpe.txt
19
  ```bash
20
  python3 trans_ct2.py ct2_detok-ca-gl_sint_10k input_file_bpe.txt >output_file_bpe.txt
21
  ```
 
 
 
 
 
19
  ```bash
20
  python3 trans_ct2.py ct2_detok-ca-gl_sint_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
+ ```