spaCy/spacy/pipeline
Sofie Van Landeghem 3daf57d70c
Small spancat fixes (#8614)
* two small fixes + additional tests

* rename
2021-07-06 14:15:41 +02:00
..
_parser_internals Support negative examples in partial NER annotations (#8106) 2021-06-17 17:33:00 +10:00
__init__.py
attributeruler.py
dep_parser.pyx
entity_linker.py Merge pull request #8522 from adrianeboyd/chore/update-flake8 2021-06-28 21:46:06 +10:00
entityruler.py
functions.py
lemmatizer.py
morphologizer.pyx Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00
multitask.pyx
ner.pyx
pipe.pxd
pipe.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
sentencizer.pyx
senter.pyx Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00
spancat.py
tagger.pyx Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00
textcat.py Raise an error for textcat with <2 labels (#8584) 2021-07-06 12:35:22 +02:00
textcat_multilabel.py Resizable textcat (#7862) 2021-06-16 11:45:00 +02:00
tok2vec.py Ensemble textcat with listener (#8012) 2021-05-31 18:21:06 +10:00
trainable_pipe.pxd
trainable_pipe.pyx
transition_parser.pxd
transition_parser.pyx