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