spaCy/spacy/pipeline
2025-05-21 23:19:00 +02:00
..
_edit_tree_internals Add profile=False to currently unprofiled cython 2023-09-28 17:09:41 +02:00
_parser_internals made code building again. 2025-05-14 19:43:15 +03:00
legacy Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
__init__.py Update __all__ fields (#13063) 2023-10-16 10:17:47 +02:00
attributeruler.py Move more registry functions 2025-05-21 22:45:14 +02:00
dep_parser.pyx Move registrations 2025-05-21 23:19:00 +02:00
edit_tree_lemmatizer.py Isort 2025-05-21 20:48:05 +02:00
entity_linker.py Move more registry functions 2025-05-21 22:45:14 +02:00
entityruler.py Isort 2025-05-21 20:48:05 +02:00
factories.py Isort 2025-05-21 20:48:05 +02:00
functions.py Isort 2025-05-21 20:48:05 +02:00
lemmatizer.py Isort 2025-05-21 20:48:05 +02:00
morphologizer.pyx Move registrations 2025-05-21 23:19:00 +02:00
multitask.pyx Isort 2025-05-21 20:48:05 +02:00
ner.pyx Isort 2025-05-21 20:48:05 +02:00
pipe.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
pipe.pyi Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
pipe.pyx Remove __init_subclass__ used for deprecation warning (incompatible with cython3) 2025-05-14 19:17:45 +03:00
sentencizer.pyx Isort 2025-05-21 20:48:05 +02:00
senter.pyx Isort 2025-05-21 20:48:05 +02:00
span_finder.py Isort 2025-05-21 20:48:05 +02:00
span_ruler.py Move more registry functions 2025-05-21 22:45:14 +02:00
spancat.py Isort 2025-05-21 20:48:05 +02:00
tagger.pyx Isort 2025-05-21 20:48:05 +02:00
textcat_multilabel.py Isort 2025-05-21 20:48:05 +02:00
textcat.py Isort 2025-05-21 20:48:05 +02:00
tok2vec.py Isort 2025-05-21 20:48:05 +02:00
trainable_pipe.pxd Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
trainable_pipe.pyx Remove profile=True from currently profiled cython 2023-09-28 17:09:41 +02:00
transition_parser.pxd Add noexcept for Cython 3 2025-05-14 19:17:45 +03:00
transition_parser.pyx Add noexcept for Cython 3 2025-05-14 19:17:45 +03:00