From 34aab9899f4438f18fbc361ff3f14e02ce460aac Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 25 Oct 2021 12:22:46 +0200 Subject: [PATCH] Prepare to remove parser_model.pyx --- spacy/ml/parser_model.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/ml/parser_model.pyx b/spacy/ml/parser_model.pyx index 72140401b..6aa8e8e9c 100644 --- a/spacy/ml/parser_model.pyx +++ b/spacy/ml/parser_model.pyx @@ -212,7 +212,7 @@ def ParserStepModel( tokvecs: Floats2d, bp_tokvecs: Callable, upper: Model[Floats2d, Floats2d], - dropout: float=0.1 + dropout: float=0.1, unseen_classes: Optional[List[int]]=None ) -> Model[Ints2d, Floats2d]: # TODO: Keep working on replacing all of this with just 'chain'