From 740dc28a4970c3820ac2cd14c0690b55c5a7667e Mon Sep 17 00:00:00 2001 From: svlandeg Date: Thu, 12 Oct 2023 12:08:50 +0200 Subject: [PATCH] update all for pipeline.init --- spacy/pipeline/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/pipeline/__init__.py b/spacy/pipeline/__init__.py index 40e3fd638..2c4a5a8a8 100644 --- a/spacy/pipeline/__init__.py +++ b/spacy/pipeline/__init__.py @@ -22,6 +22,7 @@ from .trainable_pipe import TrainablePipe __all__ = [ "AttributeRuler", "DependencyParser", + "EditTreeLemmatizer", "EntityLinker", "EntityRecognizer", "EntityRuler",