From: <hie...@us...> - 2008-05-14 19:25:50
|
Revision: 1676 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1676&view=rev Author: hieuhoang1972 Date: 2008-05-14 12:24:24 -0700 (Wed, 14 May 2008) Log Message: ----------- correct stack Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-14 20:54:09
|
Revision: 1683 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1683&view=rev Author: chrisfedermann Date: 2008-05-14 13:53:04 -0700 (Wed, 14 May 2008) Log Message: ----------- fixed 'we create a new BitmapContainer for each hypothesis' bug... Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-15 13:52:59
|
Revision: 1697 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1697&view=rev Author: chrisfedermann Date: 2008-05-15 06:52:40 -0700 (Thu, 15 May 2008) Log Message: ----------- Added RemoveHypthesis to the bitmap container class. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-15 14:11:33
|
Revision: 1699 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1699&view=rev Author: hieuhoang1972 Date: 2008-05-15 07:11:09 -0700 (Thu, 15 May 2008) Log Message: ----------- removing hypos from bm accessor Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-15 16:32:41
|
Revision: 1708 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1708&view=rev Author: chrisfedermann Date: 2008-05-15 09:32:04 -0700 (Thu, 15 May 2008) Log Message: ----------- This might have been the last bug for Cube Pruning ;) Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-15 19:06:25
|
Revision: 1712 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1712&view=rev Author: chrisfedermann Date: 2008-05-15 12:05:59 -0700 (Thu, 15 May 2008) Log Message: ----------- Working cube pruning version without the nasty TranslationOptionList bug. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-15 20:35:36
|
Revision: 1716 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1716&view=rev Author: chrisfedermann Date: 2008-05-15 13:35:23 -0700 (Thu, 15 May 2008) Log Message: ----------- Sanitized TranslationOptionCollection class... Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-15 23:21:27
|
Revision: 1722 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1722&view=rev Author: chrisfedermann Date: 2008-05-15 16:21:20 -0700 (Thu, 15 May 2008) Log Message: ----------- Changed edge-centric priority queues to a global, bitmap container stored queue. Replaced seenPosition implementation by a hash based one. Updated BitmapContainer class. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-16 10:03:38
|
Revision: 1724 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1724&view=rev Author: chrisfedermann Date: 2008-05-16 03:03:34 -0700 (Fri, 16 May 2008) Log Message: ----------- Fixed various range loops and verified that they are working correctly. I suspect the problem with the 'strange translations' for the cube pruning is somewhat related to the CheckDistortion code in Manager.cpp. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-16 11:15:39
|
Revision: 1729 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1729&view=rev Author: chrisfedermann Date: 2008-05-16 04:15:36 -0700 (Fri, 16 May 2008) Log Message: ----------- Changed for loop to while loop within GetKBestHypos. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-16 12:35:25
|
Revision: 1732 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1732&view=rev Author: hieuhoang1972 Date: 2008-05-16 05:35:24 -0700 (Fri, 16 May 2008) Log Message: ----------- cube pruning k best param Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/Parameter.cpp branches/mtm2_cube_pruning/moses/src/StaticData.cpp branches/mtm2_cube_pruning/moses/src/StaticData.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-16 13:49:02
|
Revision: 1737 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1737&view=rev Author: chrisfedermann Date: 2008-05-16 06:48:30 -0700 (Fri, 16 May 2008) Log Message: ----------- Changed OrderedHypothesisSet to be stored in a list rather than a self sorting set. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/Manager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-16 13:57:40
|
Revision: 1738 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1738&view=rev Author: chrisfedermann Date: 2008-05-16 06:57:34 -0700 (Fri, 16 May 2008) Log Message: ----------- Added SortHypothesis() method. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cha...@us...> - 2008-05-16 14:02:49
|
Revision: 1739 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1739&view=rev Author: chardmeier Date: 2008-05-16 07:02:18 -0700 (Fri, 16 May 2008) Log Message: ----------- Reverted earlier change in WordsRange definition for initial hypothesis and added special-case distortion cost computation in BackwardsEdge::BackwardsEdge. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/Hypothesis.cpp branches/mtm2_cube_pruning/moses/src/WordsRange.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-16 15:37:42
|
Revision: 1744 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1744&view=rev Author: chrisfedermann Date: 2008-05-16 08:37:33 -0700 (Fri, 16 May 2008) Log Message: ----------- Fixing bugs, what else ;) Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xan...@us...> - 2008-05-16 16:53:10
|
Revision: 1751 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1751&view=rev Author: xandfraser Date: 2008-05-16 09:52:57 -0700 (Fri, 16 May 2008) Log Message: ----------- Logging of insertion of hypotheses into stack Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/Hypothesis.cpp branches/mtm2_cube_pruning/moses/src/Hypothesis.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-16 18:34:31
|
Revision: 1755 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1755&view=rev Author: hieuhoang1972 Date: 2008-05-16 11:34:27 -0700 (Fri, 16 May 2008) Log Message: ----------- fixed leak Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/Manager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-16 20:41:09
|
Revision: 1769 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1769&view=rev Author: chrisfedermann Date: 2008-05-16 13:41:03 -0700 (Fri, 16 May 2008) Log Message: ----------- Fixed last memory leak :) Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStack.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStack.h branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/WordsBitmap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-16 21:58:16
|
Revision: 1775 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1775&view=rev Author: chrisfedermann Date: 2008-05-16 14:58:08 -0700 (Fri, 16 May 2008) Log Message: ----------- Changed order of the hypothesis queue items... Check that :) Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-16 22:09:56
|
Revision: 1777 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1777&view=rev Author: hieuhoang1972 Date: 2008-05-16 15:09:48 -0700 (Fri, 16 May 2008) Log Message: ----------- sort hypos with fwd distortion cost Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/Manager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-05-16 23:08:14
|
Revision: 1779 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1779&view=rev Author: hieuhoang1972 Date: 2008-05-16 16:08:05 -0700 (Fri, 16 May 2008) Log Message: ----------- get rid of size variables Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-05-17 10:07:18
|
Revision: 1780 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1780&view=rev Author: chrisfedermann Date: 2008-05-17 03:07:14 -0700 (Sat, 17 May 2008) Log Message: ----------- Changed default kbest for cube pruning and cleaned up a bit. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/Parameter.cpp branches/mtm2_cube_pruning/moses/src/StaticData.cpp branches/mtm2_cube_pruning/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <xan...@us...> - 2008-06-03 09:28:15
|
Revision: 1812 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1812&view=rev Author: xandfraser Date: 2008-06-03 02:28:07 -0700 (Tue, 03 Jun 2008) Log Message: ----------- Fixed square bookkeeping so that seen positions work. Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 12:50:24
|
Revision: 1826 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1826&view=rev Author: hieuhoang1972 Date: 2008-06-08 05:50:22 -0700 (Sun, 08 Jun 2008) Log Message: ----------- svn props Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Search.h branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.h Property Changed: ---------------- branches/mtm2_cube_pruning/moses/src/Search.h branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-06-08 15:49:37
|
Revision: 1829 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1829&view=rev Author: hieuhoang1972 Date: 2008-06-08 08:49:34 -0700 (Sun, 08 Jun 2008) Log Message: ----------- add normal search algo back in Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/Manager.cpp branches/mtm2_cube_pruning/moses/src/Search.cpp branches/mtm2_cube_pruning/moses/src/Search.h branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.h branches/mtm2_cube_pruning/moses/src/SearchNormal.cpp branches/mtm2_cube_pruning/moses/src/SearchNormal.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |