spaCy/website/docs/usage/101
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
..
_architecture.md TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
_language-data.md Update docs [ci skip] 2020-09-12 17:05:10 +02:00
_named-entities.md Update v3 docs [ci skip] 2020-07-05 16:11:16 +02:00
_pipelines.md Update docs [ci skip] 2020-09-30 15:16:00 +02:00
_pos-deps.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00
_serialization.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00
_tokenization.md Remove u-strings and fix formatting [ci skip] 2019-09-12 16:11:15 +02:00
_training.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00
_vectors-similarity.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00