Skip to content

Zero score for Spancat - debug data looks to be fine #12412

Discussion options

You must be logged in to vote

To use the sentence suggester, you need to add a sentencizer (or other component that annotates sentences) to your pipeline and add that to [training.annotating_components]:

[training]
annotating_components = ["sentencizer"]

sentencizer is rule-based and the easiest to start with. If you used sentencizer when creating the .spacy files from your expanded spans, then use sentencizer here, too.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@goonhoon
Comment options

@adrianeboyd
Comment options

@goonhoon
Comment options

@goonhoon
Comment options

@adrianeboyd
Comment options

Answer selected by goonhoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / cli Feature: Command-line interface feat / spancat Feature: Span Categorizer
2 participants