mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +03:00
minor in experiment.meta: proper multi-bleu, beautify
This commit is contained in:
parent
f4651751e6
commit
f7ec76654e
@ -371,25 +371,20 @@ alignment-symmetrization-method = grow-diag-final-and
|
||||
#
|
||||
#biconcor = $moses-bin-dir/biconcor
|
||||
|
||||
############################################################
|
||||
|
||||
### use of Operation Sequence Model
|
||||
### Durrani, Schmid and Fraser. (2011): "A Joint Sequence Translation Model with Integrated Reordering"
|
||||
|
||||
## Operation Sequence Model (OSM)
|
||||
# Durrani, Schmid and Fraser. (2011):
|
||||
# "A Joint Sequence Translation Model with Integrated Reordering"
|
||||
# compile Moses with --max-kenlm-order=9 if higher order is required
|
||||
#
|
||||
#operation-sequence-model = "yes"
|
||||
#operation-sequence-model-order = 5
|
||||
#operation-sequence-model-settings = ""
|
||||
|
||||
### compile Moses with --max-kenlm-order=9 if higher order is required
|
||||
|
||||
### if OSM training should be skipped,
|
||||
# point to OSM Model
|
||||
#
|
||||
# osm-model =
|
||||
|
||||
############################################################
|
||||
|
||||
|
||||
### lexicalized reordering: specify orientation type
|
||||
# (default: only distance-based reordering model)
|
||||
#
|
||||
@ -597,7 +592,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
|
||||
#
|
||||
nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
|
||||
nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
|
||||
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
|
||||
#multi-bleu = "$moses-script-dir/generic/multi-bleu.perl -lc"
|
||||
#multi-bleu-c = $moses-script-dir/generic/multi-bleu.perl
|
||||
#ibm-bleu =
|
||||
|
||||
### TER: translation error rate (BBN metric) based on edit distance
|
||||
|
@ -391,6 +391,20 @@ alignment-symmetrization-method = grow-diag-final-and
|
||||
#
|
||||
#biconcor = $moses-bin-dir/biconcor
|
||||
|
||||
## Operation Sequence Model (OSM)
|
||||
# Durrani, Schmid and Fraser. (2011):
|
||||
# "A Joint Sequence Translation Model with Integrated Reordering"
|
||||
# compile Moses with --max-kenlm-order=9 if higher order is required
|
||||
#
|
||||
#operation-sequence-model = "yes"
|
||||
#operation-sequence-model-order = 5
|
||||
#operation-sequence-model-settings = ""
|
||||
|
||||
### if OSM training should be skipped,
|
||||
# point to OSM Model
|
||||
#
|
||||
# osm-model =
|
||||
|
||||
### lexicalized reordering: specify orientation type
|
||||
# (default: only distance-based reordering model)
|
||||
#
|
||||
@ -597,7 +611,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
|
||||
#
|
||||
nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
|
||||
nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
|
||||
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
|
||||
#multi-bleu = "$moses-script-dir/generic/multi-bleu.perl -lc"
|
||||
#multi-bleu-c = $moses-script-dir/generic/multi-bleu.perl
|
||||
#ibm-bleu =
|
||||
|
||||
### TER: translation error rate (BBN metric) based on edit distance
|
||||
|
@ -371,6 +371,20 @@ alignment-symmetrization-method = grow-diag-final-and
|
||||
#
|
||||
#biconcor = $moses-bin-dir/biconcor
|
||||
|
||||
## Operation Sequence Model (OSM)
|
||||
# Durrani, Schmid and Fraser. (2011):
|
||||
# "A Joint Sequence Translation Model with Integrated Reordering"
|
||||
# compile Moses with --max-kenlm-order=9 if higher order is required
|
||||
#
|
||||
#operation-sequence-model = "yes"
|
||||
#operation-sequence-model-order = 5
|
||||
#operation-sequence-model-settings = ""
|
||||
|
||||
### if OSM training should be skipped,
|
||||
# point to OSM Model
|
||||
#
|
||||
# osm-model =
|
||||
|
||||
### lexicalized reordering: specify orientation type
|
||||
# (default: only distance-based reordering model)
|
||||
#
|
||||
@ -576,7 +590,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
|
||||
#
|
||||
nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
|
||||
nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
|
||||
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
|
||||
#multi-bleu = "$moses-script-dir/generic/multi-bleu.perl -lc"
|
||||
#multi-bleu-c = $moses-script-dir/generic/multi-bleu.perl
|
||||
#ibm-bleu =
|
||||
|
||||
### TER: translation error rate (BBN metric) based on edit distance
|
||||
|
@ -375,6 +375,20 @@ alignment-symmetrization-method = grow-diag-final-and
|
||||
#
|
||||
#biconcor = $moses-bin-dir/biconcor
|
||||
|
||||
## Operation Sequence Model (OSM)
|
||||
# Durrani, Schmid and Fraser. (2011):
|
||||
# "A Joint Sequence Translation Model with Integrated Reordering"
|
||||
# compile Moses with --max-kenlm-order=9 if higher order is required
|
||||
#
|
||||
#operation-sequence-model = "yes"
|
||||
#operation-sequence-model-order = 5
|
||||
#operation-sequence-model-settings = ""
|
||||
|
||||
### if OSM training should be skipped,
|
||||
# point to OSM Model
|
||||
#
|
||||
# osm-model =
|
||||
|
||||
### lexicalized reordering: specify orientation type
|
||||
# (default: only distance-based reordering model)
|
||||
#
|
||||
@ -580,7 +594,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
|
||||
#
|
||||
nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
|
||||
nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
|
||||
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
|
||||
#multi-bleu = "$moses-script-dir/generic/multi-bleu.perl -lc"
|
||||
#multi-bleu-c = $moses-script-dir/generic/multi-bleu.perl
|
||||
#ibm-bleu =
|
||||
|
||||
### TER: translation error rate (BBN metric) based on edit distance
|
||||
|
@ -355,25 +355,20 @@ alignment-symmetrization-method = grow-diag-final-and
|
||||
#
|
||||
#biconcor = $moses-bin-dir/biconcor
|
||||
|
||||
############################################################
|
||||
|
||||
### use of Operation Sequence Model
|
||||
### Durrani, Schmid and Fraser. (2011): "A Joint Sequence Translation Model with Integrated Reordering"
|
||||
|
||||
## Operation Sequence Model (OSM)
|
||||
# Durrani, Schmid and Fraser. (2011):
|
||||
# "A Joint Sequence Translation Model with Integrated Reordering"
|
||||
# compile Moses with --max-kenlm-order=9 if higher order is required
|
||||
#
|
||||
#operation-sequence-model = "yes"
|
||||
#operation-sequence-model-order = 5
|
||||
#operation-sequence-model-settings = ""
|
||||
|
||||
### compile Moses with --max-kenlm-order=9 if higher order is required
|
||||
|
||||
### if OSM training should be skipped,
|
||||
# point to OSM Model
|
||||
#
|
||||
# osm-model =
|
||||
|
||||
############################################################
|
||||
|
||||
|
||||
### lexicalized reordering: specify orientation type
|
||||
# (default: only distance-based reordering model)
|
||||
#
|
||||
@ -576,7 +571,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
|
||||
#
|
||||
nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
|
||||
nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
|
||||
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
|
||||
#multi-bleu = "$moses-script-dir/generic/multi-bleu.perl -lc"
|
||||
#multi-bleu-c = $moses-script-dir/generic/multi-bleu.perl
|
||||
#ibm-bleu =
|
||||
|
||||
### TER: translation error rate (BBN metric) based on edit distance
|
||||
|
Loading…
Reference in New Issue
Block a user