spaCy/website/docs/usage
Sofie Van Landeghem d093d6343b
TrainablePipe (#6213)
* rename Pipe to TrainablePipe

* split functionality between Pipe and TrainablePipe

* remove unnecessary methods from certain components

* cleanup

* hasattr(component, "pipe") should be sufficient again

* remove serialization and vocab/cfg from Pipe

* unify _ensure_examples and validate_examples

* small fixes

* hasattr checks for self.cfg and self.vocab

* make is_resizable and is_trainable properties

* serialize strings.json instead of vocab

* fix KB IO + tests

* fix typos

* more typos

* _added_strings as a set

* few more tests specifically for _added_strings field

* bump to 3.0.0a36
2020-10-08 21:33:49 +02:00
..
101 TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
_benchmarks-models.md Update docs [ci skip] 2020-10-08 16:23:12 +02:00
embeddings-transformers.md Update docs [ci skip] 2020-10-08 11:56:50 +02:00
facts-figures.md Update docs and resolve todos [ci skip] 2020-09-24 13:41:25 +02:00
index.md Update docs and install extras [ci skip] 2020-10-08 10:58:50 +02:00
layers-architectures.md TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
linguistic-features.md Update docs [ci skip] 2020-10-08 16:23:12 +02:00
models.md Update docs and install extras [ci skip] 2020-10-08 10:58:50 +02:00
processing-pipelines.md TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
projects.md Update docs and install extras [ci skip] 2020-10-08 10:58:50 +02:00
rule-based-matching.md Add MORPH handling to Matcher (#6107) 2020-09-24 16:55:09 +02:00
saving-loading.md fix typos 2020-10-07 13:05:37 +02:00
spacy-101.md Update docs [ci skip] 2020-10-06 14:15:08 +02:00
training.md Update docs and install extras [ci skip] 2020-10-08 10:58:50 +02:00
v2-1.md Remove u-strings and fix formatting [ci skip] 2019-09-12 16:11:15 +02:00
v2-2.md Update v3 docs [ci skip] 2020-07-05 16:11:16 +02:00
v2-3.md Extend v2.3 migration guide (#5653) 2020-06-26 14:13:01 +02:00
v2.md Update docs [ci skip] 2020-09-12 17:05:10 +02:00
v3.md TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
visualizers.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00