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. On Wed, Feb 29, 2012 at 4:40 PM, Jörn Kottmann <[email protected]> wrote: > On 02/29/2012 08:33 PM, [email protected] wrote: > >> Thank you, Jörn, >> >> What about the adaptative feature generators from Name Finder? Should POS >> Tagger also support it? >> >> >> > I wouldn't support it currently, but when we have a need for it > we eventually update the POS Tagger interface to require > a user to reset the adaptive data. > > Do you have a need for it? > > Jörn >
