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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-06-01 19:18:34 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-01 19:18:34 +0400
commitf0f4893a3dda8d76f482be001bbb7930ade74ce1 (patch)
tree8cac1222eff5dbf9c66b0bad2a34f3a3974cdffc /scripts
parent86666c2a1fba5680d48c539054e85e2666a87f32 (diff)
start integrating adam's suffix array
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/training/wrappers/adam-suffix-array/run.sa.create.sh2
-rwxr-xr-xscripts/training/wrappers/adam-suffix-array/run.sa.extract.sh2
-rwxr-xr-xscripts/training/wrappers/adam-suffix-array/suffix-array-create.sh (renamed from scripts/training/wrappers/suffix-array-create.sh)0
-rwxr-xr-xscripts/training/wrappers/adam-suffix-array/suffix-array-extract.sh (renamed from scripts/training/wrappers/suffix-array-extract.sh)0
4 files changed, 2 insertions, 2 deletions
diff --git a/scripts/training/wrappers/adam-suffix-array/run.sa.create.sh b/scripts/training/wrappers/adam-suffix-array/run.sa.create.sh
index 2fb5921bd..80e964fc1 100755
--- a/scripts/training/wrappers/adam-suffix-array/run.sa.create.sh
+++ b/scripts/training/wrappers/adam-suffix-array/run.sa.create.sh
@@ -4,5 +4,5 @@ TARGET_CORPUS=/Users/hieuhoang/workspace/data/europarl/exp/fr-en/training/corpus
ALIGNMENT=/Users/hieuhoang/workspace/data/europarl/exp/fr-en/model/aligned.3.grow-diag-final-and
SA_OUTPUT=/Users/hieuhoang/workspace/data/europarl/exp/fr-en/model/suffix-array.3
-~/workspace/bin/moses-smt/scripts/training/wrappers/suffix-array-create.sh $SA_EXEC_DIR $SOURCE_CORPUS $TARGET_CORPUS $ALIGNMENT $SA_OUTPUT
+~/workspace/bin/moses-smt/scripts/training/wrappers/adam-suffix-array/suffix-array-create.sh $SA_EXEC_DIR $SOURCE_CORPUS $TARGET_CORPUS $ALIGNMENT $SA_OUTPUT
diff --git a/scripts/training/wrappers/adam-suffix-array/run.sa.extract.sh b/scripts/training/wrappers/adam-suffix-array/run.sa.extract.sh
index 425b19723..8a77eee76 100755
--- a/scripts/training/wrappers/adam-suffix-array/run.sa.extract.sh
+++ b/scripts/training/wrappers/adam-suffix-array/run.sa.extract.sh
@@ -4,5 +4,5 @@ MODEL_DIR=/Users/hieuhoang/workspace/data/europarl/exp/fr-en/model/suffix-array.
INPUT_FILE=/Users/hieuhoang/workspace/data/europarl/exp/fr-en/tuning/input.lc.2
OUTPUT_DIR=/Users/hieuhoang/workspace/data/europarl/exp/fr-en/tuning/filtered.sa.3
-~/workspace/bin/moses-smt/scripts/training/wrappers/suffix-array-extract.sh $SA_EXEC_DIR $MODEL_DIR $INPUT_FILE $OUTPUT_DIR
+~/workspace/bin/moses-smt/scripts/training/wrappers/adam-suffix-array/suffix-array-extract.sh $SA_EXEC_DIR $MODEL_DIR $INPUT_FILE $OUTPUT_DIR
diff --git a/scripts/training/wrappers/suffix-array-create.sh b/scripts/training/wrappers/adam-suffix-array/suffix-array-create.sh
index 700269310..700269310 100755
--- a/scripts/training/wrappers/suffix-array-create.sh
+++ b/scripts/training/wrappers/adam-suffix-array/suffix-array-create.sh
diff --git a/scripts/training/wrappers/suffix-array-extract.sh b/scripts/training/wrappers/adam-suffix-array/suffix-array-extract.sh
index bc11e2cfc..bc11e2cfc 100755
--- a/scripts/training/wrappers/suffix-array-extract.sh
+++ b/scripts/training/wrappers/adam-suffix-array/suffix-array-extract.sh