Hi,

I'm attempting to compile the latest moses from git master with my
syntactic LM enabled.

Last June, Philipp added a virtual function to FeatureFunction.h called
EvaluateChart.

My feature function is well-defined over phrase-based translation, but not
for syntactic TMs. But, because my feature inherits from FeatureFunction, I
have to implement the EvaluateChart method.

How should I handle this? I'm fine with throwing an error here, but how do
I do that?

Or should there be a default implementation of EvaluateChart in
FeatureFunction.cpp that either does nothing or throws an error?

Thanks,
Lane
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to