spaCy/spacy/ml
Sofie Van Landeghem 7f5715a081
Various fixes to NEL functionality, Example class etc (#5460)
* setting KB in the EL constructor, similar to how the model is passed on

* removing wikipedia example files - moved to projects

* throw an error when nlp.update is called with 2 positional arguments

* rewriting the config logic in create pipe to accomodate for other objects (e.g. KB) in the config

* update config files with new parameters

* avoid training pipeline components that don't have a model (like sentencizer)

* various small fixes + UX improvements

* small fixes

* set thinc to 8.0.0a9 everywhere

* remove outdated comment
2020-05-20 11:41:12 +02:00
..
models Various fixes to NEL functionality, Example class etc (#5460) 2020-05-20 11:41:12 +02:00
__init__.py Update spaCy for thinc 8.0.0 (#4920) 2020-01-29 17:06:46 +01:00
_biluo.py Adapt parser and NER for transformers (#5449) 2020-05-18 22:23:33 +02:00
_character_embed.py Tok2Vec: extract-embed-encode (#5102) 2020-03-08 13:23:18 +01:00
_iob.py Adapt parser and NER for transformers (#5449) 2020-05-18 22:23:33 +02:00
_precomputable_affine.py Adapt parser and NER for transformers (#5449) 2020-05-18 22:23:33 +02:00
extract_ngrams.py Train textcat with config (#5143) 2020-03-29 19:40:36 +02:00
spacy_vectors.py Train textcat with config (#5143) 2020-03-29 19:40:36 +02:00
tb_framework.py Adapt parser and NER for transformers (#5449) 2020-05-18 22:23:33 +02:00