Commit Graph

377 Commits

Author SHA1 Message Date
Hieu Hoang
f0bae8cbc8 eclipse 2013-05-02 19:56:04 +01:00
Hieu Hoang
25b1ef9e08 eclipse 2013-05-02 19:53:42 +01:00
Hieu Hoang
acaabb66d9 change StatelessFeatureType for class WordTranslationFeature. Test phrase.word-translation passes 2013-05-01 14:56:09 +01:00
Hieu Hoang
ce95c117f6 merge 2013-04-29 18:46:48 +01:00
Kenneth Heafield
972001e345 Compiler error 2013-04-27 01:02:52 +02:00
Hieu Hoang
6da2cf7663 eclipse 2013-04-24 14:19:16 +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
e53faa174c Complete README 2013-04-19 08:34:43 +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
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
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
9d42c7f6f7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-04-12 16:07:26 +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
Rico Sennrich
38aa0c74b0 sigtest-filter: hierarchical mode now works with syntactic models (labels other than X) 2013-04-09 11:13:11 +02:00
Barry Haddow
c5965b8587 Correction to calc. of lambda-gradient when more than 2 ttables 2013-04-03 16:13:01 +01:00
Hieu Hoang
e1dc4131f6 merge 2013-03-27 08:45:16 +00:00
Hieu Hoang
eeeda717a4 eclipse 2013-03-26 15:47:30 +00:00
Hieu Hoang
f2acca0943 eclipse 2013-03-26 11:50:10 +00:00
Hieu Hoang
fd4e954322 merge 2013-03-24 09:57:36 +00:00
Hieu Hoang
db005f6503 compile error caused by different versions of boost 2013-03-23 15:58:07 +00:00
Barry Haddow
74e313e67c remove restriction to 2 tables 2013-03-22 10:35:19 +00:00
Christian Buck
34c8975aa7 ported perl xmlrpc example to python 2013-03-19 18:22:43 +00:00
Christian Buck
e7f54efa72 mosesserver gives search graph ordered by hyp-id 2013-03-19 18:22:21 +00:00
Hieu Hoang
2c26ad133e error parsing factors. And eclipse project files 2013-03-16 16:41:38 +00:00
Hieu Hoang
7888c7ba23 eclipse project files 2013-03-15 22:02:00 +00:00
Hieu Hoang
df5f0934be eclipse 2013-03-15 19:48:51 +00:00
Hieu Hoang
de2519fb88 eclipse 2013-03-15 19:48:11 +00:00
Hieu Hoang
ca43a88bd2 change feature weight delimiter from = to : 2013-03-13 18:26:24 +00:00
Hieu Hoang
ddb2fc6a2a Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new 2013-03-13 17:54:27 +00:00
Hieu Hoang
2f78fe5fe5 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-03-13 17:54:03 +00:00