spaCy/spacy/tokens
Sofie Van Landeghem 0737443096
feat: add example stubs (3) (#12801)
* feat: add example stubs

* fix: add required annotations

* fix: mypy issues

* fix: use Py36-compatible Portocol

* Minor reformatting

* adding further type specifications and removing internal methods

* black formatting

* widen type to iterable

* add private methods that are being used by the built-in convertors

* revert changes to corpus.py

* fixes

* fixes

* fix typing of PlainTextCorpus

---------

Co-authored-by: Basile Dura <basile@bdura.me>
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2023-08-02 08:15:12 +02:00
..
__init__.pxd * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
__init__.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
_dict_proxies.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
_retokenize.pyi Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
_retokenize.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
_serialize.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
doc.pxd ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
doc.pyi feat: add example stubs (3) (#12801) 2023-08-02 08:15:12 +02:00
doc.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
graph.pxd Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
graph.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
morphanalysis.pxd Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
morphanalysis.pyi Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
morphanalysis.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
span_group.pxd Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
span_group.pyi feat: add type hinting on SpanGroup.__iter__ (#12642) 2023-05-17 14:20:00 +02:00
span_group.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
span.pxd Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
span.pyi feat: add comparison operators in span.pyi (#12652) 2023-05-23 08:50:37 +02:00
span.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
token.pxd ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
token.pyi Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
token.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
underscore.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00