On 02/29/2012 08:48 PM, [email protected] wrote:
No. I don't need it.
I am asking because I noticed that the feature generators in the
package util.featuregen implements AdaptiveFeatureGenerator, but most of
the implementations extends FeatureGeneratorAdapter that implements the
methods related to adaptative features.
I was not sure if the POS Context Generator should load features
from AdaptiveFeatureGenerator or FeatureGeneratorAdapter.
FeatureGeneratorAdapter implements the AdaptiveFeatureGenerator
interface. So you should use AdaptiveFeatureGenerator.
The factory also returns an AdaptiveFeatureGenerator.
Jörn