Commit Graph

1468 Commits

Author SHA1 Message Date
Eva Hasler
40135a092f add params --decode-hope, --decode-fear 2012-03-01 12:22:12 +00:00
Eva Hasler
2ad2518d0d rename to dlm 2012-02-29 15:25:06 +00:00
Eva Hasler
f881772b73 fix input, add cases for bitrigger 2012-02-29 11:20:41 +00:00
Eva Hasler
4c99916286 add context options 'biphrase', 'bitrigger' for glm and wt features ('source context') not currently implemented for wt 2012-02-28 20:22:09 +00:00
Eva Hasler
b0e8909f50 fix: change position var to int 2012-02-27 13:39:23 +00:00
Eva Hasler
1291f0e889 update usage message 2012-02-27 01:32:00 +00:00
Eva Hasler
f2afd103b7 update usage messages 2012-02-27 01:22:25 +00:00
Eva Hasler
84971e6da9 add optional source context to glmu and word translation features 2012-02-26 20:14:49 +00:00
Eva Hasler
3ba3faec83 only add features that are both in source and target vocab 2012-02-26 18:56:05 +00:00
Eva Hasler
b8d01d94ce add restricted vocab to glmu 2012-02-26 17:46:04 +00:00
Eva Hasler
9a38a7dba9 add optional bias feature to GLMU 2012-02-17 15:55:59 +00:00
Eva Hasler
ee2ea468df fix multithreading for global lexical model 2012-02-16 18:56:33 +00:00
Eva Hasler
6ce2fed6ff optionally ignore punctuation for glm 2012-02-15 11:27:00 +00:00
Eva Hasler
a7b4a3848e fix problem with glm feature names 2012-02-14 14:31:26 +00:00
Eva Hasler
c5e56b848e fix multithreading, replace PlusEquals with SparsePlusEquals 2012-02-04 18:17:57 +00:00
Eva Hasler
9470d9173e simplify GLMU 2012-02-03 15:35:26 +00:00
Eva Hasler
ed5b87a3e3 add . to punctuation 2012-02-02 17:44:56 +00:00
Eva Hasler
9d36ccee5a add punctuation exclusion to GlobalLexiconModelUnlimited 2012-02-02 14:21:48 +00:00
Eva Hasler
569ab3aab5 change order of glm features 2012-02-02 11:00:37 +00:00
Eva Hasler
4575050f54 use only one extra weight file 2012-02-01 14:05:49 +00:00
Eva Hasler
1c1c3ea8eb add missing changes to Makefile 2012-01-31 17:56:07 +00:00
Eva
00345b92be add global lexicon model with unlimited scores 2012-01-31 10:31:39 +00:00
Eva Hasler
c06b5f4934 add parameter --correct-scaling 2012-01-23 15:15:27 +00:00
Eva Hasler
ff7566b652 Merge branch 'miramerge' of thor.inf.ed.ac.uk:/fs/saxnot3/ehasler/mosesdecoder_github_mira into miramerge 2012-01-23 12:23:09 +00:00
Eva Hasler
709484860e fix delayed updates, analytic update for 1 constraint 2012-01-23 12:22:12 +00:00
Eva Hasler
26ae823c27 fix from philipp's dir 2012-01-21 13:56:32 +00:00
Eva Hasler
f989267b6c fix reference length selection/collection of ngrams for multiple references 2012-01-16 11:22:58 +00:00
Eva HASLER
ebf6dd938d fix for using multiple reference translations with mira 2012-01-12 16:30:50 +00:00
Eva Hasler
eaf940d5c1 fix word string for non-terminals, fix sparse feature weight for case of more than 1 DLM feature, fix factors for start and end symbol 2012-01-09 12:04:18 +00:00
Eva Hasler
24887b40f0 define L-infinity norm (fixes bug in mira after changes in FeatureVector) 2011-12-23 10:55:54 +00:00
Eva Hasler
fdc3100b6a speed up +=, -= in FeatureVector, make lmScoreBreakdown local in ChartHypothesis 2011-12-20 15:50:38 +00:00
Eva Hasler
b91e0969ac lazy evaluation in CalculateScore() 2011-12-20 13:42:23 +00:00
Eva Hasler
c6f7f27dd0 some optimization 2011-12-16 19:53:46 +00:00
Eva Hasler
acb810285b clean up TargetNgramFeature 2011-12-15 23:05:09 +00:00
Eva Hasler
429c7c1fd4 remove debug output 2011-12-15 00:27:19 +00:00
Eva Hasler
cc8646b53d clean up EvaluateChart 2011-12-15 00:06:34 +00:00
Eva Hasler
8a45f22751 rename dlmn -> dlm 2011-12-13 19:29:07 +00:00
Eva Hasler
85ce6547fd -show-weights: output sparseProducerWeight if != 1, otherwise 'sparse' 2011-12-13 19:13:13 +00:00
Eva Hasler
76d7595667 fix EvaluateChart, part2 2011-12-13 17:11:18 +00:00
Eva Hasler
b9f895cbc3 fix EvaluateChart 2011-12-13 16:20:10 +00:00
Eva Hasler
ec0ddee0d0 Add error message for excluding lower order ngrams with chart decoding, fix feature for unigrams 2011-12-07 11:19:50 +00:00
Eva Hasler
1dcc3c3c6f implement EvaluateChart() for TargetNgramFeature, add sparse features to chart decoder nbest list 2011-12-06 21:33:23 +00:00
Eva Hasler
6f0cc81aa4 scale by target (linear/trend) 2011-11-25 15:54:32 +00:00
Eva Hasler
15091ab70c fix ApplyLog() --> LogCoreFeatures() 2011-11-25 13:56:55 +00:00
Eva Hasler
9084db96c4 add parameter weight-dlm as additional dense weight 2011-11-24 19:27:12 +00:00
Eva Hasler
6742912662 Merge branch 'miramerge' of thor.inf.ed.ac.uk:/fs/saxnot3/ehasler/mosesdecoder_github_mira into miramerge 2011-11-24 17:00:57 +00:00
Eva Hasler
f86337b2a9 add scaling by target length 2011-11-24 16:35:29 +00:00
Barry Haddow
25977ea0e2 Merge branch 'miramerge' of github.com:moses-smt/mosesdecoder into miramerge 2011-11-22 17:26:08 +00:00
Eva Hasler
0b99e393f5 enable using multiple DLMs 2011-11-22 12:15:15 +00:00
Barry Haddow
9ad942c400 Avoid copying TargetPhrase objects 2011-11-21 12:32:07 +00:00