Understanding SentenceRecognizer #9847
-
I have some questions about this documentation: https://spacy.io/api/sentencerecognizer What is a “pipeline component”? Is everything in the nlp() object considered part of some “pipeline”? What are “assigned attributes”? As opposed to just an attribute? In what way it is “assigned”? Does it suffice to just do: doc = nlp(str) ? Thanks very much |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I'd suggested starting with this overview in the docs: https://spacy.io/usage/spacy-101, in particular this section on pipelines: https://spacy.io/usage/spacy-101#pipelines |
Beta Was this translation helpful? Give feedback.
Hi, I'd suggested starting with this overview in the docs: https://spacy.io/usage/spacy-101, in particular this section on pipelines: https://spacy.io/usage/spacy-101#pipelines