Commit Graph

10285 Commits

Author SHA1 Message Date
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
Hieu Hoang
87c7875391 delete LMList 2013-05-27 16:57:09 +01:00
Hieu Hoang
06a5c86695 delete LMList 2013-05-27 16:50:21 +01:00
Hieu Hoang
9006ee98be delete LMList 2013-05-27 15:54:50 +01:00
Hieu Hoang
1e7a51483f delete slow version of FindStringPiece() \Ken 2013-05-27 00:33:01 +01:00
phikoehn
8944ea541a fast align parameter 2013-05-25 23:20:27 +01:00
Hieu Hoang
7ff009adad minor compile error 2013-05-25 08:52:39 +01:00
Hieu Hoang
e8dadb58ce split classes in DummyScoreProducers into separate files 2013-05-25 00:57:37 +01:00
Hieu Hoang
49e69f19e2 split classes in DummyScoreProducers into separate files 2013-05-25 00:25:20 +01:00
Hieu Hoang
c7507d678b split classes in DummyScoreProducers into separate files 2013-05-25 00:00:13 +01:00
Hieu Hoang
40ae4e9522 split classes in DummyScoreProducers into separate files 2013-05-24 23:57:06 +01:00
Hieu Hoang
1a8dc8293c split classes in FeatureFunction files 2013-05-24 23:18:38 +01:00
Hieu Hoang
75a1849bcf split classes in FeatureFunction files 2013-05-24 19:11:15 +01:00
Hieu Hoang
a615421882 split classes in FeatureFunction files 2013-05-24 18:34:47 +01:00
Hieu Hoang
a80d838b0f move feature functions into moses/FF 2013-05-24 18:02:49 +01:00
Hieu Hoang
6c322ba05e move and rename PhraseDictionarySCFG -> PhraseDictionaryMemory 2013-05-24 16:33:30 +01:00
Hieu Hoang
4a280c8ca7 move and rename PhraseDictionarySCFG -> PhraseDictionaryMemory 2013-05-24 16:23:31 +01:00
Hieu Hoang
d273812231 delete enum StatelessFeatureType. Features can be multiple types at once. Just overload the Evaluate() function you need 2013-05-24 16:04:38 +01:00
Hieu Hoang
78591e53e4 change Evaluate() methods from abstract to virtual, but does nothing. Each feature function can override 1 or more of them if they wish 2013-05-24 13:04:39 +01:00
Hieu Hoang
47e178b483 optimise evaluation with PhraseLengthFeature 2013-05-24 12:07:50 +01:00
Hieu Hoang
c72c3f6374 optimise evaluation with sparse features 2013-05-24 11:50:44 +01:00
Hieu Hoang
8c17f65f84 optimise evalution with SourceWordDeletionFeature 2013-05-24 11:35:25 +01:00
Hieu Hoang
5d429abc6e optimise evalution with SourceWordDeletionFeature 2013-05-24 11:33:24 +01:00
Hieu Hoang
e8d71da9dd Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-24 10:16:12 +01:00
Hieu Hoang
ccbb916b5f segfault on mac osx. 2013-05-24 00:21:16 +01:00
Hieu Hoang
4466d33df6 delete unused function 2013-05-23 18:55:59 +01:00