mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-04 11:53:09 +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,
|
tokvecs: Floats2d,
|
||||||
bp_tokvecs: Callable,
|
bp_tokvecs: Callable,
|
||||||
upper: Model[Floats2d, Floats2d],
|
upper: Model[Floats2d, Floats2d],
|
||||||
dropout: float=0.1
|
dropout: float=0.1,
|
||||||
unseen_classes: Optional[List[int]]=None
|
unseen_classes: Optional[List[int]]=None
|
||||||
) -> Model[Ints2d, Floats2d]:
|
) -> Model[Ints2d, Floats2d]:
|
||||||
# TODO: Keep working on replacing all of this with just 'chain'
|
# TODO: Keep working on replacing all of this with just 'chain'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user