spaCy/website/usage/_linguistic-features
Gavriel Loria 919729d38c replace user-facing references to "sbd" with "sentencizer" (#2985)
## 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.
2018-11-30 21:22:40 +01:00
..
_dependency-parse.jade 💫 Port master changes over to develop (#2979) 2018-11-29 16:30:29 +01:00
_named-entities.jade Fix formatting and wording 2018-05-07 21:24:35 +02:00
_pos-tagging.jade Don't include tag and label schemes in usage guide 2017-11-05 18:21:49 +01:00
_rule-based-matching.jade 💫 Port master changes over to develop (#2979) 2018-11-29 16:30:29 +01:00
_sentence-segmentation.jade replace user-facing references to "sbd" with "sentencizer" (#2985) 2018-11-30 21:22:40 +01:00
_tokenization.jade Bug fix to pseudocode for tokenizer customization (#2604) 2018-07-27 11:04:12 +02:00