Update tools/Makefile; add .gitignore

This commit is contained in:
Roman Grundkiewicz 2018-11-27 08:48:33 +00:00
Родитель e14dc5428f
Коммит 864aafd0aa
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,8 @@
all: moses-scripts subword-nmt sacreBLEU
moses-scripts:
git clone https://github.com/amunmt/moses-scripts
git clone https://github.com/marian-nmt/moses-scripts
subword-nmt:
git clone https://github.com/rsennrich/subword-nmt
sacreBLEU:
git clone https://github.com/mjpost/sacreBLEU -b master
git clone https://github.com/marian-nmt/sacreBLEU -b master

4
training-basics-sentencepiece/.gitignore поставляемый
Просмотреть файл

@ -1 +1,5 @@
data/corpus.*
data/news*.ro
data/news*.en
data/*.output
model