From: GitHub <no...@gi...> - 2012-09-07 16:16:39
|
Branch: refs/heads/moses_cachebased Home: https://github.com/moses-smt/mosesdecoder Commit: 3752d88d03cf50fffb0aba883a1a6f3a46e04a4b https://github.com/moses-smt/mosesdecoder/commit/3752d88d03cf50fffb0aba883a1a6f3a46e04a4b Author: Robert Grabowski <Robert@MacBookPro.(none)> Date: 2012-09-06 (Thu, 06 Sep 2012) Changed paths: A cachebased/moses-cache.pl Log Message: ----------- Added a wrapper script that includes information of a translation of a sentence into the sentence to be translated next. Currently, this information is just the list of target language tokens. Commit: beb207f8fd106fbb454eedbb0d1b2112dbe196ff https://github.com/moses-smt/mosesdecoder/commit/beb207f8fd106fbb454eedbb0d1b2112dbe196ff Author: Robert Grabowski <rob...@ac...> Date: 2012-09-07 (Fri, 07 Sep 2012) Changed paths: M moses/src/CacheBasedLanguageModel.cpp M moses/src/CacheBasedLanguageModel.h M moses/src/StaticData.cpp Log Message: ----------- Merge branch 'moses_cachebased' of git://github.com/moses-smt/mosesdecoder into moses_cachebased Commit: 9a23adf6c71b91a4a8d87bc1aeac81c922e95c5a https://github.com/moses-smt/mosesdecoder/commit/9a23adf6c71b91a4a8d87bc1aeac81c922e95c5a Author: Robert Grabowski <rob...@ac...> Date: 2012-09-07 (Fri, 07 Sep 2012) Changed paths: M cachebased/moses-cache.pl Log Message: ----------- added option to include translated phrases instead of words (currently commented out) Commit: 8750c03a7ee7a4f4f0fa63049403750af458f33a https://github.com/moses-smt/mosesdecoder/commit/8750c03a7ee7a4f4f0fa63049403750af458f33a Author: Robert Grabowski <rob...@ac...> Date: 2012-09-07 (Fri, 07 Sep 2012) Changed paths: M moses/src/CacheBasedLanguageModel.cpp M moses/src/CacheBasedLanguageModel.h M moses/src/StaticData.cpp M moses/src/TranslationSystem.cpp M moses/src/TranslationSystem.h M moses/src/XmlOption.cpp Log Message: ----------- Merge branch 'moses_cachebased' of git://github.com/moses-smt/mosesdecoder into moses_cachebased Compare: https://github.com/moses-smt/mosesdecoder/compare/66e6a80a1bfc...8750c03a7ee7 |