Commit Graph

10411 Commits

Author SHA1 Message Date
Hieu Hoang
21ff6d4831 beautify 2013-06-03 12:33:18 +01:00
Graham Neubig
33d5aac6af Fixed crash in interpolation for small lambdas
The EMS crashed when interpolating language models when the ideal lambdas included numbers so small that they required scientific notation (eg: 1.332e-07). This patch adds "e" and "-" to the acceptable numbers to fix this problem
2013-06-01 12:37:24 +09:00
Hieu Hoang
3b76143072 refactor loading in class PhraseDictionaryFuzzyMatch 2013-05-31 23:39:19 +01:00
Hieu Hoang
7839b8f0d1 refactor loading in class LexicalReordering 2013-05-31 23:04:05 +01:00
Hieu Hoang
695617d930 consistent Load() for all feature functions. Can be used not to load if doing --show-weights 2013-05-31 20:50:13 +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
d81b049430 request pulled in error 2013-05-31 15:13:43 +01:00
Hieu Hoang
f2064fee26 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-31 15:08:37 +01:00
Hieu Hoang
a1990c77d3 Merge pull request #36 from lixiangnlp/patch-2
Swap for sized iterator
2013-05-31 07:10:18 -07:00
Hieu Hoang
7fc87f46a9 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-31 15:07:20 +01:00
Hieu Hoang
173cfffaac Reapply Abby Levenberg's log change @4b4aba3 2013-05-31 15:06:36 +01:00
Hieu Hoang
0db5504629 port PhraseDictionaryDynSuffixArray to new ini format. Scores aren't the same. Probably something to do with Abby Levenberg's log change 2013-05-31 15:02:34 +01:00
phikoehn
d1650a5aa7 basic support for alternate weight settings 2013-05-31 12:28:57 +01:00
phikoehn
68501f5a36 bug fix with weight substitution 2013-05-31 12:27:35 +01:00
Hieu Hoang
061e5b8259 reset list of feature function for every decode graph 2013-05-31 00:46:28 +01:00
Hieu Hoang
bc0fdfbd79 delete LM:Useable(). Superseded by IsUseable() for all feature functions 2013-05-31 00:11:38 +01:00
Hieu Hoang
65d2d68bc5 beautify 2013-05-31 00:00:21 +01:00
Hieu Hoang
d9bd7dc818 figure out which feature function to apply at which decode step. Book-keeping 2013-05-30 23:59:29 +01:00
Hieu Hoang
9c81696143 figure out which feature function to apply at which decode step. Book-keeping 2013-05-30 22:13:57 +01:00
Hieu Hoang
f9d6528088 figure out which feature function to apply at which decode step. Book-keeping 2013-05-30 21:12:36 +01:00
Hieu Hoang
7279164c8a figure out which feature function to apply at which decode step. Book-keeping 2013-05-30 20:04:48 +01:00
Hieu Hoang
47902053b5 function to merge feature scores. ie. not add them together. 2013-05-30 19:20:54 +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
f83622b0b7 figure out which feature function to apply at which decode step. Book-keeping 2013-05-30 17:16:10 +01:00
Hieu Hoang
b1993f6171 beautify 2013-05-30 12:51:40 +01:00
Hieu Hoang
83c4477841 figure out which feature function to apply at which decode step. Book-keeping 2013-05-30 12:41:08 +01:00
Hieu Hoang
b61a57d654 figure out which feature function to apply at which decode step. Book-keeping 2013-05-30 11:25:57 +01:00
Hieu Hoang
84ec2043b7 cleanup CreateTargetPhrase() 2013-05-29 19:02:46 +01:00
Hieu Hoang
8f7c12ef40 beautify 2013-05-29 18:19:06 +01:00
Hieu Hoang
6249432407 beautify 2013-05-29 18:16:15 +01:00
Kenneth Heafield
59bd7deb4b Tetsuo's two patches 2013-05-29 05:30:39 -04:00
Hieu Hoang
b5bb500773 move GetFirstLM() as static method of LanguageModel 2013-05-28 17:35:06 +01:00
Hieu Hoang
266a81c9cf add class InputFeature. To replace 7 year old hack of using phrase table weights for input scores for confusion networks and lattice inputs 2013-05-28 17:25:59 +01:00
Hieu Hoang
923470ebcb Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-28 16:01:11 +01:00
Hieu Hoang
66afd6611b parse scores correctly. Assume dense features, always in the same order 2013-05-28 15:54:11 +01:00
Hieu Hoang
ed220e91a9 debug PhraseDictionaryALSuffixArray for Wilker. Sparse feature score to do 2013-05-28 15:38:36 +01:00
Ian Johnson
219d51754c Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-28 13:54:35 +01:00
Ian Johnson
58d5088f33 Updated PCL since it mow supports environment variables in configuration files. 2013-05-28 13:54:27 +01:00
Hieu Hoang
0580e2bd11 delete create-ini 2013-05-28 13:11:37 +01:00
Hieu Hoang
bfaca78b12 delete create-ini 2013-05-28 12:42:30 +01:00
Hieu Hoang
537e9373f8 minor warnings 2013-05-28 11:57:13 +01:00
Hieu Hoang
036ea4ee29 delete sourcePhrase variable in TargetPhrase class 2013-05-28 11:38:18 +01:00
Hieu Hoang
5104740d1a delete MutableSourcePhrase() 2013-05-28 11:19:47 +01:00
Hieu Hoang
d647dd8aa3 delete sourcePhrase variable in TargetPhrase class 2013-05-28 10:51:28 +01:00
Hieu Hoang
fcf323a1d9 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-28 10:03:37 +01:00
Hieu Hoang
805eef6c18 delete sourcePhrase variable in TargetPhrase class 2013-05-28 01:25:27 +01:00
Hieu Hoang
ae82d02a05 delete sourcePhrase variable in TargetPhrase class 2013-05-28 00:41:25 +01:00
Hieu Hoang
9977f6c393 compile error in moses server. Delete mention of ORLM 2013-05-27 19:16:18 +01:00
Hieu Hoang
beaf295741 beautify 2013-05-27 17:47:54 +01:00
Hieu Hoang
6996973a56 beautify 2013-05-27 17:42:27 +01:00