Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-11-27 11:48:33 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-11-27 11:48:33 +0300
commit864aafd0aaa1929e3fb53862cf0a028da4b6982f (patch)
treede2b30bf93c06d482371968d18a831b351a4ac11
parente14dc5428f90a5b01525dd9d99bcf421d8a27322 (diff)
Update tools/Makefile; add .gitignore
-rw-r--r--tools/Makefile4
-rw-r--r--training-basics-sentencepiece/.gitignore4
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index fd4ce21..5fee9b2 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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
diff --git a/training-basics-sentencepiece/.gitignore b/training-basics-sentencepiece/.gitignore
index 12fae23..2a49ed6 100644
--- a/training-basics-sentencepiece/.gitignore
+++ b/training-basics-sentencepiece/.gitignore
@@ -1 +1,5 @@
+data/corpus.*
+data/news*.ro
+data/news*.en
+data/*.output
model