From 1b9b661259a31133ed8d2fe79f060d2af0f4d5a2 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 7 Jul 2023 09:28:10 +0200 Subject: [PATCH] morphologizer only --- website/docs/usage/linguistic-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/linguistic-features.mdx b/website/docs/usage/linguistic-features.mdx index fd9d5ceb2..90f305ada 100644 --- a/website/docs/usage/linguistic-features.mdx +++ b/website/docs/usage/linguistic-features.mdx @@ -170,7 +170,7 @@ nlp = spacy.blank("sv") nlp.add_pipe("lemmatizer", config={"mode": "lookup"}) ``` -### Rule-based lemmatizer {id="lemmatizer-rule",model="morphologizer,tagger"} +### Rule-based lemmatizer {id="lemmatizer-rule",model="morphologizer"} When training pipelines that include a component that assigns part-of-speech tags (a morphologizer or a tagger with a [POS mapping](#mappings-exceptions)), a