mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Prepare to remove parser_model.pyx
This commit is contained in:
parent
de8c88babb
commit
34aab9899f
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user