[Moses-support] Usage of query command with RDLM

2016-07-06 Thread IKEDA Madori
Hello, I'm trying to evaluate fluentness of text based on RDLM, and I think query command can do that like described in Moses manual Sec. 2.3.4. The question is how can I use the query command with RDLM ? RDLM is constructed and separated into two files (head / label mode) in Moses (in the

Re: [Moses-support] Moses 3.0 cannot start with configuration file and models of moses 2.0

2016-07-06 Thread Marcin Junczys-Dowmunt
I don't think I changed the compact format for ages, unless someone else did somehow wihout me noticing. W dniu 06.07.2016 o 15:40, Hieu Hoang pisze: > try adding or taking our the suffix .binlexr in the filename > > occasionally, the file format in the binary tables change so you might > need

Re: [Moses-support] boost::thread_resource_error

2016-07-06 Thread Hieu Hoang
and don't use mira, i'm not sure if it works anymore. Best to use batch-mira On 05/07/2016 20:54, arefeh kazemi wrote: Hi all I have implemented a feature function for Hiero moses, which has 8 scores. I'm trying to tune the system using mira, I use a node with 192G memory for tuning. After

Re: [Moses-support] Moses 3.0 cannot start with configuration file and models of moses 2.0

2016-07-06 Thread Hieu Hoang
try adding or taking our the suffix .binlexr in the filename occasionally, the file format in the binary tables change so you might need to rebinarize. Can't remember whether it happened with between version 2 & 3 On 06/07/2016 00:29, Eleftherios Avramidis wrote: > Hi, > > I have a freshly

Re: [Moses-support] boost::thread_resource_error

2016-07-06 Thread Hieu Hoang
does it work with 1 thread? multithreaded programming is difficult, start simple and stay simple util you need more threads On 05/07/2016 19:55, Arefeh Kazemi wrote: Hi all I have implemented a feature function for Hiero moses, which has 8 scores. I'm trying to tune the system using mira, I

Re: [Moses-support] snt2cooc option fails the training

2016-07-06 Thread Hieu Hoang
make sure your data is clean, ie. in utf8, characters &|<>[]'" have been removed, multiple spaces and tabs have been removed On 05/07/2016 11:07, Gmehlin Floran wrote: Hi, It seems that whenever I use the option "-snt2cooc snt2cooc.pl" the training fails (see below for error log). When I

[Moses-support] Moses Installation

2016-07-06 Thread Irene Nandutu
Hi moses team. Am following http://www.statmt.org/moses/?n=Development.GetStarted to install moses All steps went on well but when plus installing boost manually. Next step of telling moses were boost is installed using this ./bjam --with-boost=~/moses/mosesdecoder/boost_1_55_0 -j4 i get this