Ulrich Germann
|
dcb8e5d3e0
|
Preparation for allowing context-aware decoding.
|
2015-05-19 02:35:39 +01:00 |
|
Hieu Hoang
|
b10760f428
|
delete PhraseTableImplementation. Old enum
|
2014-07-18 20:36:53 +01:00 |
|
Hieu Hoang
|
bff071fc80
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder into hieu
|
2014-03-15 22:22:55 +00:00 |
|
Phil Williams
|
04dbd3c7aa
|
moses_chart: more efficient scope-3 parsing if sentence length < max-chart-span
|
2014-03-14 08:49:09 +00:00 |
|
Hieu Hoang
|
b34b4b978f
|
different max-spans depending on whether source non-term is X or syntactic
|
2014-01-27 17:53:53 +00:00 |
|
Hieu Hoang
|
0a8390981e
|
delete includes for util/check.hh
|
2013-11-21 18:58:28 +00:00 |
|
Hieu Hoang
|
3bfb0d7a5d
|
caching target phrase for OnDisk pt
|
2013-08-16 13:47:39 +01:00 |
|
Hieu Hoang
|
077142a2a1
|
caching target phrase for OnDisk pt
|
2013-08-16 13:26:21 +01:00 |
|
Hieu Hoang
|
31360e70ef
|
caching target phrase for OnDisk pt
|
2013-08-16 12:34:31 +01:00 |
|
Hieu Hoang
|
ba187294d5
|
begin cleanup of SCFG parsing. Get rid of Sentence variable in ChartRuleLookupManager, replace with ChartParser variable
|
2013-07-31 12:25:34 +01:00 |
|
Hieu Hoang
|
66e7720b91
|
rename SetTargetPhraseFromPtMatrix() to GetTargetPhraseCollectionBatch()
|
2013-07-11 20:18:06 +01:00 |
|
Hieu Hoang
|
c6d8259f68
|
delete as many override of GetTargetPhraseCollection() as possible
|
2013-07-11 20:05:08 +01:00 |
|
Hieu Hoang
|
5f9d0a85f5
|
rename vector<InputPath> to InputPathList. Pass regression tests
|
2013-07-09 14:19:35 +01:00 |
|
Hieu Hoang
|
29b895a97a
|
InputLatticeNode to InputPath
|
2013-07-07 02:14:51 +01:00 |
|
Hieu Hoang
|
e073d22301
|
prefix subphrase optimization
|
2013-07-05 10:52:12 +01:00 |
|
Hieu Hoang
|
a60da7d4b7
|
prefix subphrase optimization
|
2013-07-05 09:59:50 +01:00 |
|
Hieu Hoang
|
f4d77aae38
|
start prefix subphrase optimization with OnDisk pt
|
2013-07-04 23:36:17 +01:00 |
|
Hieu Hoang
|
d203f2bb6e
|
single threaded build compiles & passes regression
|
2013-07-01 17:37:24 +01:00 |
|
Kenneth Heafield
|
718e90d006
|
Missing header
|
2013-06-21 09:38:45 -04:00 |
|
Hieu Hoang
|
dc33fa3d3d
|
redo parsing of feature function parameters
|
2013-06-20 12:50:41 +01:00 |
|
Hieu Hoang
|
f7371cf53d
|
calculate m_featuresToApply in Load() for PhraseDictionary. Since every phrase dictionary now has to implement it, make Load() for PhraseDictionary abstract
|
2013-06-14 18:34:47 +01:00 |
|
Hieu Hoang
|
61e2b7a24f
|
refactor parsing of feature functiona args
|
2013-06-11 01:46:04 +01:00 |
|
Hieu Hoang
|
abe6bb7c22
|
refactor parsing of feature functiona args
|
2013-06-10 18:11:55 +01:00 |
|
Hieu Hoang
|
eaf53769ad
|
consistent Load() for all feature functions. Can be used not to load if doing --show-weights
|
2013-05-31 20:21:02 +01:00 |
|
Hieu Hoang
|
6249432407
|
beautify
|
2013-05-29 18:16:15 +01:00 |
|
Hieu Hoang
|
195186b335
|
delete references to WordPenaltyProducer
|
2013-05-21 13:39:31 +01:00 |
|
Hieu Hoang
|
f4cf5f152b
|
delete references to LMList
|
2013-05-21 13:00:26 +01:00 |
|
Hieu Hoang
|
ce1d50723a
|
make on-disk pt threadable
|
2013-03-05 14:02:55 +00:00 |
|
Hieu Hoang
|
9f33f5ba7e
|
load scfg on-disk pt
|
2013-02-25 14:19:48 +00:00 |
|
Hieu Hoang
|
194adf8130
|
change format for phrase model
|
2013-02-22 19:17:57 +00:00 |
|
Hieu Hoang
|
bf58eac8bc
|
clean up InitializeBeforeSentenceProcessing()
|
2012-12-24 18:52:04 +00:00 |
|
Hieu Hoang
|
961cc53ae5
|
clean up CleanUpAfterSentenceProcessing()
|
2012-12-24 14:34:34 +00:00 |
|
Hieu Hoang
|
f212927368
|
get rid of all overrides for GetScoreProducerDescription(). Except SyntacticLM - not sure if it should be separated from LM or not
|
2012-12-07 16:05:50 +00:00 |
|
Hieu Hoang
|
1aae9aa23c
|
move RuleTable to TranslationModel/
|
2012-11-27 16:57:23 +00:00 |
|