Fix wrong file name in docs for rule-based matcher. (#12262)

This commit is contained in:
Raphael Mitsch 2023-02-09 12:58:14 +01:00 committed by svlandeg
parent 20b00af067
commit 3cf3483426

View File

@ -1442,8 +1442,8 @@ nlp.to_disk("/path/to/pipeline")
The saved pipeline now includes the `"entity_ruler"` in its
[`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,
all pipeline components will be restored and deserialized including the entity
file `patterns.jsonl` with the patterns. When you load the pipeline back in, all
pipeline components will be restored and deserialized including the entity
ruler. This lets you ship powerful pipeline packages with binary weights _and_
rules included!