Commit Graph

4106 Commits

Author SHA1 Message Date
Hieu Hoang
e72670700a Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-15 22:49:22 +01:00
Hieu Hoang
d2416bbe26 up version number 2012-06-15 22:35:57 +01:00
Hieu Hoang
6297c67fb2 Binary pt works with factors and chart decoding 2012-06-15 22:32:00 +01:00
Hieu Hoang
6096f21740 factors in chart decoding runs. But target factor model has incorrect LM score 2012-06-15 21:44:45 +01:00
Rico Sennrich
3549464943 bugfix (hierarchical sigtest filter failed for two consecutive nonterminals) 2012-06-15 18:42:34 +02:00
Rico Sennrich
9a0426543b sigtest-filter for hierarchical rule tables
-h to enable:
split rules into terminal sequences, look up each in the suffix array,
and treat the intersection of the resulting sentence lists
as occurrences of the rule.

for a speedup, use unordered_set instead of set for SentIdSet
(requires GCC >= 4.3)
2012-06-15 10:23:52 +02:00
Colin Cherry
a8a5f896db Fixed some bugs in BatchMira's sparse feature handling. 2012-06-14 14:09:06 -04:00
Hieu Hoang
137d351621 xcode 2012-06-13 15:56:53 +01:00
Hieu Hoang
018b0bbac0 Loosing factor checking for chart decoding 2012-06-13 15:08:03 +01:00
Colin Cherry
742f2d047f Fixed a bug in --return-best-dev 2012-06-12 23:02:04 -04:00
Colin Cherry
4d284b25ad Added --return-best-dev to mert-moses.pl
Copies the run*.moses.ini with the highest development BLEU to
moses.ini, instead of copying the weights from the last run of
optimization.
Recommended when using kbmira (and probably pro).
2012-06-12 09:16:11 -04:00
Tetsuo Kiso
1dbd8e5ec5 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-09 19:33:31 +09:00
Tetsuo Kiso
2599ef6dc3 Bug fix: kbmira failed to load dense weights. 2012-06-09 18:03:12 +09:00
Hieu Hoang
156b5db0fe Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-06 15:52:03 +01:00
Hieu Hoang
86a1886cb4 get rid of mention of --with-giza arg 2012-06-05 18:15:43 +01:00
Barry Haddow
175cd5754c Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-03 22:36:15 +01:00
Barry Haddow
25f5def387 Fix for case where no ttable is to be created 2012-06-03 22:03:41 +01:00
Tetsuo Kiso
35f4da44b8 Add a flag to set Batch MIRA's hyperparameters to mert-moses.pl.
- Add the descriptions to the usage.
- Initialize the variable $sum.
- Close file handle.
2012-06-02 19:55:56 +09:00
Barry Haddow
035c756c8c ems requires external-bin-dir 2012-06-01 20:47:18 +01:00
Barry Haddow
18af87c72b Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-01 16:29:11 +01:00
Barry Haddow
47a6ee71cd Update regression testing to work with new build layout.
Added the extract test to suite.
Disabled extract-rules test for now, since it fails.
Removed run-test-suite.perl, since tests are run with bjam.
2012-06-01 16:27:59 +01:00
Hieu Hoang
a912bb6675 Merge github.com:moses-smt/mosesdecoder 2012-06-01 14:34:57 +01:00
Hieu Hoang
7e546e1529 -external-bin-dir is not required if not running mkcls or giza/mgiza. Convert relative to absoluate paths using File::Spec::Unix 2012-06-01 14:11:38 +01:00
Barry Haddow
7a78e2d0f7 Add option just to give counts 2012-06-01 13:42:00 +01:00
Kenneth Heafield
a7964e02ab As long as we're deprecating paths 2012-05-31 19:13:40 -04:00
Kenneth Heafield
833435561d Warning about dist directory. 2012-05-31 19:13:01 -04:00
Hieu Hoang
bc2bf8224c Merge github.com:moses-smt/mosesdecoder 2012-05-31 23:45:30 +01:00
Hieu Hoang
417d5ee57b move biconcor to / 2012-05-31 23:32:24 +01:00
Barry Haddow
f716673f67 Allow combination of --prefix and --git 2012-05-31 22:58:39 +01:00
Tetsuo Kiso
713ff8c5e2 Delete mert/init.opt.
It looks like the file was no longer used.
2012-06-01 02:25:25 +09:00
Hieu Hoang
48faedb3bd move giza2bal.pl back into script/training 2012-05-31 18:04:29 +01:00
Hieu Hoang
a5ca652a76 move c++ code out of /script/ to / 2012-05-31 17:58:10 +01:00
Hieu Hoang
4eef94b121 move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
Hieu Hoang
c3d4615fc0 Merge github.com:moses-smt/mosesdecoder 2012-05-31 17:02:24 +01:00
Hieu Hoang
b57aff1947 rename train-model.perl 2012-05-31 16:59:54 +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
Hieu Hoang
4c88377cbe change CreateOnDisk to CreateOnDiskPt 2012-05-31 14:28:58 +01:00
Rico Sennrich
fcf05e63c1 make translation model combination more general: allow non-default number and position of phrase table features 2012-05-31 14:23:38 +02:00
Hieu Hoang
465c5cbf97 move all executables into bin 2012-05-31 12:55:05 +01:00
Tetsuo Kiso
beb2256dba Move 'using namespace std' out from .h.
Add "std" to size_t, too.
2012-05-30 23:11:09 +09:00
Tetsuo Kiso
01eb60f350 Add "virtual" destructor to the HypPackEnumerator class. 2012-05-30 22:59:23 +09:00
Hieu Hoang
d25805858d xcode build supports threads. move 'using namespace' out from .h file to stop namespace pollution 2012-05-30 13:04:02 +01:00
Hieu Hoang
45870348ff xcode build supports threads. move 'using namespace' out from .h file to stop namespace pollution 2012-05-30 12:47:20 +01:00
Hieu Hoang
9f03125418 Minor rollback 2012-05-30 11:50:01 +01:00
Hieu Hoang
21cd9e6286 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-30 09:53:02 +01:00
Hieu Hoang
2b20de8ea9 xcode build supports threads. Abort when using Adam's suffix arrays with threads 2012-05-30 09:49:43 +01:00
phikoehn
2e370ed11b more escaping in tokenizer; wrapper for berkeley parser (german) 2012-05-30 00:58:18 +01:00
Hieu Hoang
c85b96a6c6 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-29 19:14:49 +01:00