spaCy/spacy/pipeline
2021-01-29 19:36:38 +11:00
..
_parser_internals Add labels implicitly for parser and ner 2021-01-27 12:54:47 +11:00
__init__.py multi-label textcat component (#6474) 2021-01-06 13:07:14 +11:00
attributeruler.py Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
dep_parser.pyx Dont add labels implicitly for parser 2021-01-27 13:04:47 +11:00
entity_linker.py Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
entityruler.py Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
functions.py Add token_splitter component (#6726) 2021-01-17 19:54:41 +08:00
lemmatizer.py Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
morphologizer.pyx Handle unset token.morph in Morphologizer (#6704) 2021-01-15 17:20:10 +01:00
multitask.pyx Set annotations in update (#6767) 2021-01-20 11:49:25 +11:00
ner.pyx Getting scores out of beam_ner (#6575) 2021-01-06 12:02:32 +01:00
pipe.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
pipe.pyx Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
sentencizer.pyx Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
senter.pyx Handle missing reference values in scorer (#6286) 2020-11-03 15:47:18 +01:00
tagger.pyx Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
textcat_multilabel.py Tidy up and auto-format 2021-01-15 11:57:36 +11:00
textcat.py Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
tok2vec.py Add Tok2vec.remove_listener 2021-01-29 19:36:38 +11:00
trainable_pipe.pxd Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00
transition_parser.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
transition_parser.pyx Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00