Hieu Hoang
|
4cc4913aa6
|
remove description argument from feature function constructor. Redundant
|
2013-10-29 18:09:42 +00:00 |
|
Hieu Hoang
|
de9decc30d
|
mark GetTargetPhraseCollection with LEGACY
|
2013-08-23 21:02:03 +01:00 |
|
Hieu Hoang
|
88f888f534
|
const TargetPhrase in TargetPhraseCollection
|
2013-08-08 14:38:41 +01:00 |
|
Hieu Hoang
|
bb1f49e10c
|
Merge /home/hieu/workspace/github/mosesdecoder into hieu_opt_input
|
2013-07-31 14:29:18 +01:00 |
|
Rico Sennrich
|
b32366ab8c
|
fix future and total cost in multimodel(counts). (was broken since merge of branch weight-new in May)
|
2013-07-31 14:18:18 +02: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 |
|
Rico Sennrich
|
ccdcecc86f
|
multimodel and mosesserver: instead of optimizing first model, select model by name.
|
2013-07-30 13:54:50 +02:00 |
|
Hieu Hoang
|
d68277d369
|
redo parsing of feature function parameters
|
2013-06-20 13:25:02 +01: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
|
c2f4c48758
|
clean up SetParameter()
|
2013-06-19 00:24:21 +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 |
|
Rico Sennrich
|
b1b70e802d
|
use read-write lock in multimodel
|
2013-06-12 15:25:53 +02:00 |
|
Rico Sennrich
|
9e9cbbc13b
|
refactoring multimodel code out of StaticData; locking.
|
2013-06-12 14:47:40 +02:00 |
|
Hieu Hoang
|
61e2b7a24f
|
refactor parsing of feature functiona args
|
2013-06-11 01:46:04 +01:00 |
|
Hieu Hoang
|
b4ad093334
|
refactor parsing of feature functiona args
|
2013-06-11 00:05:12 +01:00 |
|
Hieu Hoang
|
efa42b451c
|
refactor parsing of feature functiona args
|
2013-06-10 21:24:31 +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
|
117eb76b0a
|
figure out which feature function to apply at which decode step. Book-keeping
|
2013-05-30 18:34:10 +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
|
6480805635
|
technical memory leak due to not cleaning up StaticData. Doesn't make much difference, but annoying messages from valgrind
|
2013-05-22 17:32:06 +01:00 |
|
Hieu Hoang
|
541bf99b9b
|
Make Phrase::CreateFromString() more efficient
|
2013-05-22 14:41:28 +01:00 |
|
Rico Sennrich
|
5fa1752018
|
multimodel(counts): allow different features to have separate interpolation weights.
|
2013-05-16 14:11:03 +02:00 |
|
Rico Sennrich
|
876de13eba
|
restore support for multimodel(counts) in moses server:
set sentence-level weights and optimize weights
|
2013-05-16 13:40:17 +02:00 |
|
Hieu Hoang
|
81ffe84dbc
|
port PhraseDictionaryMultiModelCounts to new format. Runs but doesn't pass regression test
|
2013-05-14 17:35:22 +01:00 |
|
Hieu Hoang
|
66ad7c3c18
|
port PhraseDictionaryMultiModelCounts to new format
|
2013-05-14 15:16:09 +01:00 |
|
Hieu Hoang
|
b8efef6667
|
port PhraseDictionaryMultiModelCount to new format
|
2013-05-13 18:39:06 +01:00 |
|
Hieu Hoang
|
dcafe74892
|
port PhraseDictionaryMultiModelCount to new format
|
2013-05-13 17:20:14 +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
|
a8cf5c3472
|
port PhraseDictionaryMultiModel to new format
|
2013-05-13 13:19:25 +01:00 |
|
Hieu Hoang
|
72c9e7813d
|
port PhraseDictionaryMultiModel to new format
|
2013-05-10 18:01:52 +01:00 |
|
Hieu Hoang
|
cb8b303f10
|
changes for cruise control
|
2013-05-10 15:51:07 +01:00 |
|
Hieu Hoang
|
7e398d3bca
|
port PhraseDictionaryMultiModel to new format
|
2013-05-10 15:33:46 +01:00 |
|
Hieu Hoang
|
805c5c5be9
|
port PhraseDictionaryMultiModel to new format
|
2013-05-10 15:13:03 +01:00 |
|
Hieu Hoang
|
f0bf197695
|
port PhraseDictionaryMultiModel to new format
|
2013-05-10 14:48:06 +01:00 |
|
Hieu Hoang
|
ed7ab8146f
|
port PhraseDictionaryMultiModel to new format
|
2013-05-10 12:30:01 +01:00 |
|