From 62731109b5dc5d9ed727c6e599443fb29eaea798 Mon Sep 17 00:00:00 2001 From: howdy Date: Thu, 21 Mar 2024 08:16:43 -0400 Subject: [PATCH] Update ner-manager.md (#1365) docs: fix typo --- docs/v4/ner-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v4/ner-manager.md b/docs/v4/ner-manager.md index 8639a04d7..4ba4a52da 100644 --- a/docs/v4/ner-manager.md +++ b/docs/v4/ner-manager.md @@ -194,7 +194,7 @@ manager.addNerAfterLastCondition('en', 'fromCity', ['from']); ## Built-in entities -Additionally to the entities you can define manually the framework can also parse out some built-in entities automatically uwing plugins. What is supported and to which level in which language depends on the chosen Builtin plugin. +Additionally to the entities you can define manually the framework can also parse out some built-in entities automatically using plugins. What is supported and to which level in which language depends on the chosen Builtin plugin. * [Builtin Compromise](../../packages/builtin-compromise/README.md) - A golden entity extractor that runs in the browser. * [Builtin Default](../../packages/builtin-default/README.md) - A default entity extractor for some basic entity extractions