[Moses-support] Build failure

2016-11-16 Thread Tyler Wilbers
Dear Moses Community— I have to install Moses for a SMT class this semester. I am on using macOS Sierra and installed dependencies with homebrew. I used the following build command: ./bjam —with-boost=/usr/local/Cellar/boost/1.62.0 --with-/usr/local/bin/cmph

Re: [Moses-support] Does PhraseDictionaryMultiModel require all models to contain all phrases?

2016-11-16 Thread Michael Denkowski
Hi Lane, As Vito mentioned, PhraseDictionaryMultiModel is originally for linear interpolation. It has an option to output all scores from all models rather than interpolating but I ended up writing PhraseDictionaryGroup to have the specific functionality plus some additions. One of the

Re: [Moses-support] Does PhraseDictionaryMultiModel require all models to contain all phrases?

2016-11-16 Thread Vito Mandorino
Hi Lane, as far as I know the PhraseDictionaryMultiModel does a linear interpolation of two or more phrase-tables at decoding time and is equivalent to linearly interpolate the phrase-table beforehand, except maybe for some pruning-related corner cases. If a translation option is not present in

[Moses-support] Does PhraseDictionaryMultiModel require all models to contain all phrases?

2016-11-16 Thread Lane Schwartz
Hi, I'm potentially interested in using PhraseDictionaryMultiModel, and how it differs from PhraseDictionaryGroup. With PhraseDictionaryMultiModel, is it OK to have disjoint phrase tables? That is, can PhraseDictionaryMultiModel handle the situation where a translation option is present in one

Re: [Moses-support] Syntax-based Constrained Decoding

2016-11-16 Thread Hieu Hoang
good to know that the constrained decoding works. And yes, the reachability of the training data is only theoritical in the absence of pruning such as cube pruning, beams etc. On 15/11/2016 20:00, Shuoyang Ding wrote: Hi Hieu, I’ve made change 1, 2, 4 before emailing you, and the coverage