Hieu Hoang
1347b153ee
compiles with c++11. Used by oxlm
2014-07-17 23:13:06 +01:00
Ulrich Germann
3194c4783d
Setting DEFAULT_MAX_PHRASE_LENGTH to numeric_limits<size_t>::max() breaks
...
the regression test for (deprecated) PhraseDictionaryDynSuffixArray, so I
set it to 100,000 (to have virtually unlimited phrase length for
suffix array-based phrase tables.
2014-07-17 21:31:40 +01:00
Ulrich Germann
51c4d116f3
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2014-07-17 21:06:30 +01:00
Rico Sennrich
eb5336ad9c
thread-safety, precomputation and caching for NeuralLMWrapper
...
doesn't work with default nplm, but with the fork at https://github.com/rsennrich/nplm
2014-07-17 16:50:08 +01:00
Ulrich Germann
5915e2b1cb
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2014-07-17 15:53:07 +01:00
Hieu Hoang
69c27a3020
name change
2014-07-16 13:21:51 +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
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
f340ede6b5
new LBLLM based on LanguageModel class
2014-07-14 19:15:20 +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
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
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
Rico Sennrich
bdf8d1a405
CreateFromString no longer requires factorDelimiter
2014-07-04 10:28:24 +01: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
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
Barry Haddow
961d72269a
clusters for sparse reordering feature
2014-06-24 21:50:20 +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
Matthias Huck
15ac0821b1
removed unnecessary includes
2014-06-20 21:25:14 +01:00
Matthias Huck
f3907cd6a2
SourceGHKMTreeInputMatchFeature
2014-06-20 21:00:16 +01:00
Hieu Hoang
c460330430
debug output for PhraseProperty
2014-06-19 19:23:33 +01:00