Skip to content
Discussion options

You must be logged in to vote

Hello,

Yes, you're correct, you need to add the nlp argument to the factory initialization to make it work; it's simply the architecture template to adhere to when creating a new factory. If you want to evaluate your custom component you'd also need to write your own scoring function which compares the reference values with the predicted values. Every component should be evaluated individually, the order only matters if components depend on annotations of other components.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@megamattc
Comment options

Answer selected by thomashacker
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