From: <hie...@us...> - 2006-12-06 20:47:32
|
Revision: 1050 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1050&view=rev Author: hieuhoang1972 Date: 2006-12-06 12:47:26 -0800 (Wed, 06 Dec 2006) Log Message: ----------- rename file for FactorMask properly Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/Dictionary.cpp branches/hieu-async/moses/src/Dictionary.h branches/hieu-async/moses/src/LanguageModelJoint.h branches/hieu-async/moses/src/LanguageModelMultiFactor.h branches/hieu-async/moses/src/PartialTranslOptColl.h Removed Paths: ------------- branches/hieu-async/moses/src/FactorTypeSet.cpp branches/hieu-async/moses/src/FactorTypeSet.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2006-12-06 22:23:54
|
Revision: 1051 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1051&view=rev Author: hieuhoang1972 Date: 2006-12-06 14:23:52 -0800 (Wed, 06 Dec 2006) Log Message: ----------- wrap decoding future cost for all steps into 1 class. compileable Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/Manager.h branches/hieu-async/moses/src/TranslationOptionCollection.cpp branches/hieu-async/moses/src/TranslationOptionCollection.h branches/hieu-async/moses/src/WordsBitmap.cpp branches/hieu-async/moses/src/WordsBitmap.h Added Paths: ----------- branches/hieu-async/moses/src/FutureScore.cpp branches/hieu-async/moses/src/FutureScore.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2006-12-06 23:50:00
|
Revision: 1052 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1052&view=rev Author: hieuhoang1972 Date: 2006-12-06 15:32:39 -0800 (Wed, 06 Dec 2006) Log Message: ----------- wrap hypo stack Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj 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...> - 2006-12-12 10:40:16
|
Revision: 1056 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1056&view=rev Author: hieuhoang1972 Date: 2006-12-12 02:40:13 -0800 (Tue, 12 Dec 2006) Log Message: ----------- mass w/e checkin. changes include: 1. change name of FutureScore class to SpanScore 2. pass decode Step by id rather than pointer or reference. 3. make list of decode step into vector. give each decode step contiguous id 4. create vector of pointers to prev hypo for each decode step in hypo class 5. & for current source range 6. add m_decodeStepId to hypo class, id of decode step applied to this hypo 7. cleaned up hypo comparison for recombination. 8. create the full target phrase translated so far in every hypo, instead of using recursion 9. undo check for spurious hypo differences in latent factors when adding to stack - inelegant impl 10. made language models work with async 11. templatised SquareMatrix 12. default use-distortion-future-costs to true 13. more comments compileable and runnable Modified Paths: -------------- branches/hieu-async/moses/moses.sln branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/DecodeStep.cpp branches/hieu-async/moses/src/DecodeStep.h branches/hieu-async/moses/src/DecodeStepTranslation.cpp branches/hieu-async/moses/src/DummyScoreProducers.cpp branches/hieu-async/moses/src/DummyScoreProducers.h 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 branches/hieu-async/moses/src/HypothesisStack.h branches/hieu-async/moses/src/InputType.cpp branches/hieu-async/moses/src/InputType.h branches/hieu-async/moses/src/LMList.h branches/hieu-async/moses/src/LanguageModel.h branches/hieu-async/moses/src/LanguageModelFactory.cpp branches/hieu-async/moses/src/LanguageModelFactory.h branches/hieu-async/moses/src/LanguageModelInternal.cpp branches/hieu-async/moses/src/LanguageModelInternal.h branches/hieu-async/moses/src/LanguageModelMultiFactor.cpp branches/hieu-async/moses/src/LanguageModelMultiFactor.h branches/hieu-async/moses/src/LanguageModelSingleFactor.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Manager.h branches/hieu-async/moses/src/NGramNode.cpp branches/hieu-async/moses/src/Parameter.cpp branches/hieu-async/moses/src/Phrase.cpp branches/hieu-async/moses/src/Phrase.h branches/hieu-async/moses/src/PhraseReference.cpp branches/hieu-async/moses/src/PhraseReference.h branches/hieu-async/moses/src/SentenceStats.cpp branches/hieu-async/moses/src/SentenceStats.h branches/hieu-async/moses/src/SquareMatrix.cpp branches/hieu-async/moses/src/SquareMatrix.h branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h branches/hieu-async/moses/src/Timer.h branches/hieu-async/moses/src/TranslationOption.cpp branches/hieu-async/moses/src/TranslationOption.h branches/hieu-async/moses/src/TranslationOptionCollection.cpp branches/hieu-async/moses/src/TranslationOptionCollection.h branches/hieu-async/moses/src/TranslationOptionCollectionConfusionNet.cpp branches/hieu-async/moses/src/TranslationOptionCollectionConfusionNet.h branches/hieu-async/moses/src/TranslationOptionCollectionText.cpp branches/hieu-async/moses/src/TranslationOptionCollectionText.h branches/hieu-async/moses/src/WordsBitmap.cpp branches/hieu-async/moses/src/WordsBitmap.h branches/hieu-async/moses/src/WordsRange.cpp branches/hieu-async/moses/src/WordsRange.h branches/hieu-async/moses/src/gzfilebuf.h branches/hieu-async/moses/src/hash.h branches/hieu-async/moses/src/md5.h branches/hieu-async/moses/src/mempool.cpp branches/hieu-async/moses/src/mempool.h branches/hieu-async/moses-cmd/src/IOStream.cpp branches/hieu-async/moses-cmd/src/Main.cpp Removed Paths: ------------- branches/hieu-async/moses/src/FutureScore.cpp branches/hieu-async/moses/src/FutureScore.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2006-12-14 20:57:25
|
Revision: 1070 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1070&view=rev Author: hieuhoang1972 Date: 2006-12-14 12:57:23 -0800 (Thu, 14 Dec 2006) Log Message: ----------- get rid of report all factors param Modified Paths: -------------- branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Parameter.cpp branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h branches/hieu-async/moses-cmd/src/IOStream.cpp branches/hieu-async/moses-cmd/src/IOStream.h branches/hieu-async/moses-cmd/src/Main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2006-12-15 17:13:02
|
Revision: 1074 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1074&view=rev Author: hieuhoang1972 Date: 2006-12-15 09:12:58 -0800 (Fri, 15 Dec 2006) Log Message: ----------- fixed n-best list creation Modified Paths: -------------- branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/HypothesisCollection.cpp branches/hieu-async/moses/src/LatticePath.cpp branches/hieu-async/moses/src/LatticePath.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses-cmd/src/IOStream.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2006-12-17 00:50:43
|
Revision: 1080 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1080&view=rev Author: hieuhoang1972 Date: 2006-12-16 16:50:42 -0800 (Sat, 16 Dec 2006) Log Message: ----------- added phrase alignment info to phrase dictionary loading Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj 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/Sentence.cpp Added Paths: ----------- branches/hieu-async/moses/src/PhraseAlignment.cpp branches/hieu-async/moses/src/PhraseAlignment.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2006-12-18 00:11:51
|
Revision: 1085 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1085&view=rev Author: hieuhoang1972 Date: 2006-12-17 16:11:50 -0800 (Sun, 17 Dec 2006) Log Message: ----------- use alignment info when create next hypo Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj 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/Manager.cpp branches/hieu-async/moses/src/PhraseAlignment.cpp branches/hieu-async/moses/src/PhraseAlignment.h branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/TargetPhrase.cpp branches/hieu-async/moses/src/TargetPhrase.h branches/hieu-async/moses/src/TranslationOption.h branches/hieu-async/moses/src/TranslationOptionCollection.cpp Added Paths: ----------- branches/hieu-async/moses/src/PhraseAlignVec.cpp branches/hieu-async/moses/src/PhraseAlignVec.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2006-12-18 14:43:03
|
Revision: 1088 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1088&view=rev Author: hieuhoang1972 Date: 2006-12-18 06:43:01 -0800 (Mon, 18 Dec 2006) Log Message: ----------- bug fix alignment. rename alignment class for consistency Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/Manager.cpp 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/TargetPhrase.cpp branches/hieu-async/moses/src/TargetPhrase.h branches/hieu-async/moses/src/TranslationOption.cpp branches/hieu-async/moses/src/TranslationOption.h Added 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2006-12-18 22:19:02
|
Revision: 1091 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1091&view=rev Author: hieuhoang1972 Date: 2006-12-18 14:18:04 -0800 (Mon, 18 Dec 2006) Log Message: ----------- reimplement cached filtering Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/Parameter.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.h 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-01-18 23:32:04
|
Revision: 1129 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1129&view=rev Author: hieuhoang1972 Date: 2007-01-18 15:32:01 -0800 (Thu, 18 Jan 2007) Log Message: ----------- prune arc list Modified Paths: -------------- branches/hieu-async/moses/moses.sln 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/Manager.cpp branches/hieu-async/moses/src/StaticData.h branches/hieu-async/moses-cmd/src/Main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-01-24 17:24:26
|
Revision: 1144 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1144&view=rev Author: hieuhoang1972 Date: 2007-01-24 09:24:22 -0800 (Wed, 24 Jan 2007) Log Message: ----------- fixed bug in phrase filtering. Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/ConfusionNet.cpp branches/hieu-async/moses/src/GenerationDictionary.cpp branches/hieu-async/moses/src/LanguageModelJoint.h branches/hieu-async/moses/src/LanguageModelSkip.h branches/hieu-async/moses/src/PhraseCollection.cpp branches/hieu-async/moses/src/PhraseCollection.h branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.h branches/hieu-async/moses/src/StaticData.cpp 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-02 13:08:37
|
Revision: 1159 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1159&view=rev Author: hieuhoang1972 Date: 2007-02-02 05:07:51 -0800 (Fri, 02 Feb 2007) Log Message: ----------- make FactorCollection global. getting ready to use factor id instead of factor* Modified Paths: -------------- branches/hieu-async/moses/src/ConfusionNet.cpp branches/hieu-async/moses/src/ConfusionNet.h branches/hieu-async/moses/src/DecodeStep.h branches/hieu-async/moses/src/DecodeStepGeneration.cpp branches/hieu-async/moses/src/DecodeStepGeneration.h branches/hieu-async/moses/src/DecodeStepTranslation.cpp branches/hieu-async/moses/src/DecodeStepTranslation.h branches/hieu-async/moses/src/Factor.h 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/GenerationDictionary.h branches/hieu-async/moses/src/HypothesisCollection.cpp branches/hieu-async/moses/src/InputType.h branches/hieu-async/moses/src/LanguageModel.cpp branches/hieu-async/moses/src/LanguageModel.h branches/hieu-async/moses/src/LanguageModelFactory.cpp branches/hieu-async/moses/src/LanguageModelFactory.h branches/hieu-async/moses/src/LanguageModelIRST.cpp 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/LanguageModelMultiFactor.h branches/hieu-async/moses/src/LanguageModelSRI.h branches/hieu-async/moses/src/LanguageModelSingleFactor.cpp branches/hieu-async/moses/src/LanguageModelSingleFactor.h branches/hieu-async/moses/src/LanguageModelSkip.h branches/hieu-async/moses/src/LexicalReordering.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/PDTAimp.h branches/hieu-async/moses/src/Phrase.cpp branches/hieu-async/moses/src/Phrase.h branches/hieu-async/moses/src/PhraseCollection.h branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.h branches/hieu-async/moses/src/PhraseDictionaryTreeAdaptor.cpp branches/hieu-async/moses/src/PhraseDictionaryTreeAdaptor.h branches/hieu-async/moses/src/PhraseList.cpp branches/hieu-async/moses/src/PhraseList.h branches/hieu-async/moses/src/Sentence.cpp branches/hieu-async/moses/src/Sentence.h branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h branches/hieu-async/moses/src/TranslationOptionCollection.cpp branches/hieu-async/moses/src/TranslationOptionCollection.h branches/hieu-async/moses/src/TranslationOptionCollectionConfusionNet.cpp branches/hieu-async/moses/src/TranslationOptionCollectionConfusionNet.h branches/hieu-async/moses/src/TranslationOptionCollectionText.cpp branches/hieu-async/moses/src/TranslationOptionCollectionText.h branches/hieu-async/moses-cmd/src/IOStream.cpp branches/hieu-async/moses-cmd/src/IOStream.h branches/hieu-async/moses-cmd/src/Main.cpp 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:44:56
|
Revision: 1162 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1162&view=rev Author: hieuhoang1972 Date: 2007-02-02 05:44:54 -0800 (Fri, 02 Feb 2007) Log Message: ----------- typedef factor* to FACTOR_ID Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj 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/TranslationOptionCollection.cpp branches/hieu-async/moses/src/TypeDef.h branches/hieu-async/moses/src/Word.cpp branches/hieu-async/moses/src/Word.h branches/hieu-async/moses-cmd/src/IOStream.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 19:36:56
|
Revision: 1177 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1177&view=rev Author: hieuhoang1972 Date: 2007-02-05 11:36:47 -0800 (Mon, 05 Feb 2007) Log Message: ----------- make StaticData a ref Modified Paths: -------------- branches/hieu-async/moses/src/ConfusionNet.cpp branches/hieu-async/moses/src/FactorCollection.h 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/LexicalReordering.cpp branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Manager.h branches/hieu-async/moses/src/PDTAimp.h branches/hieu-async/moses/src/PartialTranslOptColl.cpp branches/hieu-async/moses/src/Phrase.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.cpp branches/hieu-async/moses/src/PhraseDictionaryMemory.h branches/hieu-async/moses/src/PhraseList.cpp branches/hieu-async/moses/src/ScoreComponentCollection.cpp branches/hieu-async/moses/src/Sentence.cpp branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h branches/hieu-async/moses/src/TargetPhrase.cpp branches/hieu-async/moses/src/TranslationOption.cpp branches/hieu-async/moses/src/TranslationOptionCollection.cpp branches/hieu-async/moses/src/Util.h branches/hieu-async/moses/src/Word.cpp branches/hieu-async/moses/src/WordsBitmap.cpp branches/hieu-async/moses-cmd/src/IOStream.cpp branches/hieu-async/moses-cmd/src/Main.cpp branches/hieu-async/moses-cmd/src/TranslationAnalysis.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 21:47:24
|
Revision: 1178 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1178&view=rev Author: hieuhoang1972 Date: 2007-02-05 13:47:22 -0800 (Mon, 05 Feb 2007) Log Message: ----------- make StaticData a ref Modified Paths: -------------- branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Sentence.cpp branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h branches/hieu-async/moses-cmd/src/Main.cpp branches/hieu-async/moses-cmd/src/Main.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 23:27:52
|
Revision: 1187 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1187&view=rev Author: hieuhoang1972 Date: 2007-02-07 15:27:49 -0800 (Wed, 07 Feb 2007) Log Message: ----------- turn collection used by AlignElement from vector to set. Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/AlignmentElement.cpp branches/hieu-async/moses/src/AlignmentElement.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-12 11:18:07
|
Revision: 1205 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1205&view=rev Author: hieuhoang1972 Date: 2007-02-12 03:01:38 -0800 (Mon, 12 Feb 2007) Log Message: ----------- vs proj to use hypo pool in release build Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses-cmd/moses-cmd.vcproj 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:07:48
|
Revision: 1215 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1215&view=rev Author: hieuhoang1972 Date: 2007-02-15 13:07:43 -0800 (Thu, 15 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.cpp branches/hieu-async/moses/src/AlignmentPhrase.h branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/TargetPhrase.cpp branches/hieu-async/moses/src/TranslationOption.cpp branches/hieu-async/moses-cmd/src/IOStream.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-16 19:34:37
|
Revision: 1221 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1221&view=rev Author: hieuhoang1972 Date: 2007-02-16 11:20:06 -0800 (Fri, 16 Feb 2007) Log Message: ----------- make better use of alignment info. only those hypos where all elements can be aligned are used Modified Paths: -------------- branches/hieu-async/moses/moses.sln 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 branches/hieu-async/moses/src/Hypothesis.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/WordsBitmap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-23 15:33:44
|
Revision: 1237 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1237&view=rev Author: hieuhoang1972 Date: 2007-02-23 07:33:40 -0800 (Fri, 23 Feb 2007) Log Message: ----------- fixed bug in phrase filtering Modified Paths: -------------- branches/hieu-async/moses/moses.sln branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/PrefixPhraseCollection.cpp branches/hieu-async/moses-cmd/src/Main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-27 11:53:11
|
Revision: 1247 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1247&view=rev Author: hieuhoang1972 Date: 2007-02-27 03:53:05 -0800 (Tue, 27 Feb 2007) Log Message: ----------- bug in n best list creation Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/LatticePath.cpp branches/hieu-async/moses/src/LatticePath.h branches/hieu-async/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-05 23:56:27
|
Revision: 1273 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1273&view=rev Author: hieuhoang1972 Date: 2007-03-05 15:56:24 -0800 (Mon, 05 Mar 2007) Log Message: ----------- define & use INITIAL_DECODE_STEP_ID Modified Paths: -------------- branches/hieu-async/moses/src/DecodeStep.cpp branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/TypeDef.h branches/hieu-async/moses-cmd/src/Main.cpp 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:30:09
|
Revision: 1281 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1281&view=rev Author: hieuhoang1972 Date: 2007-03-07 07:30:02 -0800 (Wed, 07 Mar 2007) Log Message: ----------- make naming of hypo stacks classes consistent Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/HypothesisStackCollection.cpp branches/hieu-async/moses/src/HypothesisStackCollection.h branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/Manager.h branches/hieu-async/moses/src/PartialTranslOptColl.h branches/hieu-async/moses/src/StaticData.cpp Added Paths: ----------- branches/hieu-async/moses/src/HypothesisStack.cpp branches/hieu-async/moses/src/HypothesisStack.h Removed Paths: ------------- 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-04-20 22:32:17
|
Revision: 1369 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1369&view=rev Author: hieuhoang1972 Date: 2007-04-20 15:32:07 -0700 (Fri, 20 Apr 2007) Log Message: ----------- different distortion weights and max limits for each decode step Modified Paths: -------------- branches/hieu-async/moses/src/Hypothesis.cpp branches/hieu-async/moses/src/Manager.cpp branches/hieu-async/moses/src/StaticData.cpp branches/hieu-async/moses/src/StaticData.h branches/hieu-async/moses-cmd/src/IOStream.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |