mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
regression
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3208 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
a8f75cb789
commit
b73293f3a8
@ -5,7 +5,7 @@ use strict;
|
||||
# if your tests need a new version of the test data, increment this
|
||||
# and make sure that a moses-regression-tests-vX.Y is available for
|
||||
# download from statmt.org (redpony AT umd dot edu for more info)
|
||||
use constant TESTING_DATA_VERSION => '2';
|
||||
use constant TESTING_DATA_VERSION => '3';
|
||||
|
||||
# find the data directory in a few likely locations and make sure
|
||||
# that it is the correct version
|
||||
|
@ -8,6 +8,8 @@ use Getopt::Long;
|
||||
|
||||
############################################################
|
||||
my @tests = qw (
|
||||
chart.target-syntax
|
||||
chart.hierarchical
|
||||
phrase.basic-surface-only
|
||||
phrase.ptable-filtering
|
||||
phrase.multi-factor
|
||||
|
@ -13,8 +13,8 @@
|
||||
|
||||
# translation tables: source-factors, target-factors, number of scores, file
|
||||
[ttable-file]
|
||||
6 0 0 5 ${MODEL_PATH}/hierarchical/phrase-table.0-0.1
|
||||
6 0 0 1 ${MODEL_PATH}/hierarchical/phrase-table.0-0.2
|
||||
6 0 0 5 ${MODEL_PATH}/target-syntax/phrase-table.0-0.1
|
||||
6 0 0 1 ${MODEL_PATH}/target-syntax/phrase-table.0-0.2
|
||||
|
||||
# no generation models, no generation-file section
|
||||
|
||||
@ -31,23 +31,23 @@
|
||||
|
||||
# language model weights
|
||||
[weight-l]
|
||||
0.273687
|
||||
0.210707
|
||||
|
||||
|
||||
# translation model weights
|
||||
[weight-t]
|
||||
0.077197
|
||||
0.014533
|
||||
0.059406
|
||||
0.001891
|
||||
-0.098314
|
||||
0.131945
|
||||
0.067170
|
||||
0.024389
|
||||
0.013606
|
||||
0.024433
|
||||
-0.103362
|
||||
0.017807
|
||||
|
||||
# no generation models, no weight-generation section
|
||||
|
||||
# word penalty
|
||||
[weight-w]
|
||||
-0.343026
|
||||
-0.538526
|
||||
|
||||
[cube-pruning-pop-limit]
|
||||
1000
|
||||
|
@ -1,13 +1,13 @@
|
||||
TRANSLATION_1=Prag Stock Market zu Ende das Devisen Tag
|
||||
TRANSLATION_2=nach scharfen morgens , Prager Stock Market korrigiert .
|
||||
TRANSLATION_3=Transaktionen mit Aktien des Tschechischen Energy Enterprise ČEZ halb der regelmäßigen täglichen .
|
||||
TRANSLATION_4=Prag Stock Market sofort ihren der Montag Anfang gehandelt entgegenwirkt Tuesday inflationsgerichtete beinahe sechs Prozent .
|
||||
TRANSLATION_5=diesmal der Abnahme der Aktien fallen .
|
||||
TRANSLATION_1=Prag Stock Market 0,90 ohne Ende Handel Tag
|
||||
TRANSLATION_2=nach abrupten Rückgang morgens die Prager an Market korrigiert .
|
||||
TRANSLATION_3=Transaktionen mit Aktien der Tschechiens Enterprise ( ČEZ ) erreicht beinahe halb regelmäßigen tägliche .
|
||||
TRANSLATION_4=die Prag Stock Market sofort ihren von Montag Anfang Tuesday Handel bei um beinahe sechs Prozent .
|
||||
TRANSLATION_5=diesmal Rückgang Aktien Luftblasen-Theorie ist der .
|
||||
LMLOAD_TIME ~ 1
|
||||
PTLOAD_TIME ~ 93
|
||||
SCORE_1 = -110.463
|
||||
SCORE_2 = -127.068
|
||||
SCORE_3 = -273.006
|
||||
SCORE_4 = -309.475
|
||||
SCORE_5 = -99.853
|
||||
TOTAL_WALLTIME ~ 116
|
||||
SCORE_1 = -84.121
|
||||
SCORE_2 = -105.710
|
||||
SCORE_3 = -248.783
|
||||
SCORE_4 = -269.594
|
||||
SCORE_5 = -76.063
|
||||
TOTAL_WALLTIME ~ 14
|
||||
|
Loading…
Reference in New Issue
Block a user