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

remove perl tokenizer from readme

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -26,10 +26,7 @@ Modelo feito con OpenNMT-py 3.2 para as línguas do Reino de España e inglés u
26
  ```
27
  + Traducir un input.txt utilizando o modelo cos seguintes comandos:
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
  + Traducir un input.txt utilizando o modelo cos seguintes comandos:
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