spaCy
spaCy copied to clipboard
Fix typos discovered by codespell
Description
Types of change
codespell --skip="./spacy/lang/*,./spacy/tests/lang/*,./spacy/util.py,*.json*,*.pyx,*.svg" \
--ignore-words-list=bu,fo,fpr,ines,ist,nam,nd,noo,notin,oder,pres,sie,te,teh,testin,uner,varius \
--write-changes
https://pypi.org/project/codespell
Unfortunately, the required black and isort formatting and mypy fixes make the diff more difficult to read.
Dependency blis fails to build. :-( https://github.com/explosion/cython-blis
Related to:
- #13859
Checklist
- [x] I confirm that I have the right to submit this contribution under the project's MIT license.
- [ ] I ran the tests, and all new and existing tests passed.
- [ ] My changes don't require a change to the documentation, or if they do, I've added all required information.