processPhraseTable is no longer available. Use processPhraseTableMin, it creates smaller and faster phrase-tables.

You can also use CreateOnDiskPt, which create slower and bigger phrase tables, but it can also used for hierarchical models.

On 18/03/2015 11:49, Ertuğrul YILMAZ (BİLGEM) wrote:
It seems like compact phrase tables are not optional with the latest release, correct me if I am wrong. I compiled a fresh copy of cmph, rebuild Moses with it and used processPhraseTableMin instead of processPhraseTable.

--
Ertugrul

------------------------------------------------------------------------
*Kimden: *"Muhammad Danial Raza" <[email protected]>
*Kime: *"Ertuğrul YILMAZ (BİLGEM)" <[email protected]>
*Kk: *"moses-support" <[email protected]>
*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) <[email protected] <mailto:[email protected]>> 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
    [email protected] <mailto:[email protected]>
    http://mailman.mit.edu/mailman/listinfo/moses-support





_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to