Skip to content
Discussion options

You must be logged in to vote

I've written docs for the new sent recipes, but I'm not sure they've made it anywhere public for users yet.

S means sentence start and I means sentence-internal, like the I in IOB.

The senter model is a word-level tagger just like the tagger, it just happens to learn Token.is_sent_start as I/S instead of Token.tag like NN or JJ. When the annotations are set, it just sets Token.is_sent_start as False/True for I/S instead of setting a tag. For spacy it's really an internal detail that you don't need to know about (you never see it when you train or run the senter), but prodigy is currently using the same annotation interface as for the tagger recipes (pos and pos_manual), so it ends up disp…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Phat-Loc
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / senter Feature: Sentence Recognizer
2 participants