Commit Graph

12396 Commits

Author SHA1 Message Date
Marcin Junczys-Dowmunt
8ad8f1acf3 Merge branch 'CompactPT' of https://github.com/moses-smt/mosesdecoder into CompactPT 2014-08-25 15:22:53 +02:00
Marcin Junczys-Dowmunt
e094d670d7 First attempt at fixing missing-backoffs bug in lmplz 2014-07-27 20:33:34 +02:00
Marcin Junczys-Dowmunt
846cf724ec Fixed issue with missing back-off weights in lmplz 2014-07-27 16:22:57 +02:00
Marcin Junczys-Dowmunt
8f861a7f9e merged master into this branch 2014-07-21 10:39:59 +02:00
Hieu Hoang
8ef136a57c exclude oxlm from Eclipse build 2014-07-16 14:18:12 +01:00
Hieu Hoang
69c27a3020 name change 2014-07-16 13:21:51 +01:00
Hieu Hoang
d3d2bc675f compile error. /Pierre Lison 2014-07-16 08:17:24 +01:00
Hieu Hoang
ce014e0b35 cleanup 2014-07-15 17:47:36 +01:00
Hieu Hoang
3b0ab6e6de scores matches. State info from hash 2014-07-15 17:14:32 +01:00
Hieu Hoang
7cb8ef5933 scores matches for 1st best, but not nbest 2014-07-15 16:46:19 +01:00
Hieu Hoang
53073726d6 compiles with bjam 2014-07-15 15:26:50 +01:00
Marcin Junczys-Dowmunt
b5391b52d2 merge with master 2014-07-15 15:28:52 +02:00
Hieu Hoang
08be3b6b4f new LBLLM based on LanguageModel class 2014-07-15 00:13:35 +01:00
Hieu Hoang
b753f26d67 Merge branch 'master' into hieu.oxlm 2014-07-14 21:50:01 +01:00
Hieu Hoang
20271b8e96 sort FF by name 2014-07-14 21:49:29 +01:00
Hieu Hoang
dc1cf603de new LBLLM based on LanguageModel class 2014-07-14 21:33:38 +01:00
Hieu Hoang
7dfe943fb0 new LBLLM based on LanguageModel class 2014-07-14 20:40:33 +01:00
Hieu Hoang
4372d208a2 Merge github.com:moses-smt/mosesdecoder into hieu.oxlm 2014-07-14 19:15:46 +01:00
Hieu Hoang
f340ede6b5 new LBLLM based on LanguageModel class 2014-07-14 19:15:20 +01:00
Hieu Hoang
6f1560b53d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-07-13 20:50:44 +01:00
Hieu Hoang
0d764e8941 don't require oxlm 2014-07-13 20:50:30 +01:00
Hieu Hoang
a3bd695cd4 factor for oov is 0, not <unk> - interferes with source input. Add extra argument to lowercase input words or not 2014-07-13 02:54:58 +01:00
Hieu Hoang
a402523ef5 calculate baseline score without optimisation 2014-07-11 16:26:48 +01:00
Hieu Hoang
8f5dc2b9e7 state info 2014-07-11 12:53:03 +01:00
Hieu Hoang
da825e844b 1st rough sketch. compiles with eclipse 2014-07-11 11:15:06 +01:00
Hieu Hoang
a209d0ed18 compiles with eclipse 2014-07-10 18:48:51 +01:00
Hieu Hoang
3c9e397132 compiles with eclipse 2014-07-10 16:14:22 +01:00
Hieu Hoang
5b2bafde76 compiles with eclipse 2014-07-10 12:16:38 +01:00
Hieu Hoang
98d464727b add LBLLM from Blunsom's group 2014-07-10 11:40:32 +01:00
Hieu Hoang
e197b110fc rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
Hieu Hoang
12a14221e2 rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:41:08 +01:00
Hieu Hoang
587b5fd716 rename Evaluate() to EvaluateWithSourceContext() 2014-07-09 23:06:54 +01:00
Hieu Hoang
c9bd98fb0f rename Evaluate() to EvaluateInIsolation() 2014-07-09 22:35:59 +01:00
Hieu Hoang
ef33496ea5 non-term must have only 1 factor. 2014-07-09 15:47:34 +01:00
Hieu Hoang
937a02a3cb Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-07-08 13:51:36 +01:00
Rico Sennrich
bdf8d1a405 CreateFromString no longer requires factorDelimiter 2014-07-04 10:28:24 +01:00
Hieu Hoang
17140e4ae7 eclipse 2014-07-01 13:01:51 -04:00
Barry Haddow
c4ca243b7a Improved debug for sparse reordering 2014-06-30 12:13:33 +01:00
Barry Haddow
e2312e879c Merge remote-tracking branch 'origin/master' into sparse-reordering 2014-06-30 10:21:18 +01:00
Ulrich Germann
556e112366 Major bug fix in Mmsapt.combine_pstats. 2014-06-30 00:32:11 +01:00
Ulrich Germann
73081786bc Name change: lookup_mmsapt -> ptable-lookup 2014-06-28 20:08:41 +01:00
Ulrich Germann
5c77f17833 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-06-27 01:12:22 +01:00
Ulrich Germann
9eaf506ace Renamed lookup_mmsapt.cc to ptable-lookup.cc. 2014-06-27 01:10:14 +01:00
Ulrich Germann
1e50ac587d Replaced TRACE_ERR(..) with VERBOSE(1,...) in PhraseDictionaryTree.cpp 2014-06-27 01:09:50 +01:00
Ulrich Germann
9dfb354041 Phrase probability smoothing can now be turned off in ug_bitext.cc by setting the confidence threshold to 0. 2014-06-27 01:07:23 +01:00
Ulrich Germann
40ab68b3d2 Adapted lookup_mmsapt to binary phrase tables; renamed the utility to ptable-lookup 2014-06-27 01:06:00 +01:00
Ulrich Germann
e4c35b9896 Replaced TRACE_ERR(..) with VERBOSE(1,...) in PDTAimp.h. 2014-06-27 01:02:23 +01:00
Hieu Hoang
dba4caa7c0 register PhraseDictionaryFuzzyMatch 2014-06-26 09:34:16 -04:00
Hieu Hoang
ee6e140738 eclipse 2014-06-25 16:14:25 -04:00
Hieu Hoang
fee06b2d95 eclipse 2014-06-25 16:04:04 -04:00