spaCy/spacy/pipeline
Daniël de Kok dda7331da3
Handle missing annotations in the edit tree lemmatizer ()
The losses/gradients of missing annotations were not correctly masked
out. Fix this and check the masking in the partial data test.
2023-01-12 12:13:55 +01:00
..
_edit_tree_internals Refactor error messages to remove hardcoded strings () 2022-05-02 13:38:46 +02:00
_parser_internals account for NER labels with a hyphen in the name () 2022-06-17 20:02:37 +01:00
legacy Refactor KB for easier customization () 2022-09-08 10:38:07 +02:00
__init__.py Add SpanRuler component () 2022-06-02 13:12:53 +02:00
attributeruler.py
dep_parser.pyx account for NER labels with a hyphen in the name () 2022-06-17 20:02:37 +01:00
edit_tree_lemmatizer.py Handle missing annotations in the edit tree lemmatizer () 2023-01-12 12:13:55 +01:00
entity_linker.py Refactor KB for easier customization () 2022-09-08 10:38:07 +02:00
entityruler.py Enable fuzzy text matching in Matcher () 2023-01-10 10:36:17 +01:00
functions.py Add doc_cleaner component () 2021-11-23 15:33:33 +01:00
lemmatizer.py
morphologizer.pyx Tagger: use unnormalized probabilities for inference () 2022-03-15 14:15:31 +01:00
multitask.pyx
ner.pyx account for NER labels with a hyphen in the name () 2022-06-17 20:02:37 +01:00
pipe.pxd
pipe.pyi Add Pipe.hide_labels to omit labels from pipeline meta () 2022-02-05 17:59:24 +01:00
pipe.pyx Fix config validation failures caused by NVTX pipeline wrappers () 2022-09-12 14:55:41 +02:00
sentencizer.pyx
senter.pyx Tagger: use unnormalized probabilities for inference () 2022-03-15 14:15:31 +01:00
span_ruler.py Enable fuzzy text matching in Matcher () 2023-01-10 10:36:17 +01:00
spancat.py Fix spancat for zero suggestions () 2022-12-02 09:33:52 +01:00
tagger.pyx Tagger: use unnormalized probabilities for inference () 2022-03-15 14:15:31 +01:00
textcat.py Rename modified textcat scorer to v2 () 2022-12-29 14:01:08 +01:00
textcat_multilabel.py Improve score_cats for use with multiple textcat components () 2023-01-09 11:43:48 +01:00
tok2vec.py Prevent tok2vec to broadcast to listeners when predicting () 2022-09-12 15:36:48 +02:00
trainable_pipe.pxd
trainable_pipe.pyx Fix config validation failures caused by NVTX pipeline wrappers () 2022-09-12 14:55:41 +02:00
transition_parser.pxd Parser: use C saxpy/sgemm provided by the Ops implementation () 2022-05-27 11:20:52 +02:00
transition_parser.pyx precompute_hiddens/Parser: do not look up CPU ops (3.4) () 2022-07-05 10:53:42 +02:00