|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureGeneratorFactory
The FeatureGeneratorFactory
interface is factory for AdaptiveFeatureGenerator
s.
Note:
All implementing classes must be thread safe.
AdaptiveFeatureGenerator
,
FeatureGeneratorResourceProvider
Method Summary | |
---|---|
AdaptiveFeatureGenerator |
createFeatureGenerator(FeatureGeneratorResourceProvider resourceProvider)
Constructs a new AdaptiveFeatureGenerator . |
Method Detail |
---|
AdaptiveFeatureGenerator createFeatureGenerator(FeatureGeneratorResourceProvider resourceProvider)
AdaptiveFeatureGenerator
.
Note:
It is assumed that all resource objects are thread safe and can be shared
between multiple instances of feature generators. If that is not the
case the implementor should make a copy of the resource object.
All resource objects that are included in OpenNLP can be assumed to be thread safe.
resourceProvider
- provides access to resources which are needed for feature generation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |