Skip to content
Discussion options

You must be logged in to vote

Thank you for your patience. I've created a gist with all code here, except the trained NER pipeline that I am trying to augment (I am working with my institutional privacy office to release that one as well).

I'd need to see a minimal example to understand the details about what "appending to an entity" means

Appending performance metrics to the entities as custom Span._.metric fields happens in postprocess.py:L110

but it's possible if you store self.meta = nlp.meta and move the code above from __init__ to __call__ you'll have access to the full nlp.meta

I am currently taking nlp.meta in the __init__ (which fails while using command line tools). Do you suggest taking the nlp object f…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@DSLituiev
Comment options

@adrianeboyd
Comment options

Comment options

You must be logged in to vote
2 replies
@adrianeboyd
Comment options

@DSLituiev
Comment options

Answer selected by DSLituiev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / pipeline Feature: Processing pipeline and components
2 participants