Commit Graph

2130 Commits

Author SHA1 Message Date
Hieu Hoang
c037962feb .hh -> .h. Will be picked up by beautifier 2017-02-16 19:30:07 +00:00
Hieu Hoang
f5c667ea1d eclipse 2017-02-16 12:35:43 +00:00
Hieu Hoang
a391b84b42 moses and moses2 both use probingpt lib 2017-02-16 11:30:39 +00:00
Hieu Hoang
3b4fc04fa0 eclipse 2017-02-15 23:39:13 +00:00
Hieu Hoang
3b65dc39a7 remove all Moses headers 2017-02-11 00:02:59 +00:00
Hieu Hoang
5f0f8499e4 MorphoTrie -> InMemoryTrie 2017-02-03 10:10:03 +00:00
Hieu Hoang
c44d226b01 remove DALM from Moses2 2017-02-03 10:02:39 +00:00
Hieu Hoang
aec2d51ce5 moses2 compiles 2017-01-31 23:35:01 +00:00
Hieu Hoang
5118e219cd moses compiles 2017-01-31 23:20:40 +00:00
Hieu Hoang
eb95cab116 eclipse 2017-01-31 22:54:23 +00:00
Hieu Hoang
575def9516 get ready to make FeatureRegistry a singleton object 2017-01-31 00:32:11 +00:00
Hieu Hoang
7c62f9c8a4 compile error on Centos 6 2017-01-20 16:00:45 +00:00
Hieu Hoang
4d13377ce8 compile error 2017-01-07 20:36:41 +00:00
Hieu Hoang
e72bc47910 eclipse 2016-12-21 18:04:22 +00:00
Hieu Hoang
1fe261b5d4 eclipse 2016-11-22 10:35:30 +00:00
Hieu Hoang
50bbf7cb26 eclipse 2016-11-22 10:08:12 +00:00
Hieu Hoang
7a150bb060 eclipse 2016-11-20 20:51:06 +00:00
Hieu Hoang
a2fd8d5b2c quering -> querying 2016-10-06 13:57:33 +01:00
Hieu Hoang
3a72b4958a update Moses::ProbingPT with Moses2::ProbingPT. Does not compile 2016-10-03 19:02:06 +01:00
Hieu Hoang
4a4bea5b86 allow moses2 to load memory pt that don't contain alignments. 2016-10-03 16:54:49 +01:00
Hieu Hoang
933e4d29ea create deviants 2016-08-23 18:30:28 +01:00
Michael Denkowski
3aedc0bf68 Standalone phrase distance feature
(Uses input coordinates populated by XML input and target phrase coordinates
 populated by phrase dictionary implementation)
2016-08-12 12:05:12 +02:00
Michael Denkowski
d29916bbb3 Roll back to just tracking coordinates in mmsapt
(distance wants to be a separate FF)
2016-08-12 12:05:12 +02:00
Michael Denkowski
5c2b8d843c Distance feature for mmsapt
- Make ttask visible to scorers
- Only track sentence ids if using distance feature
2016-08-12 12:05:12 +02:00
Hieu Hoang
8f7a184075 eclipse 2016-08-10 23:00:24 +02:00
Hieu Hoang
09c4924154 move moses2 to contrib 2016-08-10 22:40:05 +02:00
Hieu Hoang
a4df68a9fa consistent method names 2016-08-06 08:18:32 +01:00
Hieu Hoang
928061d7f1 comment out debugging message 2016-08-06 07:50:47 +01:00
Hieu Hoang
03defc35f6 support distinct nbest 2016-08-05 17:04:01 +01:00
Hieu Hoang
3fe75d3fed support distinct nbest 2016-08-05 16:38:45 +01:00
Hieu Hoang
bd4cb68d0e fixed segfault. Use calculated hypo, rather than hypo key. Usually they are same as hypo, except when scores are equal 2016-08-05 15:41:58 +01:00
Hieu Hoang
25fbb8395d leak 2016-08-05 13:29:25 +01:00
Hieu Hoang
0352c30ed4 leak 2016-08-05 13:25:46 +01:00
Hieu Hoang
512dd465cb get rid of iterator over hypo collection. Create too many errors 2016-08-05 11:35:42 +01:00
Hieu Hoang
05aa676cd6 start to get rid of iterator over hypo collection. Create too many errors 2016-08-05 11:15:03 +01:00
Hieu Hoang
051ce0b44e segfault creating nbest. Was using all hypos in coll instead of sorted and pruned hypos only 2016-08-05 11:02:52 +01:00
Hieu Hoang
16044c176b use same method to add hypos to coll 2016-08-04 22:41:29 +01:00
Hieu Hoang
18442fdacf add debugging messages 2016-08-04 22:13:38 +01:00
Hieu Hoang
99227e63b2 comment out debugging messages 2016-08-04 20:09:10 +01:00
Hieu Hoang
8477905494 comment out debugging messages 2016-08-04 19:34:53 +01:00
Hieu Hoang
a18b8607aa mem leak 2016-08-04 18:57:07 +01:00
Hieu Hoang
259cb96538 stem leak by using mempool 2016-08-04 18:49:19 +01:00
Hieu Hoang
dfabbda5aa use tmpPool to create source phrases 2016-08-04 16:10:38 +01:00
Hieu Hoang
69270a999e trime <s> and </s> from nbest 2016-08-04 15:42:13 +01:00
Hieu Hoang
c47c1a0fb9 correct nbest. yay 2016-08-04 15:32:35 +01:00
Hieu Hoang
5a3e707879 move TrellisPaths 2016-08-04 12:47:45 +01:00
Hieu Hoang
b00369007f calc scores 2016-08-03 23:39:20 +01:00
Hieu Hoang
32b9efd775 Revert "use Cast() throughout"
This reverts commit 8b1e9f45ad.
2016-08-03 21:34:47 +01:00
Hieu Hoang
2abc631251 create deviant paths 2016-08-03 19:29:31 +01:00
Hieu Hoang
995c8f265a use reference instead of pointers 2016-08-03 19:08:55 +01:00