Hieu Hoang
e2f2aff94a
merged. Mostly by discarding new changes
2013-05-03 14:36:39 +01:00
Barry Haddow
8a965cd62e
Fixes to binarize-all
2013-05-03 10:15:37 +01:00
Barry Haddow
8993339df4
Make sure tuning uses filtered config when available.
2013-05-02 18:50:21 +01:00
Barry Haddow
5eebb9538e
Enable skipping of filtering in EMS
...
Use 'binarize-all = path-to-binarize-model.perl
2013-05-02 15:15:52 +01:00
phikoehn
d19a28ae21
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2013-05-01 19:22:00 +01:00
phikoehn
cd8915647b
support for Chris Dyer's fast-align; bug fix with sparse word translations feature; threshold pruning in filter
2013-05-01 19:20:05 +01:00
Hieu Hoang
3ed17bbedd
merge
2013-05-01 11:50:29 +01:00
Barry Haddow
5638aa6a32
don't rebuild tables when a TRAINING:config is specified
2013-05-01 11:25:32 +01:00
Hieu Hoang
b1da4dbe0e
merged
2013-04-19 15:03:34 +01:00
Barry Haddow
9d42c7f6f7
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-04-12 16:07:26 +01:00
Hieu Hoang
71a2b49a47
Merge github.com:moses-smt/mosesdecoder into weight-new
2013-04-01 16:43:32 +01:00
phikoehn
0a978e9f01
bug fixes
2013-04-01 14:31:32 +01:00
Hieu Hoang
fd4e954322
merge
2013-03-24 09:57:36 +00:00
Barry Haddow
8efeb59228
don't lowercase reference if there's a recaser
2013-03-18 21:29:17 +00:00
Hieu Hoang
1f1a0297db
runtime error in creating ini file
2013-03-16 15:05:14 +00:00
Hieu Hoang
3271710dd5
tell create-ini about input factors
2013-03-11 19:31:53 +00:00
Hieu Hoang
7fb363d922
tell create-ini what factors are being used
2013-03-11 13:42:26 +00:00
Hieu Hoang
96d76ff642
correctly call substitute-weights.perl in apply-weights
2013-03-08 12:53:18 +00:00
Hieu Hoang
0869921b80
remove misc/reuse-weights.cpp
2013-03-07 16:53:50 +00:00
Hieu Hoang
0f2b2acd78
added substitute-weights.perl
2013-03-06 19:34:48 +00:00
Hieu Hoang
3e60705ec2
change format of pt. Allow overriding of feature name
2013-03-06 12:39:41 +00:00
Hieu Hoang
f3e3bc7636
Merge github.com:moses-smt/mosesdecoder into weight-new
2013-02-27 23:32:50 +01:00
amittai
5cdf65ba33
Revert "Revert "let's be consistently case-insensitive with respect to the xml tags""
...
This reverts commit 8b6e98c633
.
2013-02-26 11:32:29 -08:00
amittai
8b6e98c633
Revert "let's be consistently case-insensitive with respect to the xml tags"
...
This reverts commit 2eb0c5e11d
.
2013-02-24 18:10:19 -08:00
amittai
2eb0c5e11d
let's be consistently case-insensitive with respect to the xml tags
2013-02-24 18:07:11 -08:00
Barry Haddow
51ab9aa19d
Merge remote branch 'origin/master' into phrase-weighting
2013-02-21 17:34:59 +00:00
Hieu Hoang
b9b74c53ae
new ini file with hiero models
2013-02-18 16:51:44 +00:00
Hieu Hoang
9fe9b0008b
new ini file with hiero models
2013-02-18 12:05:10 +00:00
Hieu Hoang
30850bf45f
new substitute-filtered-tables.perl
2013-02-16 11:01:23 +00:00
Hieu Hoang
ae52a15c4d
use new create-ini program to create ini file, rather than step 9 of train-model.perl
2013-02-14 12:07:48 +00:00
Hieu Hoang
825edd282b
use new create-ini program to create ini file, rather than step 9 of train-model.perl
2013-02-14 11:19:40 +00:00
Hieu Hoang
aadefc6df9
Merge branch 'master' into weight-new
2013-01-17 18:05:02 +00:00
phikoehn
124c36a837
bug fix with MML settings
2013-01-14 19:39:26 +00:00
phikoehn
d5cf38cab2
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2013-01-14 19:23:02 +00:00
phikoehn
344b150372
bug fixes with escaping / truecasing interactions
2013-01-14 19:22:29 +00:00
Hieu Hoang
fa60724391
merge
2013-01-14 10:39:41 +00:00
Kenneth Heafield
c9687e3b50
Fix longstanding bug in sentence splitter spacing.
...
"Foo Bar. Baz Quux." is two sentences even though there are two spaces instead of one.
2013-01-11 13:32:24 +00:00
Graham Neubig
c55a1474df
Updated experiment.meta
2013-01-10 16:16:23 +09:00
Hieu Hoang
bc615bdac8
Merge branch 'master' into weight-new
2012-12-18 12:46:00 +00:00
Hieu Hoang
aa00aebee6
rewrite reuse-weight
2012-12-18 10:23:00 +00:00
Hieu Hoang
667b8a495f
decoder -show-weight to output consistent new format
2012-12-17 17:17:44 +00:00
phikoehn
b275c94dbf
allow for inclusion of extract from previous run
2012-12-12 07:02:59 +00:00
phikoehn
24e1df7520
support for use of baseline alignment model
2012-12-12 03:59:14 +00:00
phikoehn
438dcb1a34
bug fix in experiment.perl wrt. get-corpus-script
2012-12-10 23:50:14 +00:00
Barry Haddow
16ea68f55f
Fix bug in mml scoring
...
Line length calculation was out of step with LM scoring.
2012-12-10 15:54:24 +00:00
phikoehn
ed2d191821
allow specification of end point for experiment.perl
2012-12-10 05:56:51 +00:00
phikoehn
ccf9e13d8e
bug fix with multicore parallelizer
2012-12-09 22:27:02 +00:00
phikoehn
466b502ae0
minor bug fixes with MML
2012-12-09 20:31:20 +00:00
Hieu Hoang
55e5af4785
add my workstation to ems list
2012-12-07 19:24:58 +00:00
phikoehn
ab2effb6fe
train MML in-/out-of-domain language models with same vocabulary
2012-12-01 13:46:59 +00:00
Hieu Hoang
5fd9cbb529
delete reference to numpy. Doesn't need it
2012-11-30 10:28:51 +00:00
phikoehn
338b7656a6
ooops
2012-11-30 07:36:59 +00:00
phikoehn
84cb04c05a
fixes and extensions to modified Moore-Lewis filtering, now works with domain features
2012-11-30 07:28:31 +00:00
phikoehn
1f7ee0e6c5
change of settings for sigtest filtering
2012-11-29 23:44:10 +00:00
Barry Haddow
f0e12912e7
mml-score.py. Support for combining with domain features.
2012-11-27 15:58:55 +00:00
phikoehn
b5d08745a5
extensions to modified moore-lewis filtering, bug fixes
2012-11-24 20:13:14 +00:00
phikoehn
ea610a0558
added modified-moore-lewis from Barry Haddow into EMS
2012-11-24 12:43:13 +00:00
phikoehn
d4cebb008a
added ems support for sigtest-filter
2012-11-23 17:35:13 +00:00
phikoehn
c2a96fcc33
adjust to irstlm changes
2012-11-20 17:19:17 +00:00
phikoehn
5cd614ecd8
adjust to irstlm changes
2012-11-20 17:18:57 +00:00
Barry Haddow
a90e1861c0
Alignments on by default for phrase-based
2012-11-15 12:35:43 +00:00
Barry Haddow
5e3726eb90
Remove -use-alignment-info
2012-11-15 09:42:58 +00:00
Barry Haddow
c316fe68de
Strip segmentation before scoring.
2012-11-14 13:28:40 +00:00
Barry Haddow
095b307cfc
Make sure alignment info is not on for hiero
2012-11-08 18:16:53 +00:00
Barry Haddow
12786dd58f
Alignments on by default.
...
Use TRAINING:include-word-alignment-in-rules = no
to turn them off.
2012-11-08 17:52:10 +00:00
Barry Haddow
01c4de24b7
don't delete moses ini specified in config
2012-11-06 10:59:15 +00:00
Barry Haddow
f9d0721145
correct format for word trans features
2012-10-19 09:07:18 +01:00
phikoehn
0dda804c46
sparse feature fixes
2012-10-18 03:09:49 +01:00
phikoehn
7d66a4f8d5
superminortiny fix
2012-10-18 02:52:30 +01:00
phikoehn
98dafc0301
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2012-10-18 02:20:45 +01:00
phikoehn
f19d53dac9
minor fixes
2012-10-18 02:20:38 +01:00
Barry Haddow
61ae24aa5d
Merge remote-tracking branch 'origin/master' into miramerge
...
Conflicts:
moses/src/PhraseDictionary.cpp
moses/src/TargetPhrase.cpp
moses/src/TargetPhrase.h
2012-10-14 14:18:03 +01:00
Lane Schwartz
c541c77b2f
Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder
2012-10-11 10:15:00 -04:00
Lane Schwartz
11679849db
In verbose mode, experiment.perl should print the full qsub command
...
prior to actually running it.
2012-10-10 13:25:58 -04:00
Lane Schwartz
0904531749
Make experiment.perl use qsub-settings from GENERAL section
...
if no qsub-settings are defined for the specific section being run.
2012-10-10 13:25:09 -04:00
Barry Haddow
848aafb644
Merge remote branch 'github/master' into miramerge
...
Conflicts:
moses/src/AlignmentInfo.cpp
moses/src/AlignmentInfo.h
moses/src/ChartHypothesis.cpp
moses/src/ChartTrellisNode.cpp
moses/src/LM/Implementation.cpp
moses/src/LM/Ken.cpp
moses/src/TargetPhrase.cpp
moses/src/TargetPhrase.h
2012-10-08 17:54:59 +01:00
Phil Williams
289a9ea54f
experiment.meta: update pcfg-extract and pcfg-score
...
EMS now looks for binaries in $moses-bin-dir instead of their old
location in $moses-script-dir.
2012-10-03 19:57:51 +01:00
Eva Hasler
e7e4dbd405
merge remaining changes to mira, word pair features, phrase pair features
2012-10-03 18:53:55 +01:00
Lane Schwartz
82ab7c1507
Force ems to pass -S /bin/bash to qsub.
...
For reasons that defy comprehension, when qsub runs scripts,
it blatantly ignores the shebang line that specifies a shell to use.
Instead, SGE has its own config variable that defines
what shell to use when running scripts via qsub.
The -S /bin/bash option to qsub forces SGE
to launch your script using bash.
The scripts created by experiment.perl
all assume they will be run with bash,
so it is incumbent upon experiment.perl
to ensure that SGE uses bash to run them.
2012-10-02 09:24:20 -04:00
Eva Hasler
ebbf0d028c
changes to mira, adding jackknife to experiment.perl
2012-10-01 20:36:52 +01:00
phikoehn
8bb49c9053
chart decoder search graph viz and other fixes to web interface of ems
2012-09-26 22:57:15 +01:00
Barry Haddow
0a950ee9f4
Merge remote branch 'github/master' into miramerge
...
Compiles, but not tested. Had to disable relent filter. Strangely, it seems to contain the
whole of moses-cmd.
Conflicts:
Jamroot
OnDiskPt/TargetPhrase.cpp
moses-cmd/src/Main.cpp
moses/src/AlignmentInfo.cpp
moses/src/AlignmentInfo.h
moses/src/ChartTranslationOptionCollection.cpp
moses/src/ChartTranslationOptionCollection.h
moses/src/GenerationDictionary.cpp
moses/src/Jamfile
moses/src/Parameter.cpp
moses/src/PhraseDictionary.cpp
moses/src/StaticData.cpp
moses/src/StaticData.h
moses/src/TargetPhrase.h
moses/src/TranslationSystem.cpp
moses/src/TranslationSystem.h
moses/src/Word.cpp
phrase-extract/score.cpp
regression-testing/Jamfile
scripts/ems/experiment.meta
scripts/ems/experiment.perl
scripts/training/train-model.perl
2012-09-26 22:49:33 +01:00
Barry Haddow
8051981747
Fix so that it works without mira
2012-09-21 09:24:57 +01:00
Barry Haddow
37494dd673
fix phikoehn's merge conflict
2012-09-20 10:28:03 +01:00
Barry Haddow
f16965b841
Fix compile errors. Fix error when no interpolated lm.
2012-09-13 19:50:18 +01:00
phikoehn
19ef785146
bug fixes
2012-09-03 07:24:31 +01:00
phikoehn
0e783dc529
bug fix to enable pruned search graph output by default
2012-09-03 07:23:32 +01:00
phikoehn
4a1a995878
a lot of changes
2012-08-18 23:48:26 +01:00
phikoehn
366ab93f8a
a lot of changes
2012-08-18 23:47:05 +01:00
Hieu Hoang
7757a3c56b
Error from sort
2012-08-10 11:18:19 +01:00
Lane Schwartz
da5429318b
KenLM maximum n-gram order can now be set via a compile-time flag
2012-08-08 16:22:13 -04:00
Barry Haddow
2b4e61d826
Merge branch 'trunk' into miramerge
...
Compiles, not tested.
Conflicts:
Jamroot
OnDiskPt/PhraseNode.h
OnDiskPt/TargetPhrase.cpp
OnDiskPt/TargetPhrase.h
OnDiskPt/TargetPhraseCollection.cpp
mert/BleuScorer.cpp
mert/Data.cpp
mert/FeatureData.cpp
moses-chart-cmd/src/Main.cpp
moses/src/AlignmentInfo.h
moses/src/ChartManager.cpp
moses/src/LM/Ken.cpp
moses/src/LM/Ken.h
moses/src/LMList.h
moses/src/LexicalReordering.h
moses/src/PhraseDictionaryTree.h
moses/src/ScoreIndexManager.h
moses/src/StaticData.h
moses/src/TargetPhrase.h
moses/src/Word.cpp
scripts/ems/experiment.meta
scripts/ems/experiment.perl
scripts/training/train-model.perl
2012-07-17 13:36:50 +01:00
Eva Hasler
027a20730e
merge Jamfiles
2012-07-04 11:49:07 +01:00
phikoehn
34c07e0ca8
bug fix
2012-07-03 20:01:59 +01:00
phikoehn
c8b2e89573
integrated sparse lexical features into experiment.perl, needs some more testing.
2012-07-03 06:20:09 +01:00
phikoehn
ff79f9f054
fix conflict
...
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
Conflicts:
scripts/ems/experiment.perl
2012-07-03 00:05:13 +01:00
phikoehn
cce3f03f75
count bin feature
2012-07-02 23:59:17 +01:00
Hieu Hoang
dea9e778a2
bug creating filtering script when using factored model
2012-07-02 20:07:17 +01:00
Hieu Hoang
93bff3f201
lock m_vocab variable access in Encode() and Lookup(). Other functions are still not threadsafe
2012-06-26 13:33:34 -04:00
Hieu Hoang
debe090426
Change Bin to RealBin. Thanks to Tom Hoar
2012-06-26 11:57:23 -04:00
phikoehn
7cd8356752
minor bug fixes
2012-06-25 23:38:46 +01:00
phikoehn
765e789c0c
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2012-06-25 23:37:28 +01:00
phikoehn
9bbe553a86
allow nbest distinct in experiment.perl
2012-06-25 23:37:01 +01:00
Colin Cherry
07a5c67ebc
Merge branch 'master' into miramerge
...
Conflicts:
Jamroot
misc/queryPhraseTable.cpp
scripts/training/train-model.perl
2012-06-14 17:08:16 -04:00
Hieu Hoang
eaefd61bc9
minor warning
2012-06-08 17:30:40 +01:00
Hieu Hoang
22c038d93a
take out debugging info
2012-06-08 00:20:49 +01:00
Hieu Hoang
03ce774d0e
suffix array creation script also creates glue grammar
2012-06-07 19:37:11 +01:00
Hieu Hoang
66800a3907
various filtered moses.ini work now
2012-06-07 18:43:51 +01:00
Hieu Hoang
21c80f4fbe
pass number of ff from experiment.perl to train-model.perl for suffix array only
2012-06-07 17:53:52 +01:00
Hieu Hoang
5b7a9d5375
warning - undefined variablr
2012-06-07 16:14:12 +01:00
Hieu Hoang
e9c33669eb
apply previous commit to TUNING:filter step
2012-06-07 16:01:19 +01:00
Hieu Hoang
05fc5ffce3
phrase table type deduced in experiment.perl. Passed to train-model.perl
2012-06-07 15:46:58 +01:00
Eva Hasler
e1c1a5343c
merge
2012-06-07 11:16:52 +01:00
Hieu Hoang
0b59bee21c
sa extraction works
2012-06-06 19:17:21 +01:00
Hieu Hoang
797b36a73a
change output of build-suffix-array step to phrase-table.
2012-06-06 18:47:27 +01:00
Hieu Hoang
c6756f8301
start integrating adam's suffix array
2012-06-01 19:28:22 +01:00
Eva Hasler
6a6a35c65e
fix start weights in experiment.perl, add hypothesis queue for picking hope and fear translations, add variations to 1slack formulation
2012-06-01 01:49:42 +01:00
Hieu Hoang
417d5ee57b
move biconcor to /
2012-05-31 23:32:24 +01:00
Hieu Hoang
fba6128ae2
update examples
2012-05-31 16:55:10 +01:00
Hieu Hoang
220ee4cd36
add -external-bin-dir for giza++/mgiza directory. Ignore -bin-dir and -script-root-dir
2012-05-31 16:52:37 +01:00
Hieu Hoang
c80ac7d7e4
update examples
2012-05-31 14:46:38 +01:00
Colin Cherry
3c44d04baf
Merge branch 'master' into miramerge
...
Conflicts:
Jamroot
mert/FeatureStats.cpp
moses-cmd/src/IOWrapper.h
scripts/training/mert-moses.pl
scripts/training/train-model.perl.missing_bin_dir
2012-05-30 12:39:53 -04:00
phikoehn
6d1165654c
script updates and added ems config help
2012-05-28 20:15:58 +01:00
phikoehn
07fafd51b5
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2012-05-26 00:10:08 +01:00
phikoehn
561b9ac956
minor fixes
2012-05-26 00:09:50 +01:00
phikoehn
180dd773f6
bolt specific settings
2012-05-26 00:06:34 +01:00
Phil Williams
90c0bc9f5c
Add an optional PCFG scoring feature for target syntax models (similar to
...
the p_cfg feature used in Marcu, Wang, Echihabi, and Knight (2006)).
2012-05-25 17:29:47 +01:00
Barry Haddow
c397d2068b
Merge branch 'trunk' into miramerge. Still to fix build.
...
Conflicts:
Jamroot
mert/Data.cpp
mert/Data.h
mert/FeatureArray.cpp
mert/FeatureArray.h
mert/FeatureData.cpp
mert/FeatureData.h
mert/FeatureStats.cpp
mert/FeatureStats.h
mert/mert.cpp
moses-chart-cmd/src/IOWrapper.h
moses-chart-cmd/src/Main.cpp
moses-cmd/src/IOWrapper.cpp
moses-cmd/src/IOWrapper.h
moses-cmd/src/Main.cpp
moses/src/GlobalLexicalModel.cpp
moses/src/Jamfile
moses/src/Parameter.cpp
moses/src/PhraseDictionary.cpp
moses/src/ScoreIndexManager.h
moses/src/TargetPhrase.h
regression-testing/tests/phrase.lexicalized-reordering-bin/truth/results.txt
regression-testing/tests/phrase.lexicalized-reordering-cn/truth/results.txt
regression-testing/tests/phrase.lexicalized-reordering/truth/results.txt
regression-testing/tests/phrase.multiple-translation-system-lr/truth/results.txt
regression-testing/tests/phrase.show-weights.lex-reorder/truth/results.txt
regression-testing/tests/phrase.show-weights/truth/results.txt
scripts/ems/experiment.meta
scripts/ems/experiment.perl
scripts/training/filter-model-given-input.pl
scripts/training/mert-moses.pl
2012-05-24 21:11:35 +01:00
Eva Hasler
30deedde9f
changed permission, everything changed..
2012-05-10 18:54:24 +01:00
Christian Federmann
4ccab95808
Merged in fixes for compiler warnings regarding comparing signed and unsigned integer expressions.
2012-05-10 14:48:51 +02:00
Christian Federmann
b9b1517e4f
Merged in fixes for compiler warnings regarding comparing signed and unsigned integer expressions.
2012-05-10 14:48:51 +02:00
Tetsuo Kiso
3880f0e0de
Fix warning: an array subscript is of type char (-Wchar-subscripts).
...
According to gcc documentation, this is a common cause of error.
See: http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
2012-05-08 02:01:23 +09:00
Tetsuo Kiso
d3e5e68735
Fix warning: an array subscript is of type char (-Wchar-subscripts).
...
According to gcc documentation, this is a common cause of error.
See: http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
2012-05-08 02:01:23 +09:00
Tetsuo Kiso
0d7b40bf8e
No copying allowed.
...
Check the return values of calloc().
2012-05-08 01:13:31 +09:00
Tetsuo Kiso
e2f01d7451
No copying allowed.
...
Check the return values of calloc().
2012-05-08 01:13:31 +09:00
Tetsuo Kiso
3848b4e4a7
Fix memory leak: free allocated memories that were not freed.
2012-05-08 01:01:09 +09:00
Tetsuo Kiso
9cd8e0ce5f
Fix memory leak: free allocated memories that were not freed.
2012-05-08 01:01:09 +09:00
Tetsuo Kiso
e854b5ac85
Add const to member functions.
...
Replace define macros with enum.
2012-05-08 00:58:44 +09:00
Tetsuo Kiso
355f871457
Add const to member functions.
...
Replace define macros with enum.
2012-05-08 00:58:44 +09:00
Tetsuo Kiso
8f8b4693c3
Clean up headers.
2012-05-08 00:03:56 +09:00
Tetsuo Kiso
31c4bf3371
Clean up headers.
2012-05-08 00:03:56 +09:00
Tetsuo Kiso
42e07d23a8
Clean up including headers; delete using namespace std in headers.
2012-05-07 23:41:18 +09:00
Tetsuo Kiso
caa249d0f4
Clean up including headers; delete using namespace std in headers.
2012-05-07 23:41:18 +09:00
Tetsuo Kiso
1c8e2a2eb7
Fix passing arguments by const reference; add error checking.
...
Please check the return values of fopen(), calloc(), and malloc().
2012-05-07 23:26:32 +09:00
Tetsuo Kiso
dce212582f
Fix passing arguments by const reference; add error checking.
...
Please check the return values of fopen(), calloc(), and malloc().
2012-05-07 23:26:32 +09:00
Tetsuo Kiso
5be31809af
Use const instead of #define macros if possible.
2012-05-07 23:08:37 +09:00
Tetsuo Kiso
0ea2bc6fac
Use const instead of #define macros if possible.
2012-05-07 23:08:37 +09:00
Tetsuo Kiso
4fcdffc29d
Move/add #pragma once properly.
2012-05-07 22:59:37 +09:00
Tetsuo Kiso
245be8f63d
Move/add #pragma once properly.
2012-05-07 22:59:37 +09:00
Tetsuo Kiso
e399131cfa
Fix "-Wreorder".
2012-05-07 21:45:30 +09:00
Tetsuo Kiso
85c91b87da
Fix "-Wreorder".
2012-05-07 21:45:30 +09:00
Eva Hasler
98da24a3a5
add condition for devtest chains, fix paths to moses/moses_chart
2012-04-24 05:17:19 +01:00
phikoehn
60ff4ff9fb
minor fixes
2012-04-17 23:41:45 +01:00
phikoehn
a5a37c0371
minor fixes
2012-04-17 23:41:45 +01:00
phikoehn
d741e25494
re-run extract when using ghkm
2012-04-14 22:18:16 +01:00
phikoehn
05f02157ab
re-run extract when using ghkm
2012-04-14 22:18:16 +01:00
Eva Hasler
0986ca1b5d
dev
2012-04-13 15:45:06 +01:00
Eva Hasler
beb8096d81
set up pipeline for devtest set (mira tuning)
2012-04-13 15:43:01 +01:00
Eva Hasler
b85cf551c9
updates to ems
2012-04-13 13:18:35 +01:00
phikoehn
1a6e8dc6fd
bug fix
2012-04-12 22:07:26 +01:00
phikoehn
4d133cf7ff
bug fix
2012-04-12 22:07:26 +01:00
Eva Hasler
fc77c3e623
add [use-persistent-cache] 0 to mira configs
2012-04-12 12:30:56 +01:00
Eva Hasler
b008dabfce
cherry-picked commit 2d47a5637b
from master
2012-04-12 12:29:12 +01:00
phikoehn
366d427ce6
minor fixes
2012-04-12 00:25:57 +01:00
phikoehn
2d47a5637b
minor fixes
2012-04-12 00:25:57 +01:00
Eva Hasler
77c743e65f
enable mira for experiment.perl (.meta still needs some adjustment), clean up mira training script
2012-04-06 21:01:59 +01:00
Eva Hasler
f5a4d61fd4
resolving conflicts
2012-03-27 14:24:49 +01:00
phikoehn
f755b7b195
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2012-03-23 07:17:34 +00:00
phikoehn
80e756b201
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2012-03-23 07:17:34 +00:00
phikoehn
4d0fc996ba
bug fix to filter hierarchical
2012-03-23 07:17:08 +00:00
phikoehn
4048734a59
bug fix to filter hierarchical
2012-03-23 07:17:08 +00:00
Tetsuo Kiso
7e876f0d5b
Add error check when opening a file.
2012-03-22 21:51:00 +09:00
Tetsuo Kiso
90543c6c22
Add error check when opening a file.
2012-03-22 21:51:00 +09:00
phikoehn
1794bccd90
only filter rule and reordering tables, if the tables changes, not just when weights or other settings changed
2012-03-22 00:13:02 +00:00
phikoehn
76d2a19741
only filter rule and reordering tables, if the tables changes, not just when weights or other settings changed
2012-03-22 00:13:02 +00:00
Eva Hasler
95a1f8e36f
update experiment.meta
2012-03-21 13:02:47 +00:00
phikoehn
15c83daa21
mop up
2012-03-21 00:38:05 +00:00
phikoehn
1213b9114a
mop up
2012-03-21 00:38:05 +00:00
Eva Hasler
0f2a23f193
update experiment.perl
2012-03-20 13:13:52 +00:00
phikoehn
791b5a7676
lotsa minor changes: mostly bug fixes, tokenizer now esacapes special Moses characters (|<>&)
2012-03-20 04:57:37 +00:00
phikoehn
048e0f8de4
lotsa minor changes: mostly bug fixes, tokenizer now esacapes special Moses characters (|<>&)
2012-03-20 04:57:37 +00:00
Hieu Hoang
216c322587
cygwin
2012-02-24 14:18:22 +00:00
Hieu Hoang
dbb7980a72
cygwin
2012-02-24 14:18:22 +00:00
phikoehn
bca952e3e0
fix bug with < and >
2012-02-22 00:49:29 +00:00
phikoehn
d3e17f0ebd
fix bug with < and >
2012-02-22 00:49:29 +00:00
Philipp Koehn
517fda5ada
bug fixes
2012-02-16 05:14:56 +00:00
Philipp Koehn
faea0c3ea3
bug fixes
2012-02-16 05:14:56 +00:00
Barry Haddow
5ed5fc111a
Fix to qsub args, from Guchun Zhang
2012-02-04 13:33:47 +00:00
Barry Haddow
f55c9921e7
Fix to qsub args, from Guchun Zhang
2012-02-04 13:33:47 +00:00
Michal Hrusecky
4bd84bca1a
Alway return something in non-void functions
...
There were functions defined as non-void but didn't have return value
for all possible passes. This can result in undefined behavior. Fixed
this issue and returning values that somehow makes sense hopefully.
2012-02-01 14:03:49 +01:00
Michal Hrusecky
8ab6c7a655
Alway return something in non-void functions
...
There were functions defined as non-void but didn't have return value
for all possible passes. This can result in undefined behavior. Fixed
this issue and returning values that somehow makes sense hopefully.
2012-02-01 14:03:49 +01:00
phikoehn
a822db95db
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2012-01-24 10:14:04 +00:00
phikoehn
df6c71a276
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2012-01-24 10:14:04 +00:00
phikoehn
2a97c6bed2
added comments to config files
2012-01-24 10:13:19 +00:00
phikoehn
79efdef247
added comments to config files
2012-01-24 10:13:19 +00:00
Eleftherios Avramidis
57688ae5b2
Catch errors produced after re-running on an existing run (with --continue)
2012-01-16 16:42:19 +01:00
Eleftherios Avramidis
d5df460835
Catch errors produced after re-running on an existing run (with --continue)
2012-01-16 16:42:19 +01:00
Eleftherios Avramidis
1022a53760
Merge commit 'upstream/master'
2012-01-14 00:22:57 +01:00
Eleftherios Avramidis
caa4ce78e1
Merge commit 'upstream/master'
2012-01-14 00:22:57 +01:00
Eleftherios Avramidis
8dd5c7bf2b
Catch error, when for some reason train-model.perl is missing from installation (not properly compiled Moses)
2012-01-14 00:22:01 +01:00