Send Moses-support mailing list submissions to
moses-support@mit.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu
You can reach the person managing the list at
moses-support-owner@mit.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."
Today's Topics:
1. Re: Missing processPhraseTable in Release 3.0 (Stanislav Ku??k)
2. Moses server support. (Ivan Cekov)
3. Re: Missing processPhraseTable in Release 3.0
(Ertu?rul YILMAZ (B?LGEM))
4. Re: Missing processPhraseTable in Release 3.0 (Nisheeth Joshi)
----------------------------------------------------------------------
Message: 1
Date: Tue, 17 Mar 2015 14:09:18 +0000 (UTC)
From: Stanislav Ku??k <standa.kurik@gmail.com>
Subject: Re: [Moses-support] Missing processPhraseTable in Release 3.0
To: moses-support@mit.edu
Message-ID: <loom.20150317T150720-171@post.gmane.org>
Content-Type: text/plain; charset=us-ascii
processPhraseTable has been deprecated (see
http://www.statmt.org/moses/?n=Advanced.Obsolete#ntoc1).
Instead, you should use the compact phrase table feature,
described here: http://www.statmt.org/moses/?n=Advanced.RuleTables
------------------------------
Message: 2
Date: Tue, 17 Mar 2015 16:18:25 +0200
From: Ivan Cekov <vanko@tetracom.com>
Subject: [Moses-support] Moses server support.
To: moses-support@mit.edu
Message-ID: <550837B1.2030503@tetracom.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Hello.
After I compiled moses 3.0 from source (./bjam
--with-irstlm=/home/install/irstml --with-giza=/home/install/giza-pp
--with-boost=/home/install/boost --with-xmlrpc-c=/home/install/xmlrpc-c
--with-srilm=/home/install/srilm --prefix=/home/install/moses) and I
start it with ./moseserver --server-port 8084 -f /home/model/moses.ini
--server it start normally but after a few seconds the execution end and
there is a message : Moses was compiled without server support. I was
browsing through the web but cannot find solution. Is this a issue or it
is a problem with my build. I am building it on ubuntu 14 server and the
previous version works just find. Can you help me ?
P.S. Excuse my english I am foreigner.
------------------------------
Message: 3
Date: Tue, 17 Mar 2015 16:24:36 +0200 (EET)
From: Ertu?rul YILMAZ (B?LGEM) <yilmaz.ertugrul@tubitak.gov.tr>
Subject: Re: [Moses-support] Missing processPhraseTable in Release 3.0
To: Muhammad Danial Raza <muhammad.danial.raza@gmail.com>
Cc: moses-support <moses-support@mit.edu>
Message-ID:
<2077107334.51755580.1426602276275.JavaMail.zimbra@tubitak.gov.tr>
Content-Type: text/plain; charset="utf-8"
Thanks for the information Muhammad
Although I thought cmph was only required for compact phrase and lexical tables, I had tried that with cmph that I had installed to work with the previous version of Moses. However the compilation somehow failed with cmph, in the meantime that I figure cmph out, I was trying to compile Moses without it.
--
Ertugrul
----- Orijinal Mesaj -----
Kimden: "Muhammad Danial Raza" <muhammad.danial.raza@gmail.com>
Kime: "Ertu?rul YILMAZ (B?LGEM)" <yilmaz.ertugrul@tubitak.gov.tr>
Kk: "moses-support" <moses-support@mit.edu>
G?nderilenler: 17 Mart Sal? 2015 16:05:14
Konu: Re: [Moses-support] Missing processPhraseTable in Release 3.0
Download the cmph library here and then build it using the instructions provided in the INSTALL file inside the downloaded package.
where "/path/to/cmph" refers to the path where cmph library is installed
Then build the moses with the following command:
/usr/bin/bjam --with-boost=/home/ertugrul/ tools/boost_1_55_0 --with-cmph=/path/to/cmph -j8
where "/path/to/cmph" refers to the path where cmph library is installed
Regards,
Danial
On Tue, Mar 17, 2015 at 6:32 PM, Ertu?rul YILMAZ (B?LGEM) < yilmaz.ertugrul@tubitak.gov.tr > wrote:
Hi All,
I am upgrading our systems to the newest moses release (3.0), downloaded and compiled the sources as shown below
git clone https://github.com/moses-smt/mosesdecoder.git --branch RELEASE-3.0 --single-branch RELEASE-3.0
/usr/bin/bjam --with-boost=/home/ertugrul/tools/boost_1_55_0 -j8
All completed with success. But I am missing the /bin/processPhraseTable executable in my executables. Has that executable been replaced by something else, or have I missed something along the way?
Can someone provide information on this, pleaase?
Thanks much
----------------------------------------------------------
Ertu?rul YILMAZ
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150317/6b79dfbe/attachment-0001.htm
------------------------------
Message: 4
Date: Tue, 17 Mar 2015 20:41:48 +0530
From: Nisheeth Joshi <njoshi.in@gmail.com>
Subject: Re: [Moses-support] Missing processPhraseTable in Release 3.0
To: moses-support <moses-support@mit.edu>
Message-ID:
<CAPf3NFnVn0k5B3iNDk84Yiz-XQ1wFsvotrPbLddghkd3B_GmJg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
with your command add two flags -a and -q. starting from scratch and quit
on first error. if you have using then you would be able to rectify most of
the errors.
i had the same issue as of yours. so I have moved my previous version of
moses to virtual os and things are working fine.
regards,
nisheeth
On Mar 17, 2015 7:56 PM, "Ertu?rul YILMAZ (B?LGEM)" <
yilmaz.ertugrul@tubitak.gov.tr> wrote:
> Thanks for the information Muhammad
>
> Although I thought cmph was only required for compact phrase and lexical
> tables, I had tried that with cmph that I had installed to work with the
> previous version of Moses. However the compilation somehow failed with
> cmph, in the meantime that I figure cmph out, I was trying to compile Moses
> without it.
>
> --
> Ertugrul
>
> ------------------------------
> *Kimden: *"Muhammad Danial Raza" <muhammad.danial.raza@gmail.com>
> *Kime: *"Ertu?rul YILMAZ (B?LGEM)" <yilmaz.ertugrul@tubitak.gov.tr>
> *Kk: *"moses-support" <moses-support@mit.edu>
> *G?nderilenler: *17 Mart Sal? 2015 16:05:14
> *Konu: *Re: [Moses-support] Missing processPhraseTable in Release 3.0
>
> Download the cmph library here <http://sourceforge.net/projects/cmph/>
> and then build it using the instructions provided in the INSTALL file
> inside the downloaded package.
> where "/path/to/cmph" refers to the path where cmph library is installed
>
> Then build the moses with the following command:
> /usr/bin/bjam --with-boost=/home/ertugrul/tools/boost_1_55_0
> --with-cmph=/path/to/cmph -j8
> where "/path/to/cmph" refers to the path where cmph library is installed
>
> Regards,
> Danial
>
> On Tue, Mar 17, 2015 at 6:32 PM, Ertu?rul YILMAZ (B?LGEM) <
> yilmaz.ertugrul@tubitak.gov.tr> wrote:
>
>> Hi All,
>>
>> I am upgrading our systems to the newest moses release (3.0), downloaded
>> and compiled the sources as shown below
>>
>> git clone https://github.com/moses-smt/mosesdecoder.git --branch
>> RELEASE-3.0 --single-branch RELEASE-3.0
>> /usr/bin/bjam --with-boost=/home/ertugrul/tools/boost_1_55_0 -j8
>>
>> All completed with success. But I am missing the /bin/processPhraseTable
>> executable in my executables. Has that executable been replaced by
>> something else, or have I missed something along the way?
>>
>> Can someone provide information on this, pleaase?
>>
>> Thanks much
>>
>>
>> *----------------------------------------------------------*
>> *Ertu?rul YILMAZ*
>>
>>
>>
>> _______________________________________________
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>>
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20150317/8d869f4f/attachment.htm
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 101, Issue 51
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 101, Issue 51"
Post a Comment