mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 22:45:50 +03:00
minor changes
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@2570 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
98387244c1
commit
3731f83b8d
@ -17,10 +17,8 @@ local_moses_ini=`perl $cwd/create_localized_moses_ini.pl $data_dir ./moses.ini 2
|
||||
nbest=200
|
||||
#if you want distinct nbest change this:
|
||||
nbestdistinct=""
|
||||
#nbestdistinct="--nbest-distinct"
|
||||
|
||||
devset="input"
|
||||
reference="reference"
|
||||
reference="reference."
|
||||
config=$local_moses_ini
|
||||
|
||||
|
@ -17,10 +17,8 @@ local_moses_ini=`perl $cwd/create_localized_moses_ini.pl $data_dir ./moses.ini 2
|
||||
nbest=200
|
||||
#if you want distinct nbest change this:
|
||||
nbestdistinct=""
|
||||
#nbestdistinct="--nbest-distinct"
|
||||
|
||||
devset="input"
|
||||
reference="reference"
|
||||
reference="reference."
|
||||
config=$local_moses_ini
|
||||
|
||||
@ -55,7 +53,7 @@ cat tmpout$$ > /dev/stdout
|
||||
|
||||
rm $config 2> /dev/null > /dev/null
|
||||
rm tmpout$$ tmperr$$ 2> /dev/null > /dev/null
|
||||
#rm -r working_dir 2> /dev/null > /dev/null
|
||||
rm -r working_dir 2> /dev/null > /dev/null
|
||||
|
||||
popd 2> /dev/null > /dev/null
|
||||
|
||||
|
@ -19,10 +19,8 @@ local_moses_ini=`perl $cwd/create_localized_moses_ini.pl $data_dir ./moses.ini 2
|
||||
nbest=200
|
||||
#if you want distinct nbest change this:
|
||||
nbestdistinct=""
|
||||
#nbestdistinct="--nbest-distinct"
|
||||
|
||||
devset="input"
|
||||
reference="reference"
|
||||
reference="reference."
|
||||
config=$local_moses_ini
|
||||
|
||||
|
@ -17,10 +17,8 @@ local_moses_ini=`perl $cwd/create_localized_moses_ini.pl $data_dir ./moses.ini 2
|
||||
nbest=200
|
||||
#if you want distinct nbest change this:
|
||||
nbestdistinct=""
|
||||
#nbestdistinct="--nbest-distinct"
|
||||
|
||||
devset="input"
|
||||
reference="reference"
|
||||
reference="reference."
|
||||
config=$local_moses_ini
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user