From 2ff53834bb09eea2af3b7715a2516bcf7913a370 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Wed, 19 Jan 2022 18:45:11 +0900 Subject: [PATCH] Add link to pattern file info in EntityRuler.initialize docs (#10091) * Add link to pattern file info in EntityRuler.initialize docs * Update website/docs/api/entityruler.md Co-authored-by: Sofie Van Landeghem --- website/docs/api/entityruler.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/api/entityruler.md b/website/docs/api/entityruler.md index 6d8f835bf..1ef283870 100644 --- a/website/docs/api/entityruler.md +++ b/website/docs/api/entityruler.md @@ -99,9 +99,9 @@ be a token pattern (list) or a phrase pattern (string). For example: ## EntityRuler.initialize {#initialize tag="method" new="3"} Initialize the component with data and used before training to load in rules -from a file. This method is typically called by -[`Language.initialize`](/api/language#initialize) and lets you customize -arguments it receives via the +from a [pattern file](/usage/rule-based-matching/#entityruler-files). This method +is typically called by [`Language.initialize`](/api/language#initialize) and +lets you customize arguments it receives via the [`[initialize.components]`](/api/data-formats#config-initialize) block in the config.