imdbo commited on
Commit
b5930d3
1 Parent(s): f7b4090

remove perl tokenizer from readme

Browse files
Files changed (1) hide show
  1. README_English.md +1 -4
README_English.md CHANGED
@@ -26,10 +26,7 @@ Model created with OpenNMT-py 3.2 for the languages of the Kingdom of Spain and
26
  ```
27
  + Translate an input.txt using the model with the following commands:
28
  ```bash
29
- perl tokenizer.perl < input.txt > input.tok
30
- ```
31
- ```bash
32
- subword_nmt.apply_bpe -c ./bpe/es.bpe < input.tok > input.bpe
33
  ```
34
  ```bash
35
  python3 translate.py ./ct2-multi input.bpe > output.txt
 
26
  ```
27
  + Translate an input.txt using the model with the following commands:
28
  ```bash
29
+ subword_nmt.apply_bpe -c ./bpe/es.bpe < input.txt > input.bpe
 
 
 
30
  ```
31
  ```bash
32
  python3 translate.py ./ct2-multi input.bpe > output.txt