Commit Graph

348 Commits

Author SHA1 Message Date
Hieu Hoang
8dcdd4c1b7 put lm caching code in LM 2016-02-18 12:05:38 +00:00
Hieu Hoang
84d4307b0f add CleanUpAfterSentenceProcessing() and InitializeForInput() 2016-02-18 11:00:06 +00:00
Hieu Hoang
92c4ec62d6 LM caching 2016-02-18 10:39:02 +00:00
Hieu Hoang
ec3f493ab5 start LM caching 2016-02-17 22:22:49 +00:00
Hieu Hoang
fcd378a935 remove debugging messages 2016-02-16 16:15:12 +00:00
Hieu Hoang
0d0f75b6e0 gets right score 2016-02-16 16:03:37 +00:00
Hieu Hoang
8786cc0306 SquareMatrix -> Matrix 2016-02-13 15:35:35 +00:00
Hieu Hoang
7ce13d6b2f use break and continue 2016-02-09 18:43:40 +00:00
Hieu Hoang
bc8269f251 use firstGap to loop through input paths 2016-02-09 18:14:31 +00:00
Hieu Hoang
68bf7a3a50 use mempool 2016-02-09 17:12:20 +00:00
Hieu Hoang
d0fc80894a create class file for EstimatedScores 2016-02-09 15:36:53 +00:00
Hieu Hoang
e89b4ca052 subclass SquareMatrix as EstimatedScores 2016-02-09 15:19:19 +00:00
Hieu Hoang
9228de9748 namespace rename 2016-02-09 13:43:10 +00:00
Hieu Hoang
afb374d5cc move CubePruning -> CubePruningMiniStack 2016-02-09 13:23:10 +00:00
Hieu Hoang
c5f96275fc store by bitmap instead of [bitmap, endpos] 2016-02-03 17:33:34 +00:00
Hieu Hoang
63fab1130b add Bitmap-based stacks 2016-02-03 17:28:05 +00:00
Hieu Hoang
8f8434affc trying to replicate moses1 2016-01-29 23:10:57 +00:00
Hieu Hoang
b6b5642d23 create uncompressed target side 2016-01-21 11:22:55 +00:00
Hieu Hoang
22ce897bb6 create uncompressed target side. Segfault 2016-01-20 21:48:09 +00:00
Hieu Hoang
8a276e2a71 Jamfile cleanup 2016-01-18 15:37:04 +00:00
Hieu Hoang
b2bffd1754 move moses2 into root directory 2016-01-18 15:00:49 +00:00
Hieu Hoang
0482500482 variable rename 2016-01-14 12:49:14 +00:00
Hieu Hoang
747349b2ad bitmap in mempool 2016-01-14 11:49:42 +00:00
Hieu Hoang
7fa16da878 input path created in mempool 2016-01-13 21:47:16 +00:00
Hieu Hoang
2db2a4a797 use pointers to InputPath 2016-01-13 17:18:40 +00:00
Hieu Hoang
74285a4db3 support --cube-pruning-lazy-scoring 2016-01-12 15:47:30 +00:00
Hieu Hoang
aea7841756 support --cube-pruning-diversity 2016-01-12 15:12:28 +00:00
Hieu Hoang
00f8c119f1 don't copy from vector to Hypotheses 2016-01-12 14:13:19 +00:00
Hieu Hoang
61349d0b92 sort hypos 2016-01-12 13:34:15 +00:00
Hieu Hoang
85b6462a07 get ready to sort hypos 2016-01-12 12:53:24 +00:00
Hieu Hoang
822a3afe09 get ready to sort hypos 2016-01-12 11:40:28 +00:00
Hieu Hoang
c63e678988 add NSCubePruningCardinalStack 2016-01-12 11:25:16 +00:00
Hieu Hoang
42e303982c add CubePruningCardinalStack 2016-01-11 17:51:14 +00:00
Hieu Hoang
582b6f7f2e comment out debugging message 2016-01-11 16:57:30 +00:00
Hieu Hoang
191ca0c002 separate queue for each stack, not each bitmap 2016-01-11 16:08:32 +00:00
Hieu Hoang
9bfb39d22f completed NSCubePruningPerBitmap 2016-01-11 15:47:53 +00:00
Hieu Hoang
421e7c909c add NSCubePruningPerBitmap 2016-01-11 14:57:32 +00:00
Hieu Hoang
fe6e04c80f comment out debug 2016-01-10 13:21:41 +00:00
Hieu Hoang
c701497c97 leak 2016-01-08 17:47:13 +00:00
Hieu Hoang
4bb3413ec7 queue is per Ministack, not per stack 2016-01-08 17:07:52 +00:00
Hieu Hoang
004dcd52f8 move Container() to Util2.h 2016-01-08 15:03:40 +00:00
Hieu Hoang
a3fa3ff82a Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2 2016-01-08 14:44:00 +00:00
Hieu Hoang
3840c307fd DebugCounts() 2016-01-08 09:43:47 -05:00
Hieu Hoang
1eb3ff9d93 DebugCounts() for cube pruning 2016-01-08 14:43:14 +00:00
Hieu Hoang
51d9b4d102 DebugCounts() 2016-01-08 14:14:48 +00:00
Hieu Hoang
2cab9734be create cube pruning datastructures 1st, including ministacks 2016-01-08 13:42:16 +00:00
Hieu Hoang
361d831939 add Misc to NSCubePruningPerMiniStack 2016-01-08 12:34:35 +00:00
Hieu Hoang
8a1ee99e7a move Hypotheses to Stack.h 2016-01-08 11:50:33 +00:00
Hieu Hoang
9f6f510c45 re-added Stacks 2016-01-08 00:15:44 +00:00
Hieu Hoang
8aa298efa2 re-added Stacks 2016-01-07 19:04:22 +00:00