[Moses-support] Can moses.ini include all decoding parameters?

2016-03-14 Thread Yuqi Zhang
Hi All, Is moses.ini basically the parameter file for ALL parameters in decoding process? E.g: can I also set cube-pruning parameters also in moses.ini like? [search-algorithm] 1 [cube-pruning-pop-limit] 2000 [s] 2000 Thanks! Best regards, Yuqi ___

[Moses-support] How to add new library -lXXX in compiling moses?

2015-11-02 Thread Yuqi Zhang
Hi, I have written a new feature function which requires -lodbc. How can I add -lodbc into bjam compiling? Shall I change Jamroot, or model's Jamfile, or both? Thank you all very much! Best and have a nice weekend, Yuqi ___ Moses-support mailing list

[Moses-support] Fwd: How to add new library -lXXX in compiling moses?

2015-11-02 Thread Yuqi Zhang
Hi, I have written a new feature function which requires -lodbc. How can I add -lodbc into bjam compiling? Shall I change Jamroot, or model's Jamfile, or both? Thank you all very much! Best regards, Yuqi ___ Moses-support mailing list

[Moses-support] How to add new library -lXXX in compiling moses?

2015-11-02 Thread Yuqi Zhang
Hi, I have written a new feature function which requires -lodbc. How can I add -lodbc into bjam compiling? Shall I change Jamroot, or model's Jamfile, or both? Thank you all very much! Best and have a nice weekend, Yuqi ___ Moses-support mailing list

[Moses-support] How to add new library -lXXX in compiling moses?

2015-11-02 Thread Yuqi Zhang
Hi, I have written a new feature function which requires -lodbc. How can I add -lodbc into bjam compiling? Shall I change Jamroot, or model's Jamfile, or both? Thank you all very much! Best regards, Yuqi ___ Moses-support mailing list

[Moses-support] How to add new library -lXXX in compiling moses?

2015-11-02 Thread Yuqi Zhang
Hi, I have written a new feature function which requires -lodbc. How can I add -lodbc into bjam compiling? Shall I change Jamroot, or model's Jamfile, or both? Thank you all very much! Best regards, Yuqi ___ Moses-support mailing list

[Moses-support] How to add new library -lXXX in compiling moses?

2015-10-30 Thread Yuqi Zhang
Hi, I have written a new feature function which requires -lodbc. How can I add -lodbc into bjam compiling? Shall I change Jamroot, or model's Jamfile, or both? Thank you all very much! Best and have a nice weekend, Yuqi ___ Moses-support mailing list

Re: [Moses-support] Do debugging in the decoder?

2015-10-05 Thread Yuqi Zhang
> >> Hi Yuqi, >> >> You can build a debug compile by calling bjam with: >> >> --variant=debug >> >> Cheers, >> Matthias >> >> >> On Sun, 2015-10-04 at 23:05 +0200, Yuqi Zhang wrote: >> >>> Hello, >>> >

[Moses-support] Do debugging in the decoder?

2015-10-04 Thread Yuqi Zhang
Hello, How can I debug the decoder? Must I turn off the pre-compile signal "WITH_THREADS"? Can it be turned off? (Since I have a try, but some head files regarding threads are always included.) Or is there any other way to allow me to get into the decoder? Thanks a lot! Best regards, Yuqi