You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by Damiano Porta <da...@gmail.com> on 2017/05/31 12:31:30 UTC

AdditionalContextFeatureGenerator

Hello,
can we not use the generator AdditionalContextFeatureGenerator for training?

I do not see the *ne=* feature during the training... only the generators
inside my xml are able to add features. How can i see if this custom
context is begin used?

I pass the context in the NameSample:

        NameSample ns = new NameSample(
            tokens,
            spans,
            context,
            true
        );

Thanks