SentenceRecognizer - usage example is wrong #11481
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi,
The spaCy documentation consists of two main parts: the usage docs and the API docs. You want to start with the "usage" pages, in particular the page about Language Processing Pipelines. You'll find that throughout our documentation, we've inserted plenty of working code examples. The API docs are mainly for reference to more experienced users who want to know more about the specific ins and outs of the library.
This code does not work because Finally, I'd like to point out that we spend a lot of time and effort into writing this documentation. We're always open for constructive feedback on how to improve the docs for our users. However, your original post comes across as unnecessarily rude and disrepectful, so I'd like to ask you to please engage more constructively in future conversations. You can find spaCy's code of conduct here. |
Beta Was this translation helpful? Give feedback.
Hi,
The spaCy documentation consists of two main parts: the usage docs and the API docs. You want to start with the "usage" pages, in particular the page about Language Processing Pipelines. You'll find that throughout our documentation, we've inserted plenty of working code examples. The API docs are mainly for reference to more experienced users who want to know more about the specific ins and outs of the library.