spaCy/website/docs/usage/101
Adriane Boyd cae4589f5a
Replace EntityRuler with SpanRuler implementation (#11320)
* Replace EntityRuler with SpanRuler implementation

Remove `EntityRuler` and rename the `SpanRuler`-based
`future_entity_ruler` to `entity_ruler`.

Main changes:

* It is no longer possible to load patterns on init as with
`EntityRuler(patterns=)`.
* The older serialization formats (`patterns.jsonl`) are no longer
supported and the related tests are removed.
* The config settings are only stored in the config, not in the
serialized component (in particular the `phrase_matcher_attr` and
overwrite settings).

* Add migration guide to EntityRuler API docs

* docs update

* Minor edit

Co-authored-by: svlandeg <svlandeg@github.com>
2022-10-24 09:11:35 +02:00
..
_architecture.md Replace EntityRuler with SpanRuler implementation (#11320) 2022-10-24 09:11:35 +02:00
_language-data.md Update README and docs [ci skip] 2021-01-31 12:36:04 +11:00
_named-entities.md New batch of proofs 2020-10-14 16:37:57 +02:00
_pipelines.md Replace EntityRuler with SpanRuler implementation (#11320) 2022-10-24 09:11:35 +02:00
_pos-deps.md Fix UD POS docs links (fix #9013) (#9407) 2021-10-11 11:51:19 +02:00
_serialization.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00
_tokenization.md New batch of proofs 2020-10-14 16:37:57 +02:00
_training.md Update _training.md - Fix broken link on backpropagation (#7431) 2021-03-15 09:21:35 +01:00
_vectors-similarity.md Merge pull request #6271 from walterhenry/develop-proof [ci skip] 2020-10-19 16:31:43 +02:00