mirror of https://github.com/explosion/spaCy.git
Fix wrong file name in docs for rule-based matcher. (#12262)
This commit is contained in:
parent
9d920bafcf
commit
2d4fb94ba0
|
@ -1442,8 +1442,8 @@ nlp.to_disk("/path/to/pipeline")
|
||||||
|
|
||||||
The saved pipeline now includes the `"entity_ruler"` in its
|
The saved pipeline now includes the `"entity_ruler"` in its
|
||||||
[`config.cfg`](/api/data-formats#config) and the pipeline directory contains a
|
[`config.cfg`](/api/data-formats#config) and the pipeline directory contains a
|
||||||
file `entityruler.jsonl` with the patterns. When you load the pipeline back in,
|
file `patterns.jsonl` with the patterns. When you load the pipeline back in, all
|
||||||
all pipeline components will be restored and deserialized – including the entity
|
pipeline components will be restored and deserialized – including the entity
|
||||||
ruler. This lets you ship powerful pipeline packages with binary weights _and_
|
ruler. This lets you ship powerful pipeline packages with binary weights _and_
|
||||||
rules included!
|
rules included!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue