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:
authorphikoehn <pkoehn@inf.ed.ac.uk>2013-05-17 09:42:54 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2013-05-17 09:42:54 +0400
commit13991fc88fc6184139db46aa306789d855ef54cd (patch)
tree99fb3581b70295bf1581c2a9b452832acb9662ee /scripts/ems
parentce516b770c04f281f643d03edc1a357b4d139295 (diff)
added specification to example config files for fast align
Diffstat (limited to 'scripts/ems')
-rw-r--r--scripts/ems/example/config.basic4
-rw-r--r--scripts/ems/example/config.factored4
-rw-r--r--scripts/ems/example/config.hierarchical4
-rw-r--r--scripts/ems/example/config.syntax4
-rw-r--r--scripts/ems/example/config.toy4
5 files changed, 20 insertions, 0 deletions
diff --git a/scripts/ems/example/config.basic b/scripts/ems/example/config.basic
index 86dad3c15..7e84537b5 100644
--- a/scripts/ems/example/config.basic
+++ b/scripts/ems/example/config.basic
@@ -328,6 +328,10 @@ parallel = yes
#
alignment-symmetrization-method = grow-diag-final-and
+### use of Chris Dyer's fast align for word alignment
+#
+#fast-align-settings = "-d -o -v"
+
### use of berkeley aligner for word alignment
#
#use-berkeley = true
diff --git a/scripts/ems/example/config.factored b/scripts/ems/example/config.factored
index dbc783189..f9af006b7 100644
--- a/scripts/ems/example/config.factored
+++ b/scripts/ems/example/config.factored
@@ -348,6 +348,10 @@ parallel = yes
#
alignment-symmetrization-method = grow-diag-final-and
+### use of Chris Dyer's fast align for word alignment
+#
+#fast-align-settings = "-d -o -v"
+
### use of berkeley aligner for word alignment
#
#use-berkeley = true
diff --git a/scripts/ems/example/config.hierarchical b/scripts/ems/example/config.hierarchical
index 90ae19432..bf77a9b32 100644
--- a/scripts/ems/example/config.hierarchical
+++ b/scripts/ems/example/config.hierarchical
@@ -328,6 +328,10 @@ parallel = yes
#
alignment-symmetrization-method = grow-diag-final-and
+### use of Chris Dyer's fast align for word alignment
+#
+#fast-align-settings = "-d -o -v"
+
### use of berkeley aligner for word alignment
#
#use-berkeley = true
diff --git a/scripts/ems/example/config.syntax b/scripts/ems/example/config.syntax
index 2a0cce137..544868867 100644
--- a/scripts/ems/example/config.syntax
+++ b/scripts/ems/example/config.syntax
@@ -332,6 +332,10 @@ parallel = yes
#
alignment-symmetrization-method = grow-diag-final-and
+### use of Chris Dyer's fast align for word alignment
+#
+#fast-align-settings = "-d -o -v"
+
### use of berkeley aligner for word alignment
#
#use-berkeley = true
diff --git a/scripts/ems/example/config.toy b/scripts/ems/example/config.toy
index 17678b31f..fafc1e283 100644
--- a/scripts/ems/example/config.toy
+++ b/scripts/ems/example/config.toy
@@ -312,6 +312,10 @@ parallel = yes
#
alignment-symmetrization-method = grow-diag-final-and
+### use of Chris Dyer's fast align for word alignment
+#
+#fast-align-settings = "-d -o -v"
+
### use of berkeley aligner for word alignment
#
#use-berkeley = true