Marcin Junczys-Dowmunt
bc904ff61f
Deleted stray "cerr << .."
2013-07-05 00:15:27 +02:00
Hieu Hoang
24d2edd790
redo parsing of feature function parameters
2013-06-20 13:06:03 +01:00
Hieu Hoang
dc33fa3d3d
redo parsing of feature function parameters
2013-06-20 12:50:41 +01:00
Hieu Hoang
abe6bb7c22
refactor parsing of feature functiona args
2013-06-10 18:11:55 +01:00
Hieu Hoang
21ff6d4831
beautify
2013-06-03 12:33:18 +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
ae82d02a05
delete sourcePhrase variable in TargetPhrase class
2013-05-28 00:41:25 +01:00
Hieu Hoang
e8dadb58ce
split classes in DummyScoreProducers into separate files
2013-05-25 00:57:37 +01:00
Hieu Hoang
a80d838b0f
move feature functions into moses/FF
2013-05-24 18:02:49 +01:00
Hieu Hoang
7dc177514d
delete references to WordPenaltyProducer
2013-05-21 13:50:18 +01:00
Hieu Hoang
81003b9464
delete references to WordPenaltyProducer
2013-05-21 13:44:19 +01:00
Hieu Hoang
42ddc084b4
delete references to LMList
2013-05-21 12:47:26 +01:00
Hieu Hoang
70873c3b8d
delete references to LMList
2013-05-21 12:33:51 +01:00
Hieu Hoang
499487fb98
get rid of TargetPhrase::SetScore. Expose ScorerBreakdown object so they can be set directly
2013-05-13 15:36:09 +01:00
Hieu Hoang
187e09a5d2
delete last TargetPhrase::SetScore()
2013-05-02 18:36:34 +01:00
Hieu Hoang
ce95c117f6
merge
2013-04-29 18:46:48 +01:00
Hieu Hoang
83494418e2
delete PhraseDictionaryMemory. Fix word penalty in compact phrase table
2013-04-26 15:55:32 +01:00
Kenneth Heafield
2437ed441d
Accept cmph with lib64 too
2013-04-25 21:50:05 +01:00
Rico Sennrich
908c006e32
online combination of multiple phrase tables
...
- creates a virtual phrase table at decoding time based on a vector of component models and a combination algorithm
- linear interpolation or instance weighting
- two possible component model types supported so far: 0 (in-memory) or 12 (compact)
- weights can be set in config, and overriden on a sentence-level through mosesserver API
- online optimization (perplexity minimization) using dlib and xmlrpc-c call
2013-04-22 13:21:59 +02:00
Hieu Hoang
63be801652
compressed pt works with new pt format
2013-02-25 18:52:58 +00:00
Hieu Hoang
194adf8130
change format for phrase model
2013-02-22 19:17:57 +00:00
Hieu Hoang
ebd7b85aa6
Merge github.com:moses-smt/mosesdecoder into weight-new
2013-02-20 10:11:21 +00:00
marcinj
10c1785226
Added missing function call to for sort order check
2013-02-20 11:03:57 +01:00
Hieu Hoang
67976401dd
Merge github.com:moses-smt/mosesdecoder into weight-new
2013-02-14 14:18:49 +00:00
marcinj
10012fac15
Fixed missing last source phrase and added workaround for single key cmph hash functions
2013-02-14 13:22:19 +01:00
Hieu Hoang
f95e66c067
Merge branch 'master' into weight-new
2013-01-28 13:37:21 +00:00
Marcin Junczys-Dowmunt
fcf75fae18
Added option to specify directory or prefix for temporary files created during phrase table compacting
2013-01-22 21:11:02 +01:00
Hieu Hoang
bf58eac8bc
clean up InitializeBeforeSentenceProcessing()
2012-12-24 18:52:04 +00:00
Hieu Hoang
6dd4259258
clean up CleanUpAfterSentenceProcessing()
2012-12-24 15:56:29 +00:00
Marcin Junczys-Dowmunt
205cea8644
Allow .minlexr suffix and bugfix
2012-12-01 00:38:20 +01:00
Hieu Hoang
9aad7c65c9
move CompactPt to TranslationModel/
2012-11-27 18:04:01 +00:00