Commit Graph

10267 Commits

Author SHA1 Message Date
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
Hieu Hoang
def03041b7 make evaluation of TargetWordInsertionFeature more efficient. It's a normal stateless feature, was evaluating at every hypothesis expansion 2013-05-23 18:49:31 +01:00
Hieu Hoang
02b6977395 add plumbing for evaluating features that need source sentence 2013-05-23 18:12:08 +01:00
Hieu Hoang
ca8007be12 leak 2013-05-23 15:29:25 +01:00
Hieu Hoang
234ebf2ea5 segfault in edge case where target translation has no words 2013-05-23 14:23:31 +01:00
Hieu Hoang
b10ecf2b44 make each node in trie a pointer. No possibility that the node is delete during build of the trie 2013-05-23 12:50:57 +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
5fb63e55da technical memory leak due to not cleaning up StaticData. Doesn't make much difference, but annoying messages from valgrind 2013-05-22 16:19:31 +01:00
Ian Johnson
dd57b88e36 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-22 15:39:48 +01:00
Ian Johnson
c839cf48c5 Udpated PCL 2013-05-22 15:39:36 +01:00
Hieu Hoang
87a759924b Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-22 15:00:52 +01:00
Hieu Hoang
bfe321a068 change reference to sourceLHS to pointer, it can be NULL for phrase based. TODO - sourceLHS isn't being stored in the trie 2013-05-22 15:00:32 +01:00
Hieu Hoang
541bf99b9b Make Phrase::CreateFromString() more efficient 2013-05-22 14:41:28 +01:00
Hieu Hoang
b1edb968a3 Make Phrase::CreateFromString() more efficient 2013-05-22 14:16:44 +01:00
Ian Johnson
d9e3223e7c Re-wrote the README 2013-05-22 13:29:48 +01:00
Hieu Hoang
bce3b36170 Make Phrase::CreateFromString() more efficient 2013-05-22 12:28:32 +01:00
Hieu Hoang
369e3411f9 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-22 12:12:08 +01:00
Ian Johnson
10820e5bfd Added Makefiles 2013-05-22 12:11:41 +01:00
Hieu Hoang
112bcdc925 Make Phrase::CreateFromString() more efficient 2013-05-22 12:03:00 +01:00