Commit Graph

12562 Commits

Author SHA1 Message Date
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
Ulrich Germann
f06b145735 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-07-10 17:24:42 +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
Ulrich Germann
4d41211c2c Major overhaul of Mmsapt. Reorganization of old and addition of new features in phrase tables. Many critical bug fixes. 2014-07-09 02:41:28 +01:00
Ulrich Germann
28d64e2339 Simulated post-editing sessions feeding reference and alignment into the system after automatic translation of each source sentence. 2014-07-09 02:40:40 +01:00
Ulrich Germann
e1c9405b23 Utilities to check gain in phrase coverage by dynamic augmentation of the phrase table in a post-editing scenario. 2014-07-09 02:39:28 +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
Hieu Hoang
629a201152 eclipse 2014-06-25 15:59:34 -04:00
Hieu Hoang
52eb4ef57b eclipse 2014-06-25 15:53:14 -04:00
Hieu Hoang
5d4083a3cf eclipse 2014-06-25 15:39:07 -04:00
Hieu Hoang
19e4504a57 eclipse 2014-06-25 15:16:37 -04:00
Hieu Hoang
d7cbef5cbe minor format change in consolidate 2014-06-25 07:04:11 -04:00
Hieu Hoang
1b9267adf3 redo eclipse projects 2014-06-25 00:03:59 -04:00
Hieu Hoang
d949774f41 redo eclipse projects 2014-06-25 00:02:40 -04:00
Hieu Hoang
15630258d0 redo eclipse projects 2014-06-25 00:00:46 -04:00
Barry Haddow
961d72269a clusters for sparse reordering feature 2014-06-24 21:50:20 +01:00
Flammie Pirinen
42511ece3f Add Finnish abbreviations from omorfi 2014-06-24 16:14:43 +01:00
Barry Haddow
69222ee32b Implement 'between' featuresr. 2014-06-24 13:37:54 +01:00
Barry Haddow
cc426190e2 Minor fix 2014-06-23 17:46:45 +01:00
Barry Haddow
6424da1387 Merge branch 'sparse-reordering' of github.com:moses-smt/mosesdecoder into sparse-reordering 2014-06-23 17:06:24 +01:00
Barry Haddow
1afa0bc8f6 Fix for hreo 2014-06-23 17:06:00 +01:00
Barry Haddow
77a4a5e133 Merge remote-tracking branch 'origin/master' into sparse-reordering
Conflicts:
	moses/FF/Factory.cpp
	moses/FF/LexicalReordering/LexicalReordering.cpp
2014-06-23 15:22:40 +01:00
Hieu Hoang
f95a1bb75b more shards 2014-06-23 09:36:13 -04:00
Kenneth Heafield
6b22097cbe KenLM e94d0b3ea9082d8aa443e15e33aee6fb9c2af990 including possible deadlock fix 2014-06-22 05:54:03 -07:00