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:
Diffstat (limited to 'forced-translation/.env')
-rw-r--r--forced-translation/.env22
1 files changed, 22 insertions, 0 deletions
diff --git a/forced-translation/.env b/forced-translation/.env
new file mode 100644
index 0000000..ec0b9ff
--- /dev/null
+++ b/forced-translation/.env
@@ -0,0 +1,22 @@
+REPO_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+
+SCRIPTS=$REPO_ROOT/scripts
+TOOLS=$REPO_ROOT/tools
+
+MOSES=$TOOLS/moses-scripts
+FAST_ALIGN=$TOOLS/fast_align/build
+MARIAN=
+
+DATA=$REPO_ROOT/test_data
+TRAIN_PREFIX=train
+VALID_PREFIX=valid
+TEST_PREFIX=test
+
+SRC_LANG=en
+TGT_LANG=pt
+
+FACTOR_PREFIX=p
+
+MODEL_DIR=$REPO_ROOT/model
+
+GPUS="0"