Commit Graph

9447 Commits

Author SHA1 Message Date
Marcin Junczys-Dowmunt
3a11b0d6fb Temporarily disabling queryPhraseTableMin due to compilation errors 2012-10-22 22:35:53 +02:00
Kenneth Heafield
c4416c85fa Disable incremental search for Boost < 1.42 2012-10-22 21:25:52 +01:00
Kenneth Heafield
32885c185e Fix compile error with ancient Boost 2012-10-22 20:59:06 +01:00
Kenneth Heafield
eb28ea26a8 Add a phrase default constructor, bypassing the array size increment 2012-10-22 13:17:46 -04:00
Kenneth Heafield
2e8c316aaa Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-22 17:42:37 +01:00
Kenneth Heafield
c34ecf12de TargetPhrase doesn't have a FactorDirection constructor.
It was implicitly doing TargetPhrase(Phrase(size_t)) wastefully
2012-10-22 17:40:23 +01:00
Hieu Hoang
87b6520d82 add moses server back in. Changed ScoreComponentCollection to expose dense feature array 2012-10-22 14:41:23 +01:00
Hieu Hoang
c62ba3e9a6 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-22 11:40:50 +01:00
Hieu Hoang
6647ec4a41 don't compile moses server for the moment. Doesn't compile on some gcc/boost combinations 2012-10-22 11:40:26 +01:00
Kenneth Heafield
4296e9720b Make Chart's exit behavior consistent with phrase 2012-10-22 11:38:37 +01:00
Kenneth Heafield
12b7da903b Force bjam recompile for old version 2012-10-22 10:27:20 +01:00
Kenneth Heafield
4977f2790f Update bjam to 1.51.0 2012-10-22 10:20:12 +01:00
Kenneth Heafield
f1bb9be091 D'oh missed an argument in usage 2012-10-20 18:08:20 +01:00
Hieu Hoang
d241fa4e47 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-20 14:01:21 +01:00
Hieu Hoang
99d5e738aa use kenlm if sri specified 2012-10-20 14:01:11 +01:00
Hieu Hoang
ea48ab7845 perltidy 2012-10-19 18:38:46 +01:00
Hieu Hoang
7a19ac861c vs project files. /Krishna Nanda 2012-10-19 17:56:45 +01:00
Hieu Hoang
cb0b94fad5 delete all mention of terminal in word alignment class 2012-10-19 16:00:42 +01:00
Hieu Hoang
f4c965e752 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-19 15:10:20 +01:00
Hieu Hoang
397e704b49 terminal and non-terminal word alignments stored in 2 separate objects 2012-10-19 15:10:10 +01:00
Kenneth Heafield
5f67527143 Bugfix vocabulary corruption on building 2012-10-19 12:00:10 +01:00
Kenneth Heafield
232b3f2e5a Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-19 10:17:24 +01:00
Kenneth Heafield
791a7b68fc Make max-factors a compile option and add recompilation safety 2012-10-19 10:16:45 +01:00
Kenneth Heafield
de5276630b Restore kenlm max order 2012-10-19 10:00:01 +01:00
Barry Haddow
851b3d394d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-19 09:27:39 +01:00
Barry Haddow
f9d0721145 correct format for word trans features 2012-10-19 09:07:18 +01:00
Kenneth Heafield
5ed7513e0d D'oh correct return value for existing entries 2012-10-18 16:41:44 -04:00
Kenneth Heafield
36373bfd5b Remove uncalled function 2012-10-18 19:07:55 +01:00
Kenneth Heafield
39664ac8f4 Support arbitrary arity
Also, some windows fixes in util.
2012-10-18 18:54:38 +01:00
Kenneth Heafield
05e91def21 Change VertexGenerator to batch, Remove kScoreInf 2012-10-18 16:49:54 +01:00
Kenneth Heafield
bedc7136b8 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-18 11:36:04 -04:00
Kenneth Heafield
8e23e441c3 Fix virtual destructors 2012-10-18 11:35:42 -04:00
Hieu Hoang
fb040861f7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-18 16:20:02 +01:00
Hieu Hoang
ee47e53065 new weight vector in fuzzy match rule table 2012-10-18 16:19:47 +01:00
Hieu Hoang
c3229460a3 eclipse 2012-10-18 16:19:06 +01:00
Rico Sennrich
9e03090ca2 fix regression from having all 3 counts in phrase table. 2012-10-18 16:09:38 +02:00
Hieu Hoang
5bb498c922 eclipse project 2012-10-18 12:24:03 +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
de7484be45 Fix location of decoder for cruise control 2012-10-17 22:25:20 +01:00
Barry Haddow
2e1049aee0 fix order in show-weights 2012-10-17 22:16:47 +01:00
Kenneth Heafield
30c3175d14 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-17 16:57:39 +01:00
Kenneth Heafield
3ced55e33d Put note into PartialEdge, delete edge_queue
Before with pop 25:
real    9m49.480s
user    9m38.389s
sys     0m10.354s

After with pop 25:
real    8m46.553s
user    8m35.138s
sys     0m10.654s
2012-10-17 16:49:41 +01:00
Hieu Hoang
b5849a01c5 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-17 16:40:50 +01:00
Hieu Hoang
9f12beb881 eclipse project 2012-10-17 16:40:23 +01:00
Kenneth Heafield
f4116ec6f5 Add usage message for OnDiskPt 2012-10-17 14:45:58 +01:00
Kenneth Heafield
03f602e4d4 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-17 08:51:33 -04:00
Kenneth Heafield
8f4305e12f Allocate less, switch to existing being continuation 2012-10-17 08:50:08 -04:00