Marcin Junczys-Dowmunt <junczys@...> writes: > > And with "tuneable=false" it seems the features are being ignored during > decoding, I understand this should not be happening. I get much worse > translation results with an ini-file that has "tuneable=false" for all > features than with the same ini without the option. The translation is > also much faster with the options specified, so something is clearly not > being evaluated. > > W dniu 23.02.2014 00:30, Marcin Junczys-Dowmunt pisze: > > BTW. "tuneable=false" seems to be ignored by Kenlm, works with other > > features though. > >
The option currently doesn't work consistently because FeatureFunction::SetParameter, which handles the setting of the tuneable parameter, is overridden by some subclasses. I'll add a way to separate global parameters (that are not overridden by subclassing) from others. Can you say which features are being ignored during decoding? My guess is that your problem also has to do with the feature-specific behaviour in SetParameter. best, Rico _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
