Commit Graph

12458 Commits

Author SHA1 Message Date
Barry Haddow
a299bb1943 Fix hypergraph pruning 2014-08-08 13:45:34 +01:00
Barry Haddow
b5a1f02606 Implement hypergraph output for chart moses 2014-08-07 21:20:10 +01:00
Barry Haddow
fbe73dd06f Stub out chart hypergraph output 2014-08-06 16:37:09 +01:00
Barry Haddow
ae2a52bd21 template-ise, preparing for chart version 2014-08-06 15:56:34 +01:00
Barry Haddow
c99a889420 Refactor hypergraph output code 2014-08-06 15:29:39 +01:00
Barry Haddow
9106854ec7 Output edge scores correctly 2014-08-06 12:35:03 +01:00
Barry Haddow
ff188c454a Sparse features trainable with hg mira
(In phrase-based Moses)
2014-08-06 11:38:51 +01:00
Barry Haddow
6549d24d35 Incremental scoring of hypotheses.
Don't score full score vectors in hypotheses, just
the increments. The full score breakdowns (required for
nbest lists) are calculated lazily.
2014-08-05 17:57:57 +01:00
Barry Haddow
58a5b9eae3 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-08-05 12:31:13 +01:00
Hieu Hoang
3f29ed10f1 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-08-05 11:00:01 +01:00
Hieu Hoang
84d6b25802 TargetPhrase to have pointer to the phrase table that creates it 2014-08-05 10:59:48 +01:00
Hieu Hoang
f447a23067 TargetPhrase to have pointer to the phrase table that creates it 2014-08-05 10:26:42 +01:00
Barry Haddow
05455eb0c1 Implement shuffling correctly 2014-08-04 20:51:45 +01:00
Hieu Hoang
e863592f40 TargetPhrase to have pointer to the phrase table that creates it 2014-08-04 19:28:04 +01:00
Hieu Hoang
abe68be588 initialise m_container 2014-08-04 15:59:32 +01:00
Hieu Hoang
3f3912772d initialise m_container 2014-08-04 15:46:40 +01:00
Hieu Hoang
5f90ccdb13 initialise m_container 2014-08-04 15:20:22 +01:00
Hieu Hoang
f844bd12d9 clean up TargetPhrase 2014-08-04 15:14:40 +01:00
Hieu Hoang
9ead26071e move methods for PDAimp into .cpp file 2014-08-04 14:41:12 +01:00
Marcin Junczys-Dowmunt
5c9017c632 Forgot to add SetFeaturesToApply 2014-08-03 19:44:43 +02:00
Marcin Junczys-Dowmunt
ff6ed8cd21 Fixed segfault for features depending on factors not in phrase table (i.e. added by generation models) 2014-08-03 18:03:42 +02:00
Hieu Hoang
688bf4c061 each target phrase knows what decode graph created it 2014-08-02 17:15:01 +01:00
Hieu Hoang
e4c5ba2edf delete new extract 2014-08-02 14:50:32 +01:00
Hieu Hoang
0fb8e65fa7 compile error on eclipse 2014-08-01 22:44:35 +01:00
Hieu Hoang
fbbc756117 add virtual void ChangeSource(InputType *&input) const
to FeatureFunction
2014-08-01 22:41:24 +01:00
Barry Haddow
e2e07940ae shuffling of hypergraphs 2014-08-01 11:24:00 +01:00
Barry Haddow
65b3e0b96e Missing include 2014-08-01 11:13:34 +01:00
Philipp Koehn
e3b26f334f grrrr... 2014-07-31 21:02:08 -04:00
Philipp Koehn
e5bbdcae9e Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-07-31 20:53:26 -04:00
Philipp Koehn
c795098963 added flush switch (-b) to normalize-punctuation.perl 2014-07-31 20:53:04 -04:00
Marcin Junczys-Dowmunt
f616954a03 Put back destructor in OpSequenceModel.* 2014-07-31 23:00:09 +02:00
Marcin Junczys-Dowmunt
73a822975d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-07-31 22:44:20 +02:00
Marcin Junczys-Dowmunt
8930d50076 Added support to OSM for all KenLM model types 2014-07-31 22:44:12 +02:00
hieu
5741ef2635 compile error in gcc 4.4 2014-07-30 18:01:51 +01:00
Hieu Hoang
8d7871125f delete extract-ordering. Not part of the core functionality 2014-07-30 13:16:40 +01:00
Hieu Hoang
24d740d1f0 move doc for suffix array 2014-07-29 18:27:02 +01:00
Hieu Hoang
d5989af348 move doc for suffix array 2014-07-29 18:26:16 +01:00
Ulrich Germann
f9d167345a Changed feature and parameter names for Mmsapt / PhraseDictionaryBitextSampling as requested by PK. 2014-07-29 13:57:00 +01:00
Ulrich Germann
6a1beb770d Cleanup work to get rid of compiler warnings. 2014-07-29 13:51:44 +01:00
Matthias Huck
7b02017da1 use std::numeric_limits 2014-07-28 19:49:43 +01:00
Matthias Huck
56a3655ba9 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-07-28 18:30:06 +01:00
Matthias Huck
3a5dee12e8 implementation of phrase orientation in GHKM extraction
(...but a corresponding feature function for the chart-based decoder has not been written yet)
2014-07-28 18:27:12 +01:00
Hieu Hoang
56425968e1 eclipse 2014-07-28 16:42:48 +01:00
Marcin Junczys-Dowmunt
061aac9e3b First attempt at fixing missing-backoffs bug in lmplz 2014-07-27 20:35:15 +02:00
Barry Haddow
52a1056f9e Cache FNames to make sparse lex reorder faster 2014-07-24 21:23:08 +01:00
Barry Haddow
11d5fc3fef Remove, don't just comment out 2014-07-24 16:25:53 +01:00
Barry Haddow
d43f0e40fe Unused code 2014-07-24 16:20:49 +01:00
Barry Haddow
2f31485c29 Avoid dynamic_cast in critcal path code. 2014-07-24 16:01:54 +01:00
Barry Haddow
2826ccc001 Boost version update, specify filesystem v3
Shout if it breaks your favourite platform!
2014-07-23 17:22:14 +01:00
phikoehn
573076976f added transliteration into ems example config, minor fixes 2014-07-23 15:44:55 +01:00