[Moses-support] moses.ini file

2016-08-03 Thread samane shahmohamadi
Hi again can tell me some description about moses.ini file content? what are 0.2 and 0.3 weights represent at end of the file? here is my moses.ini file content: http://uploads.im/Rvh1F.png ___ Moses-support mailing list Moses-support@mit.edu

Re: [Moses-support] duplicate lines in phrase-table recaser

2016-08-03 Thread Hieu Hoang
is it possible to get the data you used to train the recaser? There is no encoding normalization step. Hieu Hoang http://www.hoang.co.uk/hieu On 3 August 2016 at 14:14, Vito Mandorino wrote: > Dear all, > > I encountered a problem when training a recaser.

[Moses-support] duplicate lines in phrase-table recaser

2016-08-03 Thread Vito Mandorino
Dear all, I encountered a problem when training a recaser. When launching the command ./mosesdecoder/scripts/recaser/train-recaser.perl --first-step 3 --dir model --corpus corpus.en --train-script ./mosesdecoder/scripts/training/train-model.perl the phrase-table ends up having several

[Moses-support] what Truecasing do?

2016-08-03 Thread samane shahmohamadi
Hi guys what Truecasing step exactly do? i can't find any difference between original file and after doing these commands for Truecasing ~/mosesdecoder/scripts/recaser/truecase.perl \ --model ~/corpus/truecase-model.en \ < ~/corpus/news-commentary-v8.fr-en.tok.en \ >

Re: [Moses-support] Error while compiling moses with boost using bjam

2016-08-03 Thread Tarun Guntuka
Hi Kenneth, Thanks for letting me know. I will try and get back if there are any other problems. On Wed, Aug 3, 2016 at 3:31 PM, Kenneth Heafield wrote: > You need to install zlib first, including any development version of > zlib. Further,I suspect your Boost

Re: [Moses-support] Error while compiling moses with boost using bjam

2016-08-03 Thread Kenneth Heafield
You need to install zlib first, including any development version of zlib. Further,I suspect your Boost installation is incomplete if you didn't install zlib first. https://kheafield.com/code/kenlm/dependencies/ Kenneth On 08/03/2016 10:51 AM, Tarun Guntuka wrote: > Hi Experts, > > I could

[Moses-support] Error while compiling moses with boost using bjam

2016-08-03 Thread Tarun Guntuka
Hi Experts, I could really use the help here as I am getting error with compiling moses. The following is the error. /bjam --with-boost=/home/tarun/Documents/tools/boost_1_55_0 -j8 Tip: install tcmalloc for faster threading. See BUILD-INSTRUCTIONS.txt for more information. NOT BUILDING MOSES

[Moses-support] Compiling Moses with openmp (g++-6) on Mac OS 10.11?

2016-08-03 Thread James
Hi, Cause we cannot use clang equipped with openmp on Mac OS 10.11, so I've been working around how to compile Moses using G++ (g++-6) instead of clang++, but so far no luck. What I want to do is to use some neural network language models like nplm / OxLM with Moses, and these LMs require openmp

Re: [Moses-support] Error compiling Moses on Cygwin

2016-08-03 Thread Hieu Hoang
I don't think compile.sh has ever been tested on cygwin. You may be better off using Linux. Use a virtual machine if you are in Windows. Many of the Moses components have not been tested on cygwin for some time now Hieu Hoang http://www.hoang.co.uk/hieu On 3 August 2016 at 08:31, rcm

[Moses-support] Error compiling Moses on Cygwin

2016-08-03 Thread rcm
Hello! I'm trying compile Moses on Cygwin, but I have problems when I run: ./compile.sh --prefix=/Moses_WF --install-scripts I have seen the log file (I attach too), so and I have download and install Boost in: .\usr\share\boost_1_61_0 but the problem exist... Can you help me, please?