Got it. Mentioning the mapping helped. It's actually a different bug: turns out Moses does not complain during loading about missing generation models (referenced by a wrong path in ini-file) and just goes on removing all translation options while decoding.
W dniu 25.02.2015 o 01:02, Hieu Hoang pisze: > odd. it should work. Are you sure the [mapping] section is in the ini > file? > [mapping] > 0 T 0 > > On 24/02/15 23:11, Marcin Junczys-Dowmunt wrote: >> Doesn't work, set it to 100, still the same effect. >> >> And it's not that strange a thing: for an in-production phrase table >> that will never be used for tuning this saves more than 30% size of the >> translation model while not changing translation output (if it works). >> >> W dniu 25.02.2015 o 00:06, Matthias Huck pisze: >>> Set a higher weight for UnknownWordPenalty? Maybe the default is not >>> adequate if you do strange things like this. >>> >>> >>> On Tue, 2015-02-24 at 23:49 +0100, Marcin Junczys-Dowmunt wrote: >>>> Hi, >>>> I have a problem with a single score phrase table. All scores have >>>> been >>>> combined into one score as a linear combination of scores and weights. >>>> However, for both, my compact phrase table the the in memory phrase >>>> table, all input result in UNK for all input tokens. The phrases are >>>> correctly found and returned by both phrase tables (including future >>>> score calculation), so this happens somewhere later. Any ideas? >>>> >>>> Best, >>>> Marcin >>>> _______________________________________________ >>>> 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 >> > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
