mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
fix(typo): Fixes typo in method calling PseudoProjectivity.deprojectivize, failing with new train cli
This commit is contained in:
parent
808cd6cf7f
commit
010293fb2f
|
@ -144,7 +144,7 @@ class BaseDefaults(object):
|
|||
pipeline.append(nlp.tagger)
|
||||
if nlp.parser:
|
||||
pipeline.append(nlp.parser)
|
||||
pipeline.append(Pseudoprojectivity.deprojectivize)
|
||||
pipeline.append(PseudoProjectivity.deprojectivize)
|
||||
if nlp.entity:
|
||||
pipeline.append(nlp.entity)
|
||||
return pipeline
|
||||
|
|
Loading…
Reference in New Issue
Block a user