Hi, I'm using custom feature generators for my NE finder in OpenNLP. I'd like to know how I can pass these feature generators to the cross validation class TokenNameFinderCrossValidator.
My feature generator is an instance of the AdaptiveFeatureGenerator class, but looks like TokenNameFinderCrossValidator requires a byte array of an XML descriptor, that specifies the feature generators. I'd like to know if there is a simple way of passing the feature generator instance to the cross validation class. Thank you, Sumukh
