spaCy/spacy/pipeline
Adriane Boyd 941a591f3c
Pass excludes when serializing vocab (#8824)
* Pass excludes when serializing vocab

Additional minor bug fix:

* Deserialize vocab in `EntityLinker.from_disk`

* Add test for excluding strings on load

* Fix formatting
2021-08-03 14:42:44 +02:00
..
_parser_internals Support negative examples in partial NER annotations (#8106) 2021-06-17 17:33:00 +10:00
__init__.py Add SpanCategorizer component (#6747) 2021-06-24 12:35:27 +02:00
attributeruler.py Pass excludes when serializing vocab (#8824) 2021-08-03 14:42:44 +02:00
dep_parser.pyx
entity_linker.py Pass excludes when serializing vocab (#8824) 2021-08-03 14:42:44 +02:00
entityruler.py
functions.py
lemmatizer.py
morphologizer.pyx
multitask.pyx
ner.pyx
pipe.pxd
pipe.pyx
sentencizer.pyx
senter.pyx Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00
spancat.py Auto-format code with black 2021-07-16 08:03:36 +00:00
tagger.pyx
textcat.py
textcat_multilabel.py
tok2vec.py
trainable_pipe.pxd Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx
transition_parser.pxd
transition_parser.pyx