On 10. juni 2014 14:46, Hieu Hoang wrote:
> a language model ultimately inherits from FeatureFunction. It loads 
> data by overriding
>    virtual void Load();
I see that this is called in void StaticData::LoadFeatureFunctions(), 
which in turn is populated by FeatureFunction::GetFeatureFunctions().  
Is that correct?

What I want is to load all the LMs initially, but not using them all 
"side by side" while decoding, but in order to produce a special 
feature.  Can I use the current infrastructure to do this?  By giving 
their paths in moses.ini and somehow accessing them in my custom feature 
inside FF/ ?   Loading the LMs each time inside the feature will be to 
slow, so I need some way to access the "centrally" loaded LMs.

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

Reply via email to