spaCy/spacy/pipeline
Matthew Honnibal 0630d62264 Format
2025-05-21 20:46:41 +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 Format 2025-05-21 20:46:41 +02:00
dep_parser.pyx Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
edit_tree_lemmatizer.py Format 2025-05-21 20:46:41 +02:00
entity_linker.py Format 2025-05-21 20:46:41 +02:00
entityruler.py Format 2025-05-21 20:46:41 +02:00
factories.py Move factories to their own file 2025-05-21 15:33:46 +02:00
functions.py Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
lemmatizer.py Format 2025-05-21 20:46:41 +02:00
morphologizer.pyx Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
multitask.pyx Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
ner.pyx Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +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 Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
senter.pyx Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
span_finder.py Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
span_ruler.py Format 2025-05-21 20:46:41 +02:00
spancat.py Format 2025-05-21 20:46:41 +02:00
tagger.pyx Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
textcat_multilabel.py Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
textcat.py Point to spacy.pipeline.factories for import backwards compat hooks 2025-05-21 15:36:37 +02:00
tok2vec.py Format 2025-05-21 20:46:41 +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