mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
919729d38c
## Description Fixes #2693 Previously, the tokens `sbd` and `sentencizer` would create the same nlp pipe. Internally, both would be called `sbd`. This setup became problematic because it was hard for a user relying on the `sentencizer` pipe name to realize that their pipe's name would be `sbd` for all functions other than creating a pipe. This PR intends to change the API and API documentation to fully support `sentencizer` and drop any user-facing references to `sbd`. ### Types of change end-user API bug ## Checklist <!--- Before you submit the PR, go over this checklist and make sure you can tick off all the boxes. [] -> [x] --> - [x] I have submitted the spaCy Contributor Agreement. - [x] I ran the tests, and all new and existing tests passed. - [x] My changes don't require a change to the documentation, or if they do, I've added all required information. |
||
---|---|---|
.. | ||
_adding-languages | ||
_deep-learning | ||
_facts-figures | ||
_install | ||
_linguistic-features | ||
_models | ||
_processing-pipelines | ||
_spacy-101 | ||
_training | ||
_v2 | ||
_vectors-similarity | ||
_visualizers | ||
_data.json | ||
_deep-learning.jade | ||
adding-languages.jade | ||
examples.jade | ||
facts-figures.jade | ||
index.jade | ||
linguistic-features.jade | ||
models.jade | ||
processing-pipelines.jade | ||
spacy-101.jade | ||
training.jade | ||
v2.jade | ||
vectors-similarity.jade | ||
visualizers.jade |