From: GitHub <no...@gi...> - 2012-11-25 23:48:57
|
Branch: refs/heads/moses_cachebased Home: https://github.com/moses-smt/mosesdecoder Commit: 6d7805efe15095c7e205cb46f9b4c2325fab8147 https://github.com/moses-smt/mosesdecoder/commit/6d7805efe15095c7e205cb46f9b4c2325fab8147 Author: Nicola Bertoldi <ber...@fb...> Date: 2012-11-25 (Sun, 25 Nov 2012) Changed paths: M moses/src/CacheBasedLanguageModel.cpp M moses/src/CacheBasedLanguageModel.h M moses/src/Parameter.cpp M moses/src/StaticData.cpp M moses/src/XmlOption.cpp Log Message: ----------- Changes to the cache-based LM to use n-grams (and not only 1-grams). Only one cache is exploited caching nggram of any size. |