Re: [Moses-support] error with --with-kenlm

2011-01-11 Thread Kenneth Heafield
I've just checked in revision 3796 which fixes this problem, including the OnDiskWrapper issue for bonus kicks. Tested with: ./configure, ./configure --without-kenlm, ./configure --enable-shared, and ./configure --enable-shared --without-kenlm . I would have just added -lkenlm to LIBS in configur

Re: [Moses-support] error with --enabled-shared

2011-01-11 Thread Sylvain Raybaud
Ooops, wrong subject, fixed. On Tuesday 11 January 2011 15:41:51 Sylvain Raybaud wrote: > Hi! thank you for the answer. It seems there is a problem when building > moses using --enable-shared. See: > > #with --enable-shared and --with-kenlm: > sylv...@markov ~/tmp $ svn co > https://mosesdecoder.

Re: [Moses-support] error with --with-kenlm

2011-01-11 Thread Sylvain Raybaud
Hi! thank you for the answer. It seems there is a problem when building moses using --enable-shared. See: #with --enable-shared and --with-kenlm: sylv...@markov ~/tmp $ svn co https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder mosesdecoder- kenlm [...] sylv...@markov ~/tmp $ cp -r mos

[Moses-support] Problem with phrase extraction

2011-01-11 Thread Cyrine NASRI
Hello everyone, I have a problem with the extraction of phrases in Moses I tested on two parallel corpora containing only not two long sentences, it built a table of phrases not containing all the phrases: Also I do not understand why it gives me : !Use of uninitialized value $a in scalar chomp

[Moses-support] good practice for developping moses and using the svn

2011-01-11 Thread Sylvain Raybaud
Hello I would like to use moses as a library in a piece of software. It check out, compiled and browsed through the source tree, and it seems that no shared library is built. I would like to create one (maybe more changes will be made later). It seems that some contributions are included in t