spaCy/spacy/tokens
Sofie Van Landeghem 56fc3bc0f3
Type documentation fixes for Doc (#13187)
* correct char_span output type - can be None

* unify type of exclude parameter

* black

* further fixes to from_dict and to_dict

* formatting
2023-12-18 09:00:47 +01: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 Update __all__ fields (#13063) 2023-10-16 10:17:47 +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 Remove profile=True from currently profiled cython 2023-09-28 17:09:41 +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 Type documentation fixes for Doc (#13187) 2023-12-18 09:00:47 +01:00
doc.pyx Type documentation fixes for Doc (#13187) 2023-12-18 09:00:47 +01: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 Add profile=False to currently unprofiled cython 2023-09-28 17:09:41 +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 Add profile=False to currently unprofiled cython 2023-09-28 17:09:41 +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 Add profile=False to currently unprofiled cython 2023-09-28 17:09:41 +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 Support Any comparisons for Token and Span (#13058) 2023-10-12 11:53:33 +02:00
token.pxd ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
token.pyi Support Any comparisons for Token and Span (#13058) 2023-10-12 11:53:33 +02:00
token.pyx Support Any comparisons for Token and Span (#13058) 2023-10-12 11:53:33 +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