[Moses-support] Unable to load Boost.Build: could not find "boost-build.jam"

2021-08-10 Thread Marwa Gaser
I am trying to install moses decoder on Fedora 34 (I have no root access), and my system has boost: boost-devel-1.75.0-4.fc34.x86_64 and bzip2-devel-1.0.8-6.fc34.x86_64. However when I run ./bjam -j4 I get the following error in the build.log.gz file Unable to load Boost.Build: could not find

[Moses-support] Tuning an already tuned model

2021-05-07 Thread Marwa Gaser
I used MERT to tune a model using a tuning corpus X this generated a tuned model X1. Then I took X1 and it tuned using the same exact tuning corpus X. This resulted in a model let's call it X2. Even though I expected X1 and X2 to have the same weights since the optimal parameters were already

Re: [Moses-support] Language Model Inquiry

2021-05-01 Thread Marwa Gaser
Then which numbers do I use for IRSTLM and SRILM? On Thu, 29 Apr 2021 at 7:10 PM Hieu Hoang wrote: > > On 4/29/2021 5:27 AM, Marwa Gaser wrote: > > Hello, > > In the baseline training, what do the numbers in the below line represent? > > > 3 for the 3-gram? > >

[Moses-support] Language Model Inquiry

2021-04-29 Thread Marwa Gaser
Hello, In the baseline training, what do the numbers in the below line represent? 3 for the 3-gram? How about 0 and 8? -lm 0:3:$HOME/lm/news-commentary-v8.fr-en.blm.en:8 ___ Moses-support mailing list Moses-support@mit.edu

Re: [Moses-support] Error While Compiling Moses

2021-01-31 Thread Marwa Gaser
I managed to solve the problem by updating the boost version used to 1_64_0 This resulted in a SUCCESS status! On Sat, 30 Jan 2021 at 14:26, Marwa Gaser wrote: > Now when I tried to compile mosesdecoder with boost, cmph, xmlrpc, and > irstlm using the below command on window

Re: [Moses-support] Error While Compiling Moses

2021-01-30 Thread Marwa Gaser
doesn't support some reporting > functionality, > > Check that your disk is not full, check that bin/moses exists. If it does, > then just ignore the unit test errors. > > > On Fri Jan 29, 21 12:12 AM, Marwa Gaser wrote: > > Dear Moses Support Team, > > I am using *wsl *on

[Moses-support] Error While Compiling Moses

2021-01-29 Thread Marwa Gaser
Dear Moses Support Team, I am using *wsl *on windows to run mosesdecoder for the first time. What I did is that I cloned the mosesdecoder repo. Then I opened the cmd inside the mosesdecoder repo and ran the following command *bjam -j4 *However, I got the error attached in the file. Thank you in