- See the
requirements.txt
for the required python packages and runpip install -r requirements.txt
to install them.
## Preprocess
```shell
mkdir data
wget http://www.statmt.org/europarl/v7/europarl.tgz
tar zxvf europarl.tgz
python preprocess_text.py
python main.py
python performance.py
- If you want to compute the sentence similarity, please download the bert model.