Re: [Moses-support] Moses dies with segmentation fault on first sentence (IRSTLM)

2011-03-31 Thread Arda Tezcan
Hi Kenneth,
Thanks a lot for the tip!
As a result I tried to compile Moses with the 5.60.01 however I still got a no 
matching function error for the file lmmacro.h.
So I gave another try with a later revision of Moses (3923) and could compile 
it with this version of IRSTLM.

Regards,
Arda



--

I've had this happen too when running benchmarks.  The latest IRSTLM is
actually 5.60.01: http://hlt.fbk.eu/en/irstlm and appears to resolve
your issue.  The sourceforge page is out of date.

#include kenlm/advertisement


  ___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


Re: [Moses-support] Moses dies with segmentation fault on first sentence (IRSTLM)

2011-03-31 Thread Nicola Bertoldi
Dear Arda

This combination compiles
MOSES3878
IRSTLM   5.60.01


By the way,
we have just upload on the official IRSTM website   
http://hlt.fbk.eu/en/irstlm
a new version 5.60.02, which the latest Moses revisions (should) compile with.


best regards,
Nicola




On Mar 31, 2011, at 3:07 PM, Arda Tezcan wrote:

Hi Kenneth,
Thanks a lot for the tip!
As a result I tried to compile Moses with the 5.60.01 however I still got a no 
matching function error for the file lmmacro.h.
So I gave another try with a later revision of Moses (3923) and could compile 
it with this version of IRSTLM.

Regards,
Arda


--

I've had this happen too when running benchmarks.  The latest IRSTLM is
actually 5.60.01: http://hlt.fbk.eu/en/irstlm and appears to resolve
your issue.  The sourceforge page is out of date.

#include kenlm/advertisement


___
Moses-support mailing list
Moses-support@mit.edumailto: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


Re: [Moses-support] Mert on Lattices using EMS

2011-03-31 Thread Philipp Koehn
Hi,

we haven't used this in a while, but you seem to be on the right track.

For lattice input, it is not possible to filter the phrase table -
partly because
listing all acceptable input phrases is computationally daunting.

The solution is hence to binarize the entire unfiltered phrase table, which
is fine, may just take a while and take a good amount of disk space.

This is the idea behind the binarize-config step in EMS. You have to check
this closer, but I recall that you simply have to set binarize-all to what
usually ttable-binarizer is set to, i.e.,
$moses-src-dir/misc/processPhraseTable

-phi

On Wed, Mar 30, 2011 at 2:14 PM, Sriram V sriram.venkatapa...@gmail.com wrote:
 Hi,

 I have been trying to do Mert on lattices. I set the appropriate flags,
 --
 tuning-settings = -mertdir $moses-src-dir/mert --no-filter-phrase-table
 decoder-settings = -inputtype 2 -weight-i 0
 --

 But the tuning step crashes as it does not find a binary phrase table. There
 is an appropriate binarization step indicated in
 $SCRIPTS_ROOTDIR/ems/experiment.meta
 which is :

 --
 binarize-config
        in: config
        out: bin-config
        pass-unless: binarize-all
        rerun-on-change: config
        default-name: model/moses.bin.ini
        template: $binarize-all $ttable-binarizer $rtable-binarizer OUT IN
 ---

 But, ems doesn't make use of it, most definitely because $binarize-all is not
 defined. Any idea about the script that's being referred by $binarize-all ?

 As an alternative, I tried binarizing seperately after the crash, changed the
 configuration file and then asked EMS to use the new configuration file 
 instead
 of training again but that seemed to crash  also for some reason. I am trying
 to figure out why.

 I saw a similar question posted earlier last year on moses-support but that
 didn't help me much. Any suggestions on this ?

 Regards,
 Sriram
 ___
 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