Hi Lexi,

The feature most likely won't be particularly important.

But this might be a completely different issue than you think. You
should debug this. Can you print the phrase pair that is applied when
the error occurs?

I recently came across a segfault that seemed to be caused by the OSM
feature. Then it turned out that a collision in the compact phrase table
entailed out-of-bounds word alignments. The solution (recommended by
Marcin) was to switch to modified parameters for phrase table
binarization, thereby avoiding the collision. The modified binarization
parameters are now default:
https://github.com/moses-smt/mosesdecoder/commit/506427368fbb9b980784ed55a68777be43896e8a

Cheers,
Matthias


On Fri, 2015-04-17 at 22:31 +0100, Alexandra Birch wrote:
> Hi there,
> 
> 
> I have a seg fault with a normal master branch of Moses from 1 month
> ago, on a normal seeming test sentence. This was an en-cs system, and
> it translated the first 6000+ sentences fine. It also translates a
> short version of the sentence fine.
> 
> 
> So 
> "Daniel , the previous owner" 
> 
> 
> translates fine but:
> 
> 
> "Daniel , the previous owner , supported the author cinema on the
> complex premises after having himself financed its construction" 
> 
> 
> 
> segfaults! 
> 
> 
> If I remove the WordTranslation feature, so I delete:
> 
> 
> < [feature]
> < WordTranslationFeature name=WT input-factor=0 output-factor=0
> simple=1 source-context=0 target-context=0
> 
> 
> 
> from the moses.ini file, then it stops segfaulting. 
> 
> 
> Any had this happen to them? Does anyone know how much this feature
> helps?
> 
> 
> Lexi 
> 
> 
> 
> 
> 
> 
> -- 
> ------------------------------------------------------------------------------------------
> School of Informatics
> University of Edinburgh
> Phone  +44 (0)131 650-8286
> 
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
> 
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support



-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

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

Reply via email to