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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Haddow <barry.haddow@gmail.com>2011-11-16 18:54:23 +0400
committerBarry Haddow <barry.haddow@gmail.com>2011-11-16 18:54:23 +0400
commit79de3c8699153aa759f584825f4f5a75e3f9c08c (patch)
tree9e1f4b862ef7190b51093a5d51a6798e071d100e /scripts
parent0a2e0f44a6d5fa2755b6f3894a55aa608272987d (diff)
Complete initial version of pro extractor
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 68c9272dc..b81b1c10c 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -8,8 +8,8 @@ DS?=$(shell date '+%Y%m%d')
# Set TARGETDIR to directory where you want the compiled scripts to be copied
# to.
# Set BINDIR to the directory where GIZA++ and other tools are installed.
-TARGETDIR=/home/bhaddow/work/moses.svn
-BINDIR=/opt/statmt/moses/bin/
+TARGETDIR=/home/bhaddow/moses.github
+BINDIR=/home/bhaddow/moses/bin
MAIN_SCRIPTS_TARGET_DIR=$(TARGETDIR)
# MAIN_SCRIPTS_TARGET_DIR=$(shell echo `pwd`/temp)