mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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. |
||
---|---|---|
.. | ||
contributors | ||
ISSUE_TEMPLATE | ||
CONTRIBUTOR_AGREEMENT.md | ||
ISSUE_TEMPLATE.md | ||
lock.yml | ||
no-response.yml | ||
PULL_REQUEST_TEMPLATE.md |