From: <hie...@us...> - 2007-01-31 23:12:57
|
Revision: 1155 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1155&view=rev Author: hieuhoang1972 Date: 2007-01-31 15:12:56 -0800 (Wed, 31 Jan 2007) Log Message: ----------- option of not using object pool for hypos. useful for mem leak detection Modified Paths: -------------- branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/HypothesisCollection.cpp branches/hieu-async/moses/src/HypothesisCollection.h branches/hieu-async/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...> - 2007-02-01 18:40:22
|
Revision: 1158 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1158&view=rev Author: hieuhoang1972 Date: 2007-02-01 10:39:56 -0800 (Thu, 01 Feb 2007) Log Message: ----------- put in assert. getting ready to get rid of m_uniquePath Modified Paths: -------------- branches/hieu-async/moses/src/LatticePathCollection.h branches/hieu-async/moses/src/LatticePathList.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-02 13:30:40
|
Revision: 1161 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1161&view=rev Author: hieuhoang1972 Date: 2007-02-02 05:30:38 -0800 (Fri, 02 Feb 2007) Log Message: ----------- rename PhraseCollection to PrefixPhraseCollection Modified Paths: -------------- branches/hieu-async/moses/src/Makefile.am branches/hieu-async/moses/src/Makefile.in branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.h branches/hieu-async/moses/src/StaticData.cpp Added Paths: ----------- branches/hieu-async/moses/src/PrefixPhraseCollection.cpp branches/hieu-async/moses/src/PrefixPhraseCollection.h Removed Paths: ------------- branches/hieu-async/moses/src/PhraseCollection.cpp branches/hieu-async/moses/src/PhraseCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-02 18:14:20
|
Revision: 1164 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1164&view=rev Author: hieuhoang1972 Date: 2007-02-02 10:14:15 -0800 (Fri, 02 Feb 2007) Log Message: ----------- roll back - don't turn factor* to factor id. need 4 bytes for each factor. doesn't save mem on 32 bit machines Modified Paths: -------------- branches/hieu-async/moses/src/FactorCollection.cpp branches/hieu-async/moses/src/FactorCollection.h branches/hieu-async/moses/src/GenerationDictionary.cpp branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/LanguageModelIRST.h branches/hieu-async/moses/src/LanguageModelInternal.cpp branches/hieu-async/moses/src/LanguageModelInternal.h branches/hieu-async/moses/src/LanguageModelJoint.h branches/hieu-async/moses/src/LanguageModelSRI.h branches/hieu-async/moses/src/LanguageModelSingleFactor.h branches/hieu-async/moses/src/LanguageModelSkip.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/NGramCollection.cpp branches/hieu-async/moses/src/NGramCollection.h branches/hieu-async/moses/src/NGramNode.cpp branches/hieu-async/moses/src/NGramNode.h branches/hieu-async/moses/src/Phrase.cpp branches/hieu-async/moses/src/Phrase.h branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/TranslationOptionCollection.cpp branches/hieu-async/moses/src/TypeDef.h branches/hieu-async/moses/src/Word.cpp branches/hieu-async/moses/src/Word.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-03 00:00:49
|
Revision: 1166 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1166&view=rev Author: hieuhoang1972 Date: 2007-02-02 16:00:47 -0800 (Fri, 02 Feb 2007) Log Message: ----------- bug which make factor id non contiguous Modified Paths: -------------- branches/hieu-async/moses/src/Factor.cpp branches/hieu-async/moses/src/Factor.h branches/hieu-async/moses/src/FactorCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-05 13:39:49
|
Revision: 1172 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1172&view=rev Author: hieuhoang1972 Date: 2007-02-05 05:39:10 -0800 (Mon, 05 Feb 2007) Log Message: ----------- ensure factor Id are completely contiguous. save mem in language model Modified Paths: -------------- branches/hieu-async/moses/src/Factor.cpp branches/hieu-async/moses/src/Factor.h branches/hieu-async/moses/src/FactorCollection.cpp branches/hieu-async/moses/src/FactorCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-05 17:09:36
|
Revision: 1173 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1173&view=rev Author: hieuhoang1972 Date: 2007-02-05 09:09:19 -0800 (Mon, 05 Feb 2007) Log Message: ----------- debugging output for PhraseDictionaryMemory Modified Paths: -------------- branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/PhraseDictionaryNode.cpp branches/hieu-async/moses/src/PhraseDictionaryNode.h branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/TargetPhrase.cpp branches/hieu-async/moses/src/TargetPhraseCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-05 18:03:58
|
Revision: 1174 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1174&view=rev Author: hieuhoang1972 Date: 2007-02-05 10:01:52 -0800 (Mon, 05 Feb 2007) Log Message: ----------- fixed bug in reading/storing alignment info Modified Paths: -------------- branches/hieu-async/moses/src/Phrase.cpp branches/hieu-async/moses/src/Phrase.h branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/PhraseList.cpp branches/hieu-async/moses/src/Sentence.cpp branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/TargetPhrase.cpp branches/hieu-async/moses/src/TargetPhrase.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-05 18:06:04
|
Revision: 1175 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1175&view=rev Author: hieuhoang1972 Date: 2007-02-05 10:05:54 -0800 (Mon, 05 Feb 2007) Log Message: ----------- minor name chanfge Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPair.h branches/hieu-async/moses/src/TargetPhrase.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-06 15:23:08
|
Revision: 1179 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1179&view=rev Author: hieuhoang1972 Date: 2007-02-06 07:23:02 -0800 (Tue, 06 Feb 2007) Log Message: ----------- fixed bug in recombination Modified Paths: -------------- branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/HypothesisCollection.cpp branches/hieu-async/moses/src/HypothesisCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-07 22:43:57
|
Revision: 1184 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1184&view=rev Author: hieuhoang1972 Date: 2007-02-07 14:27:30 -0800 (Wed, 07 Feb 2007) Log Message: ----------- clean up Alignment info classes Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPair.h branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Makefile.am branches/hieu-async/moses/src/Makefile.in branches/hieu-async/moses/src/TargetPhrase.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-13 00:04:50
|
Revision: 1207 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1207&view=rev Author: hieuhoang1972 Date: 2007-02-12 16:04:45 -0800 (Mon, 12 Feb 2007) Log Message: ----------- initialise cache path Modified Paths: -------------- branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-13 19:16:53
|
Revision: 1208 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1208&view=rev Author: hieuhoang1972 Date: 2007-02-13 11:15:09 -0800 (Tue, 13 Feb 2007) Log Message: ----------- minor change to reflect changes in trunk Modified Paths: -------------- branches/hieu-async/moses/src/Parameter.cpp branches/hieu-async/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-14 19:49:22
|
Revision: 1211 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1211&view=rev Author: hieuhoang1972 Date: 2007-02-14 11:49:16 -0800 (Wed, 14 Feb 2007) Log Message: ----------- store source alignment as well as target for each hypo Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPair.h branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/HypothesisStack.cpp branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/TranslationOption.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-15 21:12:21
|
Revision: 1216 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1216&view=rev Author: hieuhoang1972 Date: 2007-02-15 13:12:20 -0800 (Thu, 15 Feb 2007) Log Message: ----------- minor code cleanup Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-01 14:04:50
|
Revision: 1255 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1255&view=rev Author: hieuhoang1972 Date: 2007-03-01 06:04:24 -0800 (Thu, 01 Mar 2007) Log Message: ----------- exclude phrase tables entries where a word has no alignment info Modified Paths: -------------- branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-03 01:11:55
|
Revision: 1261 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1261&view=rev Author: hieuhoang1972 Date: 2007-03-02 17:11:52 -0800 (Fri, 02 Mar 2007) Log Message: ----------- added debugging info Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentElement.cpp branches/hieu-async/moses/src/AlignmentElement.h branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-03 03:05:21
|
Revision: 1264 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1264&view=rev Author: hieuhoang1972 Date: 2007-03-02 19:05:19 -0800 (Fri, 02 Mar 2007) Log Message: ----------- better format for stack size output Modified Paths: -------------- branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/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...> - 2007-03-04 15:53:21
|
Revision: 1268 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1268&view=rev Author: hieuhoang1972 Date: 2007-03-04 07:53:19 -0800 (Sun, 04 Mar 2007) Log Message: ----------- another bug in comparing alignment Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-04 21:16:11
|
Revision: 1269 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1269&view=rev Author: hieuhoang1972 Date: 2007-03-04 13:14:58 -0800 (Sun, 04 Mar 2007) Log Message: ----------- better handling of alignments Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentElement.cpp branches/hieu-async/moses/src/AlignmentElement.h branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPair.h branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Hypothesis.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-04 21:51:49
|
Revision: 1270 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1270&view=rev Author: hieuhoang1972 Date: 2007-03-04 13:51:46 -0800 (Sun, 04 Mar 2007) Log Message: ----------- check if alignments are compatible on source as well as target side Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentPair.cpp branches/hieu-async/moses/src/AlignmentPair.h branches/hieu-async/moses/src/AlignmentPhrase.cpp branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-04 22:13:37
|
Revision: 1271 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1271&view=rev Author: hieuhoang1972 Date: 2007-03-04 14:13:33 -0800 (Sun, 04 Mar 2007) Log Message: ----------- create uniform alignment when element has no alingment info Modified Paths: -------------- branches/hieu-async/moses/src/AlignmentElement.cpp branches/hieu-async/moses/src/AlignmentElement.h branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/TargetPhrase.cpp branches/hieu-async/moses/src/TargetPhrase.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-06 07:25:24
|
Revision: 1274 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1274&view=rev Author: hieuhoang1972 Date: 2007-03-05 23:25:19 -0800 (Mon, 05 Mar 2007) Log Message: ----------- misc conversion warnings Modified Paths: -------------- branches/hieu-async/moses/src/ConfusionNet.cpp branches/hieu-async/moses/src/LexicalReordering.cpp branches/hieu-async/moses/src/LexicalReordering.h branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/mempool.cpp branches/hieu-async/moses/src/mempool.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-06 22:34:19
|
Revision: 1277 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1277&view=rev Author: hieuhoang1972 Date: 2007-03-06 14:34:16 -0800 (Tue, 06 Mar 2007) Log Message: ----------- add ref counting of hypo to minimise mem usage Modified Paths: -------------- branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/HypothesisCollection.h branches/hieu-async/moses/src/HypothesisStack.cpp branches/hieu-async/moses/src/HypothesisStack.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/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...> - 2007-03-07 15:25:58
|
Revision: 1280 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1280&view=rev Author: hieuhoang1972 Date: 2007-03-07 07:25:51 -0800 (Wed, 07 Mar 2007) Log Message: ----------- make naming of hypo stacks classes consistent Modified Paths: -------------- branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Manager.h Added Paths: ----------- branches/hieu-async/moses/src/HypothesisStackCollection.cpp branches/hieu-async/moses/src/HypothesisStackCollection.h Removed Paths: ------------- branches/hieu-async/moses/src/HypothesisStack.cpp branches/hieu-async/moses/src/HypothesisStack.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |