Update README.md
Browse files
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 |
+
```
|