Commit Graph

2122 Commits

Author SHA1 Message Date
Hieu Hoang
17898a9df3 move initialization and cleanup functions to staticData 2012-12-21 15:59:52 +00:00
Hieu Hoang
ea647fc658 move decodeGraph to staticData 2012-12-21 15:28:34 +00:00
Hieu Hoang
8799e721ac move phrase tables and generation tables to staticData 2012-12-21 14:54:43 +00:00
Hieu Hoang
b48a906785 delete ability to specify multiple translation systems 2012-12-21 13:34:07 +00:00
Hieu Hoang
efbc8bb6c4 move language model from TranslationSystem back to StaticData 2012-12-20 16:38:15 +00:00
Hieu Hoang
874be94d72 move reordering model from TranslationSystem back to StaticData 2012-12-20 15:13:04 +00:00
Hieu Hoang
241542be08 move GlobalLexicalModel to staticData 2012-12-19 18:46:27 +00:00
Hieu Hoang
781592fa46 move DistortionScoreProducer from TranslationSystem back to StaticData 2012-12-19 16:51:55 +00:00
Hieu Hoang
0f473ca960 move UnknownWordPenaltyProducer from TranslationSystem back to StaticData 2012-12-19 16:22:10 +00:00
Hieu Hoang
5d9980af91 move WordPenalty to staticData 2012-12-19 15:38:57 +00:00
Hieu Hoang
c2d9d84ba0 move feature function variables from TranslationSystem back to StaticData 2012-12-19 14:37:00 +00:00
hieu
57b33f40cf don't display unknown weight penalty when showing weight. Don't usually tune 2012-12-15 19:20:07 +00:00
hieu
3777faaed2 bug in weight-overwrite 2012-12-14 17:40:31 +00:00
hieu
6694df6519 mert-moses.perl create ini file in new format 2012-12-14 16:43:12 +00:00
hieu
55c46cab49 train-model.perl create ini file in new format 2012-12-14 12:32:45 +00:00
hieu
e9dbcdb87f mert-moses.perl completes the 1st iteration 2012-12-13 12:01:39 +00:00
hieu
cd5854fa49 minor segfault 2012-12-13 10:43:29 +00:00
hieu
58199037b0 input weight formatted according to discussions with Ken & Barry 2012-12-12 19:35:06 +00:00
hieu
e84f7d6292 input weight formatted according to discussions with Ken & Barry 2012-12-12 18:30:11 +00:00
hieu
5ab3c3f081 output weight formatted according to discussions with Ken & Barry 2012-12-12 12:22:13 +00:00
hieu
00e6e6f0b6 input weight formatted according to discussions with Ken & Barry 2012-12-11 19:06:21 +00:00
hieu
1ffae8010d input weight formatted according to discussions with Ken & Barry 2012-12-11 18:57:42 +00:00
Hieu Hoang
bb2b1c851a rebase feature count to 0 2012-12-10 16:00:05 +00:00
Hieu Hoang
cffadb5ff8 always append number to feature function name 2012-12-07 18:13:37 +00:00
Hieu Hoang
f9e21799ed get rid of all occurance of GetNumInputScores() from feature functions. 2012-12-07 16:25:55 +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
e3def0bc78 convert all other weight-* to [weight] 2012-12-06 16:19:18 +00:00
Hieu Hoang
af459277b8 correct name of syntactic LM 2012-12-06 15:23:48 +00:00
Hieu Hoang
6b58f88df9 Works with multiple phrase-tables 2012-12-06 14:46:52 +00:00
Hieu Hoang
da9cd0e3aa clean up weights code for confusion networks & lattices. Works, except for multiple phrase-tables or factors 2012-12-05 20:21:33 +00:00
Hieu Hoang
b8d4c64d6d deprecate -translation-systems 2012-12-05 17:58:45 +00:00
Hieu Hoang
9f767d4eba lexical reordering model works with new weight setup 2012-12-05 17:19:10 +00:00
Hieu Hoang
768d165600 works ok for plain phrase-based decoding. No lexical reordering model 2012-12-05 17:12:01 +00:00
Hieu Hoang
4f3805a0d7 change \!UnknownWordPenalty to UnknownWordPenalty 2012-12-05 11:58:21 +00:00
Hieu Hoang
9fe742ce52 get rid function GetScoreProducerWeightShortName(). Fails 1 regression test 2012-12-04 17:09:23 +00:00
Hieu Hoang
33105a7ba7 get rid of int argument from GetScoreProducerWeightShortName() 2012-12-04 13:08:00 +00:00
Marcin Junczys-Dowmunt
205cea8644 Allow .minlexr suffix and bugfix 2012-12-01 00:38:20 +01:00
Eva Hasler
650d31fe73 don't need to specify weight-wt 2012-11-30 18:04:50 +00:00
Hieu Hoang
a07f71d095 race condition on letter sed cache. Requires locking 2012-11-30 17:15:32 +00:00
Hieu Hoang
7abb3c878a remove locking. Make wordIndex variable local 2012-11-30 13:50:59 +00:00
Hieu Hoang
d4ead15066 fuzzy match phrase-table is multi-threaded 2012-11-29 15:27:38 +00:00
Hieu Hoang
9aad7c65c9 move CompactPt to TranslationModel/ 2012-11-27 18:04:01 +00:00
Hieu Hoang
bc1e96730d move CKY+Parser to TranslationModel/ 2012-11-27 17:23:31 +00:00
Hieu Hoang
ae8a48b022 move Score3Parser to TranslationModel/ 2012-11-27 17:09:23 +00:00
Hieu Hoang
1aae9aa23c move RuleTable to TranslationModel/ 2012-11-27 16:57:23 +00:00
Hieu Hoang
6bf2870f18 move the rest of DynSA to TranslationModel/ 2012-11-27 16:31:42 +00:00
Hieu Hoang
4d8e4ae6d8 move DynSAInclude to TranslationModel/ 2012-11-27 16:16:30 +00:00
Hieu Hoang
0b54d32038 move fuzzy-match to TranslationModel/ 2012-11-27 15:36:24 +00:00
Hieu Hoang
59449f2925 make TranslationModel subdirectory and move files from moses/ into it 2012-11-27 15:08:31 +00:00
Hieu Hoang
a4cbaa51af multithreaded fuzzy match 2012-11-27 13:17:44 +00:00