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
