Skip to content
Discussion options

You must be logged in to vote

It's true that the labels aren't all on the model docs page. It's a bit complicated because the pipelines include a mixture of statistical and rule-based components, and they don't all expose labels in the same way.

Are you looking for information about the English pipelines in particular or more generally?

For statistical components: the values in Pipe.labels are internal labels for the statistical models and may not be the exact labels that are saved on tokens or spans. You don't see this much with the components included in the current English pipelines, but more for components like the morphologizer or trainable lemmatizer.

For rule-based components like attribute_ruler and lemmatizer:…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Issues related to the statistical models
2 participants