Commit Graph

10228 Commits

Author SHA1 Message Date
Rico Sennrich
4e87a012d0 fix two bugs with relax-parse:
- size of sentence was not calculated correctly
    (instead, number of positions at which a subtree starts was used)
  - code entered an infinitive loop sometimes; added break condition
2013-04-25 17:27:50 +02:00
Hieu Hoang
b53b93f09f gt rid of word penalty of 0.434. Adjust weight accordingly 2013-04-24 19:23:14 +01:00
Hieu Hoang
6da2cf7663 eclipse 2013-04-24 14:19:16 +01:00
Hieu Hoang
2d265344d1 delete m_currScoreBreakdown 2013-04-24 13:44:11 +01:00
Hieu Hoang
d9b1784373 delete different calc functions 2013-04-24 13:23:22 +01:00
Hieu Hoang
c84605a241 delete different calc functions 2013-04-24 13:13:50 +01:00
Hieu Hoang
16cbf692d3 delete different calc functions 2013-04-24 12:10:56 +01:00
Kenneth Heafield
8a1e944bb4 Error messages 2013-04-23 08:36:24 +01:00
Hieu Hoang
3248a8e4f4 initialise m_currScoreBreakdown with score from transOpt 2013-04-22 21:25:36 +01:00
Hieu Hoang
5126aa8e30 word penalty is a cached stateless feature 2013-04-22 21:17:52 +01:00
Hieu Hoang
bf057dc46b get rid of ResetScore() from Hypothesis and TargetPhrase class 2013-04-22 20:12:43 +01:00
Hieu Hoang
5655a6cf1b get rid of tempScoreBreakdown. Not sure what it was for 2013-04-22 18:38:42 +01:00
Hieu Hoang
3bfcdd0077 minor changes for debuggablility 2013-04-22 13:03:07 +01:00
Rico Sennrich
908c006e32 online combination of multiple phrase tables
- creates a virtual phrase table at decoding time based on a vector of component models and a combination algorithm
  - linear interpolation or instance weighting
  - two possible component model types supported so far: 0 (in-memory) or 12 (compact)
  - weights can be set in config, and overriden on a sentence-level through mosesserver API
  - online optimization (perplexity minimization) using dlib and xmlrpc-c call
2013-04-22 13:21:59 +02:00
Christian Buck
477f913585 mosesserver now supports nbest lists 2013-04-21 00:34:59 +01:00
Christian Buck
b362791169 fixed warnings 2013-04-21 00:34:25 +01:00
Christian Buck
046e031723 Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2013-04-20 20:33:16 +01:00
Hieu Hoang
b1da4dbe0e merged 2013-04-19 15:03:34 +01:00
Barry Haddow
7677832655 Fix markdown 2013-04-19 09:00:24 +01:00
Barry Haddow
71295e2708 correct markdown 2013-04-19 08:45:03 +01:00
Barry Haddow
a8fe122e4b Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-04-19 08:35:01 +01:00
Barry Haddow
e53faa174c Complete README 2013-04-19 08:34:43 +01:00
Hieu Hoang
9749ca5fd9 Fixed blank lines when using -print-alignment-info 2013-04-18 16:38:52 +01:00
Barry Haddow
2ba633c5f8 Create small binarised models for testing 2013-04-18 07:51:06 +01:00
Barry Haddow
13d21428ed stub out README 2013-04-17 21:57:09 +01:00
Barry Haddow
e6cabf802d remove absolute path default 2013-04-17 21:35:32 +01:00
Barry Haddow
8b1b877de7 Load all options. Use relative path. 2013-04-17 21:34:20 +01:00
Kenneth Heafield
875a194dae Attempt to reduce moses-support e-mails 2013-04-17 13:46:01 +01:00
Barry Haddow
9e72bd0d41 Update for change of python interface 2013-04-15 07:25:31 +01:00
Christian Buck
464b752128 Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2013-04-12 19:44:02 +01:00
Christian Buck
bb5d70fc7c integrated xml passthrough handling (by Nicola Bertoldi) 2013-04-12 19:43:53 +01:00
Christian Buck
9c2c6c603b typo 2013-04-12 19:39:04 +01:00
Christian Buck
8df9639f10 added update example to mosesserver 2013-04-12 19:38:41 +01:00
Barry Haddow
1d213bdd34 No longer required 2013-04-12 18:00:48 +01:00
Barry Haddow
ac298f8931 Remove debug, update python interface 2013-04-12 18:00:22 +01:00
Barry Haddow
49eda812ed Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-04-12 17:40:34 +01:00
Barry Haddow
f007a144f5 Fix compile error in python wrapper 2013-04-12 17:38:11 +01:00
Barry Haddow
15d7feb188 Fix compilation of compact query 2013-04-12 17:03:39 +01:00
Barry Haddow
c6e36f4dd7 Fix compile error 2013-04-12 16:29:52 +01:00
Barry Haddow
9d42c7f6f7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-04-12 16:07:26 +01:00
Hieu Hoang
cc707f76a9 get rid of pre-calculated score. WTF is this? Stateless FF which can't be cached? Breaks 1 regression test 2013-04-11 16:22:47 +01:00
Hieu Hoang
be01d61aea Merge github.com:moses-smt/mosesdecoder into weight-new 2013-04-10 18:42:29 +01:00
Hieu Hoang
517d6c7bb8 add score breakdown to target phrase debugging output 2013-04-10 18:40:25 +01:00
Kenneth Heafield
73035543d6 Binary phrase table does string ops, at least make them fast 2013-04-10 18:27:25 +01:00
Hieu Hoang
7a5cd95205 eclipse 2013-04-10 18:23:11 +01:00
Hieu Hoang
d4ab31269f eclipse 2013-04-10 18:20:25 +01:00
Hieu Hoang
8ca771d262 merge 2013-04-09 15:07:58 +01:00
Hieu Hoang
44a0e52e30 fixed ShowWeights() for confusion networks. This is a reason why we should get rid of ShortNames and move to refactored moses pdq 2013-04-09 14:44:32 +01:00
Hieu Hoang
48a9b6e451 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-04-09 10:23:02 +01:00
Rico Sennrich
5dce1463e7 documentation: -phrase-word-alignment is on by default. 2013-04-09 11:15:28 +02:00