mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
change of settings for sigtest filtering
This commit is contained in:
parent
d4ead15066
commit
1f7ee0e6c5
@ -410,7 +410,7 @@ score-settings = "--GoodTuring"
|
||||
# Johnson, Martin, Foster and Kuhn. (2007): "Improving Translation Quality by Discarding Most of the Phrasetable"
|
||||
# options: -n number of translations; -l 'a+e', 'a-e', or a positive real value -log prob threshold
|
||||
#salm-index = /path/to/project/salm/Bin/Linux/Index/IndexSA.O64
|
||||
#sigtest-filter = "-l a+e -n 20"
|
||||
#sigtest-filter = "-l a+e -n 50"
|
||||
|
||||
### if training should be skipped,
|
||||
# point to a configuration file that contains
|
||||
|
@ -430,7 +430,7 @@ score-settings = "--GoodTuring"
|
||||
# Johnson, Martin, Foster and Kuhn. (2007): "Improving Translation Quality by Discarding Most of the Phrasetable"
|
||||
# options: -n number of translations; -l 'a+e', 'a-e', or a positive real value -log prob threshold
|
||||
#salm-index = /path/to/project/salm/Bin/Linux/Index/IndexSA.O64
|
||||
#sigtest-filter = "-l a+e -n 20"
|
||||
#sigtest-filter = "-l a+e -n 50"
|
||||
|
||||
### if training should be skipped,
|
||||
# point to a configuration file that contains
|
||||
|
@ -409,7 +409,7 @@ score-settings = "--GoodTuring"
|
||||
# Johnson, Martin, Foster and Kuhn. (2007): "Improving Translation Quality by Discarding Most of the Phrasetable"
|
||||
# options: -n number of translations; -l 'a+e', 'a-e', or a positive real value -log prob threshold
|
||||
#salm-index = /path/to/project/salm/Bin/Linux/Index/IndexSA.O64
|
||||
#sigtest-filter = "-l a+e -n 20"
|
||||
#sigtest-filter = "-l a+e -n 50"
|
||||
|
||||
### if training should be skipped,
|
||||
# point to a configuration file that contains
|
||||
|
@ -413,7 +413,7 @@ score-settings = "--GoodTuring"
|
||||
# Johnson, Martin, Foster and Kuhn. (2007): "Improving Translation Quality by Discarding Most of the Phrasetable"
|
||||
# options: -n number of translations; -l 'a+e', 'a-e', or a positive real value -log prob threshold
|
||||
#salm-index = /path/to/project/salm/Bin/Linux/Index/IndexSA.O64
|
||||
#sigtest-filter = "-l a+e -n 20"
|
||||
#sigtest-filter = "-l a+e -n 50"
|
||||
|
||||
### if training should be skipped,
|
||||
# point to a configuration file that contains
|
||||
|
@ -394,7 +394,7 @@ score-settings = "--GoodTuring"
|
||||
# Johnson, Martin, Foster and Kuhn. (2007): "Improving Translation Quality by Discarding Most of the Phrasetable"
|
||||
# options: -n number of translations; -l 'a+e', 'a-e', or a positive real value -log prob threshold
|
||||
#salm-index = /path/to/project/salm/Bin/Linux/Index/IndexSA.O64
|
||||
#sigtest-filter = "-l a+e -n 20"
|
||||
#sigtest-filter = "-l a+e -n 50"
|
||||
|
||||
### if training should be skipped,
|
||||
# point to a configuration file that contains
|
||||
|
@ -396,7 +396,7 @@ mml-filter-before-wa
|
||||
in: corpus mml-scores
|
||||
out: corpus-mml-prefilter
|
||||
ignore-unless: mml-before-wa
|
||||
rerun-on-change: mml-filter-corpora
|
||||
rerun-on-change: mml-filter-corpora mml-before-wa
|
||||
default-name: training/corpus-mml
|
||||
template: $moses-script-dir/ems/support/mml-filter.perl -in IN -out OUT -score IN1 -input-extension $input-extension -output-extension $output-extension $mml-before-wa
|
||||
prepare-data
|
||||
@ -446,7 +446,7 @@ mml-filter-after-wa
|
||||
in: corpus-mml-prefilter=OR=corpus word-alignment mml-scores
|
||||
out: corpus-mml-postfilter
|
||||
ignore-unless: mml-after-wa
|
||||
rerun-on-change: mml-filter-corpora
|
||||
rerun-on-change: mml-filter-corpora mml-after-wa
|
||||
default-name: model/corpus-mml
|
||||
template: $moses-script-dir/ems/support/mml-filter.perl -in IN -out OUT -alignment IN1 -score IN2 -input-extension $input-extension -output-extension $output-extension $mml-after-wa
|
||||
build-biconcor
|
||||
|
Loading…
Reference in New Issue
Block a user