Commit Graph

719 Commits

Author SHA1 Message Date
Hieu Hoang
0009702e57 Revert "start LM caching"
This reverts commit ec3f493ab5.
2016-02-18 10:46:23 -05:00
Hieu Hoang
f7ca695a0b Revert "LM caching"
This reverts commit 92c4ec62d6.
2016-02-18 10:46:22 -05:00
Hieu Hoang
0961902a8a Revert "add CleanUpAfterSentenceProcessing() and InitializeForInput()"
This reverts commit 84d4307b0f.
2016-02-18 10:46:20 -05:00
Hieu Hoang
4c6af3bb29 Revert "put lm caching code in LM"
This reverts commit 8dcdd4c1b7.
2016-02-18 10:46:19 -05:00
Hieu Hoang
fb80a2fc22 Revert "start using State pointer"
This reverts commit c28010e9f9.
2016-02-18 10:46:18 -05:00
Hieu Hoang
69dbbf5430 Revert "start using State pointer"
This reverts commit 37a3c125e0.
2016-02-18 10:46:13 -05:00
Hieu Hoang
2cb5271541 Revert "using State pointer. State is a partial singleton"
This reverts commit d65687e76f.
2016-02-18 10:46:12 -05:00
Hieu Hoang
d5673f6804 Revert "minor renaming"
This reverts commit ec48a33b7c.
2016-02-18 10:46:11 -05:00
Hieu Hoang
cd5126cb5d Revert "use pointer in key"
This reverts commit afd5352712.
2016-02-18 10:46:10 -05:00
Hieu Hoang
3767d161c1 Revert "cleanup"
This reverts commit 587c1a9f54.
2016-02-18 10:46:08 -05:00
Hieu Hoang
50abed8499 Revert "delete cache"
This reverts commit bd5d308bf2.
2016-02-18 10:46:01 -05:00
Hieu Hoang
bd5d308bf2 delete cache 2016-02-18 14:19:39 +00:00
Hieu Hoang
587c1a9f54 cleanup 2016-02-18 13:50:02 +00:00
Hieu Hoang
afd5352712 use pointer in key 2016-02-18 13:40:43 +00:00
Hieu Hoang
ec48a33b7c minor renaming 2016-02-18 13:37:59 +00:00
Hieu Hoang
d65687e76f using State pointer. State is a partial singleton 2016-02-18 13:35:43 +00:00
Hieu Hoang
37a3c125e0 start using State pointer 2016-02-18 13:17:09 +00:00
Hieu Hoang
c28010e9f9 start using State pointer 2016-02-18 12:51:42 +00:00
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
2f51f4c870 start LM caching 2016-02-17 13:45:05 +00:00
Hieu Hoang
49e521a69c revert use state from EvaluateInIsolation() 2016-02-16 11:46:20 -05:00
Hieu Hoang
fcd378a935 remove debugging messages 2016-02-16 16:15:12 +00:00
Hieu Hoang
2bdbbe2a82 leak 2016-02-16 16:13:27 +00:00
Hieu Hoang
0d0f75b6e0 gets right score 2016-02-16 16:03:37 +00:00
Hieu Hoang
b590387ed9 don't throw state away when EvaluateInIsolation() 2016-02-15 14:08:20 +00:00
Hieu Hoang
39214d6ab5 don't throw state away when EvaluateInIsolation() 2016-02-15 12:37:53 +00:00
Hieu Hoang
8786cc0306 SquareMatrix -> Matrix 2016-02-13 15:35:35 +00:00
Hieu Hoang
8c85aff818 start storing of state info in EvaluateInIsolation() 2016-02-12 19:39:13 +00:00
Hieu Hoang
f4f1103a14 include file no longer needed 2016-02-12 17:16:03 +00:00
Hieu Hoang
1ae0e3eb33 don't use boost serialization 2016-02-12 17:09:49 +00:00
Hieu Hoang
48846578e3 don't use boost serialization 2016-02-12 16:52:02 +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
9637308f2a Square -> Rectangle matrix 2016-02-09 16:55:11 +00:00
Hieu Hoang
f28ccc31bb Square -> Rectangle matrix 2016-02-09 16:34:56 +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
d39dcf39ad cache bug 2016-02-05 20:10:34 +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
30eb2950ca print probint pt version 2016-01-28 20:33:16 +00:00
Hieu Hoang
e4701070c4 --cpu-affinity-increment 2016-01-25 14:33:02 +00:00
Hieu Hoang
23dbfb0f27 trim Entry struct 2016-01-21 17:55:47 +00:00